Skip to content

Commit

Permalink
fix: Add testnet param to networks that miss it (#931)
Browse files Browse the repository at this point in the history
* fix: Add testnet param to networks that miss it

* Update package.json
  • Loading branch information
ChaituVR authored Nov 1, 2023
1 parent f6e3141 commit d52abc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.8.0",
"version": "0.8.1",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
13 changes: 8 additions & 5 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"name": "XDC Apothem.network",
"shortName": "XDC",
"chainId": 51,
"network": "testnet",
"network": "xdc",
"multicall": "0x3b353b02a8b42ee4222ea4be0836629b1f40c8db",
"rpc": [
"https://apothemrpc.blocksscan.io"
Expand Down Expand Up @@ -835,7 +835,6 @@
"shortName": "HPB",
"chainId": 269,
"network": "mainnet",
"testnet": false,
"multicall": "0x67D0f263aef2F6167FA77353695D75b582Ff4Bca",
"rpc": [
"https://hpbnode.com"
Expand Down Expand Up @@ -1186,6 +1185,7 @@
"shortName": "pulsechain",
"chainId": 940,
"network": "Testnet",
"testnet": true,
"multicall": "0x5e67901C2Dd1915E9Ef49aF39B62C28DF8C2c529",
"rpc": [
"https://rpc.testnet.pulsedisco.net"
Expand All @@ -1205,6 +1205,7 @@
"shortName": "pulsechain",
"chainId": 941,
"network": "Testnet v2B",
"testnet": true,
"multicall": "0x959a437F1444DaDaC8aF997E71EAF0479c810267",
"rpc": [
"https://rpc.testnet.pulsedisco.net"
Expand All @@ -1224,6 +1225,7 @@
"shortName": "Boabab",
"chainId": 1001,
"network": "testnet",
"testnet": true,
"multicall": "0x40643B8Aeaaca0b87Ea1A1E596e64a0e14B1d244",
"rpc": [
"https://archive-en.baobab.klaytn.net"
Expand Down Expand Up @@ -1415,6 +1417,7 @@
"shortName": "Gobi",
"chainId": 1663,
"network": "testnet",
"testnet": true,
"multicall": "0xC743e4910Bdd4e5aBacCA38F74cdA270281C5eef",
"rpc": [
"https://gobi-testnet.horizenlabs.io/ethv1"
Expand Down Expand Up @@ -1447,7 +1450,6 @@
"shortName": "cube",
"chainId": 1818,
"network": "mainnet",
"testnet": false,
"multicall": "0x28d2ebdb36369db1c51355cdc0898754d1a1c3c5",
"rpc": [
"https://http-mainnet-archive.cube.network"
Expand Down Expand Up @@ -1686,6 +1688,7 @@
"name": "Ontology Testnet",
"chainId": 5851,
"network": "testnet",
"testnet": true,
"multicall": "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
"rpc": [
"https://polaris1.ont.io:10339",
Expand Down Expand Up @@ -1737,7 +1740,6 @@
"shortName": "Shyft",
"chainId": 7341,
"network": "mainnet",
"testnet": false,
"multicall": "0xceb10e9133D771cA93c8002Be527A465E85381a2",
"rpc": [
"https://rpc.shyft.network"
Expand Down Expand Up @@ -1838,7 +1840,6 @@
"shortName": "Evmos",
"chainId": 9001,
"network": "mainnet",
"testnet": false,
"multicall": "0x37763d16f8dBf6F185368E0f256350cAb7E24b26",
"rpc": [
"https://eth.bd.evmos.org:8545"
Expand Down Expand Up @@ -2204,6 +2205,7 @@
"shortName": "ThinkiumTest1",
"chainId": 60001,
"network": "thinkiumtest1",
"testnet": true,
"multicall": "0xc49bc485d4f943b287edadbce45eb1a1220ffdfe",
"rpc": [
"https://test1.thinkiumrpc.net"
Expand Down Expand Up @@ -2374,6 +2376,7 @@
"shortName": "Vpioneer",
"chainId": 666666,
"network": "testnet",
"testnet": true,
"multicall": "0xb6E748D6632305E1c12D8369CC6B3eF4AA8A3c85",
"rpc": [
"https://vpioneer.infragrid.v.network/ethereum/compatible"
Expand Down

0 comments on commit d52abc8

Please sign in to comment.