@zetachain/networks
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -104,3 +104,3 @@ { | ||
"type": "explorer", | ||
"url": "https://zetachain-athens-2.blockscout.com", | ||
"url": "https://zetachain-athens-3.blockscout.com", | ||
"tx": "/tx/${tx}", | ||
@@ -254,99 +254,3 @@ "address": "/address/${address}" | ||
] | ||
}, | ||
"eth_mainnet": { | ||
"chain_id": 1, | ||
"chain_name": "Ethereum Mainnet", | ||
"assets": [ | ||
{ | ||
"denoms": [ | ||
{ | ||
"denom": "wei", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "eth", | ||
"exponent": 18 | ||
} | ||
], | ||
"base": "eth", | ||
"symbol": "ETH" | ||
} | ||
], | ||
"apps": [ | ||
{ | ||
"type": "explorer", | ||
"url": "https://etherscan.io", | ||
"tx": "/tx/${tx}", | ||
"address": "/address/${address}" | ||
} | ||
], | ||
"fees": { | ||
"assets": [ | ||
{ | ||
"denom": "eth", | ||
"gas": 5000000, | ||
"gas_price": 80000000000 | ||
} | ||
] | ||
}, | ||
"api": [ | ||
{ | ||
"url": "https://rpc.ankr.com/eth", | ||
"type": "evm" | ||
} | ||
] | ||
}, | ||
"baobab_testnet": { | ||
"chain_id": 1001, | ||
"chain_name": "Klaytn Baobab Testnet", | ||
"assets": [ | ||
{ | ||
"denoms": [ | ||
{ | ||
"denom": "peb", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "kpeb", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "mpeb", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "gpeb", | ||
"exponent": 9 | ||
}, | ||
{ | ||
"denom": "uklay", | ||
"exponent": 12 | ||
}, | ||
{ | ||
"denom": "klay", | ||
"exponent": 18 | ||
} | ||
], | ||
"base": "klay", | ||
"symbol": "KLAY" | ||
} | ||
], | ||
"apps": [ | ||
{ | ||
"type": "explorer", | ||
"url": "https://baobab.scope.klaytn.com/", | ||
"tx": "/tx/${tx}", | ||
"address": "/account/${address}" | ||
} | ||
], | ||
"fees": { | ||
"assets": [ | ||
{ | ||
"denom": "klay", | ||
"gas": 6000000, | ||
"gas_price": 54250000000 | ||
} | ||
] | ||
} | ||
} | ||
} |
export * from "./getEndpoints"; | ||
export * from "./getHardhatConfigNetworks"; | ||
export * from "./getSupportedNetworks"; | ||
export * from "./getExplorers"; | ||
export { default as networks } from "./networks"; |
@@ -24,3 +24,4 @@ "use strict"; | ||
__exportStar(require("./getSupportedNetworks"), exports); | ||
__exportStar(require("./getExplorers"), exports); | ||
var networks_1 = require("./networks"); | ||
Object.defineProperty(exports, "networks", { enumerable: true, get: function () { return __importDefault(networks_1).default; } }); |
{ | ||
"name": "@zetachain/networks", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18
0
23363
542