Skip to content

Conversation

@VictorTrustyDev
Copy link

@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 VictorTrustyDev added the good first issue Good for newcomers label Dec 30, 2023
@VictorTrustyDev VictorTrustyDev self-assigned this Dec 30, 2023
@VictorTrustyDev
Copy link
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.

2 participants