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

This commit is contained in:
ligi 2023-06-09 01:33:08 +00:00
parent 2a39ab3b2d
commit 4ca7e59609
10 changed files with 2513 additions and 2454 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-111000.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Siberium Test Network",
"chain": "SBR",
"rpc": ["https://rpc.test.siberium.net"],
"faucets": [],
"nativeCurrency": {
"name": "TestSIBR",
"symbol": "SIBR",
"decimals": 18
},
"infoURL": "https://siberium.net",
"shortName": "testsbr",
"chainId": 111000,
"networkId": 111000,
"icon": "siberium",
"explorers": [
{
"name": "Siberium Testnet Explorer - blockscout",
"url": "https://explorer.test.siberium.net",
"icon": "siberium",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -10125,6 +10125,19 @@
"rpc": ["https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907"], "rpc": ["https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907"],
"faucets": [], "faucets": [],
"infoURL": "https://www.quarkchain.io" "infoURL": "https://www.quarkchain.io"
}, {
"name": "Siberium Test Network",
"chainId": 111000,
"shortName": "testsbr",
"networkId": 111000,
"nativeCurrency": {
"name": "TestSIBR",
"symbol": "SIBR",
"decimals": 18
},
"rpc": ["https://rpc.test.siberium.net"],
"faucets": [],
"infoURL": "https://siberium.net"
}, { }, {
"name": "Siberium Network", "name": "Siberium Network",
"chainId": 111111, "chainId": 111111,

View File

@ -15348,6 +15348,27 @@
"url": "https://devnet.quarkchain.io/7", "url": "https://devnet.quarkchain.io/7",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Siberium Test Network",
"chain": "SBR",
"rpc": ["https://rpc.test.siberium.net"],
"faucets": [],
"nativeCurrency": {
"name": "TestSIBR",
"symbol": "SIBR",
"decimals": 18
},
"infoURL": "https://siberium.net",
"shortName": "testsbr",
"chainId": 111000,
"networkId": 111000,
"icon": "siberium",
"explorers": [{
"name": "Siberium Testnet Explorer - blockscout",
"url": "https://explorer.test.siberium.net",
"icon": "siberium",
"standard": "EIP3091"
}]
}, { }, {
"name": "Siberium Network", "name": "Siberium Network",
"chain": "SBR", "chain": "SBR",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -778,6 +778,7 @@
"qkc-d-s5": "eip155:110006", "qkc-d-s5": "eip155:110006",
"qkc-d-s6": "eip155:110007", "qkc-d-s6": "eip155:110007",
"qkc-d-s7": "eip155:110008", "qkc-d-s7": "eip155:110008",
"testsbr": "eip155:111000",
"sbr": "eip155:111111", "sbr": "eip155:111111",
"dadil": "eip155:123456", "dadil": "eip155:123456",
"ETND": "eip155:131419", "ETND": "eip155:131419",