Skip to content

Commit f2f2ce2

Browse files
update README.md
1 parent 06e1c4c commit f2f2ce2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
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)
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)
22

3-
Summary original symbols of the chain before rename:
3+
Summary new symbols of the chain after renamed:
44
```golang
55
const (
6-
ApplicationName = "evermint"
7-
ApplicationBinaryName = "evmd"
8-
ApplicationHome = ".evermint"
6+
ApplicationName = "nevermind"
7+
ApplicationBinaryName = "nvmd"
8+
ApplicationHome = ".nevermind"
99

10-
GitHubRepo = "https://github.com/EscanBE/evermint" // must be well-formed url pattern: "https://github.com/owner/repo"
10+
GitHubRepo = "https://github.com/VictorTrustyDev/nevermind" // must be well-formed url pattern: "https://github.com/owner/repo"
1111

12-
BaseDenom = "wei"
13-
DisplayDenom = "ether"
14-
SymbolDenom = "ETH"
12+
BaseDenom = "uever"
13+
DisplayDenom = "ever"
14+
SymbolDenom = "EVER"
1515
BaseDenomExponent = 18
1616

17-
Bech32Prefix = "evm"
17+
Bech32Prefix = "ever"
1818

19-
MainnetFullChainId = "evermint_90909-1"
20-
TestnetFullChainId = "evermint_80808-1"
21-
DevnetFullChainId = "evermint_70707-1"
19+
MainnetFullChainId = "nevermind_123567-1"
20+
TestnetFullChainId = "nevermind_5678-1"
21+
DevnetFullChainId = "nevermind_1234-1"
2222

23-
MainnetEIP155ChainId = 90909
24-
TestnetEIP155ChainId = 80808
25-
DevnetEIP155ChainId = 70707
23+
MainnetEIP155ChainId = 123567
24+
TestnetEIP155ChainId = 5678
25+
DevnetEIP155ChainId = 1234
2626
)
2727
```

0 commit comments

Comments
 (0)