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 3.0.1 to 4.0.0-rc1

88

dist/data/networks.json

@@ -178,12 +178,88 @@ {

},
"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://zetachain-mainnet-archive.allthatnode.com:26657",
"type": "tendermint-http"
},
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:26657/websocket",
"type": "tendermint-ws"
}
]
},
"zeta_testnet": {
"chain_id": 7001,
"chain_name": "Zeta Testnet",
"chain_name": "ZetaChain Testnet",
"chain_aliases": [
"zeta",
"athens",
"zeta_chain",
"zeta_network",
"zeta-chain",
"zeta-network",
"zetachain_testnet",
"zeta_chain_testnet",
"zeta_network_testnet",
"zeta-chain-testnet",
"zeta-network-testnet",
"zeta-testnet",

@@ -190,0 +266,0 @@ "zetachain-athens-testnet"

2

package.json
{
"name": "@zetachain/networks",
"version": "3.0.1",
"version": "4.0.0-rc1",
"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