Skip to content

Commit

Permalink
Merge pull request #141 from denalimarsh/update-testnet-chain-id
Browse files Browse the repository at this point in the history
Update client's testnet chain ID
  • Loading branch information
chainwhisper authored Aug 6, 2020
2 parents 47d4101 + 13b2f4f commit 6e29c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const (
DefaultWSPrefix = "/api/ws"
NativeSymbol = "BNB"

TestnetChainID = "Binance-Chain-Nile"
TestnetChainID = "Binance-Chain-Ganges"
ProdChainID = "Binance-Chain-Tigris"
)

0 comments on commit 6e29c01

Please sign in to comment.