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-rc4 to 6.0.0-rc5

59

dist/data/networks.json

@@ -544,61 +544,2 @@ {

},
"goerli_testnet": {
"chain_id": 5,
"chain_name": "Goerli Testnet",
"chain_aliases": [
"goerli",
"goerli_chain",
"goerli_network",
"goerli-chain",
"goerli-network",
"goerli-testnet"
],
"assets": [
{
"denoms": [
{
"denom": "wei",
"exponent": 0
},
{
"denom": "eth",
"exponent": 18
}
],
"base": "eth",
"symbol": "gETH"
}
],
"apps": [
{
"type": "explorer",
"url": "https://goerli.etherscan.io",
"tx": "/tx/${tx}",
"address": "/address/${address}"
}
],
"fees": {
"assets": [
{
"denom": "eth",
"gas": 2100000,
"gas_price": 38000000000
}
]
},
"api": [
{
"url": "https://eth-goerli.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://eth-goerli.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://rpc.ankr.com/eth_goerli",
"type": "evm"
}
]
},
"sepolia_testnet": {

@@ -605,0 +546,0 @@ "chain_id": 11155111,

2

package.json
{
"name": "@zetachain/networks",
"version": "6.0.0-rc4",
"version": "6.0.0-rc5",
"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