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@4ecc6352c7 🚀
This commit is contained in:
parent
0662935861
commit
e1d03320b2
File diff suppressed because one or more lines are too long
24
chains/eip155-13812.json
Normal file
24
chains/eip155-13812.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Susono",
|
||||||
|
"chain": "SUS",
|
||||||
|
"rpc": [
|
||||||
|
"https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Susono",
|
||||||
|
"symbol": "OPN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "sus",
|
||||||
|
"chainId": 13812,
|
||||||
|
"networkId": 13812,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Susono",
|
||||||
|
"url": "http://explorer.opn.network",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5835,6 +5835,19 @@
|
||||||
"rpc": ["https://rpc.phoenixplorer.com/"],
|
"rpc": ["https://rpc.phoenixplorer.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://cryptophoenix.org/phoenix"
|
"infoURL": "https://cryptophoenix.org/phoenix"
|
||||||
|
}, {
|
||||||
|
"name": "Susono",
|
||||||
|
"chainId": 13812,
|
||||||
|
"shortName": "sus",
|
||||||
|
"networkId": 13812,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Susono",
|
||||||
|
"symbol": "OPN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": ""
|
||||||
}, {
|
}, {
|
||||||
"name": "SPS Testnet",
|
"name": "SPS Testnet",
|
||||||
"chainId": 14000,
|
"chainId": 14000,
|
||||||
|
|
|
@ -8497,6 +8497,25 @@
|
||||||
"icon": "phoenixplorer",
|
"icon": "phoenixplorer",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Susono",
|
||||||
|
"chain": "SUS",
|
||||||
|
"rpc": ["https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Susono",
|
||||||
|
"symbol": "OPN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "sus",
|
||||||
|
"chainId": 13812,
|
||||||
|
"networkId": 13812,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Susono",
|
||||||
|
"url": "http://explorer.opn.network",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "SPS Testnet",
|
"name": "SPS Testnet",
|
||||||
"chain": "SPS-Testnet",
|
"chain": "SPS-Testnet",
|
||||||
|
|
|
@ -448,6 +448,7 @@
|
||||||
"steptest": "eip155:12345",
|
"steptest": "eip155:12345",
|
||||||
"SPS": "eip155:13000",
|
"SPS": "eip155:13000",
|
||||||
"Phoenix": "eip155:13381",
|
"Phoenix": "eip155:13381",
|
||||||
|
"sus": "eip155:13812",
|
||||||
"SPS-Test": "eip155:14000",
|
"SPS-Test": "eip155:14000",
|
||||||
"TrustTestnet": "eip155:15555",
|
"TrustTestnet": "eip155:15555",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user