@zetachain/networks
Advanced tools
Comparing version 6.0.0-rc3 to 6.0.0-rc4
@@ -602,3 +602,54 @@ { | ||
] | ||
}, | ||
"sepolia_testnet": { | ||
"chain_id": 11155111, | ||
"chain_name": "Sepolia Testnet", | ||
"chain_aliases": [ | ||
"sepolia", | ||
"sepolia_chain", | ||
"sepolia_network", | ||
"sepolia-chain", | ||
"sepolia-network", | ||
"sepolia-testnet" | ||
], | ||
"assets": [ | ||
{ | ||
"denoms": [ | ||
{ | ||
"denom": "wei", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "eth", | ||
"exponent": 18 | ||
} | ||
], | ||
"base": "eth", | ||
"symbol": "ETH" | ||
} | ||
], | ||
"apps": [ | ||
{ | ||
"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" | ||
} | ||
] | ||
} | ||
} |
@@ -55,3 +55,3 @@ "use strict"; | ||
for (const network in networks_1.default) { | ||
if (network === "btc_testnet") | ||
if (!networks_1.default[network].fees) | ||
continue; | ||
@@ -58,0 +58,0 @@ let apiUrls = networks_1.default[network].api; |
{ | ||
"name": "@zetachain/networks", | ||
"version": "6.0.0-rc3", | ||
"version": "6.0.0-rc4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
37715
1012