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

This commit is contained in:
ligi 2022-12-04 22:30:56 +00:00
parent ad434ea4e4
commit f00d7ff9b7
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-217.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "SiriusNet V2",
"chain": "SIN2",
"faucets": [],
"rpc": [
"https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/"
],
"icon": "siriusnet",
"nativeCurrency": {
"name": "MCD",
"symbol": "MCD",
"decimals": 18
},
"infoURL": "https://siriusnet.io",
"shortName": "SIN2",
"chainId": 217,
"networkId": 217,
"explorers": [
{
"name": "siriusnet explorer",
"url": "http://rpc.siriusnet.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1727,6 +1727,19 @@
"rpc": ["https://testnet-rpc.maplabs.io"], "rpc": ["https://testnet-rpc.maplabs.io"],
"faucets": ["https://faucet.maplabs.io"], "faucets": ["https://faucet.maplabs.io"],
"infoURL": "https://maplabs.io" "infoURL": "https://maplabs.io"
}, {
"name": "SiriusNet V2",
"chainId": 217,
"shortName": "SIN2",
"networkId": 217,
"nativeCurrency": {
"name": "MCD",
"symbol": "MCD",
"decimals": 18
},
"rpc": ["https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/"],
"faucets": [],
"infoURL": "https://siriusnet.io"
}, { }, {
"name": "SoterOne Mainnet old", "name": "SoterOne Mainnet old",
"chainId": 218, "chainId": 218,

View File

@ -2436,6 +2436,26 @@
"url": "https://testnet.mapscan.io", "url": "https://testnet.mapscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "SiriusNet V2",
"chain": "SIN2",
"faucets": [],
"rpc": ["https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/"],
"icon": "siriusnet",
"nativeCurrency": {
"name": "MCD",
"symbol": "MCD",
"decimals": 18
},
"infoURL": "https://siriusnet.io",
"shortName": "SIN2",
"chainId": 217,
"networkId": 217,
"explorers": [{
"name": "siriusnet explorer",
"url": "http://rpc.siriusnet.io",
"standard": "none"
}]
}, { }, {
"name": "SoterOne Mainnet old", "name": "SoterOne Mainnet old",
"chain": "SOTER", "chain": "SOTER",

View File

@ -132,6 +132,7 @@
"moactest": "eip155:201", "moactest": "eip155:201",
"EDI": "eip155:211", "EDI": "eip155:211",
"makalu": "eip155:212", "makalu": "eip155:212",
"SIN2": "eip155:217",
"SO1-old": "eip155:218", "SO1-old": "eip155:218",
"ASK": "eip155:222", "ASK": "eip155:222",
"LA": "eip155:225", "LA": "eip155:225",