Skip to content

Commit 80f51ed

Browse files
committed
fix: revert testnet-1 chain id
1 parent bf7acbc commit 80f51ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/appconst/appconst.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func RuntimeVersion() string {
5555
const (
5656
ETH_CHAIN_ID_MAINNET int64 = 6900
5757

58-
ETH_CHAIN_ID_TESTNET_1 int64 = 6910
58+
ETH_CHAIN_ID_TESTNET_1 int64 = 7210
5959
ETH_CHAIN_ID_TESTNET_2 int64 = 6911
6060
ETH_CHAIN_ID_TESTNET_3 int64 = 6912
6161

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

77-
"nibiru-testnet-1": 6910,
77+
"nibiru-testnet-1": 7210,
7878
"nibiru-testnet-2": 6911,
7979
"nibiru-testnet-3": 6912,
8080

0 commit comments

Comments
 (0)