@zetachain/networks
Advanced tools
Comparing version 5.0.0 to 6.0.0-rc1
@@ -53,10 +53,2 @@ { | ||
{ | ||
"url": "https://polygon-testnet.public.blastapi.io", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "wss://polygon-testnet.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
{ | ||
"url": "https://rpc.ankr.com/polygon_mumbai", | ||
@@ -68,3 +60,3 @@ "type": "evm" | ||
"btc_testnet": { | ||
"chain_id": 18332, | ||
"chain_id": 1, | ||
"chain_name": "Bitcoin Testnet", | ||
@@ -102,36 +94,2 @@ "chain_aliases": [ | ||
}, | ||
"btc_mainnet": { | ||
"chain_id": 8332, | ||
"chain_name": "Bitcoin", | ||
"chain_aliases": [ | ||
"btc", | ||
"bitcoin" | ||
], | ||
"assets": [ | ||
{ | ||
"denoms": [ | ||
{ | ||
"denom": "sat", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "btc", | ||
"exponent": 8 | ||
} | ||
], | ||
"base": "btc", | ||
"symbol": "BTC" | ||
} | ||
], | ||
"api": [ | ||
{ | ||
"url": "https://blockstream.info/api", | ||
"type": "esplora" | ||
}, | ||
{ | ||
"url": "https://api.blockcypher.com/v1/btc/main", | ||
"type": "blockcypher" | ||
} | ||
] | ||
}, | ||
"bsc_mainnet": { | ||
@@ -175,10 +133,2 @@ "chain_id": 56, | ||
{ | ||
"url": "https://bsc-mainnet.public.blastapi.io", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "wss://bsc-mainnet.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
{ | ||
"url": "https://rpc.ankr.com/bsc", | ||
@@ -227,10 +177,2 @@ "type": "evm" | ||
{ | ||
"url": "https://eth-mainnet.public.blastapi.io", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "wss://eth-mainnet.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
{ | ||
"url": "https://rpc.ankr.com/eth", | ||
@@ -241,120 +183,12 @@ "type": "evm" | ||
}, | ||
"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://zeta.rpc.nodeshub.online:443/", | ||
"type": "tendermint-rpc" | ||
}, | ||
{ | ||
"url": "https://zeta.api.nodeshub.online:443/", | ||
"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" | ||
}, | ||
{ | ||
"url": "https://zetachain-mainnet.public.blastapi.io", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "wss://zetachain-mainnet.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
{ | ||
"url": "https://zetachain-rpc.lavenderfive.com:443", | ||
"type": "tendermint-rpc" | ||
}, | ||
{ | ||
"url": "https://zetachain-api.lavenderfive.com:443", | ||
"type": "cosmos-http" | ||
}, | ||
{ | ||
"url": "https://zetachain-grpc.lavenderfive.com:443", | ||
"type": "cosmos-grpc" | ||
}, | ||
{ | ||
"url": "https://zetachain-jsonrpc.lavenderfive.com:443", | ||
"type": "evm" | ||
} | ||
] | ||
}, | ||
"zeta_testnet": { | ||
"chain_id": 7001, | ||
"chain_name": "ZetaChain Testnet", | ||
"chain_name": "Zeta Testnet", | ||
"chain_aliases": [ | ||
"zeta", | ||
"athens", | ||
"zetachain_testnet", | ||
"zeta_chain_testnet", | ||
"zeta_network_testnet", | ||
"zeta-chain-testnet", | ||
"zeta-network-testnet", | ||
"zeta_chain", | ||
"zeta_network", | ||
"zeta-chain", | ||
"zeta-network", | ||
"zeta-testnet", | ||
@@ -424,19 +258,23 @@ "zetachain-athens-testnet" | ||
{ | ||
"url": "https://zetachain-testnet-archive.allthatnode.com:1317", | ||
"type": "cosmos-http" | ||
"url": "https://rpc.nodejumper.io:443/zetachaintestnet", | ||
"type": "tendermint-rpc" | ||
}, | ||
{ | ||
"url": "https://zetachain-testnet-archive.allthatnode.com:26657", | ||
"type": "tendermint-http" | ||
"url": "https://rest.nodejumper.io/zetachaintestnet", | ||
"type": "cosmos-http" | ||
}, | ||
{ | ||
"url": "https://zetachain-testnet-archive.allthatnode.com:8545", | ||
"url": "https://rpc.ankr.com/zetachain_evm_athens_testnet", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "https://rpc.nodejumper.io:443/zetachaintestnet", | ||
"url": "https://rpc.ankr.com/zetachain_tendermint_athens_testnet", | ||
"type": "tendermint-rpc" | ||
}, | ||
{ | ||
"url": "https://rest.nodejumper.io/zetachaintestnet", | ||
"url": "https://rpc.ankr.com/http/zetachain_tendermint_athens_testnet", | ||
"type": "tendermint-http" | ||
}, | ||
{ | ||
"url": "https://rpc.ankr.com/http/zetachain_athens_testnet", | ||
"type": "cosmos-http" | ||
@@ -471,18 +309,2 @@ }, | ||
"type": "cosmos-grpc" | ||
}, | ||
{ | ||
"url": "https://testnet-zetachain-rpc.lavenderfive.com:443", | ||
"type": "tendermint-rpc" | ||
}, | ||
{ | ||
"url": "https://testnet-zetachain-api.lavenderfive.com:443", | ||
"type": "cosmos-http" | ||
}, | ||
{ | ||
"url": "https://zetachain-grpc.lavenderfive.com:443", | ||
"type": "cosmos-grpc" | ||
}, | ||
{ | ||
"url": "https://testnet-zetachain-jsonrpc.lavenderfive.com:443", | ||
"type": "evm" | ||
} | ||
@@ -539,10 +361,2 @@ ] | ||
{ | ||
"url": "https://bsc-testnet.public.blastapi.io", | ||
"type": "evm" | ||
}, | ||
{ | ||
"url": "wss://bsc-testnet.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
{ | ||
"url": "https://data-seed-prebsc-1-s1.binance.org:8545", | ||
@@ -599,11 +413,54 @@ "type": "evm" | ||
{ | ||
"url": "https://eth-goerli.public.blastapi.io", | ||
"url": "https://rpc.ankr.com/eth_goerli", | ||
"type": "evm" | ||
}, | ||
} | ||
] | ||
}, | ||
"sepolia_testnet": { | ||
"chain_id": 11155111, | ||
"chain_name": "Sepolia Testnet", | ||
"chain_aliases": [ | ||
"sepolia", | ||
"sepolia_chain", | ||
"sepolia_network", | ||
"sepolia-chain", | ||
"sepolia-network", | ||
"sepolia-testnet" | ||
], | ||
"assets": [ | ||
{ | ||
"url": "wss://eth-goerli.public.blastapi.io", | ||
"type": "evm-ws" | ||
}, | ||
"denoms": [ | ||
{ | ||
"denom": "wei", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "eth", | ||
"exponent": 18 | ||
} | ||
], | ||
"base": "eth", | ||
"symbol": "ETH" | ||
} | ||
], | ||
"apps": [ | ||
{ | ||
"url": "https://rpc.ankr.com/eth_goerli", | ||
"type": "explorer", | ||
"url": "https://sepolia.etherscan.io", | ||
"tx": "/tx/${tx}", | ||
"address": "/address/${address}" | ||
} | ||
], | ||
"fees": { | ||
"assets": [ | ||
{ | ||
"denom": "eth", | ||
"gas": 2100000, | ||
"gas_price": 38000000000 | ||
} | ||
] | ||
}, | ||
"api": [ | ||
{ | ||
"url": "https://rpc.ankr.com/eth_sepolia", | ||
"type": "evm" | ||
@@ -610,0 +467,0 @@ } |
export * from "./getEndpoints"; | ||
export * from "./getExplorers"; | ||
export * from "./getHardhatConfigNetworks"; | ||
export * from "./getSupportedNetworks"; | ||
export * from "./getNetworkName"; | ||
export * from "./getChainId"; | ||
export { default as networks } from "./networks"; | ||
export { default as getHardhatConfigNetworks } from "./getHardhatConfigNetworks"; |
@@ -20,11 +20,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getHardhatConfigNetworks = exports.networks = void 0; | ||
exports.networks = void 0; | ||
__exportStar(require("./getEndpoints"), exports); | ||
__exportStar(require("./getExplorers"), exports); | ||
__exportStar(require("./getHardhatConfigNetworks"), exports); | ||
__exportStar(require("./getSupportedNetworks"), exports); | ||
__exportStar(require("./getNetworkName"), exports); | ||
__exportStar(require("./getChainId"), exports); | ||
var networks_1 = require("./networks"); | ||
Object.defineProperty(exports, "networks", { enumerable: true, get: function () { return __importDefault(networks_1).default; } }); | ||
var getHardhatConfigNetworks_1 = require("./getHardhatConfigNetworks"); | ||
Object.defineProperty(exports, "getHardhatConfigNetworks", { enumerable: true, get: function () { return __importDefault(getHardhatConfigNetworks_1).default; } }); |
{ | ||
"name": "@zetachain/networks", | ||
"version": "5.0.0", | ||
"version": "6.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
29760
20
771
2