New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zetachain/networks

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/networks - npm Package Compare versions

Comparing version 6.0.0-rc3 to 6.0.0-rc4

51

dist/data/networks.json

@@ -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"
}
]
}
}

2

dist/src/getHardhatConfigNetworks/getHardhatConfigNetworks.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc