mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@822e66fd28 🚀
This commit is contained in:
parent
601245a063
commit
718fa12a67
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1454,6 +1454,19 @@
|
|||
"rpc": ["http://13.57.207.168:3435", "https://app.freighttrust.net/ftn/${API_KEY}"],
|
||||
"faucets": ["http://faucet.freight.sh"],
|
||||
"infoURL": "https://freighttrust.com"
|
||||
}, {
|
||||
"name": "SoterOne Mainnet old",
|
||||
"chainId": 218,
|
||||
"shortName": "SO1-old",
|
||||
"networkId": 218,
|
||||
"nativeCurrency": {
|
||||
"name": "SoterOne Mainnet Ether",
|
||||
"symbol": "SOTER",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.soter.one"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.soterone.com"
|
||||
}, {
|
||||
"name": "Permission",
|
||||
"chainId": 222,
|
||||
|
@ -2416,6 +2429,19 @@
|
|||
"rpc": ["https://rpc.api.moonriver.moonbeam.network", "wss://wss.api.moonriver.moonbeam.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://moonbeam.network/networks/moonriver/"
|
||||
}, {
|
||||
"name": "Moonrock old",
|
||||
"chainId": 1286,
|
||||
"shortName": "mrock-old",
|
||||
"networkId": 1286,
|
||||
"nativeCurrency": {
|
||||
"name": "Rocs",
|
||||
"symbol": "ROC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": ""
|
||||
}, {
|
||||
"name": "Moonbase Alpha",
|
||||
"chainId": 1287,
|
||||
|
|
|
@ -1993,6 +1993,21 @@
|
|||
"shortName": "EDI",
|
||||
"chainId": 211,
|
||||
"networkId": 0
|
||||
}, {
|
||||
"name": "SoterOne Mainnet old",
|
||||
"chain": "SOTER",
|
||||
"rpc": ["https://rpc.soter.one"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SoterOne Mainnet Ether",
|
||||
"symbol": "SOTER",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.soterone.com",
|
||||
"shortName": "SO1-old",
|
||||
"chainId": 218,
|
||||
"networkId": 218,
|
||||
"deprecated": true
|
||||
}, {
|
||||
"name": "Permission",
|
||||
"chain": "ASK",
|
||||
|
@ -3312,6 +3327,21 @@
|
|||
"url": "https://moonriver.moonscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Moonrock old",
|
||||
"chain": "MOON",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Rocs",
|
||||
"symbol": "ROC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "",
|
||||
"shortName": "mrock-old",
|
||||
"chainId": 1286,
|
||||
"networkId": 1286,
|
||||
"deprecated": true
|
||||
}, {
|
||||
"name": "Moonbase Alpha",
|
||||
"chain": "MOON",
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
"BTT": "eip155:199",
|
||||
"aox": "eip155:200",
|
||||
"EDI": "eip155:211",
|
||||
"SO1-old": "eip155:218",
|
||||
"ASK": "eip155:222",
|
||||
"LA": "eip155:225",
|
||||
"TLA": "eip155:226",
|
||||
|
@ -185,6 +186,7 @@
|
|||
"HO": "eip155:1280",
|
||||
"mbeam": "eip155:1284",
|
||||
"mriver": "eip155:1285",
|
||||
"mrock-old": "eip155:1286",
|
||||
"mbase": "eip155:1287",
|
||||
"mrock": "eip155:1288",
|
||||
"cennz-a": "eip155:1337",
|
||||
|
|
Loading…
Reference in New Issue
Block a user