forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update/add-pivotal-chains
- Loading branch information
Showing
16 changed files
with
241 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Sei Testnet", | ||
"chain": "Sei", | ||
"rpc": [ | ||
"https://evm-rpc-testnet.sei-apis.com", | ||
"wss://evm-ws-testnet.sei-apis.com" | ||
], | ||
"faucets": ["https://atlantic-2.app.sei.io/faucet"], | ||
"nativeCurrency": { | ||
"name": "Sei", | ||
"symbol": "SEI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.sei.io", | ||
"shortName": "sei-testnet", | ||
"chainId": 1328, | ||
"networkId": 1328, | ||
"icon": "sei", | ||
"explorers": [ | ||
{ | ||
"name": "Seitrace", | ||
"url": "https://seitrace.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Vana Satori Testnet", | ||
"chain": "Satori", | ||
"rpc": ["http://rpc.satori.vana.org"], | ||
"faucets": ["https://faucet.vana.org"], | ||
"nativeCurrency": { | ||
"name": "DAT", | ||
"symbol": "DAT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://satori.vana.org", | ||
"shortName": "satori", | ||
"chainId": 14801, | ||
"networkId": 14801, | ||
"explorers": [ | ||
{ | ||
"name": "satoriscan", | ||
"url": "https://satori.vanascan.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Bahamut ocean", | ||
"title": "Bahamut ocean", | ||
"chain": "Bahamut", | ||
"icon": "bahamut", | ||
"rpc": ["https://rpc1.ocean.bahamutchain.com"], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "FTN", | ||
"symbol": "FTN", | ||
"decimals": 18 | ||
}, | ||
"shortName": "ocean", | ||
"infoURL": "https://bahamut.io", | ||
"chainId": 4058, | ||
"networkId": 4058, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://ocean.ftnscan.com", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Pentagon Testnet", | ||
"chain": "Pentagon", | ||
"rpc": ["https://rpc-testnet.pentagon.games"], | ||
"faucets": ["https://bridge-testnet.pentagon.games"], | ||
"nativeCurrency": { | ||
"name": "Pentagon", | ||
"symbol": "PEN", | ||
"decimals": 18 | ||
}, | ||
"icon": "pentagon", | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "https://pentagon.games", | ||
"shortName": "pentagon-testnet", | ||
"chainId": 555555, | ||
"networkId": 555555, | ||
"explorers": [ | ||
{ | ||
"name": "Pentagon Testnet Explorer", | ||
"url": "https://explorer-testnet.pentagon.games", | ||
"icon": "pentagon", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Open Campus Codex", | ||
"chain": "Open Campus Codex", | ||
"icon": "open-campus-codex", | ||
"rpc": ["https://rpc.open-campus-codex.gelato.digital"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "EDU", | ||
"symbol": "EDU", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/open-campus-codex", | ||
"shortName": "open-campus-codex", | ||
"chainId": 656476, | ||
"networkId": 656476, | ||
"explorers": [ | ||
{ | ||
"name": "Open Campus Codex", | ||
"url": "https://opencampus-codex.blockscout.com", | ||
"icon": "open-campus-codex", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "OX Chain", | ||
"title": "OX Chain", | ||
"chain": "OX", | ||
"rpc": ["https://rpc.oxscan.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "OX", | ||
"symbol": "OX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://ox.fun/chain", | ||
"shortName": "ox-chain", | ||
"chainId": 6699, | ||
"networkId": 6699, | ||
"status": "incubating" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Darwinia Koi Testnet", | ||
"chain": "Darwinia Koi", | ||
"rpc": ["https://koi-rpc.darwinia.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Koi Network Native Token", | ||
"symbol": "KRING", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://darwinia.network/", | ||
"shortName": "darwinia-koi", | ||
"chainId": 701, | ||
"networkId": 701, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://koi-scan.darwinia.network", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Supernet Testnet", | ||
"title": "Supernet Testnet", | ||
"chain": "Supernet Testnet", | ||
"rpc": ["https://testnet-rpc.supernet.chaingames.io/"], | ||
"faucets": ["https://faucet.chaingames.io"], | ||
"nativeCurrency": { | ||
"name": "CHAIN", | ||
"symbol": "CHAIN", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "supernetchain", | ||
"chainId": 998899, | ||
"networkId": 998899, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "supernet-testnet-explorer", | ||
"url": "https://testnet-explorer.supernet.chaingames.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmWm9biSavZ4ixNNSe8KhxiYgYaejY6Y4xRaqmz9fXimo5", | ||
"width": 1136, | ||
"height": 1112, | ||
"format": "png" | ||
"url": "ipfs://QmeUyBe58BPndt6SpH9Tn1a8AYpNtHbMVhVyZt8Ppc4HTB", | ||
"width": 200, | ||
"height": 200, | ||
"format": "svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmXbz7VEYvf6NVHezuBy5HpJTCiagEThBxxdDdfVXNQ8Bt", | ||
"width": 30, | ||
"height": 30, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmfU7W3Tm3tGWgnHBTG9vjB4PXGMvcL7Cq8R6MaSaC33DC", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
_data/iconsDownload/QmeUyBe58BPndt6SpH9Tn1a8AYpNtHbMVhVyZt8Ppc4HTB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="100" cy="100" r="99" fill="url(#paint0_linear_11036_4297)" stroke="#94A8FD" | ||
stroke-width="2" /> | ||
<path | ||
d="M38.011 109.493C31.355 109.486 27.5185 106.41 27.5239 101.578L27.5327 93.7057C27.5381 88.8737 31.3496 85.806 38.0056 85.8134C44.6616 85.8209 48.4661 88.8971 48.4607 93.7291L48.4591 95.1371L43.1791 95.1312L43.1803 94.1392C43.1829 91.8032 41.4246 90.2972 38.0326 90.2934C34.4166 90.2894 32.4949 91.7912 32.4923 94.1272L32.4844 101.167C32.4817 103.503 34.3681 105.009 37.9841 105.013C41.4081 105.017 43.1697 103.515 43.1724 101.179L43.1735 100.187L48.4535 100.193L48.4519 101.601C48.4465 106.433 44.635 109.501 38.011 109.493ZM62.1085 109.52C55.2925 109.513 51.456 106.436 51.4614 101.605L51.4702 93.7325C51.4756 88.9005 55.2871 85.8328 62.1031 85.8404C68.9191 85.8481 72.7236 88.9243 72.7182 93.7563L72.7094 101.628C72.704 106.46 68.8925 109.528 62.1085 109.52ZM62.0815 105.04C65.9855 105.045 67.7472 103.543 67.7498 101.207L67.7577 94.1668C67.7604 91.8308 66.002 90.3248 62.13 90.3205C58.226 90.3161 56.4324 91.8181 56.4297 94.1541L56.4219 101.194C56.4192 103.53 58.1775 105.036 62.0815 105.04ZM76.0231 109.056L76.0485 86.3361L81.0085 86.3416L80.983 109.062L76.0231 109.056ZM98.7223 86.3615L103.554 86.3669L103.529 109.087L98.6968 109.081L89.4645 95.0871L89.4488 109.071L84.6168 109.066L84.6423 86.3457L89.4743 86.3511L98.7065 100.409L98.7223 86.3615ZM116.747 109.518C110.443 109.511 107.086 106.467 107.091 102.307L107.092 101.507L109.908 101.51L109.907 102.374C109.904 104.934 112.494 106.825 116.814 106.83C120.718 106.834 123.248 105.237 123.25 102.677C123.257 96.565 107.604 100.899 107.614 92.4194C107.618 89.0914 110.117 86.1182 116.389 86.1253C122.693 86.1323 125.538 89.0795 125.533 93.0475L125.532 93.9435L122.716 93.9404L122.717 93.0124C122.72 90.6124 120.482 88.8179 116.354 88.8132C112.546 88.809 110.464 90.3106 110.462 92.4226C110.456 97.7666 126.012 94.0081 126.099 102.648C126.126 106.424 123.051 109.525 116.747 109.518ZM146.598 89.2311L133.414 89.2164L133.406 96.6723L145.15 96.6855L145.147 99.3735L133.403 99.3603L133.395 106.432L146.579 106.447L146.576 109.135L130.576 109.117L130.601 86.5572L146.601 86.5751L146.598 89.2311ZM160.446 109.535C153.822 109.527 150.658 106.612 150.663 101.78L150.672 93.9077C150.677 89.0757 153.849 86.1673 160.441 86.1746C167.064 86.1821 170.197 89.0976 170.192 93.9296L170.191 94.8256L167.215 94.8222L167.215 94.2782C167.219 90.7582 165.269 88.8681 160.469 88.8627C155.509 88.8571 153.491 90.7429 153.487 94.2629L153.479 101.431C153.475 104.951 155.489 106.841 160.417 106.847C165.249 106.852 167.203 104.966 167.207 101.446L167.208 100.902L170.184 100.906L170.183 101.802C170.178 106.634 167.038 109.542 160.446 109.535Z" | ||
fill="#94A8FD" /> | ||
<path | ||
d="M175.116 80.7474L174.04 80.7462L174.031 80.0987L174.992 80.0998C175.138 80.0966 175.274 80.0735 175.401 80.0305C175.527 79.9842 175.628 79.9179 175.705 79.8316C175.781 79.7421 175.819 79.6325 175.82 79.503C175.82 79.3403 175.792 79.2108 175.735 79.1145C175.682 79.0181 175.589 78.9499 175.457 78.91C175.327 78.8666 175.151 78.8449 174.929 78.8446L174.266 78.8439L174.262 82.4248L173.54 82.424L173.545 78.2006L174.929 78.2021C175.258 78.2025 175.542 78.251 175.781 78.3475C176.023 78.4408 176.209 78.5837 176.338 78.7765C176.471 78.9659 176.537 79.2034 176.537 79.4889C176.537 79.6682 176.495 79.8275 176.412 79.9669C176.329 80.1062 176.206 80.2273 176.043 80.33C175.883 80.4295 175.687 80.5106 175.455 80.5734C175.445 80.5734 175.433 80.585 175.42 80.6083C175.41 80.6315 175.4 80.6431 175.39 80.6431C175.333 80.6762 175.297 80.7011 175.28 80.7177C175.267 80.7309 175.252 80.7392 175.235 80.7425C175.222 80.7458 175.182 80.7474 175.116 80.7474ZM175.066 80.7473L175.171 80.2544C175.689 80.2549 176.043 80.3682 176.232 80.5942C176.421 80.8169 176.515 81.1009 176.515 81.4462L176.514 81.7151C176.514 81.838 176.519 81.9559 176.529 82.0688C176.542 82.1784 176.565 82.2714 176.598 82.3478L176.598 82.4274L175.856 82.4266C175.823 82.3403 175.803 82.2174 175.797 82.058C175.794 81.8986 175.792 81.7824 175.792 81.7094L175.792 81.4504C175.793 81.208 175.738 81.0303 175.629 80.9173C175.519 80.8043 175.332 80.7476 175.066 80.7473ZM172.043 80.3704C172.043 80.812 172.117 81.2238 172.266 81.6058C172.418 81.9845 172.631 82.3168 172.902 82.6026C173.174 82.8851 173.488 83.1063 173.843 83.2661C174.201 83.4225 174.583 83.501 174.988 83.5014C175.397 83.5019 175.779 83.4243 176.134 83.2686C176.49 83.1097 176.802 82.8892 177.071 82.6073C177.34 82.322 177.552 81.9902 177.705 81.6119C177.858 81.2302 177.935 80.8186 177.935 80.377C177.936 79.9354 177.86 79.5252 177.708 79.1466C177.555 78.7679 177.345 78.4373 177.076 78.1547C176.807 77.8722 176.496 77.6527 176.141 77.4963C175.785 77.3365 175.404 77.2564 174.995 77.2559C174.59 77.2555 174.208 77.3347 173.85 77.4937C173.494 77.6494 173.18 77.8681 172.907 78.1501C172.635 78.432 172.422 78.7621 172.269 79.1405C172.119 79.5188 172.044 79.9288 172.043 80.3704ZM171.456 80.3697C171.456 79.8418 171.548 79.3522 171.731 78.9008C171.914 78.4494 172.169 78.0563 172.495 77.7213C172.82 77.383 173.196 77.1211 173.621 76.9356C174.05 76.7469 174.508 76.6527 174.996 76.6533C175.484 76.6538 175.94 76.749 176.365 76.9387C176.793 77.1251 177.168 77.3879 177.49 77.7269C177.815 78.0626 178.069 78.4563 178.251 78.9081C178.436 79.3599 178.529 79.8497 178.528 80.3777C178.527 80.9056 178.434 81.3952 178.247 81.8466C178.064 82.2979 177.81 82.6944 177.484 83.0361C177.162 83.3744 176.786 83.6379 176.358 83.8267C175.932 84.0155 175.476 84.1096 174.988 84.109C174.5 84.1085 174.041 84.0134 173.613 83.8236C173.189 83.6339 172.814 83.3695 172.489 83.0305C172.164 82.6881 171.91 82.291 171.728 81.8393C171.546 81.3875 171.455 80.8977 171.456 80.3697Z" | ||
fill="#94A8FD" /> | ||
<defs> | ||
<linearGradient id="paint0_linear_11036_4297" x1="100" y1="0" x2="100" y2="200" | ||
gradientUnits="userSpaceOnUse"> | ||
<stop offset="0" stop-color="#22252C" /> | ||
<stop offset="1" stop-color="#465C90" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
|