Socket
Socket
Sign inDemoInstall

@dcentralab/networks

Package Overview
Dependencies
Maintainers
2
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcentralab/networks - npm Package Compare versions

Comparing version 2.0.26 to 2.0.27

80

lib/networks.json

@@ -174,2 +174,25 @@ {

},
"58": {
"networkId": 58,
"chainId": "0x3a",
"chainName": "Ontology Mainnet",
"nativeCurrency": {
"name": "ONG",
"symbol": "ONG",
"decimals": 18
},
"rpcUrls": [
"http://dappnode1.ont.io:20339",
"http://dappnode2.ont.io:20339",
"http://dappnode3.ont.io:20339",
"http://dappnode4.ont.io:20339",
"https://dappnode1.ont.io:10339",
"https://dappnode2.ont.io:10339",
"https://dappnode3.ont.io:10339",
"https://dappnode4.ont.io:10339"
],
"blockExplorerUrls": [
"https://explorer.ont.io"
]
},
"71": {

@@ -400,2 +423,20 @@ "networkId": 71,

},
"1088": {
"networkId": 1088,
"chainId": "0x440",
"chainName": "Metis Andromeda Mainnet",
"nativeCurrency": {
"name": "Metis",
"symbol": "METIS",
"decimals": 18
},
"rpcUrls": [
"https://andromeda.metis.io/?owner=1088",
"https://metis.drpc.org",
"wss://metis.drpc.org"
],
"blockExplorerUrls": [
"https://andromeda-explorer.metis.io"
]
},
"1234": {

@@ -602,2 +643,25 @@ "networkId": 1234,

},
"5851": {
"networkId": 5851,
"chainId": "0x16db",
"chainName": "Ontology Testnet",
"nativeCurrency": {
"name": "ONG",
"symbol": "ONG",
"decimals": 18
},
"rpcUrls": [
"http://polaris1.ont.io:20339",
"http://polaris2.ont.io:20339",
"http://polaris3.ont.io:20339",
"http://polaris4.ont.io:20339",
"https://polaris1.ont.io:10339",
"https://polaris2.ont.io:10339",
"https://polaris3.ont.io:10339",
"https://polaris4.ont.io:10339"
],
"blockExplorerUrls": [
"https://explorer.ont.io/testnet"
]
},
"8453": {

@@ -815,2 +879,18 @@ "networkId": 8453,

},
"59902": {
"networkId": 59902,
"chainId": "0xe9fe",
"chainName": "Metis Sepolia Testnet",
"nativeCurrency": {
"name": "tMetis",
"symbol": "tMETIS",
"decimals": 18
},
"rpcUrls": [
"https://sepolia.metisdevops.link"
],
"blockExplorerUrls": [
"https://sepolia-explorer.metisdevops.link"
]
},
"80002": {

@@ -817,0 +897,0 @@ "networkId": 80002,

4

package.json
{
"name": "@dcentralab/networks",
"version": "2.0.26",
"version": "2.0.27",
"description": "",

@@ -18,4 +18,4 @@ "main": "./lib/index.js",

"dependencies": {
"@dcentralab/common": "^2.0.26"
"@dcentralab/common": "^2.0.27"
}
}

Sorry, the diff of this file is not supported yet

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