Skip to content

Commit

Permalink
fix: chain ID and prefix for ZetaChain (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jun 18, 2023
1 parent 8613fa8 commit eb44ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
]
},
"zeta_testnet": {
"chain_id": 70001,
"chain_id": 7001,
"chain_name": "Zeta Testnet",
"bech32_prefix": "evmos",
"bech32_prefix": "zeta",
"assets": [
{
"denoms": [
Expand Down Expand Up @@ -305,4 +305,4 @@
]
}
}
}
}

0 comments on commit eb44ced

Please sign in to comment.