We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7acbc commit 80f51edCopy full SHA for 80f51ed
app/appconst/appconst.go
@@ -55,7 +55,7 @@ func RuntimeVersion() string {
55
const (
56
ETH_CHAIN_ID_MAINNET int64 = 6900
57
58
- ETH_CHAIN_ID_TESTNET_1 int64 = 6910
+ ETH_CHAIN_ID_TESTNET_1 int64 = 7210
59
ETH_CHAIN_ID_TESTNET_2 int64 = 6911
60
ETH_CHAIN_ID_TESTNET_3 int64 = 6912
61
@@ -74,7 +74,7 @@ const (
74
var knownEthChainIDMap = map[string]int64{
75
"cataclysm-1": 6900,
76
77
- "nibiru-testnet-1": 6910,
+ "nibiru-testnet-1": 7210,
78
"nibiru-testnet-2": 6911,
79
"nibiru-testnet-3": 6912,
80
0 commit comments