Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Dec 9, 2024
1 parent 1920a6e commit 3403246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ func GetBuiltInChainConfig(ghash common.Hash) *ChainConfig {

// NetworkNames are user friendly names to use in the chain spec banner.
var NetworkNames = map[string]string{
MainnetChainConfig.ChainID.String(): "ETH mainnet",
BSCChainConfig.ChainID.String(): "BSC mainnet",
MainnetChainConfig.ChainID.String(): "mainnet",
BSCChainConfig.ChainID.String(): "bsc",
ChapelChainConfig.ChainID.String(): "chapel",
RialtoChainConfig.ChainID.String(): "rialto",
}
Expand Down

0 comments on commit 3403246

Please sign in to comment.