Deploying to gh-pages from @ ethereum-lists/chains@4ecc6352c7 🚀

This commit is contained in:
ligi 2023-01-05 15:07:23 +00:00
parent 0662935861
commit e1d03320b2
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-13812.json Normal file
View 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

View File

@ -5835,6 +5835,19 @@
"rpc": ["https://rpc.phoenixplorer.com/"],
"faucets": [],
"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",
"chainId": 14000,

View File

@ -8497,6 +8497,25 @@
"icon": "phoenixplorer",
"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",
"chain": "SPS-Testnet",

View File

@ -448,6 +448,7 @@
"steptest": "eip155:12345",
"SPS": "eip155:13000",
"Phoenix": "eip155:13381",
"sus": "eip155:13812",
"SPS-Test": "eip155:14000",
"TrustTestnet": "eip155:15555",
"mtt": "eip155:16000",