|
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) |
2 | 2 |
|
3 |
| -Summary original symbols of the chain before rename: |
| 3 | +Summary new symbols of the chain after renamed: |
4 | 4 | ```golang
|
5 | 5 | const (
|
6 |
| - ApplicationName = "evermint" |
7 |
| - ApplicationBinaryName = "evmd" |
8 |
| - ApplicationHome = ".evermint" |
| 6 | + ApplicationName = "nevermind" |
| 7 | + ApplicationBinaryName = "nvmd" |
| 8 | + ApplicationHome = ".nevermind" |
9 | 9 |
|
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" |
11 | 11 |
|
12 |
| - BaseDenom = "wei" |
13 |
| - DisplayDenom = "ether" |
14 |
| - SymbolDenom = "ETH" |
| 12 | + BaseDenom = "uever" |
| 13 | + DisplayDenom = "ever" |
| 14 | + SymbolDenom = "EVER" |
15 | 15 | BaseDenomExponent = 18
|
16 | 16 |
|
17 |
| - Bech32Prefix = "evm" |
| 17 | + Bech32Prefix = "ever" |
18 | 18 |
|
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" |
22 | 22 |
|
23 |
| - MainnetEIP155ChainId = 90909 |
24 |
| - TestnetEIP155ChainId = 80808 |
25 |
| - DevnetEIP155ChainId = 70707 |
| 23 | + MainnetEIP155ChainId = 123567 |
| 24 | + TestnetEIP155ChainId = 5678 |
| 25 | + DevnetEIP155ChainId = 1234 |
26 | 26 | )
|
27 | 27 | ```
|
0 commit comments