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

This commit is contained in:
ligi 2023-03-01 21:36:58 +00:00
parent c966960b59
commit ec9b8e34c5
11 changed files with 100 additions and 4 deletions

View File

@ -702,6 +702,14 @@
"height": 200,
"format": "png"
}]
}, {
"name": "siberium",
"icons": [{
"url": "ipfs://QmVDeoGo2TZPDWiaNDdPCnH2tz2BCQ7viw8ugdDWnU5LFq",
"width": 1920,
"height": 1920,
"format": "svg"
}]
}, {
"name": "piecechain",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

30
chains/eip155-111111.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Siberium Network",
"chain": "SBR",
"rpc": ["https://rpc.main.siberium.net", "https://rpc.main.siberium.net.ru"],
"faucets": [],
"nativeCurrency": {
"name": "Siberium",
"symbol": "SBR",
"decimals": 18
},
"infoURL": "https://siberium.net",
"shortName": "sbr",
"chainId": 111111,
"networkId": 111111,
"icon": "siberium",
"explorers": [
{
"name": "Siberium Mainnet Explorer - blockscout - 1",
"url": "https://explorer.main.siberium.net",
"icon": "siberium",
"standard": "EIP3091"
},
{
"name": "Siberium Mainnet Explorer - blockscout - 2",
"url": "https://explorer.main.siberium.net.ru",
"icon": "siberium",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8383,6 +8383,19 @@
"rpc": ["https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907"],
"faucets": [],
"infoURL": "https://www.quarkchain.io"
}, {
"name": "Siberium Network",
"chainId": 111111,
"shortName": "sbr",
"networkId": 111111,
"nativeCurrency": {
"name": "Siberium",
"symbol": "SBR",
"decimals": 18
},
"rpc": ["https://rpc.main.siberium.net", "https://rpc.main.siberium.net.ru"],
"faucets": [],
"infoURL": "https://siberium.net"
}, {
"name": "ETND Chain Mainnets",
"chainId": 131419,

View File

@ -12548,6 +12548,32 @@
"url": "https://devnet.quarkchain.io/7",
"standard": "EIP3091"
}]
}, {
"name": "Siberium Network",
"chain": "SBR",
"rpc": ["https://rpc.main.siberium.net", "https://rpc.main.siberium.net.ru"],
"faucets": [],
"nativeCurrency": {
"name": "Siberium",
"symbol": "SBR",
"decimals": 18
},
"infoURL": "https://siberium.net",
"shortName": "sbr",
"chainId": 111111,
"networkId": 111111,
"icon": "siberium",
"explorers": [{
"name": "Siberium Mainnet Explorer - blockscout - 1",
"url": "https://explorer.main.siberium.net",
"icon": "siberium",
"standard": "EIP3091"
}, {
"name": "Siberium Mainnet Explorer - blockscout - 2",
"url": "https://explorer.main.siberium.net.ru",
"icon": "siberium",
"standard": "EIP3091"
}]
}, {
"name": "ETND Chain Mainnets",
"chain": "ETND",

8
icons/siberium.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVDeoGo2TZPDWiaNDdPCnH2tz2BCQ7viw8ugdDWnU5LFq",
"width": 1920,
"height": 1920,
"format": "svg"
}
]

View File

@ -0,0 +1,10 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="1920" height="1920" viewBox="-154 -72 1920 1920">
<title>SIBERIUM</title>
<defs>
<radialGradient id="a" cx="1900" cy="881" r="841" gradientTransform="matrix(3.4 -1.5 .66 1.5 -6862 2687)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e9ea00" offset="0"/>
<stop stop-color="#00c1c1" offset="1"/>
</radialGradient>
</defs>
<path d="m1191 1780-392-185-416 175-393-186 0.5-538 386-162-362-171-0.012-538 417-175 392 185 416-175 392 185-0.5 539-385 162 361 171 0.028 539zm0.76-377 1.5-1.4-0.5-483-393 165-372-176 0.5 485 371 176zm2.5-1e3 -371-175-394 165 3e-3 484 394-165 371 175v-484z" fill="url(#a)" stroke="#555" stroke-opacity=".38" stroke-width="3" vector-effect="non-scaling-stroke" />
</svg>

After

Width:  |  Height:  |  Size: 771 B

File diff suppressed because one or more lines are too long

View File

@ -644,6 +644,7 @@
"qkc-d-s5": "eip155:110006",
"qkc-d-s6": "eip155:110007",
"qkc-d-s7": "eip155:110008",
"sbr": "eip155:111111",
"ETND": "eip155:131419",
"condor": "eip155:188881",
"milkTAda": "eip155:200101",