Skip to content

Commit

Permalink
fix: revert testnet-1 chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Feb 6, 2025
1 parent bf7acbc commit 80f51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/appconst/appconst.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func RuntimeVersion() string {
const (
ETH_CHAIN_ID_MAINNET int64 = 6900

ETH_CHAIN_ID_TESTNET_1 int64 = 6910
ETH_CHAIN_ID_TESTNET_1 int64 = 7210
ETH_CHAIN_ID_TESTNET_2 int64 = 6911
ETH_CHAIN_ID_TESTNET_3 int64 = 6912

Expand All @@ -74,7 +74,7 @@ const (
var knownEthChainIDMap = map[string]int64{
"cataclysm-1": 6900,

"nibiru-testnet-1": 6910,
"nibiru-testnet-1": 7210,
"nibiru-testnet-2": 6911,
"nibiru-testnet-3": 6912,

Expand Down

0 comments on commit 80f51ed

Please sign in to comment.