@zetachain/networks
Advanced tools
Comparing version 3.0.1 to 4.0.0-rc1
@@ -178,12 +178,88 @@ { | ||
}, | ||
"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", | ||
@@ -190,0 +266,0 @@ "zetachain-athens-testnet" |
{ | ||
"name": "@zetachain/networks", | ||
"version": "3.0.1", | ||
"version": "4.0.0-rc1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33294
859
2