Skip to content

Commit

Permalink
Added zeta_mainnet (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Feb 1, 2024
1 parent 25a77a0 commit df3ec0e
Showing 1 changed file with 82 additions and 6 deletions.
88 changes: 82 additions & 6 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,92 @@
}
]
},
"zeta_mainnet": {
"chain_id": 7000,
"chain_name": "ZetaChain Mainnet",
"chain_aliases": [
"zetachain_mainnet",
"zeta_chain_mainnet",
"zeta_network_mainnet",
"zeta-chain-mainnet",
"zeta-network-mainnet",
"zeta-mainnet"
],
"bech32_prefix": "zeta",
"assets": [
{
"denoms": [
{
"denom": "azeta",
"exponent": 0
},
{
"denom": "zeta",
"exponent": 18
}
],
"base": "azeta",
"symbol": "ZETA"
}
],
"apps": [],
"fees": {
"assets": [
{
"denom": "azeta",
"gas": 5000000,
"gas_price": 10000000
}
]
},
"staking": {
"denom": "azeta"
},
"api": [
{
"url": "https://zetachain.blockpi.network:443/lcd/v1/public",
"type": "cosmos-http"
},
{
"url": "https://zetachain.blockpi.network:443/rpc/v1/public",
"type": "tendermint-http"
},
{
"url": "https://zetachain-evm.blockpi.network:443/v1/rpc/public",
"type": "evm"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:8545",
"type": "evm"
},
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:8546",
"type": "evm-ws"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:1317",
"type": "cosmos-http"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:26657",
"type": "tendermint-http"
},
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:26657/websocket",
"type": "tendermint-ws"
}
]
},
"zeta_testnet": {
"chain_id": 7001,
"chain_name": "Zeta Testnet",
"chain_name": "ZetaChain Testnet",
"chain_aliases": [
"zeta",
"athens",
"zeta_chain",
"zeta_network",
"zeta-chain",
"zeta-network",
"zetachain_testnet",
"zeta_chain_testnet",
"zeta_network_testnet",
"zeta-chain-testnet",
"zeta-network-testnet",
"zeta-testnet",
"zetachain-athens-testnet"
],
Expand Down

0 comments on commit df3ec0e

Please sign in to comment.