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@eadcb5bb5f 🚀
This commit is contained in:
parent
2a39ab3b2d
commit
4ca7e59609
4898
chain_icons.json
4898
chain_icons.json
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
24
chains/eip155-111000.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user