diff --git a/.github/workflows/action_lint.yml b/.github/workflows/action_lint.yml new file mode 100644 index 000000000000..5002d2b1dfbe --- /dev/null +++ b/.github/workflows/action_lint.yml @@ -0,0 +1,8 @@ +name: Github-Action linter +on: [pull_request] +jobs: + actionlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: reviewdog/action-actionlint@v1 \ No newline at end of file diff --git a/.github/workflows/prettier_write.yml b/.github/workflows/prettier_write.yml index ef54c4b975e0..73baf45cc5e8 100644 --- a/.github/workflows/prettier_write.yml +++ b/.github/workflows/prettier_write.yml @@ -1,31 +1,13 @@ -name: Run prettier write - -on: - pull_request: - +name: prettier review +on: [pull_request_target] jobs: prettier: + name: runner / prettier runs-on: ubuntu-latest steps: - - name: Check out repo - uses: actions/checkout@v2 - env: - PAT: ${{ secrets.PAT }} + - uses: actions/checkout@v2 + - uses: bryant-finney/reviewdog-action-prettier@v1.2.1 with: - token: ${{ PAT }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/cache@v2 - name: Configure npm caching - with: - path: ~/.npm - key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }} - restore-keys: | - ${{ runner.os }}-npm- - - name: Run prettier - run: |- - npx prettier --write '_data/*/*.json' - - name: Commit changes - uses: EndBug/add-and-commit@v9 - with: - message: 'Fix formatting' + github_token: ${{ secrets.PAT }} + reporter: github-pr-review + prettier_flags: '_data/*/*.json' diff --git a/_data/chains/eip155-100009.json b/_data/chains/eip155-100009.json index 973cf3c4e239..167902191aa4 100644 --- a/_data/chains/eip155-100009.json +++ b/_data/chains/eip155-100009.json @@ -1,7 +1,7 @@ { "name": "VeChain", "chain": "VeChain", - "rpc": [], + "rpc": ["https://rpc-mainnet.vechain.energy"], "faucets": [], "nativeCurrency": { "name": "VeChain", diff --git a/_data/chains/eip155-100010.json b/_data/chains/eip155-100010.json index 2eef981c4dfe..d2fddbdbe032 100644 --- a/_data/chains/eip155-100010.json +++ b/_data/chains/eip155-100010.json @@ -1,7 +1,7 @@ { "name": "VeChain Testnet", "chain": "VeChain", - "rpc": [], + "rpc": ["https://rpc-testnet.vechain.energy"], "faucets": ["https://faucet.vecha.in"], "nativeCurrency": { "name": "VeChain", diff --git a/_data/chains/eip155-10096.json b/_data/chains/eip155-10096.json new file mode 100644 index 000000000000..061bff5cb291 --- /dev/null +++ b/_data/chains/eip155-10096.json @@ -0,0 +1,23 @@ +{ + "name": "MetaNova Verse", + "chain": "MNV", + "rpc": ["https://web3.metanovaverse.com"], + "faucets": [], + "nativeCurrency": { + "name": "MNV", + "symbol": "MNV", + "decimals": 18 + }, + "features": [], + "infoURL": "https://www.blockxnet.com/", + "shortName": "mnv", + "chainId": 10096, + "networkId": 10096, + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer.blockxnet.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-10241024.json b/_data/chains/eip155-10241024.json new file mode 100644 index 000000000000..d6bfdc4884ad --- /dev/null +++ b/_data/chains/eip155-10241024.json @@ -0,0 +1,23 @@ +{ + "name": "AlienX Mainnet", + "chain": "AlienX Mainnet", + "rpc": ["https://rpc.alienxchain.io/http"], + "faucets": [], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://alienxchain.io/home", + "shortName": "AlienX", + "chainId": 10241024, + "networkId": 10241024, + "icon": "alienx", + "explorers": [ + { + "name": "AlienXChain Explorer", + "url": "https://explorer.alienxchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11011.json b/_data/chains/eip155-11011.json new file mode 100644 index 000000000000..3d38019fa293 --- /dev/null +++ b/_data/chains/eip155-11011.json @@ -0,0 +1,23 @@ +{ + "name": "Shape Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://sepolia.shape.network"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://shape.network", + "shortName": "shapesep", + "chainId": 11011, + "networkId": 11011, + "explorers": [ + { + "name": "blockscout", + "url": "https://shape-sepolia-explorer.alchemy.com", + "standard": "EIP3091" + } + ], + "slip44": 1 +} diff --git a/_data/chains/eip155-110110.json b/_data/chains/eip155-110110.json new file mode 100644 index 000000000000..a545c6972c72 --- /dev/null +++ b/_data/chains/eip155-110110.json @@ -0,0 +1,19 @@ +{ + "name": "MARS Credit", + "chain": "MARS", + "rpc": ["https://node99-production-dd5f.up.railway.app:443"], + "faucets": [], + "nativeCurrency": { + "name": "Mars", + "symbol": "MARS", + "decimals": 18 + }, + "infoURL": "https://marscredit.xyz/", + "shortName": "mars", + "chainId": 110110, + "networkId": 110110, + "slip44": 1, + "icon": "marscredit", + "explorers": [], + "redFlags": [] +} diff --git a/_data/chains/eip155-111188.json b/_data/chains/eip155-111188.json index b63239ce9b58..88a56cb2bf64 100644 --- a/_data/chains/eip155-111188.json +++ b/_data/chains/eip155-111188.json @@ -2,7 +2,12 @@ "name": "re.al", "title": "re.al Real-World Assets network", "chain": "re.al", - "rpc": ["https://real.drpc.org", "wss://real.drpc.org"], + "rpc": [ + "https://tangible-real.gateway.tenderly.co", + "wss://tangible-real.gateway.tenderly.co", + "https://real.drpc.org", + "wss://real.drpc.org" + ], "nativeCurrency": { "name": "re.al Ether", "symbol": "reETH", diff --git a/_data/chains/eip155-11124.json b/_data/chains/eip155-11124.json new file mode 100644 index 000000000000..f45b6dadb98e --- /dev/null +++ b/_data/chains/eip155-11124.json @@ -0,0 +1,27 @@ +{ + "name": "Abstract Testnet", + "chain": "Abstract Testnet", + "rpc": ["https://api.testnet.abs.xyz"], + "faucets": ["https://faucet.triangleplatform.com/abstract/testnet"], + "chainId": 11124, + "networkId": 11124, + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://abs.xyz/", + "shortName": "Abstract", + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }] + }, + "explorers": [ + { + "name": "Abstract Block Explorer", + "url": "https://explorer.testnet.abs.xyz", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-11521.json b/_data/chains/eip155-11521.json new file mode 100644 index 000000000000..c84eb2e64f2a --- /dev/null +++ b/_data/chains/eip155-11521.json @@ -0,0 +1,23 @@ +{ + "name": "SatsChain", + "chain": "SatsChain", + "rpc": ["https://rpc-satschain-1.bevm.io"], + "faucets": [], + "nativeCurrency": { + "name": "SATS", + "symbol": "SATS", + "decimals": 18 + }, + "infoURL": "https://github.com/BTCSatsNetwork", + "shortName": "satschain", + "chainId": 11521, + "networkId": 11521, + "icon": "satschain", + "explorers": [ + { + "name": "satschain scan", + "url": "https://scan-satschain.bevm.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1200.json b/_data/chains/eip155-1200.json index f98d4e14d8dc..968bd4f7da0f 100644 --- a/_data/chains/eip155-1200.json +++ b/_data/chains/eip155-1200.json @@ -20,7 +20,7 @@ "explorers": [ { "name": "Cuckoo Chain Explorer", - "url": "https://mainnet-scan.cuckoo.network", + "url": "https://scan.cuckoo.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-12227331.json b/_data/chains/eip155-12227331.json new file mode 100644 index 000000000000..d8c9a4be02e4 --- /dev/null +++ b/_data/chains/eip155-12227331.json @@ -0,0 +1,24 @@ +{ + "name": "NeoX Testnet T3", + "chain": "NeoX", + "rpc": ["https://neoxseed1.ngd.network/"], + "faucets": [], + "nativeCurrency": { + "name": "Gas", + "symbol": "GAS", + "decimals": 18 + }, + "infoURL": "https://neo.org/", + "shortName": "neox", + "chainId": 12227331, + "networkId": 12227331, + "icon": "neox", + "explorers": [ + { + "name": "neox-scan", + "url": "https://testnet.scan.banelabs.org", + "standard": "EIP3091" + } + ], + "status": "deprecated" +} diff --git a/_data/chains/eip155-12227332.json b/_data/chains/eip155-12227332.json new file mode 100644 index 000000000000..e0e94dde67e2 --- /dev/null +++ b/_data/chains/eip155-12227332.json @@ -0,0 +1,24 @@ +{ + "name": "NeoX Testnet T4", + "chain": "NeoX", + "rpc": ["https://testnet.rpc.banelabs.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Gas", + "symbol": "GAS", + "decimals": 18 + }, + "infoURL": "https://neo.org/", + "shortName": "neox-t4", + "chainId": 12227332, + "networkId": 12227332, + "icon": "neox", + "explorers": [ + { + "name": "neox-scan", + "url": "https://testnet.scan.banelabs.org", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-1223.json b/_data/chains/eip155-1223.json new file mode 100644 index 000000000000..e31f2ea3187b --- /dev/null +++ b/_data/chains/eip155-1223.json @@ -0,0 +1,16 @@ +{ + "name": "Cycle Network Testnet Jellyfish", + "chain": "ETH", + "rpc": ["https://jellyfish-rpc-testnet.cyclenetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.cyclenetwork.io/", + "shortName": "cyclej", + "chainId": 1223, + "networkId": 1223, + "icon": "cycle" +} diff --git a/_data/chains/eip155-123321.json b/_data/chains/eip155-123321.json new file mode 100644 index 000000000000..0e95b74ebace --- /dev/null +++ b/_data/chains/eip155-123321.json @@ -0,0 +1,23 @@ +{ + "name": "Gemchain", + "chain": "Gemchain", + "rpc": ["https://evm-rpc.gemchain.org"], + "faucets": [], + "nativeCurrency": { + "name": "GEM", + "symbol": "GEM", + "decimals": 18 + }, + "infoURL": "https://gemchain.org", + "shortName": "gemchain", + "chainId": 123321, + "networkId": 123321, + "slip44": 1, + "explorers": [ + { + "name": "Gemchain Scan", + "url": "https://scan.gemchain.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-123420000220.json b/_data/chains/eip155-123420000220.json new file mode 100644 index 000000000000..43f3f4167743 --- /dev/null +++ b/_data/chains/eip155-123420000220.json @@ -0,0 +1,29 @@ +{ + "name": "Fluence Stage", + "chain": "Fluence Stage (Testnet)", + "rpc": [ + "https://rpc-123420000220.raas-testnet.gelato.digital/", + "wss://ws-123420000220.raas-testnet.gelato.digital/" + ], + "faucets": [], + "nativeCurrency": { + "name": "tFLT", + "symbol": "tFLT", + "decimals": 18 + }, + "infoURL": "https://fluence.network/", + "shortName": "fluence-stage", + "chainId": 123420000220, + "networkId": 123420000220, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout-123420000220.raas-testnet.gelato.digital", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + } +} diff --git a/_data/chains/eip155-1313.json b/_data/chains/eip155-1313.json new file mode 100644 index 000000000000..fdc0d26fe080 --- /dev/null +++ b/_data/chains/eip155-1313.json @@ -0,0 +1,23 @@ +{ + "name": "JaiHo Chain", + "chain": "JaiHoChain", + "icon": "jaihoIcon", + "rpc": ["https://rpc.jaihochain.com"], + "faucets": [], + "nativeCurrency": { + "name": "JaiHo", + "symbol": "JaiHo", + "decimals": 18 + }, + "infoURL": "https://jaihochain.com", + "shortName": "JHC", + "chainId": 1313, + "networkId": 1313, + "explorers": [ + { + "name": "JaiHo Chain Explorer", + "url": "https://jaihochain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1398243.json b/_data/chains/eip155-1398243.json index 449e33c472de..d5971ce175df 100644 --- a/_data/chains/eip155-1398243.json +++ b/_data/chains/eip155-1398243.json @@ -1,11 +1,11 @@ { "name": "Automata Testnet", "chain": "Automata Testnet", - "rpc": [], + "rpc": ["https://automata-testnet.alt.technology"], "faucets": [], "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", + "name": "ATA", + "symbol": "ATA", "decimals": 18 }, "infoURL": "https://ata.network", @@ -13,5 +13,11 @@ "chainId": 1398243, "networkId": 1398243, "icon": "automata", - "explorers": [] + "explorers": [ + { + "name": "Automata Testnet Explorer", + "url": "https://automata-testnet-explorer.alt.technology", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1456.json b/_data/chains/eip155-1456.json new file mode 100644 index 000000000000..adfa49d88d8e --- /dev/null +++ b/_data/chains/eip155-1456.json @@ -0,0 +1,31 @@ +{ + "name": "ZKBase Mainnet", + "chain": "ETH", + "rpc": ["https://mainnet-rpc.zkbase.app"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zkbase.org/", + "shortName": "zkbase", + "chainId": 1456, + "networkId": 1456, + "slip44": 1, + "icon": "zkbase", + "explorers": [ + { + "name": "ZKbase Block Explorer", + "url": "https://explorer.zkbase.app", + "icon": "zkbase", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://portal.zkbase.app/" }] + }, + "redFlags": ["reusedChainId"] +} diff --git a/_data/chains/eip155-1511670449.json b/_data/chains/eip155-1511670449.json new file mode 100644 index 000000000000..5b000e9d484f --- /dev/null +++ b/_data/chains/eip155-1511670449.json @@ -0,0 +1,29 @@ +{ + "name": "GPT Mainnet", + "chain": "GPT Protocol", + "icon": "gpt", + "rpc": ["https://rpc.gptprotocol.io"], + "faucets": [], + "chainId": 1511670449, + "networkId": 1511670449, + "nativeCurrency": { + "name": "GPT", + "symbol": "GPT", + "decimals": 18 + }, + "infoURL": "https://gptprotocol.com", + "shortName": "GPT", + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.gptprotocol.io" }] + }, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.gptprotocol.io", + "standard": "EIP3091", + "icon": "blockscout" + } + ] +} diff --git a/_data/chains/eip155-15430.json b/_data/chains/eip155-15430.json new file mode 100644 index 000000000000..6c3a5c0a6407 --- /dev/null +++ b/_data/chains/eip155-15430.json @@ -0,0 +1,24 @@ +{ + "name": "KYMTC Mainnet", + "chain": "KYMTC", + "icon": "kymtc", + "rpc": ["https://mainnet-rpc.kymaticscan.online"], + "faucets": [], + "nativeCurrency": { + "name": "KYMTC", + "symbol": "KYMTC", + "decimals": 18 + }, + "infoURL": "https://kymaticscan.online", + "shortName": "KYMTC", + "chainId": 15430, + "networkId": 15430, + "explorers": [ + { + "name": "KYMTC Mainnet Explorer", + "url": "https://kymaticscan.online", + "icon": "kymtc", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1570.json b/_data/chains/eip155-1570.json new file mode 100644 index 000000000000..50f5058e3a9e --- /dev/null +++ b/_data/chains/eip155-1570.json @@ -0,0 +1,23 @@ +{ + "name": "StarCHAIN Testnet", + "chain": "StarCHAIN", + "rpc": ["https://testnet-rpc1.starworksglobal.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "STARX", + "symbol": "STARX", + "decimals": 18 + }, + "infoURL": "https://www.starworksglobal.com", + "shortName": "starchain-testnet", + "chainId": 1570, + "networkId": 1570, + "explorers": [ + { + "name": "StarCHAIN Explorer", + "url": "https://testnet.starchainscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1578.json b/_data/chains/eip155-1578.json new file mode 100644 index 000000000000..1b6066ef691c --- /dev/null +++ b/_data/chains/eip155-1578.json @@ -0,0 +1,23 @@ +{ + "name": "StarCHAIN", + "chain": "StarCHAIN", + "rpc": ["https://rpc.starworksglobal.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "STARX", + "symbol": "STARX", + "decimals": 18 + }, + "infoURL": "https://www.starworksglobal.com", + "shortName": "starchain", + "chainId": 1578, + "networkId": 1578, + "explorers": [ + { + "name": "StarCHAIN Explorer", + "url": "https://starchainscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-16180.json b/_data/chains/eip155-16180.json new file mode 100644 index 000000000000..167ad34c1ec4 --- /dev/null +++ b/_data/chains/eip155-16180.json @@ -0,0 +1,23 @@ +{ + "name": "PLYR PHI", + "chain": "PLYR", + "icon": "plyr", + "rpc": ["https://subnets.avax.network/plyr/mainnet/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "PLYR", + "symbol": "PLYR", + "decimals": 18 + }, + "infoURL": "https://plyr.network", + "shortName": "plyr-phi", + "chainId": 16180, + "networkId": 16180, + "explorers": [ + { + "name": "Avalanche Subnet Explorer", + "url": "https://subnets.avax.network/plyr", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-16350.json b/_data/chains/eip155-16350.json new file mode 100644 index 000000000000..f35ee88a725e --- /dev/null +++ b/_data/chains/eip155-16350.json @@ -0,0 +1,16 @@ +{ + "name": "Incentiv Devnet", + "chain": "Incentiv", + "rpc": ["https://rpc.ankr.com/incentiv_devnet"], + "faucets": ["https://faucet.incentiv-dev.ankr.network"], + "nativeCurrency": { + "name": "Testnet INC", + "symbol": "INC", + "decimals": 18 + }, + "infoURL": "https://incentiv.net", + "shortName": "tIncentiv", + "chainId": 16350, + "networkId": 16350, + "slip44": 1 +} diff --git a/_data/chains/eip155-164.json b/_data/chains/eip155-164.json index 31a05037634c..f37f9d3d34c1 100644 --- a/_data/chains/eip155-164.json +++ b/_data/chains/eip155-164.json @@ -1,8 +1,8 @@ { - "name": "Omni Testnet", + "name": "Omni Omega", "chain": "Omni", "status": "active", - "rpc": ["https://testnet.omni.network"], + "rpc": ["https://omega.omni.network"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { @@ -11,24 +11,14 @@ "decimals": 18 }, "infoURL": "https://docs.omni.network", - "shortName": "omni_testnet", + "shortName": "omni_omega", "chainId": 164, "networkId": 164, "slip44": 1, "explorers": [ { - "name": "Omni X-Explorer", - "url": "https://explorer.testnet.omni.network", - "standard": "none" - }, - { - "name": "Omni EVM Explorer on Blockscout", - "url": "https://omni-testnet.blockscout.com", - "standard": "EIP3091" - }, - { - "name": "Omni EVM Explorer on Routescan", - "url": "https://testnet.omniscan.network", + "name": "Omni EVM and cross-chain Explorer", + "url": "https://omega.omniscan.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-16600.json b/_data/chains/eip155-16600.json new file mode 100644 index 000000000000..f3039f931781 --- /dev/null +++ b/_data/chains/eip155-16600.json @@ -0,0 +1,23 @@ +{ + "name": "0G-Newton-Testnet", + "chain": "0G-Testnet", + "rpc": ["https://rpc-testnet.0g.ai"], + "faucets": ["https://faucet.0g.ai"], + "nativeCurrency": { + "name": "A0GI", + "symbol": "A0GI", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0gai-testnet", + "chainId": 16600, + "networkId": 16600, + "icon": "0gai", + "explorers": [ + { + "name": "0G Chain Explorer", + "url": "https://chainscan-newton.0g.ai", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-17071.json b/_data/chains/eip155-17071.json new file mode 100644 index 000000000000..4c780c09863a --- /dev/null +++ b/_data/chains/eip155-17071.json @@ -0,0 +1,28 @@ +{ + "name": "Onchain Points", + "chain": "POP", + "rpc": [ + "https://rpc.onchainpoints.xyz", + "https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { + "name": "OnchainPoints.xyz", + "symbol": "POP", + "decimals": 18 + }, + "infoURL": "https://onchainpoints.xyz", + "shortName": "pop", + "chainId": 17071, + "networkId": 17071, + "icon": "pop", + "status": "incubating", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.onchainpoints.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-175177.json b/_data/chains/eip155-175177.json new file mode 100644 index 000000000000..b3c2e8e784f2 --- /dev/null +++ b/_data/chains/eip155-175177.json @@ -0,0 +1,24 @@ +{ + "name": "Chronicle - Lit Protocol Testnet", + "chain": "LPC", + "icon": "lit", + "rpc": ["https://chain-rpc.litprotocol.com/http"], + "faucets": ["https://faucet.litprotocol.com"], + "nativeCurrency": { + "name": "Test LIT", + "symbol": "tstLIT", + "decimals": 18 + }, + "infoURL": "https://developer.litprotocol.com/v3/network/rollup", + "shortName": "lpc", + "chainId": 175177, + "networkId": 175177, + "explorers": [ + { + "name": "Lit Chronicle Explorer", + "url": "https://chain.litprotocol.com", + "icon": "lit", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-175188.json b/_data/chains/eip155-175188.json new file mode 100644 index 000000000000..dc6f0f9739d6 --- /dev/null +++ b/_data/chains/eip155-175188.json @@ -0,0 +1,24 @@ +{ + "name": "Chronicle Yellowstone - Lit Protocol Testnet", + "chain": "LPY", + "icon": "lit", + "rpc": ["https://yellowstone-rpc.litprotocol.com"], + "faucets": ["https://developer.litprotocol.com/support/intro"], + "nativeCurrency": { + "name": "Test LPX", + "symbol": "tstLPX", + "decimals": 18 + }, + "infoURL": "https://litprotocol.com", + "shortName": "lpy", + "chainId": 175188, + "networkId": 175188, + "explorers": [ + { + "name": "Lit Chronicle Yellowstone Explorer", + "url": "https://yellowstone-explorer.litprotocol.com", + "icon": "lit", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-178.json b/_data/chains/eip155-178.json new file mode 100644 index 000000000000..62081f1d8714 --- /dev/null +++ b/_data/chains/eip155-178.json @@ -0,0 +1,23 @@ +{ + "name": "ABEY Testnet", + "chain": "ABEY", + "rpc": ["https://testrpc.abeychain.com"], + "features": [{ "name": "EIP155" }], + "faucets": ["https://testnet-faucet.abeychain.com"], + "nativeCurrency": { + "name": "ABEY", + "symbol": "tABEY", + "decimals": 18 + }, + "infoURL": "https://abey.com", + "shortName": "abeyt", + "chainId": 178, + "networkId": 178, + "explorers": [ + { + "name": "abeyscan-testnet", + "url": "https://testnet.abeyscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1789.json b/_data/chains/eip155-1789.json index 4710bd8f5d0c..5a73bf8b1b9d 100644 --- a/_data/chains/eip155-1789.json +++ b/_data/chains/eip155-1789.json @@ -25,7 +25,7 @@ "parent": { "type": "L2", "chain": "eip155-1", - "bridges": [{ "url": "https://portral.zkbase.app/" }] + "bridges": [{ "url": "https://portal.zkbase.app/" }] }, "redFlags": ["reusedChainId"] } diff --git a/_data/chains/eip155-179.json b/_data/chains/eip155-179.json new file mode 100644 index 000000000000..c29d6dd11042 --- /dev/null +++ b/_data/chains/eip155-179.json @@ -0,0 +1,23 @@ +{ + "name": "ABEY Mainnet", + "chain": "ABEY", + "rpc": ["https://rpc.abeychain.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "ABEY", + "symbol": "ABEY", + "decimals": 18 + }, + "infoURL": "https://abey.com", + "shortName": "abey", + "chainId": 179, + "networkId": 179, + "explorers": [ + { + "name": "abeyscan", + "url": "https://abeyscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-18071918.json b/_data/chains/eip155-18071918.json new file mode 100644 index 000000000000..263a4422884c --- /dev/null +++ b/_data/chains/eip155-18071918.json @@ -0,0 +1,24 @@ +{ + "name": "Mande Network Mainnet", + "chain": "Mande", + "rpc": ["https://mande-mainnet.public.blastapi.io"], + "faucets": [], + "nativeCurrency": { + "name": "Mand", + "symbol": "MAND", + "decimals": 18 + }, + "infoURL": "https://mande.network/", + "shortName": "Mande", + "chainId": 18071918, + "networkId": 18071918, + "icon": "mande", + "explorers": [ + { + "name": "FYI", + "url": "https://dym.fyi/r/mande", + "icon": "fyi", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1811.json b/_data/chains/eip155-1811.json new file mode 100644 index 000000000000..8a717ad27ea3 --- /dev/null +++ b/_data/chains/eip155-1811.json @@ -0,0 +1,24 @@ +{ + "name": "Lif3 Chain Testnet", + "chain": "lif3chain", + "rpc": ["https://testnet-evm.lif3.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "LIF3", + "symbol": "LIF3", + "decimals": 18 + }, + "infoURL": "https://docs.lif3.com/", + "shortName": "lif3-testnet", + "icon": "lif3", + "chainId": 1811, + "networkId": 1811, + "explorers": [ + { + "name": "lif3scout", + "url": "https://testnet.lif3scout.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-184.json b/_data/chains/eip155-184.json new file mode 100644 index 000000000000..7970005cbe56 --- /dev/null +++ b/_data/chains/eip155-184.json @@ -0,0 +1,23 @@ +{ + "name": "Dojima Testnet", + "chain": "Dojima", + "rpc": ["https://rpc-test-d11k.dojima.network"], + "faucets": [], + "nativeCurrency": { + "name": "Dojima", + "symbol": "DOJ", + "decimals": 18 + }, + "icon": "dojima", + "infoURL": "https://www.dojima.network/", + "shortName": "dojtestnet", + "chainId": 184, + "networkId": 184, + "explorers": [ + { + "name": "Dojima Testnet Explorer", + "url": "https://explorer-test.dojima.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-187.json b/_data/chains/eip155-187.json new file mode 100644 index 000000000000..8aa49895716a --- /dev/null +++ b/_data/chains/eip155-187.json @@ -0,0 +1,23 @@ +{ + "name": "Dojima", + "chain": "Dojima", + "rpc": ["https://rpc-d11k.dojima.network"], + "faucets": [], + "nativeCurrency": { + "name": "Dojima", + "symbol": "DOJ", + "decimals": 18 + }, + "icon": "dojima", + "infoURL": "https://www.dojima.network/", + "shortName": "dojima", + "chainId": 187, + "networkId": 187, + "explorers": [ + { + "name": "Dojima Explorer", + "url": "https://explorer.dojima.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-190.json b/_data/chains/eip155-190.json new file mode 100644 index 000000000000..775425241073 --- /dev/null +++ b/_data/chains/eip155-190.json @@ -0,0 +1,22 @@ +{ + "name": "CMDAO BBQ Chain", + "chain": "Underchain 1", + "rpc": ["https://bbqchain-rpc.commudao.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "CommuDAO", + "symbol": "CMD", + "decimals": 18 + }, + "infoURL": "https://commudao.xyz", + "shortName": "cmdao-bbq-chain", + "chainId": 190, + "networkId": 190, + "explorers": [ + { + "name": "bbqchain-explorer", + "url": "https://bbqchain-exp.commudao.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1903648807.json b/_data/chains/eip155-1903648807.json new file mode 100644 index 000000000000..5674d2d710dd --- /dev/null +++ b/_data/chains/eip155-1903648807.json @@ -0,0 +1,31 @@ +{ + "name": "Gemuchain Testnet", + "chain": "Gemuchain", + "rpc": ["https://gemutest-rpc.gemuchain.io"], + "faucets": ["https://faucet.gemuchain.io/"], + "nativeCurrency": { + "name": "Gemuchain", + "symbol": "GEMU", + "decimals": 18 + }, + "infoURL": "https://gemuchain.io/", + "shortName": "Gemuchain", + "chainId": 1903648807, + "networkId": 1903648807, + "explorers": [ + { + "name": "Gemuchain Explorer (Blockscout)", + "url": "https://gemutest-explorer.gemuchain.io", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://gemutest-bridge.gemuchain.io/login" + } + ] + } +} diff --git a/_data/chains/eip155-19077.json b/_data/chains/eip155-19077.json new file mode 100644 index 000000000000..dabcadebd27d --- /dev/null +++ b/_data/chains/eip155-19077.json @@ -0,0 +1,28 @@ +{ + "name": "BlockX Atlantis Testnet", + "chain": "blockx", + "rpc": ["https://atlantis-web3.blockxnet.com"], + "faucets": ["https://ping.blockxnet.com/blockx-atlantis-testnet/faucet"], + "nativeCurrency": { + "name": "BCX", + "symbol": "BCX", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.blockxnet.com/", + "shortName": "tbcx", + "chainId": 19077, + "networkId": 19077, + "explorers": [ + { + "name": "BlockX EVM Explorer (Blockscout)", + "url": "https://testnet-explorer.blockxnet.com", + "standard": "EIP3091" + }, + { + "name": "BlockX Cosmos Explorer (Ping)", + "url": "https://ping.blockxnet.com/blockx-atlantis-testnet", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-19191.json b/_data/chains/eip155-19191.json new file mode 100644 index 000000000000..92bb90d1b38e --- /dev/null +++ b/_data/chains/eip155-19191.json @@ -0,0 +1,28 @@ +{ + "name": "BlockX Mainnet", + "chain": "blockx", + "rpc": [], + "faucets": ["https://ping.blockxnet.com/blockx/faucet"], + "nativeCurrency": { + "name": "BCXT", + "symbol": "BCXT", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.blockxnet.com/", + "shortName": "bcxt", + "chainId": 19191, + "networkId": 19191, + "explorers": [ + { + "name": "BlockX EVM Explorer (Blockscout)", + "url": "https://explorer.blockxnet.com", + "standard": "EIP3091" + }, + { + "name": "BlockX Cosmos Explorer (Ping)", + "url": "https://ping.blockxnet.com/blockx", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-19850818.json b/_data/chains/eip155-19850818.json new file mode 100644 index 000000000000..821e4b79da28 --- /dev/null +++ b/_data/chains/eip155-19850818.json @@ -0,0 +1,26 @@ +{ + "name": "DeepBrainChain Testnet", + "chain": "DeepBrainChain", + "rpc": ["https://rpc-testnet.dbcwallet.io"], + "faucets": [], + "nativeCurrency": { + "name": "DeepBrainChain", + "symbol": "DBC", + "decimals": 18 + }, + "infoURL": "https://www.deepbrainchain.org", + "shortName": "tDBC", + "chainId": 19850818, + "icon": "dbc", + "networkId": 19850818, + "slip44": 1, + + "explorers": [ + { + "name": "DeepBrainChain Testnet", + "url": "https://blockscout-testnet.dbcscan.io", + "icon": "dbc", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-19880818.json b/_data/chains/eip155-19880818.json new file mode 100644 index 000000000000..524921854830 --- /dev/null +++ b/_data/chains/eip155-19880818.json @@ -0,0 +1,26 @@ +{ + "name": "DeepBrainChain Mainnet", + "chain": "DeepBrainChain", + "rpc": ["https://rpc.dbcwallet.io"], + "faucets": [], + "nativeCurrency": { + "name": "DeepBrainChain", + "symbol": "DBC", + "decimals": 18 + }, + "infoURL": "https://www.deepbrainchain.org", + "shortName": "DBC", + "chainId": 19880818, + "networkId": 19880818, + "icon": "dbc", + "slip44": 1, + + "explorers": [ + { + "name": "DeepBrainChain Mainnet", + "url": "https://blockscout.dbcscan.io", + "icon": "dbc", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1993.json b/_data/chains/eip155-1993.json new file mode 100644 index 000000000000..792926f7758c --- /dev/null +++ b/_data/chains/eip155-1993.json @@ -0,0 +1,23 @@ +{ + "name": "B3 Sepolia Testnet", + "chain": "B3 Sepolia Testnet", + "icon": "b3", + "rpc": ["https://sepolia.b3.fun"], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://b3.fun", + "shortName": "b3-sepolia", + "chainId": 1993, + "networkId": 1993, + "explorers": [ + { + "name": "Blockscout", + "url": "https://sepolia.explorer.b3.fun", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-199991.json b/_data/chains/eip155-199991.json new file mode 100644 index 000000000000..0420c03bb3c5 --- /dev/null +++ b/_data/chains/eip155-199991.json @@ -0,0 +1,23 @@ +{ + "name": "MAZZE Testnet", + "chain": "MAZZE Testnet", + "icon": "mazze", + "rpc": ["https://testnet-rpc.mazze.io/"], + "faucets": ["https://faucet.mazze.io/"], + "nativeCurrency": { + "name": "MAZZE Testnet", + "symbol": "MAZZE", + "decimals": 18 + }, + "infoURL": "https://mazze.io/", + "shortName": "MAZZE", + "chainId": 199991, + "networkId": 199991, + "explorers": [ + { + "name": "MAZZE Testnet Explorer", + "url": "https://mazzescan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-20230825.json b/_data/chains/eip155-20230825.json new file mode 100644 index 000000000000..71acf898bcde --- /dev/null +++ b/_data/chains/eip155-20230825.json @@ -0,0 +1,23 @@ +{ + "name": "Vcity Testnet", + "chain": "VCITY", + "rpc": ["https://testnet.vcity.app"], + "faucets": [], + "nativeCurrency": { + "name": "Testnet Vcity Token", + "symbol": "VCITY", + "decimals": 18 + }, + "features": [], + "infoURL": "https://vcity.app", + "shortName": "Vcity", + "chainId": 20230825, + "networkId": 20230825, + "explorers": [ + { + "name": "Vcity Explorer", + "url": "https://scan.vcity.app", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2024.json b/_data/chains/eip155-2024.json index 51ba3430e0de..d899e4bbe1d7 100644 --- a/_data/chains/eip155-2024.json +++ b/_data/chains/eip155-2024.json @@ -9,7 +9,7 @@ "decimals": 18 }, "infoURL": "https://swanchain.io/", - "shortName": "swan", + "shortName": "saturn", "chainId": 2024, "networkId": 2024 } diff --git a/_data/chains/eip155-20240603.json b/_data/chains/eip155-20240603.json new file mode 100644 index 000000000000..8bf13cc28933 --- /dev/null +++ b/_data/chains/eip155-20240603.json @@ -0,0 +1,23 @@ +{ + "name": "DBK Chain", + "chain": "DBK Chain", + "rpc": ["https://rpc.mainnet.dbkchain.io"], + "icon": "dbkchain", + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.dbkchain.io", + "shortName": "dbkchain", + "chainId": 20240603, + "networkId": 20240603, + "explorers": [ + { + "name": "DBK Chain Explorer", + "url": "https://scan.dbkchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2162.json b/_data/chains/eip155-2162.json new file mode 100644 index 000000000000..922d0e2cce49 --- /dev/null +++ b/_data/chains/eip155-2162.json @@ -0,0 +1,22 @@ +{ + "name": "Animechain Testnet", + "chain": "Animechain", + "rpc": ["https://rpc.kanda.animechain.ai"], + "faucets": [], + "nativeCurrency": { + "name": "Coin", + "symbol": "COIN", + "decimals": 18 + }, + "infoURL": "https://animechain.ai", + "shortName": "animechaint", + "chainId": 2162, + "networkId": 2162, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.kanda.animechain.ai", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-221.json b/_data/chains/eip155-221.json new file mode 100644 index 000000000000..077376799760 --- /dev/null +++ b/_data/chains/eip155-221.json @@ -0,0 +1,22 @@ +{ + "name": "BlockEx Mainnet", + "chain": "BlockEx", + "rpc": ["https://rpc.blockex.biz"], + "faucets": [], + "nativeCurrency": { + "name": "BlockEx", + "symbol": "XBE", + "decimals": 18 + }, + "infoURL": "https://blockex.biz", + "shortName": "BlockEx", + "chainId": 221, + "networkId": 221, + "explorers": [ + { + "name": "BlockEx Scan", + "url": "http://explorer.blockex.biz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2311.json b/_data/chains/eip155-2311.json new file mode 100644 index 000000000000..1c16407faf1b --- /dev/null +++ b/_data/chains/eip155-2311.json @@ -0,0 +1,24 @@ +{ + "name": "Chronicle Vesuvius - Lit Protocol Testnet", + "chain": "LPV", + "icon": "lit", + "rpc": ["https://vesuvius-rpc.litprotocol.com"], + "faucets": ["https://developer.litprotocol.com/support/intro"], + "nativeCurrency": { + "name": "Test LPX", + "symbol": "tstLPX", + "decimals": 18 + }, + "infoURL": "https://litprotocol.com", + "shortName": "lpv", + "chainId": 2311, + "networkId": 2311, + "explorers": [ + { + "name": "Lit Chronicle Vesuvius Explorer", + "url": "https://vesuvius-explorer.litprotocol.com", + "icon": "lit", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-24076.json b/_data/chains/eip155-24076.json new file mode 100644 index 000000000000..af45bd904760 --- /dev/null +++ b/_data/chains/eip155-24076.json @@ -0,0 +1,24 @@ +{ + "name": "KYMTC Testnet", + "chain": "KYMTC", + "icon": "kymtc", + "rpc": ["https://testnet-rpc.kymaticscan.online"], + "faucets": ["https://faucet.kymaticscan.online"], + "nativeCurrency": { + "name": "KYMTC", + "symbol": "KYMTC", + "decimals": 18 + }, + "infoURL": "https://testnet-explorer.kymaticscan.online", + "shortName": "tKYMTC", + "chainId": 24076, + "networkId": 24076, + "explorers": [ + { + "name": "KYMTC Testnet Explorer", + "url": "https://testnet-explorer.kymaticscan.online", + "icon": "kymtc", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2425.json b/_data/chains/eip155-2425.json index d17a3b789060..a319e0a58a57 100644 --- a/_data/chains/eip155-2425.json +++ b/_data/chains/eip155-2425.json @@ -1,24 +1,24 @@ { - "name": "King Of Legends Devnet", - "title": "King Of Legends Devnet", - "chain": "KOL", + "name": "King Of Legends Mainnet", + "title": "King Of Legends Mainnet", + "chain": "KCC", "icon": "kol", - "rpc": ["https://rpc-devnet.kinggamer.org/"], + "rpc": ["https://rpc-mainnet.kinggamer.org/"], "faucets": [], "nativeCurrency": { "name": "King Of Legends", - "symbol": "KOL", + "symbol": "KCC", "decimals": 18 }, "infoURL": "https://kingoflegends.net/", - "shortName": "kol", + "shortName": "kcc", "chainId": 2425, "networkId": 2425, "slip44": 1, "explorers": [ { - "name": "King Of Legends Devnet Explorer", - "url": "https://devnet.kingscan.org", + "name": "King Of Legends Mainnet Explorer", + "url": "https://kingscan.org", "icon": "kol", "standard": "EIP3091" } diff --git a/_data/chains/eip155-245022929.json b/_data/chains/eip155-245022929.json new file mode 100644 index 000000000000..fad715fc8e76 --- /dev/null +++ b/_data/chains/eip155-245022929.json @@ -0,0 +1,17 @@ +{ + "name": "Neon EVM Devnet Rollup", + "chain": "Solana", + "rpc": ["https://devnet.rollup.neonevm.org/"], + "faucets": [], + "icon": "neon", + "nativeCurrency": { + "name": "Neon", + "symbol": "NEON", + "decimals": 18 + }, + "infoURL": "https://neonevm.org/", + "shortName": "neonevm-devnet-rollup", + "chainId": 245022929, + "networkId": 245022929, + "explorers": [] +} diff --git a/_data/chains/eip155-254.json b/_data/chains/eip155-254.json new file mode 100644 index 000000000000..932290cff8f8 --- /dev/null +++ b/_data/chains/eip155-254.json @@ -0,0 +1,22 @@ +{ + "name": "Swan Chain Mainnet", + "chain": "SWAN", + "rpc": ["https://mainnet-rpc01.swanchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "SWANETH", + "symbol": "sETH", + "decimals": 18 + }, + "infoURL": "https://swanchain.io/", + "shortName": "Swan", + "chainId": 254, + "networkId": 254, + "explorers": [ + { + "name": "Swanchain Explorer", + "url": "https://swanscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-261.json b/_data/chains/eip155-261.json new file mode 100644 index 000000000000..f79203328cbe --- /dev/null +++ b/_data/chains/eip155-261.json @@ -0,0 +1,24 @@ +{ + "name": "Guru Network Testnet", + "chain": "tGURU", + "icon": "GuruNetwork", + "rpc": ["https://rpc.gurunetwork.ai/archive/261"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://v2.dex.guru/season-pass/faucet"], + "nativeCurrency": { + "name": "testGURU", + "symbol": "tGURU", + "decimals": 18 + }, + "infoURL": "https://gurunetwork.ai", + "shortName": "tguru", + "chainId": 261, + "networkId": 261, + "explorers": [ + { + "name": "guruscan", + "url": "https://scan.gurunetwork.ai", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2702128.json b/_data/chains/eip155-2702128.json new file mode 100644 index 000000000000..524bb62774a2 --- /dev/null +++ b/_data/chains/eip155-2702128.json @@ -0,0 +1,22 @@ +{ + "name": "Xterio Chain", + "chain": "Xterio", + "rpc": ["https://xterio-eth.alt.technology"], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://xter.io", + "shortName": "xterio", + "chainId": 2702128, + "networkId": 2702128, + "explorers": [ + { + "name": "Xterio Chain Explorer", + "url": "https://eth.xterscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-28872323069.json b/_data/chains/eip155-28872323069.json index f5b48fe6a7b1..4e20152ba4e6 100644 --- a/_data/chains/eip155-28872323069.json +++ b/_data/chains/eip155-28872323069.json @@ -3,7 +3,7 @@ "title": "GitSwarm Test Network", "chain": "ETH", "icon": "gitswarm", - "rpc": ["https://gitswarm.com:2096"], + "rpc": ["https://testnet.gitswarm.com:2096"], "faucets": [], "nativeCurrency": { "name": "GitSwarm Ether", diff --git a/_data/chains/eip155-292003.json b/_data/chains/eip155-292003.json new file mode 100644 index 000000000000..2c1f2c0c4d8b --- /dev/null +++ b/_data/chains/eip155-292003.json @@ -0,0 +1,25 @@ +{ + "name": "Cipherem Testnet", + "chain": "Cipherem", + "rpc": ["https://testnet.cipherem.com"], + "faucets": [], + "nativeCurrency": { + "name": "CIP", + "symbol": "CIP", + "decimals": 18 + }, + "infoURL": "https://www.cipherem.com", + "shortName": "CIP", + "chainId": 292003, + "networkId": 292003, + "slip44": 1, + "icon": "cipherem", + "explorers": [ + { + "name": "Cipherscan Testnet Explorer", + "icon": "cipherscan", + "url": "https://cipherscan.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-29223.json b/_data/chains/eip155-29223.json new file mode 100644 index 000000000000..91e5020dc1da --- /dev/null +++ b/_data/chains/eip155-29223.json @@ -0,0 +1,25 @@ +{ + "name": "Nexa MetaNet", + "chain": "NEXA", + "rpc": ["https://nexa.sh/metanet"], + "faucets": [], + "nativeCurrency": { + "name": "Nexa", + "symbol": "NEXA", + "decimals": 18 + }, + "infoURL": "https://nexa.sh/meta", + "shortName": "nexameta", + "chainId": 29223, + "networkId": 29223, + "slip44": 29223, + "icon": "nexameta", + "explorers": [ + { + "name": "NexaShell", + "url": "https://nexa.sh", + "standard": "none", + "icon": "nexashell" + } + ] +} diff --git a/_data/chains/eip155-30732.json b/_data/chains/eip155-30732.json index c9903ae4ae12..ad75bfe608c3 100644 --- a/_data/chains/eip155-30732.json +++ b/_data/chains/eip155-30732.json @@ -1,7 +1,7 @@ { "name": "Movement EVM Testnet", "chain": "MOVE", - "rpc": [], + "rpc": ["https://mevm.testnet.imola.movementlabs.xyz"], "faucets": [], "nativeCurrency": { "name": "Move", @@ -16,7 +16,7 @@ "explorers": [ { "name": "mevm explorer", - "url": "https://explorer.movementlabs.xyz", + "url": "https://explorer.testnet.imola.movementlabs.xyz", "standard": "none" } ], diff --git a/_data/chains/eip155-3084.json b/_data/chains/eip155-3084.json new file mode 100644 index 000000000000..a31bd99eaa49 --- /dev/null +++ b/_data/chains/eip155-3084.json @@ -0,0 +1,31 @@ +{ + "name": "XL Network Testnet", + "chain": "XL Network Testnet", + "rpc": [ + "https://subnets.avax.network/xlnetworkt/testnet/rpc", + "wss://subnets.avax.network/xlnetworkt/testnet/ws" + ], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "XLNetwork", + "symbol": "XLN", + "decimals": 18 + }, + "infoURL": "https://www.nysl.io/", + "shortName": "nysl", + "icon": "nysl", + "chainId": 3084, + "networkId": 3084, + "explorers": [ + { + "name": "XL Network Explorer", + "url": "https://subnets-test.avax.network/xlnetworkt", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-325.json b/_data/chains/eip155-325.json new file mode 100644 index 000000000000..50a1207aca14 --- /dev/null +++ b/_data/chains/eip155-325.json @@ -0,0 +1,17 @@ +{ + "name": "GRVT Mainnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://grvt.io/", + "shortName": "grvt", + "chainId": 325, + "networkId": 325, + "icon": "grvt", + "explorers": [] +} diff --git a/_data/chains/eip155-326.json b/_data/chains/eip155-326.json new file mode 100644 index 000000000000..0844595aa055 --- /dev/null +++ b/_data/chains/eip155-326.json @@ -0,0 +1,17 @@ +{ + "name": "GRVT Sepolia Testnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://grvt.io/", + "shortName": "grvt-sepolia", + "chainId": 326, + "networkId": 326, + "icon": "grvt", + "explorers": [] +} diff --git a/_data/chains/eip155-327126.json b/_data/chains/eip155-327126.json new file mode 100644 index 000000000000..e72742be02b0 --- /dev/null +++ b/_data/chains/eip155-327126.json @@ -0,0 +1,23 @@ +{ + "name": "WABA Chain Testnet", + "chain": "WABA Testnet", + "icon": "waba", + "rpc": ["https://rpc.wabaworld.com"], + "faucets": [], + "nativeCurrency": { + "name": "WABA", + "symbol": "WABA", + "decimals": 18 + }, + "infoURL": "https://www.wabanetwork.org", + "shortName": "waba", + "chainId": 327126, + "networkId": 327126, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.wabaworld.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-328527.json b/_data/chains/eip155-328527.json new file mode 100644 index 000000000000..cd06360d237a --- /dev/null +++ b/_data/chains/eip155-328527.json @@ -0,0 +1,23 @@ +{ + "name": "Nal Mainnet", + "chain": "ETH", + "icon": "nal", + "rpc": ["https://rpc.nal.network", "wss://wss.nal.network"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.nal.network", + "shortName": "nal", + "chainId": 328527, + "networkId": 328527, + "explorers": [ + { + "name": "Nal Network Explorer", + "url": "https://scan.nal.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-3338.json b/_data/chains/eip155-3338.json new file mode 100644 index 000000000000..f972add23b11 --- /dev/null +++ b/_data/chains/eip155-3338.json @@ -0,0 +1,31 @@ +{ + "name": "The peaq Network", + "chain": "peaq", + "icon": "peaq", + "rpc": [ + "https://peaq.api.onfinality.io/public", + "https://peaq-rpc.dwellir.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "peaq", + "symbol": "PEAQ", + "decimals": 18 + }, + "infoURL": "https://www.peaq.network", + "shortName": "PEAQ", + "chainId": 3338, + "networkId": 3338, + "explorers": [ + { + "name": "Polkadot.js", + "url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer", + "standard": "none" + }, + { + "name": "Subscan", + "url": "https://peaq.subscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-33979.json b/_data/chains/eip155-33979.json index c49843c5f4a5..e2d2e50461ee 100644 --- a/_data/chains/eip155-33979.json +++ b/_data/chains/eip155-33979.json @@ -2,7 +2,10 @@ "name": "Funki", "chain": "ETH", "icon": "funki", - "rpc": [], + "rpc": [ + "https://rpc-mainnet.funkichain.com", + "wss://rpc-mainnet.funkichain.com" + ], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -14,9 +17,14 @@ "chainId": 33979, "networkId": 33979, "explorers": [ + { + "name": "FunkiScan", + "url": "https://funkiscan.io", + "standard": "none" + }, { "name": "Funki Mainnet Explorer", - "url": "https://mainnet.funkichain.com", + "url": "https://funki.superscan.network", "standard": "none" } ] diff --git a/_data/chains/eip155-388.json b/_data/chains/eip155-388.json new file mode 100644 index 000000000000..2868e0f316c0 --- /dev/null +++ b/_data/chains/eip155-388.json @@ -0,0 +1,22 @@ +{ + "name": "Cronos zkEVM Mainnet", + "chain": "CronosZkEVMMainnet", + "rpc": ["https://mainnet.zkevm.cronos.org"], + "faucets": [], + "nativeCurrency": { + "name": "Cronos zkEVM CRO", + "symbol": "zkCRO", + "decimals": 18 + }, + "infoURL": "https://cronos.org/zkevm", + "shortName": "zkCRO", + "chainId": 388, + "networkId": 388, + "explorers": [ + { + "name": "Cronos zkEVM (Mainnet) Chain Explorer", + "url": "https://explorer.zkevm.cronos.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-413413.json b/_data/chains/eip155-413413.json index b2076bcc0779..eee1edacd263 100644 --- a/_data/chains/eip155-413413.json +++ b/_data/chains/eip155-413413.json @@ -5,11 +5,11 @@ "faucets": [], "nativeCurrency": { "name": "AIE", - "symbol": "tAIE", + "symbol": "AIE", "decimals": 18 }, "infoURL": "https://testnet.aiescan.io", - "shortName": "aiet", + "shortName": "aie", "chainId": 413413, "networkId": 413413, "icon": "aie", diff --git a/_data/chains/eip155-4162.json b/_data/chains/eip155-4162.json new file mode 100644 index 000000000000..27c1a57d5292 --- /dev/null +++ b/_data/chains/eip155-4162.json @@ -0,0 +1,28 @@ +{ + "name": "SX Rollup", + "chain": "SX", + "icon": "SX", + "rpc": ["https://rpc.sx-rollup.gelato.digital"], + "faucets": [], + "nativeCurrency": { + "name": "SX Network", + "symbol": "SX", + "decimals": 18 + }, + "infoURL": "https://www.sx.technology", + "shortName": "SXR", + "chainId": 4162, + "networkId": 4162, + "explorers": [ + { + "name": "SX L2 Explorer", + "url": "https://explorerl2.sx.technology", + "standard": "EIP3091", + "icon": "SX" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1" + } +} diff --git a/_data/chains/eip155-44.json b/_data/chains/eip155-44.json index ce0bb2506210..3a746a07121d 100644 --- a/_data/chains/eip155-44.json +++ b/_data/chains/eip155-44.json @@ -1,10 +1,7 @@ { "name": "Crab Network", "chain": "crab", - "rpc": [ - "https://crab-rpc.darwinia.network", - "https://crab-rpc.darwiniacommunitydao.xyz" - ], + "rpc": ["https://crab-rpc.darwinia.network", "https://crab-rpc.dcdao.box"], "faucets": [], "nativeCurrency": { "name": "Crab Network Native Token", diff --git a/_data/chains/eip155-4444444.json b/_data/chains/eip155-4444444.json new file mode 100644 index 000000000000..92f72285da87 --- /dev/null +++ b/_data/chains/eip155-4444444.json @@ -0,0 +1,33 @@ +{ + "name": "Altar Testnet", + "chain": "Altar", + "rpc": ["https://altar-rpc.ceremonies.ai/"], + "faucets": ["https://sepoliafaucet.com/"], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://ceremonies.gitbook.io", + "shortName": "altarTestnet", + "chainId": 4444444, + "networkId": 4444444, + "slip44": 1, + "icon": "altarTestnet", + "explorers": [ + { + "name": "altar testnet explorer", + "url": "https://altar-explorer.ceremonies.ai", + "standard": "none" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/" + } + ] + } +} diff --git a/_data/chains/eip155-4457845.json b/_data/chains/eip155-4457845.json new file mode 100644 index 000000000000..b01330ef9334 --- /dev/null +++ b/_data/chains/eip155-4457845.json @@ -0,0 +1,29 @@ +{ + "name": "ZERO Testnet (Sepolia)", + "chain": "ETH", + "icon": "zero-sepolia", + "rpc": ["https://rpc.zerion.io/v1/zero-sepolia"], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge.zero.network" }] + }, + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.zero.network", + "shortName": "zero-sepolia", + "chainId": 4457845, + "networkId": 4457845, + "slip44": 1, + "explorers": [ + { + "name": "ZERO Testnet Explorer", + "url": "https://explorer.zero.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-46.json b/_data/chains/eip155-46.json index 9691827e26ca..f7b38a5bb558 100644 --- a/_data/chains/eip155-46.json +++ b/_data/chains/eip155-46.json @@ -3,7 +3,7 @@ "chain": "darwinia", "rpc": [ "https://rpc.darwinia.network", - "https://darwinia-rpc.darwiniacommunitydao.xyz", + "https://darwinia-rpc.dcdao.box", "https://darwinia-rpc.dwellir.com" ], "faucets": [], @@ -12,14 +12,14 @@ "symbol": "RING", "decimals": 18 }, - "infoURL": "https://darwinia.network/", + "infoURL": "https://darwinia.network", "shortName": "darwinia", "chainId": 46, "networkId": 46, "explorers": [ { - "name": "subscan", - "url": "https://darwinia.subscan.io", + "name": "blockscout", + "url": "https://explorer.darwinia.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-476462898.json b/_data/chains/eip155-476462898.json new file mode 100644 index 000000000000..7fa21dd16a58 --- /dev/null +++ b/_data/chains/eip155-476462898.json @@ -0,0 +1,29 @@ +{ + "name": "Skopje Testnet", + "chain": "Skopje Testnet", + "icon": "skopje-gpt", + "rpc": ["https://skopje-rpc.gptprotocol.io"], + "faucets": ["https://skopje-faucet.gptprotocol.io"], + "chainId": 476462898, + "networkId": 476462898, + "nativeCurrency": { + "name": "SkpGPT", + "symbol": "SkpGPT", + "decimals": 18 + }, + "infoURL": "https://gptprotocol.com", + "shortName": "Skopje", + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://skopje-bridge.gptprotocol.io" }] + }, + "explorers": [ + { + "name": "blockscout", + "url": "https://skopje-explorer.gptprotocol.io", + "standard": "EIP3091", + "icon": "blockscout" + } + ] +} diff --git a/_data/chains/eip155-47763.json b/_data/chains/eip155-47763.json new file mode 100644 index 000000000000..ef658a56490c --- /dev/null +++ b/_data/chains/eip155-47763.json @@ -0,0 +1,24 @@ +{ + "name": "Neo X Mainnet", + "chain": "Neo X", + "rpc": ["https://mainnet-1.rpc.banelabs.org"], + "faucets": [], + "nativeCurrency": { + "name": "Gas", + "symbol": "GAS", + "decimals": 18 + }, + "infoURL": "https://neo.org/", + "shortName": "neox-mainnet", + "chainId": 47763, + "networkId": 47763, + "icon": "neox", + "explorers": [ + { + "name": "Neo X - Explorer", + "url": "https://xexplorer.neo.org", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-4801.json b/_data/chains/eip155-4801.json new file mode 100644 index 000000000000..bcfd4a573b97 --- /dev/null +++ b/_data/chains/eip155-4801.json @@ -0,0 +1,17 @@ +{ + "name": "World Chain Sepolia Testnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://worldcoin.org/", + "shortName": "wcsep", + "chainId": 4801, + "networkId": 4801, + "slip44": 1, + "explorers": [] +} diff --git a/_data/chains/eip155-484752.json b/_data/chains/eip155-484752.json new file mode 100644 index 000000000000..4223e5825099 --- /dev/null +++ b/_data/chains/eip155-484752.json @@ -0,0 +1,17 @@ +{ + "name": "World Chain Sepolia Testnet Deprecated", + "status": "deprecated", + "chain": "ETH", + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://worldcoin.org/", + "shortName": "wcsep-dep", + "rpc": [], + "faucets": [], + "chainId": 484752, + "networkId": 484752, + "slip44": 1 +} diff --git a/_data/chains/eip155-486487.json b/_data/chains/eip155-486487.json new file mode 100644 index 000000000000..dd4e9bd3cbc0 --- /dev/null +++ b/_data/chains/eip155-486487.json @@ -0,0 +1,23 @@ +{ + "name": "Gobbl Testnet", + "chain": "Gobbl Testnet", + "rpc": ["https://rpc.gobbl.io"], + "faucets": ["https://faucet.gobbl.io"], + "nativeCurrency": { + "name": "Gobbl Token", + "symbol": "GOBBL", + "decimals": 18 + }, + "infoURL": "https://www.gobbl.io/", + "shortName": "gbl-testnet", + "chainId": 486487, + "networkId": 486487, + "icon": "gobbl", + "explorers": [ + { + "name": "Gobbl Testnet Explorer", + "url": "https://explorer.gobbl.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-48900.json b/_data/chains/eip155-48900.json new file mode 100644 index 000000000000..4598fa9eca85 --- /dev/null +++ b/_data/chains/eip155-48900.json @@ -0,0 +1,17 @@ +{ + "name": "Zircuit Mainnet", + "chain": "Zircuit Mainnet", + "icon": "zircuit", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.zircuit.com/", + "shortName": "zircuit-mainnet", + "chainId": 48900, + "networkId": 48900, + "explorers": [] +} diff --git a/_data/chains/eip155-5000.json b/_data/chains/eip155-5000.json index 8d8eae3aaa6c..298e15725545 100644 --- a/_data/chains/eip155-5000.json +++ b/_data/chains/eip155-5000.json @@ -18,6 +18,11 @@ "chainId": 5000, "networkId": 5000, "explorers": [ + { + "name": "mantlescan", + "url": "https://mantlescan.xyz", + "standard": "EIP3091" + }, { "name": "Mantle Explorer", "url": "https://explorer.mantle.xyz", diff --git a/_data/chains/eip155-5333.json b/_data/chains/eip155-5333.json new file mode 100644 index 000000000000..b325e89c9edb --- /dev/null +++ b/_data/chains/eip155-5333.json @@ -0,0 +1,24 @@ +{ + "name": "Netsbo", + "chain": "NETSBO", + "rpc": ["https://rpc1.netsbo.io", "https://rpc2.netsbo.io"], + "faucets": [], + "nativeCurrency": { + "name": "Netsbo", + "symbol": "NETS", + "decimals": 18 + }, + "infoURL": "https://netsbo.io", + "shortName": "nets", + "chainId": 5333, + "networkId": 5333, + "icon": "netsbo", + "explorers": [ + { + "name": "netsbo", + "url": "https://explorer.netsbo.io", + "icon": "netsbo", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-59902.json b/_data/chains/eip155-59902.json new file mode 100644 index 000000000000..3c7b77386e52 --- /dev/null +++ b/_data/chains/eip155-59902.json @@ -0,0 +1,27 @@ +{ + "name": "Metis Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://sepolia.metisdevops.link"], + "faucets": ["https://sepolia.faucet.metisdevops.link"], + "nativeCurrency": { + "name": "tMetis", + "symbol": "tMETIS", + "decimals": 18 + }, + "infoURL": "https://www.metis.io", + "shortName": "metis-sepolia", + "chainId": 59902, + "networkId": 59902, + "explorers": [ + { + "name": "blockscout", + "url": "https://sepolia-explorer.metisdevops.link", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge.metis.io" }] + } +} diff --git a/_data/chains/eip155-610.json b/_data/chains/eip155-610.json new file mode 100644 index 000000000000..731ea6bcf304 --- /dev/null +++ b/_data/chains/eip155-610.json @@ -0,0 +1,24 @@ +{ + "name": "Darwin Devnet", + "chain": "Darwin", + "rpc": ["https://devnet-rpc.darwinchain.ai"], + "faucets": ["https://devnet-rpc.darwinchain.ai/faucet"], + "nativeCurrency": { + "name": "Darwin Devnet token", + "symbol": "DNA", + "decimals": 18 + }, + "infoURL": "https://darwinchain.ai", + "shortName": "darwin-devnet", + "chainId": 610, + "networkId": 610, + "icon": "darwin", + "explorers": [ + { + "name": "Darwin Explorer", + "url": "https://explorer.darwinchain.ai", + "icon": "darwin", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-61022.json b/_data/chains/eip155-61022.json new file mode 100644 index 000000000000..7776ff6267b5 --- /dev/null +++ b/_data/chains/eip155-61022.json @@ -0,0 +1,25 @@ +{ + "name": "Orange Chain Mainnet", + "title": "Orange Chain Mainnet", + "chain": "Orange Chain", + "rpc": ["https://rpc.orangechain.xyz", "https://hk-rpc.orangechain.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://orangechain.xyz", + "shortName": "Orange-Chain-Mainnet", + "chainId": 61022, + "networkId": 61022, + "icon": "orange", + "explorers": [ + { + "name": "Blockscout", + "url": "https://scan.orangechain.xyz", + "icon": "orange", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-624.json b/_data/chains/eip155-624.json new file mode 100644 index 000000000000..e710a5d5b9e7 --- /dev/null +++ b/_data/chains/eip155-624.json @@ -0,0 +1,22 @@ +{ + "name": "Binary Mainnet", + "chain": "The Binary Holdings", + "rpc": ["https://rpc.zero.thebinaryholdings.com"], + "faucets": [], + "nativeCurrency": { + "name": "Binary Token", + "symbol": "BNRY", + "decimals": 18 + }, + "infoURL": "", + "shortName": "thebinaryholdings-mainnet", + "chainId": 624, + "networkId": 624, + "explorers": [ + { + "name": "Tracehawk", + "url": "https://explorer.thebinaryholdings.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-625.json b/_data/chains/eip155-625.json new file mode 100644 index 000000000000..13193c1e776a --- /dev/null +++ b/_data/chains/eip155-625.json @@ -0,0 +1,22 @@ +{ + "name": "Binary Sepolia", + "chain": "The Binary Holdings", + "rpc": ["https://rpc.testnet.thebinaryholdings.com"], + "faucets": [], + "nativeCurrency": { + "name": "Test BNRY", + "symbol": "BNRY", + "decimals": 18 + }, + "infoURL": "", + "shortName": "thebinaryholdings-sepolia", + "chainId": 625, + "networkId": 625, + "explorers": [ + { + "name": "Tracehawk", + "url": "https://explorer.sepolia.thebinaryholdings.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-6283.json b/_data/chains/eip155-6283.json new file mode 100644 index 000000000000..89f2bbfe1827 --- /dev/null +++ b/_data/chains/eip155-6283.json @@ -0,0 +1,28 @@ +{ + "name": "LAOS", + "title": "LAOS Mainnet", + "chain": "LAOS", + "icon": "laosnetwork", + "rpc": [ + "https://rpc.laos.laosfoundation.io", + "wss://rpc.laos.laosfoundation.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "LAOS", + "symbol": "LAOS", + "decimals": 18 + }, + "infoURL": "https://laosnetwork.io", + "shortName": "laosnetwork", + "chainId": 6283, + "networkId": 6283, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.laos.laosfoundation.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-62850.json b/_data/chains/eip155-62850.json new file mode 100644 index 000000000000..a957098a1c22 --- /dev/null +++ b/_data/chains/eip155-62850.json @@ -0,0 +1,27 @@ +{ + "name": "LAOS Sigma Testnet", + "title": "LAOS Sigma Testnet", + "chain": "LAOS Sigma Testnet", + "rpc": [ + "https://rpc.laossigma.laosfoundation.io", + "wss://rpc.laossigma.laosfoundation.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "SIGMA", + "symbol": "SIGMA", + "decimals": 18 + }, + "infoURL": "https://laosnetwork.io", + "shortName": "laossigma", + "chainId": 62850, + "networkId": 62850, + "explorers": [ + { + "name": "blockscout", + "url": "https://sigma.explorer.laosnetwork.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-646.json b/_data/chains/eip155-646.json index 71a5a1aea229..d8d9fd1e50f4 100644 --- a/_data/chains/eip155-646.json +++ b/_data/chains/eip155-646.json @@ -15,9 +15,9 @@ "icon": "flowevm", "explorers": [ { - "name": "Flow Diver", - "url": "https://previewnet.flowdiver.io", - "standard": "none" + "name": "EVM on Flow Block Explorer (PreviewNet)", + "url": "https://eth.flowscan.io", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-65010002.json b/_data/chains/eip155-65010002.json index d2d8b6cad043..d03598970d74 100644 --- a/_data/chains/eip155-65010002.json +++ b/_data/chains/eip155-65010002.json @@ -1,10 +1,8 @@ { "name": "Autonity Bakerloo (Sumida) Testnet", + "status": "deprecated", "chain": "AUT", - "rpc": [ - "https://rpc1.bakerloo.autonity.org/", - "wss://rpc1.bakerloo.autonity.org/ws/" - ], + "rpc": [], "faucets": ["https://faucet.autonity.org/"], "nativeCurrency": { "name": "Bakerloo Auton", diff --git a/_data/chains/eip155-65010003.json b/_data/chains/eip155-65010003.json new file mode 100644 index 000000000000..b1d5028a31da --- /dev/null +++ b/_data/chains/eip155-65010003.json @@ -0,0 +1,27 @@ +{ + "name": "Autonity Bakerloo (Yamuna) Testnet", + "chain": "AUT", + "rpc": [ + "https://rpc1.bakerloo.autonity.org/", + "wss://rpc1.bakerloo.autonity.org/ws/" + ], + "faucets": ["https://faucet.autonity.org/"], + "nativeCurrency": { + "name": "Bakerloo Auton", + "symbol": "ATN", + "decimals": 18 + }, + "infoURL": "https://autonity.org/", + "shortName": "bakerloo-03", + "chainId": 65010003, + "networkId": 65010003, + "slip44": 1, + "icon": "autonity", + "explorers": [ + { + "name": "autonity-blockscout", + "url": "https://bakerloo.autonity.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-65100002.json b/_data/chains/eip155-65100002.json index ef38e2e73940..f66a18d6c5b6 100644 --- a/_data/chains/eip155-65100002.json +++ b/_data/chains/eip155-65100002.json @@ -1,10 +1,8 @@ { "name": "Autonity Piccadilly (Sumida) Testnet", + "status": "deprecated", "chain": "AUT", - "rpc": [ - "https://rpc1.piccadilly.autonity.org/", - "wss://rpc1.piccadilly.autonity.org/ws/" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Piccadilly Auton", diff --git a/_data/chains/eip155-65100003.json b/_data/chains/eip155-65100003.json new file mode 100644 index 000000000000..ddf65ccf3f61 --- /dev/null +++ b/_data/chains/eip155-65100003.json @@ -0,0 +1,27 @@ +{ + "name": "Autonity Piccadilly (Yamuna) Testnet", + "chain": "AUT", + "rpc": [ + "https://rpc1.piccadilly.autonity.org/", + "wss://rpc1.piccadilly.autonity.org/ws/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Piccadilly Auton", + "symbol": "ATN", + "decimals": 18 + }, + "infoURL": "https://autonity.org/", + "shortName": "piccadilly-03", + "chainId": 65100003, + "networkId": 65100003, + "slip44": 1, + "icon": "autonity", + "explorers": [ + { + "name": "autonity-blockscout", + "url": "https://piccadilly.autonity.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-65357.json b/_data/chains/eip155-65357.json new file mode 100644 index 000000000000..49d54bf4f0df --- /dev/null +++ b/_data/chains/eip155-65357.json @@ -0,0 +1,25 @@ +{ + "name": "Vecno Mainnet", + "chain": "VE", + "rpc": ["https://rpc.vecno.org"], + "faucets": [], + "nativeCurrency": { + "name": "Vecno", + "symbol": "VE", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://vecno.org", + "shortName": "ve", + "chainId": 65357, + "networkId": 65357, + "icon": "vecno", + "explorers": [ + { + "name": "vecno", + "url": "https://explorer.vecno.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-65536.json b/_data/chains/eip155-65536.json new file mode 100644 index 000000000000..aef609f907f7 --- /dev/null +++ b/_data/chains/eip155-65536.json @@ -0,0 +1,17 @@ +{ + "name": "Automata Mainnet", + "chain": "Automata Mainnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "ATA", + "symbol": "ATA", + "decimals": 18 + }, + "infoURL": "https://ata.network", + "shortName": "automatamainnet", + "chainId": 65536, + "networkId": 65536, + "icon": "automata", + "explorers": [] +} diff --git a/_data/chains/eip155-6805.json b/_data/chains/eip155-6805.json new file mode 100644 index 000000000000..c40236aff976 --- /dev/null +++ b/_data/chains/eip155-6805.json @@ -0,0 +1,34 @@ +{ + "name": "RACE Mainnet", + "chain": "ETH", + "rpc": ["https://racemainnet.io/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://race.foundation/", + "shortName": "raceeth", + "chainId": 6805, + "networkId": 6805, + "slip44": 1, + "icon": "race", + "explorers": [ + { + "name": "blockscout", + "url": "https://racescan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.race.foundation/" + } + ] + } +} diff --git a/_data/chains/eip155-6806.json b/_data/chains/eip155-6806.json new file mode 100644 index 000000000000..16a064fa3f32 --- /dev/null +++ b/_data/chains/eip155-6806.json @@ -0,0 +1,34 @@ +{ + "name": "RACE Testnet", + "chain": "ETH", + "rpc": ["https://racetestnet.io/"], + "faucets": ["https://faucet.racetestnet.io/"], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://race.foundation/", + "shortName": "racesep", + "chainId": 6806, + "networkId": 6806, + "slip44": 1, + "icon": "race", + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet.racescan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://testnet-bridge.race.foundation/" + } + ] + } +} diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json index 4ab4ae0c91ba..5cb59f6dbb46 100644 --- a/_data/chains/eip155-7000.json +++ b/_data/chains/eip155-7000.json @@ -4,7 +4,10 @@ "icon": "zetachain", "rpc": [ "https://zetachain-evm.blockpi.network/v1/rpc/public", - "https://zetachain-mainnet-archive.allthatnode.com:8545" + "https://zetachain-mainnet.g.allthatnode.com/archive/evm", + "https://zeta-chain.drpc.org", + "https://zetachain-mainnet.public.blastapi.io", + "https://7000.rpc.thirdweb.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json index e1c10592a950..c8d8158505f7 100644 --- a/_data/chains/eip155-7001.json +++ b/_data/chains/eip155-7001.json @@ -1,33 +1,36 @@ { - "name": "ZetaChain Athens 3 Testnet", + "name": "ZetaChain Testnet", "chain": "ZetaChain", "icon": "zetachain", "rpc": [ "https://zetachain-athens-evm.blockpi.network/v1/rpc/public", - "wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket", - "https://zetachain-testnet-archive.allthatnode.com:8545" + "https://zetachain-testnet.public.blastapi.io", + "https://zetachain-athens.g.allthatnode.com/archive/evm", + "https://7001.rpc.thirdweb.com", + "https://zeta-chain-testnet.drpc.org" + ], + "faucets": [ + "https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/" ], - - "faucets": ["https://labs.zetachain.com/get-zeta"], "nativeCurrency": { "name": "Zeta", "symbol": "ZETA", "decimals": 18 }, "infoURL": "https://zetachain.com/docs", - "shortName": "zetachain-athens", + "shortName": "zetachain-testnet", "chainId": 7001, "networkId": 7001, "slip44": 1, "status": "active", "explorers": [ { - "name": "ZetaChain Athens Testnet Explorer", - "url": "https://athens3.explorer.zetachain.com", + "name": "ZetaScan", + "url": "https://athens.explorer.zetachain.com", "standard": "none" }, { - "name": "blockscout", + "name": "Blockscout", "url": "https://zetachain-athens-3.blockscout.com", "icon": "blockscout", "standard": "EIP3091" diff --git a/_data/chains/eip155-75512.json b/_data/chains/eip155-75512.json index 97456950468e..4a0a7b0a5b78 100644 --- a/_data/chains/eip155-75512.json +++ b/_data/chains/eip155-75512.json @@ -4,8 +4,8 @@ "rpc": ["https://rpc.geekout-pte.com"], "faucets": [], "nativeCurrency": { - "name": "Geek", - "symbol": "GEEK", + "name": "OAS", + "symbol": "OAS", "decimals": 18 }, "infoURL": "https://www.geekout-pte.com", diff --git a/_data/chains/eip155-75513.json b/_data/chains/eip155-75513.json index f1039c54c2d3..c4a2220ebb9a 100644 --- a/_data/chains/eip155-75513.json +++ b/_data/chains/eip155-75513.json @@ -4,8 +4,8 @@ "rpc": ["https://rpc-testnet.geekout-pte.com"], "faucets": [], "nativeCurrency": { - "name": "Geek", - "symbol": "GEEK", + "name": "OAS", + "symbol": "OAS", "decimals": 18 }, "infoURL": "https://www.geekout-pte.com", diff --git a/_data/chains/eip155-77677.json b/_data/chains/eip155-77677.json new file mode 100644 index 000000000000..433a10e4b4ac --- /dev/null +++ b/_data/chains/eip155-77677.json @@ -0,0 +1,16 @@ +{ + "name": "Cycle Network Mainnet Sailboat", + "chain": "ETH", + "rpc": ["https://sailboat-rpc-mainnet.cyclenetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.cyclenetwork.io/", + "shortName": "cycles", + "chainId": 77677, + "networkId": 77677, + "icon": "cycle" +} diff --git a/_data/chains/eip155-7774.json b/_data/chains/eip155-7774.json new file mode 100644 index 000000000000..22c29e5653e4 --- /dev/null +++ b/_data/chains/eip155-7774.json @@ -0,0 +1,23 @@ +{ + "name": "GDCC MAINNET", + "chain": "GDCC", + "icon": "gdcc", + "rpc": ["https://mainnet-rpc-1.gdccscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "GDCC", + "symbol": "GDCC", + "decimals": 18 + }, + "infoURL": "https://gdcchain.com", + "shortName": "GdccMainnet", + "chainId": 7774, + "networkId": 7774, + "explorers": [ + { + "name": "GDCC", + "url": "https://gdccscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-79479957.json b/_data/chains/eip155-79479957.json new file mode 100644 index 000000000000..00ccfda8783d --- /dev/null +++ b/_data/chains/eip155-79479957.json @@ -0,0 +1,28 @@ +{ + "name": "SX Toronto Rollup", + "chain": "SX", + "icon": "SX", + "rpc": ["https://rpc.sx-rollup-testnet.t.raas.gelato.cloud"], + "faucets": ["https://faucet.toronto.sx.technology"], + "nativeCurrency": { + "name": "SX Network", + "symbol": "SX", + "decimals": 18 + }, + "infoURL": "https://www.sx.technology", + "shortName": "SXR-Testnet", + "chainId": 79479957, + "networkId": 79479957, + "explorers": [ + { + "name": "SX Toronto L2 Explorer", + "url": "https://explorerl2.toronto.sx.technology", + "standard": "EIP3091", + "icon": "SX" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + } +} diff --git a/_data/chains/eip155-808813.json b/_data/chains/eip155-808813.json new file mode 100644 index 000000000000..a75166ea4203 --- /dev/null +++ b/_data/chains/eip155-808813.json @@ -0,0 +1,37 @@ +{ + "name": "BOB Sepolia", + "chain": "ETH", + "rpc": [ + "https://bob-sepolia.rpc.gobob.xyz", + "wss://bob-sepolia.rpc.gobob.xyz" + ], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://gobob.xyz", + "shortName": "bob-sepolia", + "chainId": 808813, + "networkId": 808813, + "icon": "bob", + "explorers": [ + { + "name": "bobscout", + "url": "https://bob-sepolia.explorer.gobob.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "status": "active", + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://bob-sepolia.gobob.xyz/" + } + ] + } +} diff --git a/_data/chains/eip155-8333.json b/_data/chains/eip155-8333.json new file mode 100644 index 000000000000..19cc48131b1b --- /dev/null +++ b/_data/chains/eip155-8333.json @@ -0,0 +1,23 @@ +{ + "name": "B3", + "chain": "B3", + "icon": "b3", + "rpc": ["https://mainnet-rpc.b3.fun"], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://b3.fun", + "shortName": "b3", + "chainId": 8333, + "networkId": 8333, + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer.b3.fun", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-852.json b/_data/chains/eip155-852.json new file mode 100644 index 000000000000..93556cde9b25 --- /dev/null +++ b/_data/chains/eip155-852.json @@ -0,0 +1,22 @@ +{ + "name": "HongKong Mainnet", + "chain": "HONGKONG", + "rpc": ["https://eth.jegotrip.net"], + "faucets": [], + "nativeCurrency": { + "name": "HongKong", + "symbol": "HK", + "decimals": 18 + }, + "infoURL": "https://www.cmi.chinamobile.com/", + "shortName": "HongKong", + "chainId": 852, + "networkId": 852, + "explorers": [ + { + "name": "HongKong Mainnet Explorer", + "url": "http://47.238.205.52", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-8545.json b/_data/chains/eip155-8545.json new file mode 100644 index 000000000000..0a3943c9ec05 --- /dev/null +++ b/_data/chains/eip155-8545.json @@ -0,0 +1,16 @@ +{ + "name": "Chakra Testnet", + "chain": "Chakra Testnet", + "rpc": ["https://rpcv1-dn-1.chakrachain.io/"], + "faucets": [], + "nativeCurrency": { + "name": "Chakra", + "symbol": "CKR", + "decimals": 18 + }, + "infoURL": "", + "shortName": "ChakraTN", + "chainId": 8545, + "networkId": 8545, + "explorers": [] +} diff --git a/_data/chains/eip155-88558801.json b/_data/chains/eip155-88558801.json new file mode 100644 index 000000000000..a56f9cacb86e --- /dev/null +++ b/_data/chains/eip155-88558801.json @@ -0,0 +1,25 @@ +{ + "name": "Backstop Testnet", + "chain": "backstopTestnet", + "icon": "backstop", + "rpc": ["https://testnet.rpc.backstop.technology"], + "faucets": [], + "nativeCurrency": { + "name": "Backstop Testnet 1", + "symbol": "ZBS", + "decimals": 18 + }, + "infoURL": "https://backstop.technology/testnet", + "shortName": "backstop-testnet", + "chainId": 88558801, + "networkId": 88558801, + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://testnet.bridge.backstop.technology" + } + ] + } +} diff --git a/_data/chains/eip155-8869.json b/_data/chains/eip155-8869.json new file mode 100644 index 000000000000..29514db7697a --- /dev/null +++ b/_data/chains/eip155-8869.json @@ -0,0 +1,24 @@ +{ + "name": "Lif3 Chain", + "chain": "lif3chain", + "rpc": ["https://rpc.lif3.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "LIF3", + "symbol": "LIF3", + "decimals": 18 + }, + "infoURL": "https://docs.lif3.com/", + "shortName": "lif3-mainnet", + "icon": "lif3", + "chainId": 8869, + "networkId": 8869, + "explorers": [ + { + "name": "lif3scout", + "url": "https://lif3scout.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-888.json b/_data/chains/eip155-888.json index 4e6d4d38187f..8ddd8978623c 100644 --- a/_data/chains/eip155-888.json +++ b/_data/chains/eip155-888.json @@ -12,5 +12,14 @@ "shortName": "wan", "chainId": 888, "networkId": 888, - "slip44": 5718350 + "slip44": 5718350, + "icon": "wanchain", + "explorers": [ + { + "name": "wanscan", + "icon": "wanchain", + "url": "https://wanscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-88800.json b/_data/chains/eip155-88800.json new file mode 100644 index 000000000000..5541a2060b44 --- /dev/null +++ b/_data/chains/eip155-88800.json @@ -0,0 +1,22 @@ +{ + "name": "ZKasino Mainnet", + "chain": "ZKasino", + "rpc": ["https://rpc.zkas.zeeve.net"], + "faucets": [], + "nativeCurrency": { + "name": "ZKAS", + "symbol": "ZKAS", + "decimals": 18 + }, + "infoURL": "", + "shortName": "ZKasino", + "chainId": 88800, + "networkId": 88800, + "explorers": [ + { + "name": "Tracehawk", + "url": "https://explorer.zkas.zeeve.net", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-8886.json b/_data/chains/eip155-8886.json new file mode 100644 index 000000000000..b5b513ed189c --- /dev/null +++ b/_data/chains/eip155-8886.json @@ -0,0 +1,28 @@ +{ + "name": "Avenium Testnet", + "chain": "AVE", + "rpc": [ + "https://eu-testnet.avenium.io/", + "https://connect-testnet.avenium.io" + ], + "faucets": ["https://faucet-testnet.avenium.io"], + "nativeCurrency": { + "name": "Ave Native Token", + "symbol": "tAVE", + "decimals": 18 + }, + "infoURL": "https://avenium.io", + "shortName": "tave", + "chainId": 8886, + "networkId": 8886, + "icon": "avenium", + "status": "incubating", + "explorers": [ + { + "name": "Avenium Explorer Testnet", + "icon": "avenium", + "url": "https://testnet.avescan.net", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-8899.json b/_data/chains/eip155-8899.json index 6d2203905fae..39f140d9c0a9 100644 --- a/_data/chains/eip155-8899.json +++ b/_data/chains/eip155-8899.json @@ -1,7 +1,7 @@ { "name": "JIBCHAIN L1", "chain": "JBC", - "rpc": ["https://rpc-l1.jibchain.net", "https://jib-rpc.inan.in.th"], + "rpc": ["https://rpc-l1.jibchain.net", "https://rpc-l1.inan.in.th"], "faucets": [], "icon": "jbc", "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], diff --git a/_data/chains/eip155-9372.json b/_data/chains/eip155-9372.json new file mode 100644 index 000000000000..64ae6015f33f --- /dev/null +++ b/_data/chains/eip155-9372.json @@ -0,0 +1,23 @@ +{ + "name": "Oasys Testnet", + "chain": "Oasys", + "icon": "oasys", + "rpc": ["https://rpc.testnet.oasys.games"], + "faucets": [], + "nativeCurrency": { + "name": "OAS", + "symbol": "OAS", + "decimals": 18 + }, + "infoURL": "https://oasys.games", + "shortName": "OAS_TEST", + "chainId": 9372, + "networkId": 9372, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.testnet.oasys.games", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-93747.json b/_data/chains/eip155-93747.json new file mode 100644 index 000000000000..8979e138f542 --- /dev/null +++ b/_data/chains/eip155-93747.json @@ -0,0 +1,22 @@ +{ + "name": "StratoVM Testnet", + "chain": "StratoVM", + "rpc": ["https://rpc.stratovm.io"], + "faucets": [], + "nativeCurrency": { + "name": "SVM", + "symbol": "SVM", + "decimals": 18 + }, + "infoURL": "https://www.stratovm.io/", + "shortName": "stratovm", + "chainId": 93747, + "networkId": 93747, + "explorers": [ + { + "name": "StratoVM Block Explorer", + "url": "https://explorer.stratovm.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-9496.json b/_data/chains/eip155-9496.json new file mode 100644 index 000000000000..7cfb0f71f1fb --- /dev/null +++ b/_data/chains/eip155-9496.json @@ -0,0 +1,23 @@ +{ + "name": "WeaveVM Testnet", + "chain": "WVM", + "rpc": ["https://testnet.wvm.dev", "https://testnet-rpc.wvm.dev"], + "faucets": [], + "nativeCurrency": { + "name": "Testnet WeaveVM Token", + "symbol": "tWVM", + "decimals": 18 + }, + "infoURL": "https://wvm.dev", + "shortName": "twvm", + "chainId": 9496, + "networkId": 9496, + "icon": "weavevm", + "explorers": [ + { + "name": "WeaveVM Explorer", + "url": "https://explorer.wvm.dev", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-995.json b/_data/chains/eip155-995.json new file mode 100644 index 000000000000..7b285f1cef0d --- /dev/null +++ b/_data/chains/eip155-995.json @@ -0,0 +1,24 @@ +{ + "name": "5ireChain Mainnet", + "chain": "5ireChain", + "rpc": ["https://rpc.5ire.network"], + "faucets": [], + "nativeCurrency": { + "name": "5ire Token", + "symbol": "5IRE", + "decimals": 18 + }, + "infoURL": "https://5ire.org", + "shortName": "5ire", + "chainId": 995, + "networkId": 995, + "icon": "5ireChain", + "explorers": [ + { + "name": "5ireChain Explorer", + "url": "https://5irescan.io", + "standard": "none", + "icon": "5ireChain" + } + ] +} diff --git a/_data/chains/eip155-997.json b/_data/chains/eip155-997.json index 51b0fbd3ff45..cd3a89766fc6 100644 --- a/_data/chains/eip155-997.json +++ b/_data/chains/eip155-997.json @@ -1,15 +1,15 @@ { "name": "5ireChain Thunder", - "chain": "5ireChain", + "chain": "5ireChain Testnet", "rpc": ["https://rpc-testnet.5ire.network"], "faucets": ["https://explorer.5ire.network/faucet"], "nativeCurrency": { - "name": "5ire Token", - "symbol": "5ire", + "name": "5ire Testnet Token", + "symbol": "T5IRE", "decimals": 18 }, "infoURL": "https://5ire.org", - "shortName": "5ire", + "shortName": "T5ire", "chainId": 997, "networkId": 997, "icon": "5ireChain", diff --git a/_data/chains/eip155-999.json b/_data/chains/eip155-999.json index 40e9cdb822e7..179f5c332a4c 100644 --- a/_data/chains/eip155-999.json +++ b/_data/chains/eip155-999.json @@ -12,5 +12,14 @@ "shortName": "twan", "chainId": 999, "networkId": 999, - "slip44": 1 + "slip44": 1, + "icon": "wanchain", + "explorers": [ + { + "name": "wanscan", + "icon": "wanchain", + "url": "https://testnet.wanscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/icons/0gai.json b/_data/icons/0gai.json new file mode 100644 index 000000000000..a992312f9353 --- /dev/null +++ b/_data/icons/0gai.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa", + "width": 600, + "height": 600, + "format": "png" + } +] diff --git a/_data/icons/GuruNetwork.json b/_data/icons/GuruNetwork.json new file mode 100644 index 000000000000..1c67b63645d3 --- /dev/null +++ b/_data/icons/GuruNetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTDWnSNSCcVPCYD1FKrUirkT2MVrShdVK9dsxAi6eZdbD", + "width": 70, + "height": 70, + "format": "svg" + } +] diff --git a/_data/icons/alienx.json b/_data/icons/alienx.json new file mode 100644 index 000000000000..0783c0d37d3a --- /dev/null +++ b/_data/icons/alienx.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez", + "width": 480, + "height": 480, + "format": "png" + } +] diff --git a/_data/icons/altarTestnet.json b/_data/icons/altarTestnet.json new file mode 100644 index 000000000000..9349c410095a --- /dev/null +++ b/_data/icons/altarTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZiJLjciV6KiuxwDebi7CwRhDzei6KKDuStppzsUGtNfN", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/avenium.json b/_data/icons/avenium.json new file mode 100644 index 000000000000..57db9b9de52e --- /dev/null +++ b/_data/icons/avenium.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/b3.json b/_data/icons/b3.json new file mode 100644 index 000000000000..c4282f620025 --- /dev/null +++ b/_data/icons/b3.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu", + "width": 390, + "height": 221, + "format": "svg" + } +] diff --git a/_data/icons/backstop.json b/_data/icons/backstop.json new file mode 100644 index 000000000000..ff2a930234be --- /dev/null +++ b/_data/icons/backstop.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmaWH5iWif22gtYVizWvuPoEHZ3qZjYc8nXnEgPh9rLMiY", + "width": 250, + "height": 250, + "format": "png" + } +] diff --git a/_data/icons/cipherem.json b/_data/icons/cipherem.json new file mode 100644 index 000000000000..d11a441b25c0 --- /dev/null +++ b/_data/icons/cipherem.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmP8oHKtqUiSxmNcZMFMy5DSFCZQm17uF32FEHojx8HQ5z", + "width": 118, + "height": 118, + "format": "svg" + } +] diff --git a/_data/icons/cipherscan.json b/_data/icons/cipherscan.json new file mode 100644 index 000000000000..ad066c2cea81 --- /dev/null +++ b/_data/icons/cipherscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUrWn3VG9Jmg2GToV1dqwZUYwLZHU8daZSXEURs5o6xwt", + "width": 118, + "height": 118, + "format": "svg" + } +] diff --git a/_data/icons/core.json b/_data/icons/core.json index c04529e0fa1b..8b8e4e9730a8 100644 --- a/_data/icons/core.json +++ b/_data/icons/core.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2", - "width": 200, - "height": 217, + "url": "ipfs://QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW", + "width": 512, + "height": 512, "format": "png" } ] diff --git a/_data/icons/darwin.json b/_data/icons/darwin.json new file mode 100644 index 000000000000..5458ee6c7a45 --- /dev/null +++ b/_data/icons/darwin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci", + "width": 2000, + "height": 2000, + "format": "png" + } +] diff --git a/_data/icons/dbc.json b/_data/icons/dbc.json new file mode 100644 index 000000000000..c9bdfa80358a --- /dev/null +++ b/_data/icons/dbc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG", + "width": 416, + "height": 400, + "format": "png" + } +] diff --git a/_data/icons/dbkchain.json b/_data/icons/dbkchain.json new file mode 100644 index 000000000000..633ee1dd39ea --- /dev/null +++ b/_data/icons/dbkchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty", + "width": 1600, + "height": 1600, + "format": "png" + } +] diff --git a/_data/icons/dojima.json b/_data/icons/dojima.json new file mode 100644 index 000000000000..7cffe7f8695e --- /dev/null +++ b/_data/icons/dojima.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam", + "width": 379, + "height": 379, + "format": "png" + } +] diff --git a/_data/icons/fyi.json b/_data/icons/fyi.json new file mode 100644 index 000000000000..6ef32e7b0148 --- /dev/null +++ b/_data/icons/fyi.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbCPtffFMcvifBKaddrjHtVLZrQorQiFgnNLAp9s2sS9x", + "width": 35, + "height": 35, + "format": "svg" + } +] diff --git a/_data/icons/gobbl.json b/_data/icons/gobbl.json new file mode 100644 index 000000000000..20d4574eed4f --- /dev/null +++ b/_data/icons/gobbl.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQbJTFnUfWf31d16beZfqM4Fo5NRJjryNrDMyNfj9YQnS", + "width": 1280, + "height": 1280, + "format": "png" + } +] diff --git a/_data/icons/gpt.json b/_data/icons/gpt.json new file mode 100644 index 000000000000..e313863d3781 --- /dev/null +++ b/_data/icons/gpt.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmdh4Lzamv34Ae2bhA9M6GLCjXxPAtHC5zdG5ZNidrdenA", + "width": 1000, + "height": 1000, + "format": "jpg" + } +] diff --git a/_data/icons/grvt.json b/_data/icons/grvt.json new file mode 100644 index 000000000000..4bea7e9238cf --- /dev/null +++ b/_data/icons/grvt.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/jaihoIcon.json b/_data/icons/jaihoIcon.json new file mode 100644 index 000000000000..4b51df1010a0 --- /dev/null +++ b/_data/icons/jaihoIcon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu", + "width": 450, + "height": 450, + "format": "png" + } +] diff --git a/_data/icons/kakarot.json b/_data/icons/kakarot.json index 51edd343f99a..8c8b6e3f432c 100644 --- a/_data/icons/kakarot.json +++ b/_data/icons/kakarot.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmNTZ9nEomAXK6bLxUbMfTS1TvrsN22HU1zTtxHUpMkUhz", + "url": "ipfs://QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW", "width": 1000, "height": 1000, "format": "png" diff --git a/_data/icons/kymtc.json b/_data/icons/kymtc.json new file mode 100644 index 000000000000..ed4a13c09840 --- /dev/null +++ b/_data/icons/kymtc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer", + "width": 1042, + "height": 1038, + "format": "png" + } +] diff --git a/_data/icons/laosnetwork.json b/_data/icons/laosnetwork.json new file mode 100644 index 000000000000..4b3cb201e22a --- /dev/null +++ b/_data/icons/laosnetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmR8HgbKrHys8QFtH99soGx9KreixpCXJqkFejJdhpyNGo", + "width": 1220, + "height": 1220, + "format": "png" + } +] diff --git a/_data/icons/lif3.json b/_data/icons/lif3.json new file mode 100644 index 000000000000..68461fa2f3c7 --- /dev/null +++ b/_data/icons/lif3.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH", + "width": 200, + "height": 200, + "format": "svg" + } +] diff --git a/_data/icons/lit.json b/_data/icons/lit.json new file mode 100644 index 000000000000..2bb1ae0d60c1 --- /dev/null +++ b/_data/icons/lit.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn", + "width": 164, + "height": 120, + "format": "png" + } +] diff --git a/_data/icons/mande.json b/_data/icons/mande.json new file mode 100644 index 000000000000..12759b69dc05 --- /dev/null +++ b/_data/icons/mande.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/marscredit.json b/_data/icons/marscredit.json new file mode 100644 index 000000000000..3aab92f09910 --- /dev/null +++ b/_data/icons/marscredit.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiaqvko45oh3bppsx57i73ajopgm2nsy4v6a22wwrbhbaoe5olwwlm", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/maxi.json b/_data/icons/maxi.json index 641988f1e64a..6d8850f29711 100644 --- a/_data/icons/maxi.json +++ b/_data/icons/maxi.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmXMLcCaNPMyWCEYX2MZDJHNvj5cpj2cR5dRQtedBRNypT", + "url": "ipfs://QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo", "width": 512, "height": 512, "format": "png" diff --git a/_data/icons/mazze.json b/_data/icons/mazze.json new file mode 100644 index 000000000000..27b849cedfd1 --- /dev/null +++ b/_data/icons/mazze.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmaR9Ud3aD7RaHYdsi3TdC1qx4zVusM76nd91s3Ghaz5fa", + "width": 400, + "height": 400, + "format": "png" + } +] diff --git a/_data/icons/neox.json b/_data/icons/neox.json new file mode 100644 index 000000000000..eefcfc3a29e6 --- /dev/null +++ b/_data/icons/neox.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/netsbo.json b/_data/icons/netsbo.json new file mode 100644 index 000000000000..6b9e0188363d --- /dev/null +++ b/_data/icons/netsbo.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt", + "width": 512, + "height": 512, + "format": "svg" + } +] diff --git a/_data/icons/nexameta.json b/_data/icons/nexameta.json new file mode 100644 index 000000000000..e3df8da50b4b --- /dev/null +++ b/_data/icons/nexameta.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/nexashell.json b/_data/icons/nexashell.json new file mode 100644 index 000000000000..6dd34d53c69d --- /dev/null +++ b/_data/icons/nexashell.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigb5iwd233ih5w4zn67zoqafv4jisqgkzfccabye7bjntccs5yjee", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/nysl.json b/_data/icons/nysl.json new file mode 100644 index 000000000000..f60533658dd6 --- /dev/null +++ b/_data/icons/nysl.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiaybbrbmfizoy3zdnypi2yefozyfjnrqa6ug6bel7ld7caack5d6e", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/peaq.json b/_data/icons/peaq.json new file mode 100644 index 000000000000..71f5e7b43850 --- /dev/null +++ b/_data/icons/peaq.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeihnkvboj4n6psjnzn4omaopfekvag4kax22l4agx6zppp7xx3d6ky", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/pop.json b/_data/icons/pop.json new file mode 100644 index 000000000000..d06f2deb8f18 --- /dev/null +++ b/_data/icons/pop.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbY9ZPnveSEnFhbhfHr5B2R8SPhQBKbAZnwQCoEkvAQtT", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/race.json b/_data/icons/race.json new file mode 100644 index 000000000000..7babf5f2f491 --- /dev/null +++ b/_data/icons/race.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQGaiPkSHc8ZGLAE4A8yZdFWLeuEts4VX6FjEqnuPXvxh", + "width": 184, + "height": 417, + "format": "png" + } +] diff --git a/_data/icons/satschain.json b/_data/icons/satschain.json new file mode 100644 index 000000000000..6449e4239838 --- /dev/null +++ b/_data/icons/satschain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4", + "width": 457, + "height": 456, + "format": "png" + } +] diff --git a/_data/icons/skopje-gpt.json b/_data/icons/skopje-gpt.json new file mode 100644 index 000000000000..f0dcb315dac5 --- /dev/null +++ b/_data/icons/skopje-gpt.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf75UpPd7PA3tV6iPxWXGmHq4azyP3CrBYStdSSjQ2Wrx", + "width": 1170, + "height": 1164, + "format": "jpg" + } +] diff --git a/_data/icons/vecno.json b/_data/icons/vecno.json new file mode 100644 index 000000000000..f7a69bc3f4f7 --- /dev/null +++ b/_data/icons/vecno.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXPmM55AvkpEmqCvfP9YNQV1xsRdsPZDzwp6QHVThw6Wv", + "width": 200, + "height": 200, + "format": "svg" + } +] diff --git a/_data/icons/waba.json b/_data/icons/waba.json new file mode 100644 index 000000000000..05d3f5a8ad5f --- /dev/null +++ b/_data/icons/waba.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmX3NPsVTaBQDBySzMKZLVJhN4kakkAwrfz9mrqmUhNzUU", + "width": 32, + "height": 32, + "format": "png" + } +] diff --git a/_data/icons/wanchain.json b/_data/icons/wanchain.json new file mode 100644 index 000000000000..15643edce38c --- /dev/null +++ b/_data/icons/wanchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq", + "width": 360, + "height": 360, + "format": "png" + } +] diff --git a/_data/icons/weavevm.json b/_data/icons/weavevm.json new file mode 100644 index 000000000000..0fffbea1a3b2 --- /dev/null +++ b/_data/icons/weavevm.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/zero-sepolia.json b/_data/icons/zero-sepolia.json new file mode 100644 index 000000000000..6bc82f5eac80 --- /dev/null +++ b/_data/icons/zero-sepolia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X", + "width": 144, + "height": 144, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer b/_data/iconsDownload/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer new file mode 100644 index 000000000000..d838f4fc9e52 Binary files /dev/null and b/_data/iconsDownload/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer differ diff --git a/_data/iconsDownload/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u b/_data/iconsDownload/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u new file mode 100644 index 000000000000..05181fbad450 Binary files /dev/null and b/_data/iconsDownload/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u differ diff --git a/_data/iconsDownload/QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ b/_data/iconsDownload/QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ new file mode 100644 index 000000000000..38216013def1 Binary files /dev/null and b/_data/iconsDownload/QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ differ diff --git a/_data/iconsDownload/QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu b/_data/iconsDownload/QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu new file mode 100644 index 000000000000..59675a7b0b31 Binary files /dev/null and b/_data/iconsDownload/QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu differ diff --git a/_data/iconsDownload/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X b/_data/iconsDownload/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X new file mode 100644 index 000000000000..cd08c1293d95 Binary files /dev/null and b/_data/iconsDownload/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X differ diff --git a/_data/iconsDownload/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG b/_data/iconsDownload/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG new file mode 100644 index 000000000000..7b8e95053621 Binary files /dev/null and b/_data/iconsDownload/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG differ diff --git a/_data/iconsDownload/QmbCPtffFMcvifBKaddrjHtVLZrQorQiFgnNLAp9s2sS9x b/_data/iconsDownload/QmbCPtffFMcvifBKaddrjHtVLZrQorQiFgnNLAp9s2sS9x new file mode 100644 index 000000000000..0bd511be2e69 --- /dev/null +++ b/_data/iconsDownload/QmbCPtffFMcvifBKaddrjHtVLZrQorQiFgnNLAp9s2sS9x @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_data/iconsDownload/QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8 b/_data/iconsDownload/QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8 new file mode 100644 index 000000000000..6a627d77a466 Binary files /dev/null and b/_data/iconsDownload/QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8 differ diff --git a/_data/iconsDownload/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq b/_data/iconsDownload/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq new file mode 100644 index 000000000000..f9fd2202e2aa Binary files /dev/null and b/_data/iconsDownload/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq differ diff --git a/_data/iconsDownload/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW b/_data/iconsDownload/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW new file mode 100644 index 000000000000..050b890693ec Binary files /dev/null and b/_data/iconsDownload/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW differ diff --git a/_data/iconsDownload/QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2 b/_data/iconsDownload/QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2 deleted file mode 100644 index b84b369b4db2..000000000000 Binary files a/_data/iconsDownload/QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2 and /dev/null differ diff --git a/_data/iconsDownload/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt b/_data/iconsDownload/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt new file mode 100644 index 000000000000..4348fa1b3b04 --- /dev/null +++ b/_data/iconsDownload/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt @@ -0,0 +1,37 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/_data/iconsDownload/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa b/_data/iconsDownload/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa new file mode 100644 index 000000000000..c2ec95839a28 Binary files /dev/null and b/_data/iconsDownload/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa differ diff --git a/_data/iconsDownload/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4 b/_data/iconsDownload/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4 new file mode 100644 index 000000000000..794da6ac50f3 Binary files /dev/null and b/_data/iconsDownload/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4 differ diff --git a/_data/iconsDownload/bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci b/_data/iconsDownload/bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci new file mode 100644 index 000000000000..7e3a4bbce80a Binary files /dev/null and b/_data/iconsDownload/bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci differ diff --git a/_data/iconsDownload/bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty b/_data/iconsDownload/bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty new file mode 100644 index 000000000000..dd1fe787e985 Binary files /dev/null and b/_data/iconsDownload/bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty differ diff --git a/bafybeiaaq7gogws6uqcvo6imxbxfgpdhewybh7bxgtfny2i2as5nidbdje b/bafybeiaaq7gogws6uqcvo6imxbxfgpdhewybh7bxgtfny2i2as5nidbdje deleted file mode 100644 index 6443836dd392..000000000000 Binary files a/bafybeiaaq7gogws6uqcvo6imxbxfgpdhewybh7bxgtfny2i2as5nidbdje and /dev/null differ diff --git a/eip155-560098.json b/eip155-560098.json new file mode 100644 index 000000000000..43f2aee487a1 --- /dev/null +++ b/eip155-560098.json @@ -0,0 +1,22 @@ +{ + "name": "Novastro Testnet", + "chain": "NOVASTRO", + "rpc": ["https://rpc.novastro-testnet.gelato.digital"], + "faucets": ["https://faucet.novastro.xyz/"], + "nativeCurrency": { + "name": "Testnet Novastro", + "symbol": "NOVAS", + "decimals": 18 + }, + "infoURL": "https://www.novastro.xyz/", + "shortName": "novastro-testnet", + "chainId": 560098, + "networkId": 560098, + "explorers": [ + { + "name": "Novastro Testnet Explorer", + "url": "https://explorer.novastro.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index 54225bdcc96e..f951860cb2ed 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -354,8 +354,9 @@ fun checkChain(chainFile: File, onlineCheck: Boolean, verbose: Boolean = false) if (onlineCheck) { val request = Request.Builder().url(url).build(); - if (okHttpClient.newCall(request).execute().code != 200) { - throw (CantReachExplorerException(url, 200)) + val code = okHttpClient.newCall(request).execute().code + if (code / 100 != 2) { + throw (CantReachExplorerException(url, code)) } } } diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index 3766f267f05f..918dc4b584b3 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -26,7 +26,7 @@ class StringCannotBeBlank(which: String): Exception("$which cannot be blank") class StringCannotHaveExtraSpaces(which: String): Exception("$which cannot have leading or tailing spaces") class ExplorerStandardMustBeEIP3091OrNone: Exception("explorer standard must be 'none' or 'EIP3091'") -class CantReachExplorerException(url: String?, code: Int): Exception("explorer $url does not return 200 but ") +class CantReachExplorerException(url: String?, code: Int): Exception("explorer $url does not return 2XX but $code") class ParentHasInvalidType(type: String?): Exception("Parent has invalid type $type - only L2 or shard allowed") class RedFlagsMustBeArray: Exception("redFlags not an array") class FaucetsMustBeArray: Exception("faucets not an array") diff --git a/website b/website index 10abe1e8e3bb..66bba619a052 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit 10abe1e8e3bb162f99dabc5816fa78ce53895ad5 +Subproject commit 66bba619a0525c1ae4bf8354a69465feda15334d