Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example: Showcase rename chain #1

Draft
wants to merge 3 commits into
base: rename-chain/original
Choose a base branch
from

Conversation

VictorTrustyDev
Copy link
Member

@VictorTrustyDev VictorTrustyDev commented Dec 30, 2023

This PR is an example of showing result of the rename-chain feature that help developers convert from Evermint into their own chain, fully customized.

There are 2 branches involves in this PR:

Step taken:

That's all, can you believe that?

@VictorTrustyDev
Copy link
Member Author

Summary new symbols of the chain after renamed:

const (
	ApplicationName = "nevermind" // renamed from "evermint"
	ApplicationBinaryName = "nvmd" // renamed from "evmd"
	ApplicationHome = ".nevermind" // renamed from ".evermint"

	GitHubRepo = "https://github.com/VictorTrustyDev/nevermind" // renamed from "https://github.com/EscanBE/evermint"

	BaseDenom = "uever" // renamed from "wei"
	DisplayDenom = "ever" // renamed from "ether"
	SymbolDenom = "EVER" // renamed from "ETH"
	BaseDenomExponent = 18

	Bech32Prefix = "ever" // renamed from "evm"

	MainnetFullChainId = "nevermind_123567-1" // renamed from "evermint_90909-1"
	TestnetFullChainId = "nevermind_5678-1" // renamed from "evermint_80808-1"
	DevnetFullChainId  = "nevermind_1234-1" // renamed from "evermint_70707-1"

	MainnetEIP155ChainId = 123567 // renamed from 90909
	TestnetEIP155ChainId = 5678 // renamed from 80808
	DevnetEIP155ChainId  = 1234 // renamed from 70707
)

@VictorTrustyDev VictorTrustyDev added the FYI For information only, do not merge label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FYI For information only, do not merge good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant