From f2f2ce2acf6fe2886e9aedcccfb2ff6184cdcb46 Mon Sep 17 00:00:00 2001 From: VictorTrustyDev Date: Sat, 30 Dec 2023 23:21:24 +0700 Subject: [PATCH] update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9b446edfdb..bad12a267c 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -This is branch [rename-chain/original](https://github.com/EscanBE/evermint/tree/rename-chain/original), the original Evermint chain before renamed as example in [PR #1](https://github.com/EscanBE/evermint/pull/1) +This is branch [rename-chain/after](https://github.com/EscanBE/evermint/tree/rename-chain/after), the original Evermint chain before renamed as example in [PR #1](https://github.com/EscanBE/evermint/pull/1) -Summary original symbols of the chain before rename: +Summary new symbols of the chain after renamed: ```golang const ( - ApplicationName = "evermint" - ApplicationBinaryName = "evmd" - ApplicationHome = ".evermint" + ApplicationName = "nevermind" + ApplicationBinaryName = "nvmd" + ApplicationHome = ".nevermind" - GitHubRepo = "https://github.com/EscanBE/evermint" // must be well-formed url pattern: "https://github.com/owner/repo" + GitHubRepo = "https://github.com/VictorTrustyDev/nevermind" // must be well-formed url pattern: "https://github.com/owner/repo" - BaseDenom = "wei" - DisplayDenom = "ether" - SymbolDenom = "ETH" + BaseDenom = "uever" + DisplayDenom = "ever" + SymbolDenom = "EVER" BaseDenomExponent = 18 - Bech32Prefix = "evm" + Bech32Prefix = "ever" - MainnetFullChainId = "evermint_90909-1" - TestnetFullChainId = "evermint_80808-1" - DevnetFullChainId = "evermint_70707-1" + MainnetFullChainId = "nevermind_123567-1" + TestnetFullChainId = "nevermind_5678-1" + DevnetFullChainId = "nevermind_1234-1" - MainnetEIP155ChainId = 90909 - TestnetEIP155ChainId = 80808 - DevnetEIP155ChainId = 70707 + MainnetEIP155ChainId = 123567 + TestnetEIP155ChainId = 5678 + DevnetEIP155ChainId = 1234 ) ``` \ No newline at end of file