Skip to content

Commit

Permalink
Fix chain id for KardiaChain Mainnet and neon devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Nov 9, 2023
1 parent d52abc8 commit 8f60e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,8 @@
},
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
},
"1002": {
"key": "1002",
"24": {
"key": "24",
"name": "KardiaChain Mainnet",
"shortName": "KAI",
"chainId": 24,
Expand Down Expand Up @@ -2441,7 +2441,7 @@
"key": "245022926",
"name": "Neon Devnet",
"shortName": "devnet",
"chainId": 245022934,
"chainId": 245022926,
"network": "testnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
Expand Down

0 comments on commit 8f60e62

Please sign in to comment.