diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index a95936d70595..35a7174d9ef7 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -53,7 +53,7 @@ jobs: else echo "Trying to download the image..." TARGET_FILE=icon - curl -Lo icon "https://cloudflare-ipfs.com/ipfs/$IPFS_HASH" 2>/dev/null + curl -Lo icon "https://dweb.link/ipfs/$IPFS_HASH" 2>/dev/null fi METADATA=$(exiftool $TARGET_FILE -json) diff --git a/.github/workflows/pr_intro_comment.yml b/.github/workflows/pr_intro_comment.yml new file mode 100644 index 000000000000..a9e7d2e74cb0 --- /dev/null +++ b/.github/workflows/pr_intro_comment.yml @@ -0,0 +1,14 @@ +on: + pull_request_target: + types: [opened] +jobs: + comment_on_pr: + runs-on: ubuntu-latest + name: Comment after PR is submitted + steps: + - name: Comment PR + uses: thollander/actions-comment-pull-request@v2 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + message: | + You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review. \ No newline at end of file diff --git a/.github/workflows/prettier_write.yml b/.github/workflows/prettier_write.yml deleted file mode 100644 index 73baf45cc5e8..000000000000 --- a/.github/workflows/prettier_write.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: prettier review -on: [pull_request_target] -jobs: - prettier: - name: runner / prettier - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: bryant-finney/reviewdog-action-prettier@v1.2.1 - with: - github_token: ${{ secrets.PAT }} - reporter: github-pr-review - prettier_flags: '_data/*/*.json' diff --git a/_data/chains/eip155-100000000.json b/_data/chains/eip155-100000000.json new file mode 100644 index 000000000000..62e4aa47936e --- /dev/null +++ b/_data/chains/eip155-100000000.json @@ -0,0 +1,25 @@ +{ + "name": "Ethos", + "chain": "ETHOS", + "rpc": ["https://rpc.ethos.cool"], + "faucets": ["https://faucet.ethos.cool"], + "nativeCurrency": { + "name": "ETHOS", + "symbol": "ETHOS", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://ethos.cool", + "shortName": "ETHOS", + "chainId": 100000000, + "networkId": 100000000, + "icon": "ethos", + "explorers": [ + { + "name": "ethos scan", + "url": "https://scan.ethos.cool", + "icon": "ethos", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index 3cc7755806c9..82d9b8cc0eed 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -5,7 +5,7 @@ "faucets": ["https://faucet.kaia.io"], "nativeCurrency": { "name": "KAIA", - "symbol": "KAIA", + "symbol": "KLAY", "decimals": 18 }, "infoURL": "https://kaia.io/", diff --git a/_data/chains/eip155-1005.json b/_data/chains/eip155-1005.json new file mode 100644 index 000000000000..874bf3dcafda --- /dev/null +++ b/_data/chains/eip155-1005.json @@ -0,0 +1,19 @@ +{ + "name": "LemonChainTestnet", + "chain": "tLEMX", + "rpc": [ + "https://rpc.testnet.lemonchain.io", + "https://rpc.testnet.allthingslemon.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "testnet LEMX", + "symbol": "tLEMX", + "decimals": 18 + }, + "infoURL": "https://dapp.allthingslemon.io/home", + "shortName": "tlemx", + "chainId": 1005, + "networkId": 1005, + "explorers": [] +} diff --git a/_data/chains/eip155-10058111.json b/_data/chains/eip155-10058111.json new file mode 100644 index 000000000000..340713fbd092 --- /dev/null +++ b/_data/chains/eip155-10058111.json @@ -0,0 +1,16 @@ +{ + "name": "Spotlight", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://spotlightchain.com/", + "shortName": "spotlight", + "chainId": 10058111, + "networkId": 10058111, + "status": "incubating" +} diff --git a/_data/chains/eip155-10058112.json b/_data/chains/eip155-10058112.json new file mode 100644 index 000000000000..a95055517096 --- /dev/null +++ b/_data/chains/eip155-10058112.json @@ -0,0 +1,16 @@ +{ + "name": "Spotlight Sepolia Testnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://spotlightchain.com/", + "shortName": "spotlightsep", + "chainId": 10058112, + "networkId": 10058112, + "status": "incubating" +} diff --git a/_data/chains/eip155-1006.json b/_data/chains/eip155-1006.json new file mode 100644 index 000000000000..294a3c6e55f6 --- /dev/null +++ b/_data/chains/eip155-1006.json @@ -0,0 +1,16 @@ +{ + "name": "LemonChain", + "chain": "LEMX", + "rpc": ["https://rpc.lemonchain.io", "https://rpc.allthingslemon.io"], + "faucets": [], + "nativeCurrency": { + "name": "LEMX", + "symbol": "LEMX", + "decimals": 18 + }, + "infoURL": "https://dapp.allthingslemon.io/home", + "shortName": "lemx", + "chainId": 1006, + "networkId": 1006, + "explorers": [] +} diff --git a/_data/chains/eip155-102030.json b/_data/chains/eip155-102030.json new file mode 100644 index 000000000000..0f3f7592be8e --- /dev/null +++ b/_data/chains/eip155-102030.json @@ -0,0 +1,32 @@ +{ + "name": "Creditcoin", + "chain": "CTC", + "icon": "creditcoin", + "rpc": ["https://mainnet3.creditcoin.network"], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "nativeCurrency": { + "name": "CTC", + "symbol": "CTC", + "decimals": 18 + }, + "infoURL": "https://creditcoin.org", + "shortName": "ctc", + "chainId": 102030, + "networkId": 102030, + "faucets": [], + "explorers": [ + { + "name": "blockscout", + "url": "https://creditcoin.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-102032.json b/_data/chains/eip155-102032.json new file mode 100644 index 000000000000..0a3864982751 --- /dev/null +++ b/_data/chains/eip155-102032.json @@ -0,0 +1,32 @@ +{ + "name": "Creditcoin Devnet", + "chain": "CTC", + "icon": "creditcoin", + "rpc": ["https://rpc.cc3-devnet.creditcoin.network"], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "nativeCurrency": { + "name": "Devnet CTC", + "symbol": "devCTC", + "decimals": 18 + }, + "infoURL": "https://creditcoin.org", + "shortName": "ctcdev", + "chainId": 102032, + "networkId": 102032, + "faucets": [], + "explorers": [ + { + "name": "blockscout", + "url": "https://creditcoin-devnet.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11000.json b/_data/chains/eip155-11000.json new file mode 100644 index 000000000000..aa95e01838e5 --- /dev/null +++ b/_data/chains/eip155-11000.json @@ -0,0 +1,23 @@ +{ + "name": "KB Chain", + "chain": "KB", + "rpc": ["https://mainnet-rpc.kbcfoundation.com"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "KBC", + "symbol": "KBC", + "decimals": 18 + }, + "infoURL": "https://kbcfoundation.com", + "shortName": "KBC", + "chainId": 11000, + "networkId": 11000, + "explorers": [ + { + "name": "KBC Explorer", + "url": "https://scan.kbcfoundation.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11011.json b/_data/chains/eip155-11011.json index 3d38019fa293..f3f6441ed6cc 100644 --- a/_data/chains/eip155-11011.json +++ b/_data/chains/eip155-11011.json @@ -12,10 +12,11 @@ "shortName": "shapesep", "chainId": 11011, "networkId": 11011, + "icon": "shapeTestnet", "explorers": [ { "name": "blockscout", - "url": "https://shape-sepolia-explorer.alchemy.com", + "url": "https://explorer-sepolia.shape.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-111188.json b/_data/chains/eip155-111188.json index 88a56cb2bf64..d63ceeee028c 100644 --- a/_data/chains/eip155-111188.json +++ b/_data/chains/eip155-111188.json @@ -3,8 +3,9 @@ "title": "re.al Real-World Assets network", "chain": "re.al", "rpc": [ + "https://rpc.realforreal.gelato.digital", + "wss://ws.realforreal.gelato.digital", "https://tangible-real.gateway.tenderly.co", - "wss://tangible-real.gateway.tenderly.co", "https://real.drpc.org", "wss://real.drpc.org" ], diff --git a/_data/chains/eip155-11145513.json b/_data/chains/eip155-11145513.json new file mode 100644 index 000000000000..e8458977fbf7 --- /dev/null +++ b/_data/chains/eip155-11145513.json @@ -0,0 +1,35 @@ +{ + "name": "Blessnet Sepolia", + "chain": "ETH", + "rpc": [ + "https://blessnet-sepolia-testnet.rpc.caldera.xyz/http", + "wss://blessnet-sepolia-testnet.rpc.caldera.xyz/ws" + ], + "faucets": ["https://blessnet-sepolia-testnet.hub.caldera.xyz"], + "nativeCurrency": { + "name": "Bless", + "symbol": "BLESS", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://blessnet.io", + "shortName": "bless-sepolia", + "chainId": 11145513, + "networkId": 11145513, + "icon": "bless", + "explorers": [ + { + "name": "blockscout", + "url": "https://blessnet-sepolia-testnet.explorer.caldera.xyz", + "icon": "bless", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-421614", + "bridges": [ + { "url": "https://blessnet-sepolia-testnet.bridge.caldera.xyz" } + ] + } +} diff --git a/_data/chains/eip155-111551119090.json b/_data/chains/eip155-111551119090.json new file mode 100644 index 000000000000..4ada3f0da63d --- /dev/null +++ b/_data/chains/eip155-111551119090.json @@ -0,0 +1,25 @@ +{ + "name": "Thanos Sepolia", + "chain": "ETH", + "rpc": [ + "https://rpc.thanos-sepolia.tokamak.network", + "wss://rpc.thanos-sepolia.tokamak.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Tokamak Network", + "symbol": "TON", + "decimals": 18 + }, + "infoURL": "https://tokamak.network", + "shortName": "thanos-sepolia", + "chainId": 111551119090, + "networkId": 111551119090, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.thanos-sepolia.tokamak.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11166111.json b/_data/chains/eip155-11166111.json new file mode 100644 index 000000000000..41a8246338c5 --- /dev/null +++ b/_data/chains/eip155-11166111.json @@ -0,0 +1,22 @@ +{ + "name": "R0AR Testnet", + "chain": "R0AR Testnet", + "rpc": ["https://testnet.rpc-r0ar.io"], + "faucets": ["https://testnet.r0arfaucet.io"], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://testnet.r0arscan.io", + "shortName": "R0AR-Test-Chain", + "chainId": 11166111, + "networkId": 11166111, + "explorers": [ + { + "name": "tracehawk", + "url": "https://testnet.r0arscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-11501.json b/_data/chains/eip155-11501.json index 0b85eea3cd03..84458ebe63cb 100644 --- a/_data/chains/eip155-11501.json +++ b/_data/chains/eip155-11501.json @@ -18,6 +18,11 @@ "name": "bevm mainnet scan", "url": "https://scan-mainnet.bevm.io", "standard": "none" + }, + { + "name": "bevm mainnet oklink", + "url": "https://www.oklink.com/bevm", + "standard": "none" } ] } diff --git a/_data/chains/eip155-12020498.json b/_data/chains/eip155-12020498.json new file mode 100644 index 000000000000..ef94f445e4df --- /dev/null +++ b/_data/chains/eip155-12020498.json @@ -0,0 +1,23 @@ +{ + "name": "Lummio Network", + "chain": "Lummio Network", + "rpc": ["https://rpc.lummio.net"], + "faucets": [], + "nativeCurrency": { + "name": "Lummio Reward Points", + "symbol": "LRPO", + "decimals": 18 + }, + "infoURL": "https://lummio.net", + "shortName": "lummio", + "chainId": 12020498, + "networkId": 12020498, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.lummio.net", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1212.json b/_data/chains/eip155-1212.json new file mode 100644 index 000000000000..4183b941c690 --- /dev/null +++ b/_data/chains/eip155-1212.json @@ -0,0 +1,24 @@ +{ + "name": "ADF Chain Testnet", + "chain": "ADF Chain Testnet", + "icon": "addfilltest", + "rpc": ["https://testnet.adftechnology.com/"], + "faucets": [], + "nativeCurrency": { + "name": "ADDFILL Testnet", + "symbol": "tADF", + "decimals": 18 + }, + "infoURL": "https://www.adfstarworld.com/", + "shortName": "tADF", + "chainId": 1212, + "networkId": 1212, + "explorers": [ + { + "name": "ADF Testnet explorer", + "url": "https://testnet-explorer.adftechnology.com", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-1215.json b/_data/chains/eip155-1215.json new file mode 100644 index 000000000000..158a1380c25b --- /dev/null +++ b/_data/chains/eip155-1215.json @@ -0,0 +1,24 @@ +{ + "name": "ADF Chain", + "chain": "ADF Chain", + "icon": "addfillmain", + "rpc": ["https://mainnet.adftechnology.com/"], + "faucets": [], + "nativeCurrency": { + "name": "ADDFILL", + "symbol": "ADF", + "decimals": 18 + }, + "infoURL": "https://www.adfstarworld.com/", + "shortName": "ADF", + "chainId": 1215, + "networkId": 1215, + "explorers": [ + { + "name": "ADF explorer", + "url": "https://explorer.adftechnology.com", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-12227332.json b/_data/chains/eip155-12227332.json index e0e94dde67e2..8381a030f4ad 100644 --- a/_data/chains/eip155-12227332.json +++ b/_data/chains/eip155-12227332.json @@ -1,6 +1,6 @@ { - "name": "NeoX Testnet T4", - "chain": "NeoX", + "name": "Neo X Testnet T4", + "chain": "Neo X", "rpc": ["https://testnet.rpc.banelabs.org/"], "faucets": [], "nativeCurrency": { @@ -16,7 +16,7 @@ "explorers": [ { "name": "neox-scan", - "url": "https://testnet.scan.banelabs.org", + "url": "https://xt4scan.ngd.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-1227.json b/_data/chains/eip155-1227.json new file mode 100644 index 000000000000..df45349393af --- /dev/null +++ b/_data/chains/eip155-1227.json @@ -0,0 +1,24 @@ +{ + "name": "Bitcoin Protocol Testnet", + "chain": "BTCP Testnet", + "icon": "btcprotocol", + "rpc": ["https://testnet-chain.btcprotocol.io/"], + "faucets": [], + "nativeCurrency": { + "name": "BTC Protocol", + "symbol": "BTCP", + "decimals": 18 + }, + "infoURL": "https://btcprotocol.io/", + "shortName": "BTCP", + "chainId": 1227, + "networkId": 1227, + "explorers": [ + { + "name": "BTCP explorer", + "url": "https://explorer.btcprotocol.io", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-1228.json b/_data/chains/eip155-1228.json new file mode 100644 index 000000000000..33296a51b728 --- /dev/null +++ b/_data/chains/eip155-1228.json @@ -0,0 +1,16 @@ +{ + "name": "Cycle Network Testnet Cuttlefish", + "chain": "ETH", + "rpc": ["https://cuttlefish-rpc-testnet.cyclenetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.cyclenetwork.io/", + "shortName": "cyclec", + "chainId": 1228, + "networkId": 1228, + "icon": "cycle" +} diff --git a/_data/chains/eip155-123420000220.json b/_data/chains/eip155-123420000220.json index 43f3f4167743..64a50d0cc1cb 100644 --- a/_data/chains/eip155-123420000220.json +++ b/_data/chains/eip155-123420000220.json @@ -1,10 +1,7 @@ { "name": "Fluence Stage", "chain": "Fluence Stage (Testnet)", - "rpc": [ - "https://rpc-123420000220.raas-testnet.gelato.digital/", - "wss://ws-123420000220.raas-testnet.gelato.digital/" - ], + "rpc": ["https://rpc.stage.fluence.dev", "wss://ws.stage.fluence.dev"], "faucets": [], "nativeCurrency": { "name": "tFLT", @@ -18,7 +15,7 @@ "explorers": [ { "name": "blockscout", - "url": "https://blockscout-123420000220.raas-testnet.gelato.digital", + "url": "https://blockscout.stage.fluence.dev", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-12358.json b/_data/chains/eip155-12358.json new file mode 100644 index 000000000000..f9fb019a10ed --- /dev/null +++ b/_data/chains/eip155-12358.json @@ -0,0 +1,22 @@ +{ + "name": "GDPR Mainnet", + "chain": "GDPR", + "rpc": ["https://rpc.gdprchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "GDPR", + "symbol": "GDPR", + "decimals": 18 + }, + "infoURL": "https://explorer.gdprchain.com", + "shortName": "gdpr", + "chainId": 12358, + "networkId": 12358, + "explorers": [ + { + "name": "GDPR Mainnet Explorer (Blockscout)", + "url": "https://explorer.gdprchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1260.json b/_data/chains/eip155-1260.json new file mode 100644 index 000000000000..aa3421b4b3f0 --- /dev/null +++ b/_data/chains/eip155-1260.json @@ -0,0 +1,24 @@ +{ + "name": "Metacces Testnet", + "chain": "Metacces Testnet", + "icon": "metacces", + "rpc": ["https://tapi.accesscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Metacces", + "symbol": "ACCES", + "decimals": 18 + }, + "infoURL": "https://metacces.com", + "shortName": "ACCESt", + "chainId": 1260, + "networkId": 1260, + "explorers": [ + { + "name": "accesscan", + "url": "https://testnet.accesscan.io", + "icon": "metacces", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-130.json b/_data/chains/eip155-130.json new file mode 100644 index 000000000000..b8c9a039679a --- /dev/null +++ b/_data/chains/eip155-130.json @@ -0,0 +1,16 @@ +{ + "name": "Unichain", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://unichain.org", + "shortName": "unichain", + "chainId": 130, + "networkId": 130, + "status": "incubating" +} diff --git a/_data/chains/eip155-1301.json b/_data/chains/eip155-1301.json new file mode 100644 index 000000000000..d5ae220444ca --- /dev/null +++ b/_data/chains/eip155-1301.json @@ -0,0 +1,27 @@ +{ + "name": "Unichain Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://sepolia.unichain.org"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://unichain.org", + "shortName": "unichain-sep", + "chainId": 1301, + "networkId": 1301, + "explorers": [ + { + "name": "Unichain Sepolia Testnet Explorer", + "url": "https://unichain-sepolia.blockscout.com", + "standard": "EIP3091" + }, + { + "name": "Unichain Sepolia Testnet Explorer", + "url": "https://sepolia.uniscan.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json index ceccc1305777..d887b330506b 100644 --- a/_data/chains/eip155-1313161554.json +++ b/_data/chains/eip155-1313161554.json @@ -18,8 +18,8 @@ "networkId": 1313161554, "explorers": [ { - "name": "aurorascan.dev", - "url": "https://aurorascan.dev", + "name": "Aurora Explorer", + "url": "https://explorer.aurora.dev", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json index ff3abdda1d7c..b4b1d8318c3d 100644 --- a/_data/chains/eip155-1313161555.json +++ b/_data/chains/eip155-1313161555.json @@ -19,8 +19,8 @@ "slip44": 1, "explorers": [ { - "name": "aurorascan.dev", - "url": "https://testnet.aurorascan.dev", + "name": "Aurora Explorer", + "url": "https://explorer.testnet.aurora.dev", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-13370.json b/_data/chains/eip155-13370.json new file mode 100644 index 000000000000..044bd593e1c9 --- /dev/null +++ b/_data/chains/eip155-13370.json @@ -0,0 +1,16 @@ +{ + "name": "Cannon Testnet", + "title": "Cannon Private Testnet", + "chain": "ETH", + "rpc": ["http://127.0.0.1:8545"], + "faucets": [], + "nativeCurrency": { + "name": "Cannon Testnet Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://usecannon.com", + "shortName": "cannon", + "chainId": 13370, + "networkId": 13370 +} diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json index 569896a6b2c2..33be861bc64e 100644 --- a/_data/chains/eip155-137.json +++ b/_data/chains/eip155-137.json @@ -18,12 +18,12 @@ ], "faucets": [], "nativeCurrency": { - "name": "MATIC", - "symbol": "MATIC", + "name": "POL", + "symbol": "POL", "decimals": 18 }, "infoURL": "https://polygon.technology/", - "shortName": "matic", + "shortName": "pol", "chainId": 137, "networkId": 137, "slip44": 966, diff --git a/_data/chains/eip155-1398243.json b/_data/chains/eip155-1398243.json index d5971ce175df..658e52822237 100644 --- a/_data/chains/eip155-1398243.json +++ b/_data/chains/eip155-1398243.json @@ -1,7 +1,10 @@ { "name": "Automata Testnet", "chain": "Automata Testnet", - "rpc": ["https://automata-testnet.alt.technology"], + "rpc": [ + "https://rpc-testnet.ata.network", + "https://automata-testnet.alt.technology" + ], "faucets": [], "nativeCurrency": { "name": "ATA", @@ -16,7 +19,7 @@ "explorers": [ { "name": "Automata Testnet Explorer", - "url": "https://automata-testnet-explorer.alt.technology", + "url": "https://explorer-testnet.ata.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1398244.json b/_data/chains/eip155-1398244.json new file mode 100644 index 000000000000..d66740ecfa20 --- /dev/null +++ b/_data/chains/eip155-1398244.json @@ -0,0 +1,23 @@ +{ + "name": "Automata Orbit Testnet", + "chain": "Automata Orbit Testnet", + "rpc": ["https://rpc-orbit-testnet.ata.network"], + "faucets": [], + "nativeCurrency": { + "name": "ATA", + "symbol": "ATA", + "decimals": 18 + }, + "infoURL": "https://ata.network", + "shortName": "automataorbittestnet", + "chainId": 1398244, + "networkId": 1398244, + "icon": "automata", + "explorers": [ + { + "name": "Automata Orbit Testnet Explorer", + "url": "https://automata-orbit-testnet-explorer.alt.technology", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-14088.json b/_data/chains/eip155-14088.json new file mode 100644 index 000000000000..3575aa0cba97 --- /dev/null +++ b/_data/chains/eip155-14088.json @@ -0,0 +1,24 @@ +{ + "name": "Zeroth Testnet", + "chain": "Zeroth", + "icon": "zeroth", + "rpc": ["https://test-my.zeroth.run"], + "faucets": [], + "nativeCurrency": { + "name": "Zeroth", + "symbol": "ZRHt", + "decimals": 18 + }, + "infoURL": "https://www.zeroth.foundation", + "shortName": "ZRHt", + "chainId": 14088, + "networkId": 14088, + "explorers": [ + { + "name": "Zeroth Explorer", + "url": "https://test-scan.zeroth.run", + "icon": "zeroth", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1414.json b/_data/chains/eip155-1414.json index cc4b9eb1c0fd..4d9834b02a6f 100644 --- a/_data/chains/eip155-1414.json +++ b/_data/chains/eip155-1414.json @@ -1,6 +1,6 @@ { - "name": "Silicon zkEVM Sepolia Testnet", - "title": "Silicon zkEVM Sepolia Testnet", + "name": "Silicon zkEVM Sepolia Testnet(Deprecated)", + "title": "Silicon zkEVM Sepolia Testnet(Deprecated)", "chain": "Silicon", "rpc": [], "faucets": [], @@ -10,7 +10,7 @@ "decimals": 18 }, "infoURL": "", - "shortName": "silicon-sepolia-testnet", + "shortName": "silicon-sepolia-testnet-deprecated", "chainId": 1414, "networkId": 1414, "icon": "silicon", @@ -20,5 +20,5 @@ "chain": "eip155-11155111", "bridges": [] }, - "status": "incubating" + "status": "deprecated" } diff --git a/_data/chains/eip155-14800.json b/_data/chains/eip155-14800.json new file mode 100644 index 000000000000..89d1c1f8bb51 --- /dev/null +++ b/_data/chains/eip155-14800.json @@ -0,0 +1,23 @@ +{ + "name": "Vana Moksha Testnet", + "chain": "Vana Moksha Testnet", + "rpc": ["https://rpc.moksha.vana.org"], + "nativeCurrency": { + "name": "VANA", + "symbol": "VANA", + "decimals": 18 + }, + "faucets": [], + "infoURL": "", + "shortName": "vana-moksha", + "chainId": 14800, + "networkId": 14800, + "explorers": [ + { + "name": "Vana Moksha Testnet", + "url": "https://vanascan.io", + "icon": "vanamoksha", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1513.json b/_data/chains/eip155-1513.json new file mode 100644 index 000000000000..ad3f0e4af225 --- /dev/null +++ b/_data/chains/eip155-1513.json @@ -0,0 +1,22 @@ +{ + "name": "Story Testnet", + "chain": "Story Testnet", + "rpc": ["https://testnet.storyrpc.io"], + "faucets": ["https://faucet.story.foundation"], + "chainId": 1513, + "networkId": 1513, + "nativeCurrency": { + "name": "IP", + "symbol": "IP", + "decimals": 18 + }, + "infoURL": "https://www.story.foundation", + "shortName": "Story", + "explorers": [ + { + "name": "Story Iliad Network explorer", + "url": "https://testnet.storyscan.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1570754601.json b/_data/chains/eip155-1570754601.json new file mode 100644 index 000000000000..313c735a3d1a --- /dev/null +++ b/_data/chains/eip155-1570754601.json @@ -0,0 +1,30 @@ +{ + "name": "Haust Testnet", + "title": "Haust Testnet", + "chain": "Haust-testnet", + "rpc": ["https://rpc-test.haust.network"], + "faucets": ["https://haust-testnet-faucet.eu-north-2.gateway.fm"], + "nativeCurrency": { + "name": "HAUST", + "symbol": "HAUST", + "decimals": 18 + }, + "infoURL": "https://haust.network/", + "shortName": "hst-test", + "chainId": 1570754601, + "networkId": 1570754601, + "icon": "haust", + "explorers": [ + { + "name": "blockscout", + "url": "https://haust-testnet-blockscout.eu-north-2.gateway.fm", + "icon": "haust", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://haust-testnet-bridge.eu-north-2.gateway.fm" }] + } +} diff --git a/_data/chains/eip155-158245.json b/_data/chains/eip155-158245.json new file mode 100644 index 000000000000..ff2591524fee --- /dev/null +++ b/_data/chains/eip155-158245.json @@ -0,0 +1,30 @@ +{ + "name": "CryptoX", + "chain": "XCOIN", + "rpc": ["https://rpc-xcoin.cryptoxnetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "XCOIN", + "symbol": "XCOIN", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://cryptoxnetwork.io", + "shortName": "cryptox", + "chainId": 158245, + "networkId": 158245, + "explorers": [ + { + "name": "CryptoX explorer", + "url": "https://cryptoxscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-158345.json b/_data/chains/eip155-158345.json new file mode 100644 index 000000000000..579631d7b1e9 --- /dev/null +++ b/_data/chains/eip155-158345.json @@ -0,0 +1,30 @@ +{ + "name": "XCOIN", + "chain": "XCOIN", + "rpc": ["https://rpc-xcoin.cryptoxnetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "XCOIN", + "symbol": "XCOIN", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://cryptoxnetwork.io", + "shortName": "xcoin", + "chainId": 158345, + "networkId": 158345, + "explorers": [ + { + "name": "CryptoX explorer", + "url": "https://cryptoxscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-16166.json b/_data/chains/eip155-16166.json new file mode 100644 index 000000000000..23792ea4f100 --- /dev/null +++ b/_data/chains/eip155-16166.json @@ -0,0 +1,22 @@ +{ + "name": "Cypherium Mainnet", + "chain": "CPH", + "rpc": ["https://pubnodes.cypherium.io/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Cypherium", + "symbol": "CPH", + "decimals": 18 + }, + "infoURL": "https://www.cypherium.io/", + "shortName": "cph", + "chainId": 16166, + "networkId": 16166, + "explorers": [ + { + "name": "Testnet Block Explorer", + "url": "https://cypherium.tryethernal.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1625.json b/_data/chains/eip155-1625.json index 1e750ad27b7b..fd62d23b9c31 100644 --- a/_data/chains/eip155-1625.json +++ b/_data/chains/eip155-1625.json @@ -1,7 +1,7 @@ { "name": "Gravity Alpha Mainnet", "chain": "Gravity", - "rpc": ["https://rpc.gravity.xyz"], + "rpc": ["https://rpc.gravity.xyz", "https://rpc.ankr.com/gravity"], "faucets": [], "nativeCurrency": { "name": "Gravity", @@ -23,6 +23,16 @@ "name": "Gravity Alpha Mainnet Explorer", "url": "https://explorer.gravity.xyz", "standard": "EIP3091" + }, + { + "name": "gscan", + "url": "https://gscan.xyz", + "standard": "EIP3091" + }, + { + "name": "OKLink", + "url": "https://www.oklink.com/gravity-alpha", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/chains/eip155-164.json b/_data/chains/eip155-164.json index f37f9d3d34c1..b728cb7bbbe9 100644 --- a/_data/chains/eip155-164.json +++ b/_data/chains/eip155-164.json @@ -1,8 +1,8 @@ { - "name": "Omni Omega", + "name": "Omni Omega Testnet", "chain": "Omni", "status": "active", - "rpc": ["https://omega.omni.network"], + "rpc": ["https://omega.omni.network", "wss://wss.omega.omni.network"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1648.json b/_data/chains/eip155-1648.json index f06c1050554d..b3a05e827913 100644 --- a/_data/chains/eip155-1648.json +++ b/_data/chains/eip155-1648.json @@ -7,8 +7,8 @@ "faucets": [], "shortName": "pivotal-mainnet", "nativeCurrency": { - "name": "Pivotal Plus", - "symbol": "PLUS", + "name": "Pivotal ETH", + "symbol": "ETH", "decimals": 18 }, "infoURL": "http://thepivotal.xyz/", diff --git a/_data/chains/eip155-16481.json b/_data/chains/eip155-16481.json index bd3e398efe7d..02b53a1047fe 100644 --- a/_data/chains/eip155-16481.json +++ b/_data/chains/eip155-16481.json @@ -7,8 +7,8 @@ "faucets": [], "shortName": "pivotal-sepolia", "nativeCurrency": { - "name": "Pivotal Plus", - "symbol": "PLUS", + "name": "Pivotal ETH", + "symbol": "ETH", "decimals": 18 }, "infoURL": "http://thepivotal.xyz/", diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index 5375a741d64c..ebca587b4985 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -7,7 +7,6 @@ "https://api.s0.t.hmny.io", "https://rpc.ankr.com/harmony", - "https://harmony.api.onfinality.io/public", "https://1rpc.io/one", "https://harmony-0.drpc.org", "wss://harmony-0.drpc.org" diff --git a/_data/chains/eip155-167000.json b/_data/chains/eip155-167000.json index ed9778b517e5..f1ddc9d20deb 100644 --- a/_data/chains/eip155-167000.json +++ b/_data/chains/eip155-167000.json @@ -3,7 +3,11 @@ "chain": "ETH", "status": "active", "icon": "taiko", - "rpc": ["https://rpc.mainnet.taiko.xyz", "wss://ws.mainnet.taiko.xyz"], + "rpc": [ + "https://rpc.mainnet.taiko.xyz", + "https://taiko-rpc.publicnode.com", + "wss://taiko-rpc.publicnode.com" + ], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-167008.json b/_data/chains/eip155-167008.json index 678f54ded40d..5a1284a5773b 100644 --- a/_data/chains/eip155-167008.json +++ b/_data/chains/eip155-167008.json @@ -1,14 +1,9 @@ { "name": "Taiko Katla L2", "chain": "ETH", - "status": "active", + "status": "deprecated", "icon": "taiko", - "rpc": [ - "https://rpc.katla.taiko.xyz", - "wss://ws.katla.taiko.xyz", - "https://taiko-katla.drpc.org", - "wss://taiko-katla.drpc.org" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -19,11 +14,5 @@ "shortName": "tko-katla", "chainId": 167008, "networkId": 167008, - "explorers": [ - { - "name": "blockscout", - "url": "https://explorer.katla.taiko.xyz", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-167009.json b/_data/chains/eip155-167009.json index d551c9dfe810..a943615397e9 100644 --- a/_data/chains/eip155-167009.json +++ b/_data/chains/eip155-167009.json @@ -3,7 +3,12 @@ "chain": "ETH", "status": "active", "icon": "taiko", - "rpc": ["https://rpc.hekla.taiko.xyz", "wss://ws.hekla.taiko.xyz"], + "rpc": [ + "https://rpc.hekla.taiko.xyz", + "wss://ws.hekla.taiko.xyz", + "https://taiko-hekla-rpc.publicnode.com", + "wss://taiko-hekla-rpc.publicnode.com" + ], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-168168.json b/_data/chains/eip155-168168.json new file mode 100644 index 000000000000..e77218180155 --- /dev/null +++ b/_data/chains/eip155-168168.json @@ -0,0 +1,23 @@ +{ + "name": "Zchains", + "chain": "Zchains", + "rpc": ["https://rpc.zchains.com"], + "faucets": [], + "nativeCurrency": { + "name": "ZCD", + "symbol": "ZCD", + "decimals": 18 + }, + "infoURL": "https://www.zchains.com/", + "shortName": "zchains", + "chainId": 168168, + "networkId": 168168, + "icon": "zchain", + "explorers": [ + { + "name": "zchains", + "url": "https://scan.zchains.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-171.json b/_data/chains/eip155-171.json new file mode 100644 index 000000000000..25a44f327c2e --- /dev/null +++ b/_data/chains/eip155-171.json @@ -0,0 +1,24 @@ +{ + "name": "CO2e Ledger", + "chain": "CO2E", + "rpc": ["https://rpc.co2ledger.xyz"], + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "CO2e Token", + "symbol": "CO2E", + "decimals": 18 + }, + "infoURL": "https://co2ledger.xyz", + "shortName": "CO2e", + "chainId": 171, + "networkId": 171, + "icon": "co2e", + "explorers": [ + { + "name": "CO2e Explorer", + "url": "https://exp.co2ledger.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-171000.json b/_data/chains/eip155-171000.json new file mode 100644 index 000000000000..1b0cbe2e556e --- /dev/null +++ b/_data/chains/eip155-171000.json @@ -0,0 +1,16 @@ +{ + "name": "Fair Testnet", + "chain": "FAIR", + "rpc": ["https://rpc-testnet.xfair.ai", "wss://rpc-testnet.xfair.ai"], + "faucets": [], + "nativeCurrency": { + "name": "FAIR", + "symbol": "FAIR", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://xfair.ai", + "shortName": "fairt", + "chainId": 171000, + "networkId": 171000 +} diff --git a/_data/chains/eip155-1722641160.json b/_data/chains/eip155-1722641160.json new file mode 100644 index 000000000000..acf2d7b9f71b --- /dev/null +++ b/_data/chains/eip155-1722641160.json @@ -0,0 +1,33 @@ +{ + "name": "Silicon zkEVM Sepolia Testnet", + "title": "Silicon zkEVM Sepolia Testnet", + "chain": "Silicon", + "rpc": [ + "https://rpc-sepolia.silicon.network", + "https://silicon-testnet.nodeinfra.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.silicon.network", + "shortName": "silicon-sepolia-testnet", + "chainId": 1722641160, + "networkId": 1722641160, + "icon": "silicon", + "explorers": [ + { + "name": "siliconscope-sepolia", + "url": "https://scope-sepolia.silicon.network", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge-sepolia.silicon.network" }] + }, + "status": "active" +} diff --git a/_data/chains/eip155-1802203764.json b/_data/chains/eip155-1802203764.json index e381fd6c8dcf..90af1822568f 100644 --- a/_data/chains/eip155-1802203764.json +++ b/_data/chains/eip155-1802203764.json @@ -1,8 +1,8 @@ { - "name": "Kakarot Sepolia", + "name": "Kakarot Sepolia (Deprecated)", "chain": "ETH", "icon": "kakarot", - "rpc": ["https://sepolia-rpc.kakarot.org"], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-183.json b/_data/chains/eip155-183.json new file mode 100644 index 000000000000..50739923c9bf --- /dev/null +++ b/_data/chains/eip155-183.json @@ -0,0 +1,23 @@ +{ + "name": "Ethernity", + "chain": "Ethernity", + "rpc": ["https://mainnet.ethernitychain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "ethernity", + "infoURL": "https://www.ethernity.io", + "shortName": "ethernity-mainnet", + "chainId": 183, + "networkId": 183, + "explorers": [ + { + "name": "Ethernity Explorer", + "url": "https://ernscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1853.json b/_data/chains/eip155-1853.json new file mode 100644 index 000000000000..76e0be5cd680 --- /dev/null +++ b/_data/chains/eip155-1853.json @@ -0,0 +1,28 @@ +{ + "name": "HighOctane Subnet", + "chain": "HighOctane Subnet", + "rpc": [ + "https://subnets.avax.network/highoctane/mainnet/rpc", + "wss://subnets.avax.network/highoctane/mainnet/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "HighOctane", + "symbol": "HO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://subnets.avax.network/highoctane/details", + "shortName": "HighOctane", + "chainId": 1853, + "networkId": 1853, + "icon": "highOctane", + "explorers": [ + { + "name": "HighOctane Subnet Explorer", + "url": "https://subnets.avax.network/highoctane", + "icon": "highOctane", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-192940.json b/_data/chains/eip155-192940.json index 33e5e00d992c..dda6166fa428 100644 --- a/_data/chains/eip155-192940.json +++ b/_data/chains/eip155-192940.json @@ -7,8 +7,8 @@ ], "faucets": [], "nativeCurrency": { - "name": "FHE", - "symbol": "FHE", + "name": "Ether", + "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }], diff --git a/_data/chains/eip155-193939.json b/_data/chains/eip155-193939.json new file mode 100644 index 000000000000..617567d1aae7 --- /dev/null +++ b/_data/chains/eip155-193939.json @@ -0,0 +1,22 @@ +{ + "name": "R0AR Chain", + "chain": "R0AR Chain", + "rpc": ["https://rpc-r0ar.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://r0arscan.io", + "shortName": "R0AR-Chain", + "chainId": 193939, + "networkId": 193939, + "explorers": [ + { + "name": "tracehawk", + "url": "https://r0arscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1946.json b/_data/chains/eip155-1946.json new file mode 100644 index 000000000000..69cf2765289e --- /dev/null +++ b/_data/chains/eip155-1946.json @@ -0,0 +1,33 @@ +{ + "name": "Minato", + "shortName": "minato", + "title": "Soneium testnet Minato", + "chain": "ETH", + "icon": "minato", + "rpc": ["https://rpc.minato.soneium.org"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://soneium.org", + "chainId": 1946, + "networkId": 1946, + "explorers": [ + { + "name": "Blockscout Minato explorer", + "url": "https://explorer-testnet.soneium.org", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.soneium.org/testnet" + } + ] + } +} diff --git a/_data/chains/eip155-19515.json b/_data/chains/eip155-19515.json new file mode 100644 index 000000000000..998fdd3d11d4 --- /dev/null +++ b/_data/chains/eip155-19515.json @@ -0,0 +1,23 @@ +{ + "name": "SEC Testnet", + "chain": "SEC", + "icon": "secIcon", + "rpc": ["https://testnet-rpc.secexplorer.io"], + "faucets": ["https://faucet.secexplorer.io"], + "nativeCurrency": { + "name": "SEP", + "symbol": "SEP", + "decimals": 18 + }, + "infoURL": "https://smartenergychain.org", + "shortName": "SEPt", + "chainId": 19515, + "networkId": 19515, + "explorers": [ + { + "name": "SEC Testnet Explorer", + "url": "https://testnet.secexplorer.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-19516.json b/_data/chains/eip155-19516.json new file mode 100644 index 000000000000..e628f2980aba --- /dev/null +++ b/_data/chains/eip155-19516.json @@ -0,0 +1,23 @@ +{ + "name": "SEC Mainnet", + "chain": "SEC", + "icon": "secIcon", + "rpc": ["https://rpc.secexplorer.io"], + "faucets": [], + "nativeCurrency": { + "name": "SEP", + "symbol": "SEP", + "decimals": 18 + }, + "infoURL": "https://smartenergychain.org", + "shortName": "SECm", + "chainId": 19516, + "networkId": 19516, + "explorers": [ + { + "name": "SEC Mainnet Explorer", + "url": "https://secexplorer.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1952959480.json b/_data/chains/eip155-1952959480.json new file mode 100644 index 000000000000..d7a98f2e8479 --- /dev/null +++ b/_data/chains/eip155-1952959480.json @@ -0,0 +1,35 @@ +{ + "name": "Lumia Testnet", + "shortName": "lumiatestnet", + "title": "Lumia Testnet", + "chain": "ETH", + "icon": "lumia", + "rpc": ["https://testnet-rpc.lumia.org"], + "faucets": ["https://testnet-faucet.lumia.org"], + "nativeCurrency": { + "name": "Lumia", + "symbol": "LUMIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://lumia.org", + "chainId": 1952959480, + "networkId": 1952959480, + "explorers": [ + { + "name": "Lumia Testnet Explorer", + "url": "https://testnet-explorer.lumia.org", + "icon": "lumia", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://testnet-bridge.lumia.org" + } + ] + } +} diff --git a/_data/chains/eip155-1953.json b/_data/chains/eip155-1953.json index 85c0181de767..aafd67b40222 100644 --- a/_data/chains/eip155-1953.json +++ b/_data/chains/eip155-1953.json @@ -1,10 +1,7 @@ { "name": "Selendra Network Testnet", "chain": "tSEL", - "rpc": [ - "https://rpc0-testnet.selendra.org", - "https://rpc1-testnet.selendra.org" - ], + "rpc": ["https://rpc-testnet.selendra.org"], "faucets": [], "nativeCurrency": { "name": "Selendra", @@ -15,5 +12,12 @@ "shortName": "tSEL", "chainId": 1953, "networkId": 1953, - "icon": "selendra" + "icon": "selendra", + "explorers": [ + { + "name": "Selendra Portal", + "url": "https://portal.selendra.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1961.json b/_data/chains/eip155-1961.json index 942481ea74a5..632bb9fdde37 100644 --- a/_data/chains/eip155-1961.json +++ b/_data/chains/eip155-1961.json @@ -1,7 +1,7 @@ { "name": "Selendra Network Mainnet", "chain": "SEL", - "rpc": ["https://rpc0.selendra.org", "https://rpc1.selendra.org"], + "rpc": ["https://rpc.selendra.org", "https://rpc2.selendra.org"], "faucets": [], "nativeCurrency": { "name": "Selendra", @@ -15,8 +15,8 @@ "icon": "selendra", "explorers": [ { - "name": "Selendra Scan", - "url": "https://scan.selendra.org", + "name": "Selendra Portal", + "url": "https://portal.selendra.org", "standard": "none" } ] diff --git a/_data/chains/eip155-202105.json b/_data/chains/eip155-202105.json new file mode 100644 index 000000000000..99b7d546b5dd --- /dev/null +++ b/_data/chains/eip155-202105.json @@ -0,0 +1,34 @@ +{ + "name": "DuckChain Testnet", + "title": "DuckChain Testnet", + "chain": "DuckChain", + "icon": "duckchain", + "rpc": [ + "https://testnet-rpc.duckchain.io", + "https://testnet-rpc-hk.duckchain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "TON", + "symbol": "TON", + "decimals": 18 + }, + "infoURL": "https://duckchain.io", + "shortName": "Duck-Chain-Testnet", + "chainId": 202105, + "networkId": 202105, + "explorers": [ + { + "name": "DuckChain Scan", + "url": "https://www.okx.com/web3/explorer/duckchain-testnet", + "icon": "duckchain", + "standard": "EIP3091" + }, + { + "name": "DuckChain Scan", + "url": "https://www.oklink.com/duckchain-testnet", + "icon": "duckchain", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-202202.json b/_data/chains/eip155-202202.json new file mode 100644 index 000000000000..33e41147ea1c --- /dev/null +++ b/_data/chains/eip155-202202.json @@ -0,0 +1,30 @@ +{ + "name": "Bethel Sydney", + "chain": "Bethel", + "rpc": ["https://rpc-sydney.bethel.network"], + "faucets": ["https://faucet-sydney.bethel.network"], + "nativeCurrency": { + "name": "Bethel", + "symbol": "BECX", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "", + "shortName": "bethel-sydney", + "chainId": 202202, + "networkId": 202202, + "explorers": [ + { + "name": "Betehl Sydney Explorer", + "url": "https://sydney.bethel.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-20230825.json b/_data/chains/eip155-20230825.json index 71acf898bcde..eaecf124dc4c 100644 --- a/_data/chains/eip155-20230825.json +++ b/_data/chains/eip155-20230825.json @@ -13,10 +13,12 @@ "shortName": "Vcity", "chainId": 20230825, "networkId": 20230825, + "icon": "vcity", "explorers": [ { "name": "Vcity Explorer", "url": "https://scan.vcity.app", + "icon": "vcity", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-202424.json b/_data/chains/eip155-202424.json new file mode 100644 index 000000000000..4ee22275a2ed --- /dev/null +++ b/_data/chains/eip155-202424.json @@ -0,0 +1,22 @@ +{ + "name": "Blockfit", + "chain": "202424", + "rpc": ["https://rpc.blockfitscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "BFIT", + "symbol": "BFIT", + "decimals": 18 + }, + "infoURL": "https://blockfit.io", + "shortName": "Blockfit", + "chainId": 202424, + "networkId": 202424, + "explorers": [ + { + "name": "Tracehawk", + "url": "https://blockfitscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-2039.json b/_data/chains/eip155-2039.json index 7731a7ebb595..2a7c4c4d9c04 100644 --- a/_data/chains/eip155-2039.json +++ b/_data/chains/eip155-2039.json @@ -1,6 +1,6 @@ { - "name": "Aleph Zero Testnet", - "chain": "Aleph Zero Testnet", + "name": "Aleph Zero", + "chain": "Aleph Zero", "icon": "aleph", "rpc": [ "https://rpc.alephzero-testnet.gelato.digital", @@ -12,14 +12,14 @@ "symbol": "TZERO", "decimals": 18 }, - "infoURL": "https://testnet.alephzero.org", + "infoURL": "https://alephzero.org/", "shortName": "aleph", "chainId": 2039, "networkId": 2039, "explorers": [ { - "name": "Aleph Zero Testnet", - "url": "https://test.azero.dev/#/explorer", + "name": "Aleph Zero", + "url": "https://evm-explorer-testnet.alephzero.org", "icon": "aleph", "standard": "none" } diff --git a/_data/chains/eip155-205.json b/_data/chains/eip155-205.json new file mode 100644 index 000000000000..54d5cf908a8d --- /dev/null +++ b/_data/chains/eip155-205.json @@ -0,0 +1,17 @@ +{ + "name": "EKAASH", + "chain": "EKAASH", + "rpc": ["https://mainnet.ekaash.biz"], + "faucets": [], + "nativeCurrency": { + "name": "Global Mobile Money Gateway", + "symbol": "$EKH", + "decimals": 18 + }, + "infoURL": "https://ekaash.biz", + "shortName": "ekaash", + "chainId": 205, + "networkId": 205, + "slip44": 1, + "explorers": [] +} diff --git a/_data/chains/eip155-2071.json b/_data/chains/eip155-2071.json new file mode 100644 index 000000000000..4b5c376cf0ff --- /dev/null +++ b/_data/chains/eip155-2071.json @@ -0,0 +1,24 @@ +{ + "name": "Metacces Mainnet", + "chain": "Metacces Mainnet", + "icon": "metacces", + "rpc": ["https://oli.accesscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Metacces", + "symbol": "ACCES", + "decimals": 18 + }, + "infoURL": "https://metacces.com", + "shortName": "ACCES", + "chainId": 2071, + "networkId": 2071, + "explorers": [ + { + "name": "accesscan", + "url": "https://accesscan.io", + "icon": "metacces", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-210209.json b/_data/chains/eip155-210209.json new file mode 100644 index 000000000000..fcb6460a097a --- /dev/null +++ b/_data/chains/eip155-210209.json @@ -0,0 +1,26 @@ +{ + "name": "Sorian", + "chain": "SOR", + "rpc": ["https://rpc.sorian.io"], + "faucets": [], + "icon": "sorian", + "nativeCurrency": { + "name": "Sorian", + "symbol": "SOR", + "decimals": 18 + }, + + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://sorian.io", + "shortName": "sorian", + "chainId": 210209, + "networkId": 210209, + "explorers": [] +} diff --git a/_data/chains/eip155-210210.json b/_data/chains/eip155-210210.json new file mode 100644 index 000000000000..912f8eb29df9 --- /dev/null +++ b/_data/chains/eip155-210210.json @@ -0,0 +1,26 @@ +{ + "name": "Sorian Testnet", + "chain": "tSOR", + "rpc": ["https://testnet-rpc.sorian.io", "https://testnet.rpc.sorian.io"], + "faucets": [], + "icon": "sorianTestnet", + "nativeCurrency": { + "name": "Sorian Testnet", + "symbol": "tSOR", + "decimals": 18 + }, + + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://mint.sorian.io", + "shortName": "sorianTestnet", + "chainId": 210210, + "networkId": 210210, + "explorers": [] +} diff --git a/_data/chains/eip155-212013.json b/_data/chains/eip155-212013.json new file mode 100644 index 000000000000..6a773764c4e8 --- /dev/null +++ b/_data/chains/eip155-212013.json @@ -0,0 +1,28 @@ +{ + "name": "Litentry", + "chain": "Litentry", + "rpc": [ + "https://rpc.litentry-parachain.litentry.io", + "wss://rpc.litentry-parachain.litentry.io", + "https://litentry-rpc.dwellir.com", + "wss://litentry-rpc.dwellir.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Litentry", + "symbol": "LIT", + "decimals": 18 + }, + "infoURL": "https://litentry.com", + "shortName": "litentry", + "chainId": 212013, + "networkId": 212013, + "icon": "litentry", + "explorers": [ + { + "name": "litentry statescan", + "url": "https://litentry.statescan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-21363.json b/_data/chains/eip155-21363.json new file mode 100644 index 000000000000..6a767ba18431 --- /dev/null +++ b/_data/chains/eip155-21363.json @@ -0,0 +1,24 @@ +{ + "name": "Lestnet", + "chain": "LETH", + "rpc": ["https://service.lestnet.org"], + "faucets": [], + "nativeCurrency": { + "name": "Lestnet Ether", + "symbol": "LETH", + "decimals": 18 + }, + "infoURL": "https://lestnet.org", + "shortName": "leth", + "chainId": 21363, + "networkId": 21363, + "icon": "lestnet", + "explorers": [ + { + "name": "Lestnet Explorer", + "url": "https://explore.lestnet.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2192.json b/_data/chains/eip155-2192.json new file mode 100644 index 000000000000..12a492cf049f --- /dev/null +++ b/_data/chains/eip155-2192.json @@ -0,0 +1,24 @@ +{ + "name": "SnaxChain", + "chain": "ETH", + "rpc": ["https://mainnet.snaxchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://synthetix.io", + "shortName": "snax", + "chainId": 2192, + "networkId": 2192, + "icon": "snax", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.snaxchain.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-228.json b/_data/chains/eip155-228.json index 298a5b8c4abf..59532bf86b08 100644 --- a/_data/chains/eip155-228.json +++ b/_data/chains/eip155-228.json @@ -7,8 +7,8 @@ ], "faucets": [], "nativeCurrency": { - "name": "FHE", - "symbol": "FHE", + "name": "Ether", + "symbol": "ETH", "decimals": 18 }, "features": [{ "name": "EIP155" }], diff --git a/_data/chains/eip155-233.json b/_data/chains/eip155-233.json new file mode 100644 index 000000000000..7c9ad313c07d --- /dev/null +++ b/_data/chains/eip155-233.json @@ -0,0 +1,22 @@ +{ + "name": "Ethernity Testnet", + "chain": "Ethernity", + "rpc": ["https://testnet.ethernitychain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.ethernity.io", + "shortName": "ethernity-testnet", + "chainId": 233, + "networkId": 233, + "explorers": [ + { + "name": "Ethernity Testnet Explorer", + "url": "https://testnet.ernscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2355.json b/_data/chains/eip155-2355.json index a811f44a19f3..f025c51439b8 100644 --- a/_data/chains/eip155-2355.json +++ b/_data/chains/eip155-2355.json @@ -2,23 +2,35 @@ "name": "Silicon zkEVM", "title": "Silicon zkEVM Mainnet", "chain": "Silicon", - "rpc": [], + "rpc": [ + "https://rpc.silicon.network", + "https://silicon-mainnet.nodeinfra.com" + ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "", + "infoURL": "https://docs.silicon.network", "shortName": "silicon-zk", "chainId": 2355, "networkId": 2355, "icon": "silicon", - "explorers": [], + "explorers": [ + { + "name": "siliconscope", + "url": "https://scope.silicon.network", + "standard": "EIP3091" + } + ], "parent": { "type": "L2", "chain": "eip155-1", - "bridges": [] + "bridges": [ + { "url": "https://bridge.silicon.network" }, + { "url": "https://bridge.orbitchain.io" } + ] }, - "status": "incubating" + "status": "active" } diff --git a/_data/chains/eip155-2410.json b/_data/chains/eip155-2410.json index 9531bb33553b..9483543e243d 100644 --- a/_data/chains/eip155-2410.json +++ b/_data/chains/eip155-2410.json @@ -1,6 +1,6 @@ { - "name": "Karak Mainnet", - "chain": "Karak", + "name": "K2 Mainnet", + "chain": "K2", "icon": "karak", "rpc": ["https://rpc.karak.network"], "faucets": [], @@ -10,12 +10,12 @@ "decimals": 18 }, "infoURL": "https://karak.network", - "shortName": "karak-mainnet", + "shortName": "K2-mainnet", "chainId": 2410, "networkId": 2410, "explorers": [ { - "name": "Karak Mainnet Explorer", + "name": "K2 Mainnet Explorer", "url": "https://explorer.karak.network", "standard": "EIP3091" } diff --git a/_data/chains/eip155-24116.json b/_data/chains/eip155-24116.json new file mode 100644 index 000000000000..2467b2dafd80 --- /dev/null +++ b/_data/chains/eip155-24116.json @@ -0,0 +1,25 @@ +{ + "name": "Amauti", + "title": "Rails Network Testnet Amauti", + "chain": "RAILS", + "icon": "railsTestnet", + "rpc": ["https://testnet.steamexchange.io"], + "faucets": ["https://depot.steamexchange.io/faucet"], + "nativeCurrency": { + "name": "SteamX", + "symbol": "STEAMX", + "decimals": 18 + }, + "infoURL": "https://steamexchange.io", + "shortName": "railst", + "chainId": 24116, + "networkId": 24116, + "explorers": [ + { + "name": "blockscout", + "url": "https://build.steamexchange.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2477.json b/_data/chains/eip155-2477.json new file mode 100644 index 000000000000..865e23dd61ce --- /dev/null +++ b/_data/chains/eip155-2477.json @@ -0,0 +1,24 @@ +{ + "name": "6Degree of Outreach", + "chain": "6DO", + "rpc": ["https://rpc.6do.world"], + "faucets": [], + "nativeCurrency": { + "name": "6Degree Coin", + "symbol": "6DO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://6do.world", + "shortName": "6do", + "chainId": 2477, + "networkId": 2477, + "icon": "6do", + "explorers": [ + { + "name": "6Degree Chain Explorer", + "url": "https://explorer.6do.world", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-24772477.json b/_data/chains/eip155-24772477.json new file mode 100644 index 000000000000..f6659083f0b7 --- /dev/null +++ b/_data/chains/eip155-24772477.json @@ -0,0 +1,31 @@ +{ + "name": "6Degree of Outreach - Testnet", + "chain": "6DO", + "rpc": ["https://rpc-testnet.6do.world"], + "faucets": [], + "nativeCurrency": { + "name": "6Degree-Testnet Coin", + "symbol": "6DO-T", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://6do.world", + "shortName": "6dotest", + "chainId": 24772477, + "networkId": 24772477, + "icon": "6do", + "explorers": [ + { + "name": "6Degree Testnet Chain Explorer", + "url": "https://explorer-testnet.6do.world", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-251.json b/_data/chains/eip155-251.json new file mode 100644 index 000000000000..ae603bce72ad --- /dev/null +++ b/_data/chains/eip155-251.json @@ -0,0 +1,22 @@ +{ + "name": "Glide L1 Protocol XP", + "chain": "GLXP", + "icon": "glide", + "rpc": [ + "https://rpc-api.glideprotocol.xyz/l1-rpc/", + "wss://rpc-api.glideprotocol.xyz/l1-rpc/" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Glide XP", + "symbol": "GLXP", + "decimals": 18 + }, + "infoURL": "https://glideprotocol.xyz", + "shortName": "glide", + "chainId": 251, + "networkId": 251, + "slip44": 60, + "status": "active" +} diff --git a/_data/chains/eip155-253.json b/_data/chains/eip155-253.json new file mode 100644 index 000000000000..b6f5b4f6894c --- /dev/null +++ b/_data/chains/eip155-253.json @@ -0,0 +1,33 @@ +{ + "name": "Glide L2 Protocol XP", + "chain": "GLXP", + "icon": "glide", + "rpc": [ + "https://rpc-api.glideprotocol.xyz/l2-rpc/", + "wss://rpc-api.glideprotocol.xyz/l2-rpc/" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Glide XP", + "symbol": "GLXP", + "decimals": 18 + }, + "infoURL": "https://glideprotocol.xyz", + "shortName": "glidexp", + "chainId": 253, + "networkId": 253, + "explorers": [ + { + "name": "glidescan", + "url": "https://blockchain-explorer.glideprotocol.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-251" + }, + "status": "active" +} diff --git a/_data/chains/eip155-25327.json b/_data/chains/eip155-25327.json new file mode 100644 index 000000000000..a447c5629c0a --- /dev/null +++ b/_data/chains/eip155-25327.json @@ -0,0 +1,23 @@ +{ + "name": "Everclear Mainnet", + "chain": "Everclear Mainnet", + "rpc": ["https://rpc.everclear.raas.gelato.cloud"], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "faucets": [], + "infoURL": "", + "shortName": "Everclear", + "chainId": 25327, + "networkId": 25327, + "explorers": [ + { + "name": "Everclear", + "url": "https://scan.everclear.org", + "icon": "everclear", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-254.json b/_data/chains/eip155-254.json index 932290cff8f8..1a7f7d3df363 100644 --- a/_data/chains/eip155-254.json +++ b/_data/chains/eip155-254.json @@ -1,11 +1,15 @@ { "name": "Swan Chain Mainnet", "chain": "SWAN", - "rpc": ["https://mainnet-rpc01.swanchain.io"], + "rpc": [ + "https://mainnet-rpc.swanchain.org", + "https://mainnet-rpc-01.swanchain.org", + "https://mainnet-rpc-02.swanchain.org" + ], "faucets": [], "nativeCurrency": { - "name": "SWANETH", - "symbol": "sETH", + "name": "Ether", + "symbol": "ETH", "decimals": 18 }, "infoURL": "https://swanchain.io/", diff --git a/_data/chains/eip155-26482.json b/_data/chains/eip155-26482.json new file mode 100644 index 000000000000..4387e9fadf7d --- /dev/null +++ b/_data/chains/eip155-26482.json @@ -0,0 +1,26 @@ +{ + "name": "DucatusX Testnet", + "chain": "DUCX", + "rpc": [ + "https://ducx-testnet-node1.rocknblock.io", + "https://ducx-testnet-node2.rocknblock.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "DUCX", + "symbol": "DUCX", + "decimals": 18 + }, + "infoURL": "https://www.ducatuscoins.com/ducatusx", + "shortName": "ducatusx-testnet", + "chainId": 26482, + "networkId": 26482, + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer-testnet.ducatusx.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-26483.json b/_data/chains/eip155-26483.json new file mode 100644 index 000000000000..22e04682637f --- /dev/null +++ b/_data/chains/eip155-26483.json @@ -0,0 +1,27 @@ +{ + "name": "DucatusX", + "chain": "DUCX", + "rpc": [ + "https://ducx-mainnet-node1.rocknblock.io", + "https://ducx-mainnet-node2.rocknblock.io", + "https://ducx-mainnet-node3.rocknblock.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "DUCX", + "symbol": "DUCX", + "decimals": 18 + }, + "infoURL": "https://www.ducatuscoins.com/ducatusx", + "shortName": "ducatusx", + "chainId": 26483, + "networkId": 26483, + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer.ducatusx.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2810.json b/_data/chains/eip155-2810.json index 70a301965ae8..1d6966e9bd07 100644 --- a/_data/chains/eip155-2810.json +++ b/_data/chains/eip155-2810.json @@ -7,7 +7,7 @@ "wss://rpc-quicknode-holesky.morphl2.io", "https://rpc-holesky.morphl2.io" ], - "faucets": [], + "faucets": ["https://morphfaucet.com/"], "nativeCurrency": { "name": "Ether", "symbol": "ETH", diff --git a/_data/chains/eip155-281123.json b/_data/chains/eip155-281123.json new file mode 100644 index 000000000000..f665856eb5a8 --- /dev/null +++ b/_data/chains/eip155-281123.json @@ -0,0 +1,32 @@ +{ + "name": "Athene Parthenon", + "chain": "athene-parthenon", + "rpc": [ + "https://rpc.parthenon.athenescan.io", + "wss://ws.parthenon.athenescan.io" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon", + "faucets": [], + "shortName": "athene-parthenon", + "chainId": 281123, + "networkId": 281123, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://parthenon.athenescan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + }, + "status": "active" +} diff --git a/_data/chains/eip155-2868.json b/_data/chains/eip155-2868.json new file mode 100644 index 000000000000..cbeefcbd0676 --- /dev/null +++ b/_data/chains/eip155-2868.json @@ -0,0 +1,23 @@ +{ + "name": "HyperAGI Mainnet", + "chain": "HyperAGI", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Hyperdust", + "symbol": "HYPT", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://hyperagi.network", + "shortName": "hypt", + "chainId": 2868, + "networkId": 1, + "explorers": [ + { + "name": "hyptscan", + "url": "https://block.hyperagi.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2889.json b/_data/chains/eip155-2889.json new file mode 100644 index 000000000000..26b689a98e98 --- /dev/null +++ b/_data/chains/eip155-2889.json @@ -0,0 +1,24 @@ +{ + "name": "Aarma Mainnet", + "chain": "Aarma", + "rpc": ["https://aarmarpc.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Aarma", + "symbol": "ARMA", + "decimals": 18 + }, + "infoURL": "https://aarmachain.com", + "shortName": "ARMA", + "chainId": 2889, + "networkId": 2889, + "icon": "arma", + "explorers": [ + { + "name": "aarmascan", + "url": "https://aarmascan.com", + "icon": "arma", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-30000.json b/_data/chains/eip155-30000.json new file mode 100644 index 000000000000..dec39a388667 --- /dev/null +++ b/_data/chains/eip155-30000.json @@ -0,0 +1,24 @@ +{ + "name": "qChain Mainnet", + "chain": "qChain", + "rpc": ["https://rpc.qchain.kr"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "QCO", + "symbol": "QCO", + "decimals": 18 + }, + "infoURL": "https://www.qchain.kr", + "shortName": "qchain", + "chainId": 30000, + "networkId": 30000, + "icon": "qchain", + "explorers": [ + { + "name": "qChain explorer", + "url": "https://scan.qchain.kr", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-31415.json b/_data/chains/eip155-31415.json index c0f6cae4159d..c0c0988e4450 100644 --- a/_data/chains/eip155-31415.json +++ b/_data/chains/eip155-31415.json @@ -1,19 +1,24 @@ { - "name": "Filecoin - Wallaby testnet", - "status": "deprecated", - "chain": "FIL", - "icon": "filecoin", - "rpc": [], + "name": "Wirex Pay Mainnet", + "chain": "WirexPay", + "icon": "wpay", + "rpc": ["https://rpc.wirexpaychain.com"], "faucets": [], "nativeCurrency": { - "name": "testnet filecoin", - "symbol": "tFIL", + "name": "Ethereum", + "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://filecoin.io", - "shortName": "filecoin-wallaby", + "infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain", + "shortName": "wpay", "chainId": 31415, "networkId": 31415, - "slip44": 1, - "explorers": [] + "explorers": [ + { + "name": "Wirex Pay Explorer", + "url": "https://blockscout.wirexpaychain.com", + "standard": "EIP3091" + } + ], + "redFlags": ["reusedChainId"] } diff --git a/_data/chains/eip155-32520.json b/_data/chains/eip155-32520.json index d3cb41f990b3..6f07f700d7d2 100644 --- a/_data/chains/eip155-32520.json +++ b/_data/chains/eip155-32520.json @@ -2,7 +2,7 @@ "name": "Bitgert Mainnet", "chain": "Brise", "rpc": [ - "https://rpc.icecreamswap.com", + "https://rpc-bitgert.icecreamswap.com", "https://mainnet-rpc.brisescan.com", "https://chainrpc.com", "https://serverrpc.com" diff --git a/_data/chains/eip155-33111.json b/_data/chains/eip155-33111.json index 73cb3c7c1940..bdb7d3b4cf2b 100644 --- a/_data/chains/eip155-33111.json +++ b/_data/chains/eip155-33111.json @@ -1,7 +1,7 @@ { "name": "Curtis", "chain": "Curtis", - "rpc": ["https://curtis.rpc.caldera.xyz/http"], + "rpc": ["https://rpc.curtis.apechain.com"], "faucets": ["https://curtis.hub.caldera.xyz"], "nativeCurrency": { "name": "ApeCoin", @@ -16,7 +16,7 @@ "explorers": [ { "name": "Curtis Explorer", - "url": "https://curtis.explorer.caldera.xyz", + "url": "https://explorer.curtis.apechain.com", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-33469.json b/_data/chains/eip155-33469.json index ac85c052845a..ad5b5707bccb 100644 --- a/_data/chains/eip155-33469.json +++ b/_data/chains/eip155-33469.json @@ -1,5 +1,5 @@ { - "name": "Zilliqa-2 EVM Devnet", + "name": "Zilliqa 2 EVM devnet", "chain": "ZIL", "rpc": ["https://api.zq2-devnet.zilliqa.com"], "faucets": ["https://faucet.zq2-devnet.zilliqa.com"], diff --git a/_data/chains/eip155-33626250.json b/_data/chains/eip155-33626250.json new file mode 100644 index 000000000000..89a57d591d46 --- /dev/null +++ b/_data/chains/eip155-33626250.json @@ -0,0 +1,23 @@ +{ + "name": "Toliman Suave Testnet", + "chain": "ETH", + "rpc": ["https://rpc.toliman.suave.flashbots.net"], + "faucets": ["https://faucet.toliman.suave.flashbots.net"], + "nativeCurrency": { + "name": "SUAVE Toliman Eth", + "symbol": "TEEth", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://suave-alpha.flashbots.net/toliman", + "shortName": "suave-toliman", + "chainId": 33626250, + "networkId": 33626250, + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer.toliman.suave.flashbots.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-34504.json b/_data/chains/eip155-34504.json index ed5dadb6357f..7dbbd008a16a 100644 --- a/_data/chains/eip155-34504.json +++ b/_data/chains/eip155-34504.json @@ -1,15 +1,15 @@ { "name": "ZEUS Mainnet", - "chain": "ZEUS", + "chain": "ZEUSX", "icon": "zeusicon", "rpc": ["https://mainnet-rpc.zeuschainscan.io"], "nativeCurrency": { "name": "The ZEUS Token", - "symbol": "ZEUS", + "symbol": "ZEUSX", "decimals": 18 }, "infoURL": "https://zeuschainscan.io", - "shortName": "ZEUS", + "shortName": "ZEUSX", "chainId": 34504, "networkId": 34504, "faucets": [], diff --git a/_data/chains/eip155-360.json b/_data/chains/eip155-360.json index 9605fe1d97e2..fcaa5b2abe46 100644 --- a/_data/chains/eip155-360.json +++ b/_data/chains/eip155-360.json @@ -1,16 +1,27 @@ { "name": "Shape", "chain": "ETH", - "rpc": [], + "rpc": [ + "https://mainnet.shape.network", + "https://shape-mainnet.g.alchemy.com/public" + ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://shape.us", + "infoURL": "https://shape.network", "shortName": "shape", "chainId": 360, "networkId": 360, - "status": "incubating" + "icon": "shape", + "explorers": [ + { + "name": "shapescan", + "url": "https://shapescan.xyz", + "standard": "EIP3091" + } + ], + "status": "active" } diff --git a/_data/chains/eip155-383353.json b/_data/chains/eip155-383353.json new file mode 100644 index 000000000000..c73af6c722b9 --- /dev/null +++ b/_data/chains/eip155-383353.json @@ -0,0 +1,17 @@ +{ + "name": "CheeseChain", + "title": "CheeseChain", + "chain": "CHEESE", + "rpc": ["https://rpc.cheesechain.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "CHEESE", + "symbol": "CHEESE", + "decimals": 18 + }, + "infoURL": "https://cheesechain.xyz", + "shortName": "CheeseChain", + "chainId": 383353, + "networkId": 383353, + "icon": "cheesechain" +} diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json index 4eee6db46f72..ede53d7410cb 100644 --- a/_data/chains/eip155-397.json +++ b/_data/chains/eip155-397.json @@ -1,7 +1,7 @@ { - "name": "Near Mainnet", + "name": "NEAR Protocol", "chain": "NEAR", - "rpc": [], + "rpc": ["https://eth-rpc.mainnet.near.org"], "icon": "near", "faucets": [], "nativeCurrency": { @@ -9,15 +9,15 @@ "symbol": "NEAR", "decimals": 18 }, - "infoURL": "https://near.org/", + "infoURL": "https://near.org", "shortName": "near", "chainId": 397, "networkId": 397, "explorers": [ { - "name": "Near Blocks", - "url": "https://nearblocks.io", - "standard": "none" + "name": "NEAR Explorer", + "url": "https://eth-explorer.near.org", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json index 040d64fd0951..a907c77fc0a1 100644 --- a/_data/chains/eip155-398.json +++ b/_data/chains/eip155-398.json @@ -1,23 +1,23 @@ { - "name": "Near Testnet", + "name": "NEAR Protocol Testnet", "chain": "NEAR", - "rpc": [], + "rpc": ["https://eth-rpc.testnet.near.org"], "icon": "near", "faucets": [], "nativeCurrency": { - "name": "Testnet NEAR", + "name": "NEAR", "symbol": "NEAR", "decimals": 18 }, - "infoURL": "https://aurora.dev", + "infoURL": "https://near.org", "shortName": "near-testnet", "chainId": 398, "networkId": 398, "explorers": [ { - "name": "Near blocks", - "url": "https://testnet.nearblocks.io", - "standard": "none" + "name": "NEAR Explorer", + "url": "https://eth-explorer-testnet.near.org", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-40000.json b/_data/chains/eip155-40000.json new file mode 100644 index 000000000000..63ca15eb6fde --- /dev/null +++ b/_data/chains/eip155-40000.json @@ -0,0 +1,24 @@ +{ + "name": "DIV Chain", + "chain": "DIVC", + "rpc": ["https://rpc.divchain.org"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "DIVC", + "symbol": "DIVC", + "decimals": 18 + }, + "infoURL": "https://www.divchain.org", + "shortName": "divc", + "chainId": 40000, + "networkId": 40000, + "icon": "divc", + "explorers": [ + { + "name": "DIV Chain explorer", + "url": "https://scan.divchain.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-4080.json b/_data/chains/eip155-4080.json index fdbb92f54214..2ef9c445bd95 100644 --- a/_data/chains/eip155-4080.json +++ b/_data/chains/eip155-4080.json @@ -1,12 +1,12 @@ { - "name": "Tobe Chain", + "name": "Tobe Chain Testnet", "chain": "TBC", "icon": "tobe", - "rpc": ["https://rpc.tobescan.com"], - "faucets": [], + "rpc": ["https://rpc-testnet.tobescan.com"], + "faucets": ["https://faucet.tobescan.com/faucet"], "nativeCurrency": { "name": "Tobe Coin", - "symbol": "TBC", + "symbol": "TOBE", "decimals": 18 }, "infoURL": "https://tobechain.net", @@ -15,8 +15,8 @@ "networkId": 4080, "explorers": [ { - "name": "tobescan", - "url": "https://tobescan.com", + "name": "tobescan testnet", + "url": "https://testnet.tobescan.com", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-4088.json b/_data/chains/eip155-4088.json new file mode 100644 index 000000000000..7f9ba8850d3f --- /dev/null +++ b/_data/chains/eip155-4088.json @@ -0,0 +1,24 @@ +{ + "name": "Zeroth Mainnet", + "chain": "ZRH", + "icon": "zeroth", + "rpc": ["https://my.zeroth.run"], + "faucets": [], + "nativeCurrency": { + "name": "ZRH", + "symbol": "ZRH", + "decimals": 18 + }, + "infoURL": "https://www.zeroth.foundation", + "shortName": "ZRH", + "chainId": 4088, + "networkId": 4088, + "explorers": [ + { + "name": "Zeroth Explorer", + "url": "https://scan.zeroth.run", + "icon": "zeroth", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-41455.json b/_data/chains/eip155-41455.json new file mode 100644 index 000000000000..8c1a9a0fed71 --- /dev/null +++ b/_data/chains/eip155-41455.json @@ -0,0 +1,27 @@ +{ + "name": "Aleph Zero EVM", + "chain": "Aleph Zero EVM", + "icon": "aleph-zero", + "rpc": [ + "https://rpc.alephzero.raas.gelato.cloud", + "wss://ws.alephzero.raas.gelato.cloud" + ], + "faucets": [], + "nativeCurrency": { + "name": "Aleph Zero", + "symbol": "AZERO", + "decimals": 18 + }, + "infoURL": "https://alephzero.org/", + "shortName": "aleph-zero", + "chainId": 41455, + "networkId": 41455, + "explorers": [ + { + "name": "Aleph Zero EVM Mainnet Explorer", + "url": "https://evm-explorer.alephzero.org", + "icon": "aleph-zero", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-41923.json b/_data/chains/eip155-41923.json new file mode 100644 index 000000000000..db4fd786d385 --- /dev/null +++ b/_data/chains/eip155-41923.json @@ -0,0 +1,24 @@ +{ + "name": "Open Campus Codex Mainnet", + "chain": "Open Campus Codex Mainnet", + "icon": "occ-mainnet", + "rpc": ["https://rpc.edu-chain.raas.gelato.cloud"], + "faucets": ["https://bridge.gelato.network/bridge/edu-chain"], + "nativeCurrency": { + "name": "EDU", + "symbol": "EDU", + "decimals": 18 + }, + "infoURL": "https://raas.gelato.network/rollups/details/public/edu-chain", + "shortName": "occ-mainnet", + "chainId": 41923, + "networkId": 41923, + "explorers": [ + { + "name": "Open Campus Codex", + "url": "https://edu-chain.blockscout.com", + "icon": "occ-mainnet", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-42420.json b/_data/chains/eip155-42420.json new file mode 100644 index 000000000000..f73e04cd5402 --- /dev/null +++ b/_data/chains/eip155-42420.json @@ -0,0 +1,23 @@ +{ + "name": "Asset Chain Mainnet", + "chain": "Asset Chain", + "rpc": ["https://mainnet-rpc.assetchain.org"], + "faucets": ["https://faucet.assetchain.org"], + "nativeCurrency": { + "name": "Real World Asset", + "symbol": "RWA", + "decimals": 18 + }, + "infoURL": "https://docs.assetchain.org", + "shortName": "assetchain", + "chainId": 42420, + "networkId": 42420, + "icon": "assetchain", + "explorers": [ + { + "name": "Asset Chain Explorer", + "url": "https://scan.assetchain.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-42421.json b/_data/chains/eip155-42421.json new file mode 100644 index 000000000000..9dd90af9af78 --- /dev/null +++ b/_data/chains/eip155-42421.json @@ -0,0 +1,23 @@ +{ + "name": "Asset Chain Testnet", + "chain": "Asset Chain", + "rpc": ["https://enugu-rpc.assetchain.org"], + "faucets": ["https://faucet.assetchain.org"], + "nativeCurrency": { + "name": "Real World Asset", + "symbol": "RWA", + "decimals": 18 + }, + "infoURL": "https://docs.assetchain.org", + "shortName": "rwa", + "chainId": 42421, + "networkId": 42421, + "icon": "assetchain", + "explorers": [ + { + "name": "Asset Chain Testnet Explorer", + "url": "https://scan-testnet.assetchain.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-425.json b/_data/chains/eip155-425.json new file mode 100644 index 000000000000..b627a25fb287 --- /dev/null +++ b/_data/chains/eip155-425.json @@ -0,0 +1,25 @@ +{ + "name": "Stenix Mainnet", + "chain": "STEN", + "rpc": ["https://stenix.network/pub"], + "faucets": [], + "nativeCurrency": { + "name": "Stenix", + "symbol": "STEN", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://stenix.org", + "shortName": "sten", + "chainId": 425, + "networkId": 425, + "icon": "stenix", + "explorers": [ + { + "name": "stenscan", + "url": "https://stenscan.com", + "icon": "stenscan", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-4269.json b/_data/chains/eip155-4269.json new file mode 100644 index 000000000000..593ed1d3b1ac --- /dev/null +++ b/_data/chains/eip155-4269.json @@ -0,0 +1,23 @@ +{ + "name": "Laika Testnet", + "chain": "LAIKA", + "rpc": ["https://testnetrpc1.laikachain.dog"], + "faucets": ["https://laikachain.dog/faucets"], + "nativeCurrency": { + "name": "Dogecoin", + "symbol": "DOGE", + "decimals": 18 + }, + "infoURL": "https://laikachain.dog", + "shortName": "laika-testnet", + "chainId": 4269, + "networkId": 4269, + "icon": "laika", + "explorers": [ + { + "name": "Laika Testnet Explorer", + "url": "https://testnet.laikachain.dog", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-45513.json b/_data/chains/eip155-45513.json new file mode 100644 index 000000000000..6967376573fa --- /dev/null +++ b/_data/chains/eip155-45513.json @@ -0,0 +1,33 @@ +{ + "name": "Blessnet", + "chain": "ETH", + "rpc": [ + "https://blessnet.calderachain.xyz/http", + "wss://blessnet.calderachain.xyz/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Bless", + "symbol": "BLESS", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://blessnet.io", + "shortName": "bless", + "chainId": 45513, + "networkId": 45513, + "icon": "bless", + "explorers": [ + { + "name": "blockscout", + "url": "https://blessnet.calderaexplorer.xyz", + "icon": "bless", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [{ "url": "https://blessnet.bridge.caldera.xyz" }] + } +} diff --git a/_data/chains/eip155-47763.json b/_data/chains/eip155-47763.json index ef658a56490c..2fdd83ba6963 100644 --- a/_data/chains/eip155-47763.json +++ b/_data/chains/eip155-47763.json @@ -1,7 +1,10 @@ { "name": "Neo X Mainnet", "chain": "Neo X", - "rpc": ["https://mainnet-1.rpc.banelabs.org"], + "rpc": [ + "https://mainnet-1.rpc.banelabs.org", + "https://mainnet-2.rpc.banelabs.org" + ], "faucets": [], "nativeCurrency": { "name": "Gas", diff --git a/_data/chains/eip155-480.json b/_data/chains/eip155-480.json index 35c4ff7bf563..c9453cc4e385 100644 --- a/_data/chains/eip155-480.json +++ b/_data/chains/eip155-480.json @@ -1,7 +1,7 @@ { "name": "World Chain", "chain": "ETH", - "rpc": [], + "rpc": ["https://worldchain-mainnet.g.alchemy.com/public"], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-4801.json b/_data/chains/eip155-4801.json index bcfd4a573b97..c6298ee834d8 100644 --- a/_data/chains/eip155-4801.json +++ b/_data/chains/eip155-4801.json @@ -1,7 +1,7 @@ { "name": "World Chain Sepolia Testnet", "chain": "ETH", - "rpc": [], + "rpc": ["https://worldchain-sepolia.g.alchemy.com/public"], "faucets": [], "nativeCurrency": { "name": "Sepolia Ether", diff --git a/_data/chains/eip155-499.json b/_data/chains/eip155-499.json index edaf82e4923b..827e5b935878 100644 --- a/_data/chains/eip155-499.json +++ b/_data/chains/eip155-499.json @@ -1,8 +1,8 @@ { "name": "Rupaya", "chain": "RUPX", - "rpc": [], - "faucets": [], + "rpc": ["https://rpc.rupaya.io"], + "faucets": ["https://faucet.rupaya.io"], "nativeCurrency": { "name": "Rupaya", "symbol": "RUPX", @@ -12,5 +12,12 @@ "shortName": "rupx", "chainId": 499, "networkId": 499, - "slip44": 499 + "slip44": 499, + "explorers": [ + { + "name": "Rupaya Explorer", + "url": "https://scan.rupaya.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-50888.json b/_data/chains/eip155-50888.json new file mode 100644 index 000000000000..7b6918c3a65c --- /dev/null +++ b/_data/chains/eip155-50888.json @@ -0,0 +1,24 @@ +{ + "name": "Erbie Mainnet", + "chain": "Erbie", + "rpc": ["https://api.erbie.io"], + "faucets": [], + "nativeCurrency": { + "name": "ERB", + "symbol": "ERB", + "decimals": 18 + }, + "infoURL": "https://www.erbie.io", + "shortName": "Erbie", + "chainId": 50888, + "networkId": 50888, + "icon": "erbie", + "explorers": [ + { + "name": "Erbie Explorer", + "url": "https://www.erbie.io/explorer", + "standard": "none", + "icon": "erbie" + } + ] +} diff --git a/_data/chains/eip155-5115.json b/_data/chains/eip155-5115.json new file mode 100644 index 000000000000..6b8b3a3fdb34 --- /dev/null +++ b/_data/chains/eip155-5115.json @@ -0,0 +1,25 @@ +{ + "name": "Citrea Testnet", + "chain": "Citrea", + "rpc": ["https://rpc.testnet.citrea.xyz"], + "faucets": ["https://citrea.xyz/faucet"], + "nativeCurrency": { + "name": "Citrea BTC", + "symbol": "cBTC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://citrea.xyz", + "shortName": "citrea-testnet", + "chainId": 5115, + "networkId": 5115, + "icon": "citrea", + "explorers": [ + { + "name": "Citrea Testnet Explorer", + "url": "https://explorer.testnet.citrea.xyz", + "icon": "citrea", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-5151.json b/_data/chains/eip155-5151.json new file mode 100644 index 000000000000..f2847e179f6c --- /dev/null +++ b/_data/chains/eip155-5151.json @@ -0,0 +1,25 @@ +{ + "name": "MeChain Testnet", + "chain": "MeChain", + "rpc": ["https://testnet-rpc.mechain.tech"], + "faucets": ["https://faucet.mechain.tech"], + "nativeCurrency": { + "name": "ZKME", + "symbol": "ZKME", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://mechain.tech", + "shortName": "ZKME", + "chainId": 5151, + "networkId": 5151, + "icon": "mechain", + "explorers": [ + { + "name": "MeChain Scan", + "url": "https://testnet-scan.mechain.tech", + "icon": "mechain", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-52027071.json b/_data/chains/eip155-52027071.json new file mode 100644 index 000000000000..04bd66eafe5c --- /dev/null +++ b/_data/chains/eip155-52027071.json @@ -0,0 +1,17 @@ +{ + "name": "Deviant Token Blockchain", + "chain": "DTBC", + "status": "incubating", + "rpc": ["https://rpc.devianttoken.net"], + "faucets": [], + "nativeCurrency": { + "name": "Deviant Token", + "symbol": "DTBC", + "decimals": 18 + }, + "infoURL": "https://devianttoken.net", + "shortName": "dtbc", + "chainId": 52027071, + "networkId": 52027071, + "explorers": [] +} diff --git a/_data/chains/eip155-52027080.json b/_data/chains/eip155-52027080.json new file mode 100644 index 000000000000..6b13dc338b90 --- /dev/null +++ b/_data/chains/eip155-52027080.json @@ -0,0 +1,17 @@ +{ + "name": "Deviant Token Blockchain Testnet", + "chain": "tDTBC", + "status": "incubating", + "rpc": ["https://trpc.devianttoken.net"], + "faucets": [], + "nativeCurrency": { + "name": "Deviant Token Testnet", + "symbol": "tDTBC", + "decimals": 18 + }, + "infoURL": "https://devianttoken.net", + "shortName": "tdtbc", + "chainId": 52027080, + "networkId": 52027080, + "explorers": [] +} diff --git a/_data/chains/eip155-52164803.json b/_data/chains/eip155-52164803.json new file mode 100644 index 000000000000..fd727b166c77 --- /dev/null +++ b/_data/chains/eip155-52164803.json @@ -0,0 +1,26 @@ +{ + "name": "Fluence Testnet", + "chain": "Fluence Testnet", + "rpc": ["https://rpc.testnet.fluence.dev/", "wss://ws.testnet.fluence.dev/"], + "faucets": [], + "nativeCurrency": { + "name": "tFLT", + "symbol": "tFLT", + "decimals": 18 + }, + "infoURL": "https://fluence.network/", + "shortName": "fluence-testnet", + "chainId": 52164803, + "networkId": 52164803, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.testnet.fluence.dev", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + } +} diff --git a/_data/chains/eip155-531050104.json b/_data/chains/eip155-531050104.json new file mode 100644 index 000000000000..a2c571f1dec4 --- /dev/null +++ b/_data/chains/eip155-531050104.json @@ -0,0 +1,32 @@ +{ + "name": "Sophon Testnet", + "chain": "Sophon Testnet", + "rpc": ["https://rpc.testnet.sophon.xyz", "wss://rpc.testnet.sophon.xyz/ws"], + "nativeCurrency": { + "name": "Sophon", + "symbol": "SOPH", + "decimals": 18 + }, + "faucets": [], + "infoURL": "", + "shortName": "sophon-testnet", + "chainId": 531050104, + "networkId": 531050104, + "explorers": [ + { + "name": "Sophon Block Explorer", + "url": "https://explorer.testnet.sophon.xyz", + "icon": "sophon-testnet", + "standard": "none" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://portal.testnet.sophon.xyz/bridge" + } + ] + } +} diff --git a/_data/chains/eip155-534351.json b/_data/chains/eip155-534351.json index 836b477f71d2..8a56bbe23434 100644 --- a/_data/chains/eip155-534351.json +++ b/_data/chains/eip155-534351.json @@ -6,7 +6,9 @@ "https://sepolia-rpc.scroll.io", "https://rpc.ankr.com/scroll_sepolia_testnet", "https://scroll-sepolia.chainstacklabs.com", - "https://scroll-testnet-public.unifra.io" + "https://scroll-testnet-public.unifra.io", + "https://scroll-sepolia-rpc.publicnode.com", + "wss://scroll-sepolia-rpc.publicnode.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-534352.json b/_data/chains/eip155-534352.json index 37c8e18edfcc..46ccb11b7304 100644 --- a/_data/chains/eip155-534352.json +++ b/_data/chains/eip155-534352.json @@ -5,7 +5,9 @@ "rpc": [ "https://rpc.scroll.io", "https://rpc.ankr.com/scroll", - "https://scroll-mainnet.chainstacklabs.com" + "https://scroll-mainnet.chainstacklabs.com", + "https://scroll-rpc.publicnode.com", + "wss://scroll-rpc.publicnode.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-54176.json b/_data/chains/eip155-54176.json new file mode 100644 index 000000000000..6838e0fe7407 --- /dev/null +++ b/_data/chains/eip155-54176.json @@ -0,0 +1,23 @@ +{ + "name": "OverProtocol Mainnet", + "chain": "OverProtocol", + "icon": "overIcon", + "rpc": ["https://public.rpc.overprotocol.com"], + "faucets": [], + "nativeCurrency": { + "name": "Over", + "symbol": "OVER", + "decimals": 18 + }, + "infoURL": "https://docs.over.network", + "shortName": "overprotocol", + "chainId": 54176, + "networkId": 54176, + "explorers": [ + { + "name": "OverView", + "url": "https://view.over.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-541764.json b/_data/chains/eip155-541764.json new file mode 100644 index 000000000000..13e969495ee3 --- /dev/null +++ b/_data/chains/eip155-541764.json @@ -0,0 +1,23 @@ +{ + "name": "OverProtocol Testnet", + "chain": "OverProtocol", + "icon": "overIcon", + "rpc": ["https://wallet-dolphin.rpc.over.network"], + "faucets": [], + "nativeCurrency": { + "name": "Over", + "symbol": "OVER", + "decimals": 18 + }, + "infoURL": "https://docs.over.network", + "shortName": "overprotocol-testnet", + "chainId": 541764, + "networkId": 541764, + "explorers": [ + { + "name": "OverView Testnet", + "url": "https://dolphin.view.over.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-54321.json b/_data/chains/eip155-54321.json index 743fb024e650..012b044b743d 100644 --- a/_data/chains/eip155-54321.json +++ b/_data/chains/eip155-54321.json @@ -2,11 +2,11 @@ "name": "Toronet Testnet", "chain": "Toronet", "icon": "toronet", - "rpc": ["http://testnet.toronet.org/rpc"], + "rpc": ["https://testnet.toronet.org/rpc"], "faucets": [], "nativeCurrency": { - "name": "Toro", - "symbol": "TORO", + "name": "Toroe", + "symbol": "TOROE", "decimals": 18 }, "infoURL": "https://toronet.org", diff --git a/_data/chains/eip155-545.json b/_data/chains/eip155-545.json index 923b86801aa8..f2651e897f81 100644 --- a/_data/chains/eip155-545.json +++ b/_data/chains/eip155-545.json @@ -1,8 +1,8 @@ { - "name": "Testnet", + "name": "EVM on Flow Testnet", "chain": "Flow", "rpc": ["https://testnet.evm.nodes.onflow.org"], - "faucets": ["https://testnet-faucet.onflow.org"], + "faucets": ["https://faucet.flow.com/fund-account"], "nativeCurrency": { "name": "FLOW", "symbol": "FLOW", @@ -15,9 +15,9 @@ "icon": "flowevm", "explorers": [ { - "name": "Flow Diver", - "url": "https://testnet.flowdiver.io", - "standard": "none" + "name": "FlowScan Testnet", + "url": "https://evm-testnet.flowscan.io", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-55244.json b/_data/chains/eip155-55244.json new file mode 100644 index 000000000000..904a317166a6 --- /dev/null +++ b/_data/chains/eip155-55244.json @@ -0,0 +1,27 @@ +{ + "name": "Superposition", + "chain": "Superposition", + "rpc": ["https://rpc.superposition.so"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://superposition.so", + "shortName": "spn", + "chainId": 55244, + "networkId": 55244, + "explorers": [ + { + "name": "Superposition Explorer", + "url": "https://explorer.superposition.so", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [] + } +} diff --git a/_data/chains/eip155-5545.json b/_data/chains/eip155-5545.json new file mode 100644 index 000000000000..be929c88f7a8 --- /dev/null +++ b/_data/chains/eip155-5545.json @@ -0,0 +1,17 @@ +{ + "name": "DuckChain Mainnet", + "title": "DuckChain Mainnet", + "chain": "DuckChain", + "icon": "duckchain", + "rpc": ["https://rpc.duckchain.io", "https://rpc-hk.duckchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "TON", + "symbol": "TON", + "decimals": 18 + }, + "infoURL": "https://duckchain.io", + "shortName": "Duck-Chain-Mainnet", + "chainId": 5545, + "networkId": 5545 +} diff --git a/_data/chains/eip155-555888.json b/_data/chains/eip155-555888.json new file mode 100644 index 000000000000..0336d1189ec4 --- /dev/null +++ b/_data/chains/eip155-555888.json @@ -0,0 +1,31 @@ +{ + "name": "DustBoy IoT", + "title": "DustBoy IoT", + "status": "active", + "chain": "DUSTBOY", + "rpc": ["https://dustboy-rpc.jibl2.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "DST", + "decimals": 18 + }, + "infoURL": "https://www.cmuccdc.org/", + "shortName": "DustBoy_IoT", + "chainId": 555888, + "networkId": 555888, + "slip44": 1, + "icon": "dustboy", + "explorers": [ + { + "name": "blockscout", + "url": "https://dustboy.jibl2.com", + "standard": "EIP3091", + "icon": "dustboy" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1" + } +} diff --git a/_data/chains/eip155-55614.json b/_data/chains/eip155-55614.json new file mode 100644 index 000000000000..41723cd3d24e --- /dev/null +++ b/_data/chains/eip155-55614.json @@ -0,0 +1,22 @@ +{ + "name": "Flamma Mainnet", + "chain": "Flamma", + "rpc": ["https://rpc.flamma.network"], + "faucets": [], + "nativeCurrency": { + "name": "Flamma", + "symbol": "FLA", + "decimals": 18 + }, + "infoURL": "https://flamma.network", + "shortName": "FlammaMainnet", + "chainId": 55614, + "networkId": 55614, + "explorers": [ + { + "name": "flascan", + "url": "https://flascan.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-565.json b/_data/chains/eip155-565.json new file mode 100644 index 000000000000..bf6bda2cb8bd --- /dev/null +++ b/_data/chains/eip155-565.json @@ -0,0 +1,30 @@ +{ + "name": "Prometheuz Testnet", + "chain": "Prometheuz", + "rpc": ["https://explorer.testnet.prometheuz.io"], + "faucets": ["https://faucet.testnet.prometheuz.io"], + "nativeCurrency": { + "name": "Pyre", + "symbol": "PYRE", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "", + "shortName": "prometheuz-testnet", + "chainId": 565, + "networkId": 565, + "explorers": [ + { + "name": "Prometheuz Explorer", + "url": "https://explorer.testnet.prometheuz.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-570.json b/_data/chains/eip155-570.json index da9214a5920f..d62e9df2b825 100644 --- a/_data/chains/eip155-570.json +++ b/_data/chains/eip155-570.json @@ -4,11 +4,9 @@ "rpc": [ "https://rpc.rollux.com", "wss://rpc.rollux.com/wss", - "https://rpc.ankr.com/rollux", - "https://rollux.rpc.syscoin.org", - "wss://rollux.rpc.syscoin.org/wss" + "https://rpc.ankr.com/rollux" ], - "faucets": ["https://rollux.id/faucetapp"], + "faucets": ["https://rollux.id/faucet"], "nativeCurrency": { "name": "Syscoin", "symbol": "SYS", @@ -20,7 +18,7 @@ "networkId": 570, "explorers": [ { - "name": "Rollux Explorer", + "name": "Rollux Mainnet Explorer", "url": "https://explorer.rollux.com", "standard": "EIP3091" } diff --git a/_data/chains/eip155-5858.json b/_data/chains/eip155-5858.json new file mode 100644 index 000000000000..39b2f46c1598 --- /dev/null +++ b/_data/chains/eip155-5858.json @@ -0,0 +1,24 @@ +{ + "name": "Chang Chain Foundation Mainnet", + "chain": "ChangChain", + "rpc": ["https://rpc.cthscan.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Chang Coin Thailand", + "symbol": "CTH", + "decimals": 18 + }, + "infoURL": "https://changcoin.foundation/", + "shortName": "ChangChain", + "chainId": 5858, + "networkId": 5858, + "icon": "changchain", + "explorers": [ + { + "name": "CTH Scan", + "url": "https://cthscan.com", + "standard": "EIP3091", + "icon": "blockscout" + } + ] +} diff --git a/_data/chains/eip155-58680.json b/_data/chains/eip155-58680.json new file mode 100644 index 000000000000..5d08d90e3ea0 --- /dev/null +++ b/_data/chains/eip155-58680.json @@ -0,0 +1,26 @@ +{ + "name": "Lumoz Quidditch Testnet", + "chain": "ETH", + "rpc": ["https://quidditch-rpc.lumoz.org"], + "faucets": [], + "nativeCurrency": { + "name": "Lumoz Quidditch Testnet Token", + "symbol": "MOZ", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://lumoz.org", + "shortName": "Lumoz-Quidditch-Testnet", + "chainId": 58680, + "networkId": 58680, + "slip44": 1, + "icon": "opside-new", + "explorers": [ + { + "name": "LumozQuidditchTestnetInfo", + "url": "https://quidditch.lumoz.info", + "icon": "opside-new", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-59141.json b/_data/chains/eip155-59141.json index 96428895a5d8..6067ed870b15 100644 --- a/_data/chains/eip155-59141.json +++ b/_data/chains/eip155-59141.json @@ -6,7 +6,9 @@ "https://rpc.sepolia.linea.build", "wss://rpc.sepolia.linea.build", "https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}", - "wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}" + "wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}", + "https://linea-sepolia-rpc.publicnode.com", + "wss://linea-sepolia-rpc.publicnode.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-59144.json b/_data/chains/eip155-59144.json index bbf1919df7c6..08ae917bcad2 100644 --- a/_data/chains/eip155-59144.json +++ b/_data/chains/eip155-59144.json @@ -6,7 +6,9 @@ "https://rpc.linea.build", "wss://rpc.linea.build", "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}", - "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}" + "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}", + "https://linea-rpc.publicnode.com", + "wss://linea-rpc.publicnode.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-6060.json b/_data/chains/eip155-6060.json new file mode 100644 index 000000000000..7df36802f63b --- /dev/null +++ b/_data/chains/eip155-6060.json @@ -0,0 +1,24 @@ +{ + "name": "BC Hyper Chain Testnet", + "chain": "BC Hyper Chain", + "rpc": ["https://rpc.bchscan.io"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "TEST VERSATIZE COIN", + "symbol": "TVTCN", + "decimals": 18 + }, + "infoURL": "https://www.versatizecoin.com/", + "shortName": "BCH", + "chainId": 6060, + "networkId": 6060, + "icon": "bchyper", + "explorers": [ + { + "name": "bcexplorer testnet", + "url": "https://testnet.bchscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6278.json b/_data/chains/eip155-6278.json new file mode 100644 index 000000000000..e86a821440df --- /dev/null +++ b/_data/chains/eip155-6278.json @@ -0,0 +1,31 @@ +{ + "name": "Rails", + "title": "Rails Network Mainnet", + "chain": "RAILS", + "icon": "rails", + "rpc": ["https://mainnet.steamexchange.io"], + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" }, + { "name": "EIP6551" } + ], + "faucets": [], + "nativeCurrency": { + "name": "SteamX", + "symbol": "STEAMX", + "decimals": 18 + }, + "infoURL": "https://steamexchange.io", + "shortName": "rails", + "chainId": 6278, + "networkId": 6278, + "slip44": 6278, + "explorers": [ + { + "name": "blockscout", + "url": "https://explore.steamexchange.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-63001.json b/_data/chains/eip155-63001.json index 64277a54446b..26c19180feff 100644 --- a/_data/chains/eip155-63001.json +++ b/_data/chains/eip155-63001.json @@ -1,7 +1,7 @@ { "name": "eCredits Testnet", "chain": "ECS", - "rpc": ["https://rpc.tst.ecredits.com"], + "rpc": [], "faucets": ["https://faucet.tst.ecredits.com"], "nativeCurrency": { "name": "eCredits", @@ -9,7 +9,7 @@ "decimals": 18 }, "infoURL": "https://ecredits.com", - "shortName": "ecs-testnet", + "shortName": "ecs-testnet-old", "chainId": 63001, "networkId": 63001, "slip44": 1, @@ -21,5 +21,6 @@ "icon": "ecredits", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-63002.json b/_data/chains/eip155-63002.json new file mode 100644 index 000000000000..e3c56da1d381 --- /dev/null +++ b/_data/chains/eip155-63002.json @@ -0,0 +1,26 @@ +{ + "name": "eSync Network Testnet", + "title": "eSync Network Testnet", + "chain": "ECS", + "rpc": ["https://rpc.tst.esync.network"], + "faucets": ["https://faucet.tst.ecredits.com"], + "nativeCurrency": { + "name": "eCredits", + "symbol": "ECS", + "decimals": 18 + }, + "infoURL": "https://esync.network", + "shortName": "esync-testnet", + "chainId": 63002, + "networkId": 63002, + "slip44": 1, + "icon": "esync", + "explorers": [ + { + "name": "eSync Network Testnet Explorer", + "url": "https://explorer.tst.esync.network", + "icon": "esync", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-63157.json b/_data/chains/eip155-63157.json new file mode 100644 index 000000000000..115212e18b86 --- /dev/null +++ b/_data/chains/eip155-63157.json @@ -0,0 +1,19 @@ +{ + "name": "Geist Mainnet", + "chain": "Geist", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Aavegotchi GHST Token", + "symbol": "GHST", + "decimals": 18 + }, + "features": [], + "infoURL": "https://playongeist.com", + "shortName": "Geist", + "chainId": 63157, + "networkId": 63157, + "status": "incubating", + "icon": "geist", + "explorers": [] +} diff --git a/_data/chains/eip155-631571.json b/_data/chains/eip155-631571.json new file mode 100644 index 000000000000..cb177d6e019e --- /dev/null +++ b/_data/chains/eip155-631571.json @@ -0,0 +1,25 @@ +{ + "name": "Polter Testnet", + "chain": "Geist", + "rpc": ["https://geist-polter.g.alchemy.com/public"], + "faucets": [], + "nativeCurrency": { + "name": "Polter GHST", + "symbol": "GHST", + "decimals": 18 + }, + "features": [], + "infoURL": "https://playongeist.com", + "shortName": "poltergeist", + "chainId": 631571, + "networkId": 631571, + "status": "incubating", + "icon": "polterGeist", + "explorers": [ + { + "name": "Polter Testnet Explorer", + "url": "https://polter-testnet.explorer.alchemy.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-646.json b/_data/chains/eip155-646.json index d8d9fd1e50f4..5c2c45aa06e7 100644 --- a/_data/chains/eip155-646.json +++ b/_data/chains/eip155-646.json @@ -19,5 +19,6 @@ "url": "https://eth.flowscan.io", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-65349.json b/_data/chains/eip155-65349.json index d620356af541..3801d0ec0b65 100644 --- a/_data/chains/eip155-65349.json +++ b/_data/chains/eip155-65349.json @@ -15,6 +15,7 @@ "shortName": "cratd2c-testnet", "chainId": 65349, "networkId": 65349, + "icon": "cratd2c-testnet", "explorers": [ { "name": "Blockscout", diff --git a/_data/chains/eip155-6550.json b/_data/chains/eip155-6550.json new file mode 100644 index 000000000000..71159162c1cb --- /dev/null +++ b/_data/chains/eip155-6550.json @@ -0,0 +1,22 @@ +{ + "name": "Flamma Testnet", + "chain": "Flamma", + "rpc": ["https://testnetrpc.flamma.network"], + "faucets": [], + "nativeCurrency": { + "name": "Flamma", + "symbol": "FLA", + "decimals": 18 + }, + "infoURL": "https://flamma.network", + "shortName": "FlammaTestnet", + "chainId": 6550, + "networkId": 6550, + "explorers": [ + { + "name": "flascan", + "url": "https://testnet.flascan.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-65536.json b/_data/chains/eip155-65536.json index aef609f907f7..bbc67be58f24 100644 --- a/_data/chains/eip155-65536.json +++ b/_data/chains/eip155-65536.json @@ -1,7 +1,10 @@ { "name": "Automata Mainnet", "chain": "Automata Mainnet", - "rpc": [], + "rpc": [ + "https://rpc.ata.network", + "https://automata-mainnet.alt.technology/" + ], "faucets": [], "nativeCurrency": { "name": "ATA", @@ -13,5 +16,11 @@ "chainId": 65536, "networkId": 65536, "icon": "automata", - "explorers": [] + "explorers": [ + { + "name": "Automata Explorer", + "url": "https://explorer.ata.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-66665.json b/_data/chains/eip155-66665.json new file mode 100644 index 000000000000..829063b80d58 --- /dev/null +++ b/_data/chains/eip155-66665.json @@ -0,0 +1,23 @@ +{ + "name": "Creator Chain Testnet", + "chain": "creatorchain", + "icon": "creatorchain", + "rpc": ["https://rpc.creatorchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "CreatorETH", + "symbol": "CETH", + "decimals": 18 + }, + "infoURL": "https://docs.creatorchain.io/", + "shortName": "ceth", + "chainId": 66665, + "networkId": 66665, + "explorers": [ + { + "name": "creatorchainscan", + "url": "https://explorer.creatorchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6667.json b/_data/chains/eip155-6667.json new file mode 100644 index 000000000000..7b7d5c269221 --- /dev/null +++ b/_data/chains/eip155-6667.json @@ -0,0 +1,24 @@ +{ + "name": "Storchain", + "chain": "STR", + "rpc": ["https://rpc.storchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Storchain", + "symbol": "STR", + "decimals": 18 + }, + "infoURL": "https://storchain.io", + "shortName": "str", + "chainId": 6667, + "networkId": 6667, + "icon": "str", + "explorers": [ + { + "name": "storscan", + "url": "https://scan.storchain.io", + "icon": "str", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-6678.json b/_data/chains/eip155-6678.json index 7535317217d4..73a3a12c0994 100644 --- a/_data/chains/eip155-6678.json +++ b/_data/chains/eip155-6678.json @@ -1,11 +1,11 @@ { - "name": "EdgaMatrix Chain", + "name": "Edge Matrix Chain", "chain": "EMC", "icon": "emc", "rpc": ["https://rpc1-mainnet.emc.network"], "faucets": [], "nativeCurrency": { - "name": "EdgaMatrix Chain Token", + "name": "Edge Matrix Chain Token", "symbol": "EMC", "decimals": 18 }, diff --git a/_data/chains/eip155-68775.json b/_data/chains/eip155-68775.json new file mode 100644 index 000000000000..fbec83d00bae --- /dev/null +++ b/_data/chains/eip155-68775.json @@ -0,0 +1,27 @@ +{ + "name": "DM2 Verse Testnet", + "chain": "DM2 Verse", + "icon": "dm2verse", + "rpc": ["https://rpc.testnet.dm2verse.dmm.com"], + "faucets": [], + "nativeCurrency": { + "name": "OAS", + "symbol": "OAS", + "decimals": 18 + }, + "infoURL": "https://seamoon.dmm.com", + "shortName": "dm2t", + "chainId": 68775, + "networkId": 68775, + "explorers": [ + { + "name": "DM2Verse Testnet Explorer", + "url": "https://explorer.testnet.dm2verse.dmm.com", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-248" + } +} diff --git a/_data/chains/eip155-6880.json b/_data/chains/eip155-6880.json new file mode 100644 index 000000000000..8a6542daf41f --- /dev/null +++ b/_data/chains/eip155-6880.json @@ -0,0 +1,23 @@ +{ + "name": "Mtt Mainnet", + "chain": "MTT", + "rpc": ["https://evm-rpc.mtt.network"], + "faucets": [], + "nativeCurrency": { + "name": "Mtt mainnet native coin", + "symbol": "MTT", + "decimals": 18 + }, + "infoURL": "https://mtt.network", + "shortName": "mtt-mainnet", + "chainId": 6880, + "networkId": 6880, + "icon": "mttnetwork", + "explorers": [ + { + "name": "Mtt explorer", + "url": "https://explorer.mtt.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-689.json b/_data/chains/eip155-689.json new file mode 100644 index 000000000000..94df3af11ef7 --- /dev/null +++ b/_data/chains/eip155-689.json @@ -0,0 +1,24 @@ +{ + "name": "NERO Testnet", + "chain": "NERO Chain", + "rpc": ["https://rpc-testnet.nerochain.io", "wss://ws-testnet.nerochain.io"], + "faucets": ["https://faucet-testnet.nerochain.io"], + "nativeCurrency": { + "name": "NERO", + "symbol": "NERO", + "decimals": 18 + }, + "infoURL": "https://docs.nerochain.io/", + "shortName": "NERO", + "chainId": 689, + "networkId": 689, + "slip44": 1, + "icon": "nero", + "explorers": [ + { + "name": "nero testnet scan", + "url": "https://testnet.neroscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6942.json b/_data/chains/eip155-6942.json new file mode 100644 index 000000000000..094a916c48e5 --- /dev/null +++ b/_data/chains/eip155-6942.json @@ -0,0 +1,23 @@ +{ + "name": "Laika Mainnet", + "chain": "LAIKA", + "rpc": ["https://mainnetrpc.laikachain.dog"], + "faucets": ["https://laikachain.dog/faucets"], + "nativeCurrency": { + "name": "Dogecoin", + "symbol": "DOGE", + "decimals": 18 + }, + "infoURL": "https://laikachain.dog", + "shortName": "laika", + "chainId": 6942, + "networkId": 6942, + "icon": "laika", + "explorers": [ + { + "name": "Laika Mainnet Explorer", + "url": "https://explorer.laikachain.dog", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-698.json b/_data/chains/eip155-698.json new file mode 100644 index 000000000000..5ad4ab44e50b --- /dev/null +++ b/_data/chains/eip155-698.json @@ -0,0 +1,34 @@ +{ + "name": "Matchain", + "chain": "Matchain", + "icon": "matchain", + "rpc": ["https://rpc.matchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "BNB", + "symbol": "BNB", + "decimals": 18 + }, + "infoURL": "https://www.matchain.io", + "shortName": "Matchain", + "chainId": 698, + "networkId": 698, + "slip44": 714, + "explorers": [ + { + "name": "Matchscan", + "url": "https://matchscan.io", + "icon": "matchain", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-56", + "bridges": [ + { + "url": "https://bnb-bridge.matchain.io" + } + ] + } +} diff --git a/_data/chains/eip155-699.json b/_data/chains/eip155-699.json new file mode 100644 index 000000000000..b716e455d311 --- /dev/null +++ b/_data/chains/eip155-699.json @@ -0,0 +1,24 @@ +{ + "name": "Matchain Testnet", + "chain": "Matchain", + "icon": "matchain", + "rpc": ["https://testnet-rpc.matchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "BNB", + "symbol": "BNB", + "decimals": 18 + }, + "infoURL": "https://www.matchain.io", + "shortName": "tMatchain", + "chainId": 699, + "networkId": 699, + "explorers": [ + { + "name": "Matchscan Testnet", + "url": "https://testnet.matchscan.io", + "standard": "EIP3091", + "icon": "matchain" + } + ] +} diff --git a/_data/chains/eip155-7.json b/_data/chains/eip155-7.json index ece89cb17975..0265c144617c 100644 --- a/_data/chains/eip155-7.json +++ b/_data/chains/eip155-7.json @@ -13,6 +13,7 @@ "shortName": "tch", "chainId": 7, "networkId": 7, + "icon": "tch", "explorers": [ { "name": "Thaichain Explorer", diff --git a/_data/chains/eip155-7082400.json b/_data/chains/eip155-7082400.json new file mode 100644 index 000000000000..63e69e0d1f34 --- /dev/null +++ b/_data/chains/eip155-7082400.json @@ -0,0 +1,25 @@ +{ + "name": "COTI Testnet", + "title": "COTI Testnet", + "chain": "COTI", + "icon": "coti", + "rpc": ["https://testnet.coti.io/rpc"], + "faucets": ["https://faucet.coti.io"], + "nativeCurrency": { + "name": "COTI", + "symbol": "COTI", + "decimals": 18 + }, + "infoURL": "https://coti.io/", + "shortName": "coti-testnet", + "chainId": 7082400, + "networkId": 7082400, + "explorers": [ + { + "name": "COTI Testnet Explorer", + "url": "https://testnet.cotiscan.io", + "icon": "ethernal", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-711.json b/_data/chains/eip155-711.json new file mode 100644 index 000000000000..5cdf35df9339 --- /dev/null +++ b/_data/chains/eip155-711.json @@ -0,0 +1,25 @@ +{ + "name": "Tucana", + "chain": "Tucana", + "title": "Tucana Testnet", + "rpc": ["https://evm-rpc.tucana.zone", "wss://evm-ws.tucana.zone"], + "faucets": [], + "nativeCurrency": { + "name": "Tucana", + "symbol": "TUC", + "decimals": 18 + }, + "infoURL": "https://tucana.zone", + "shortName": "tuc", + "chainId": 711, + "networkId": 711, + "slip44": 1, + "icon": "tucana", + "explorers": [ + { + "name": "Tucana Explorer", + "url": "https://explorer.tucana.zone", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-71117.json b/_data/chains/eip155-71117.json new file mode 100644 index 000000000000..1051671d73b7 --- /dev/null +++ b/_data/chains/eip155-71117.json @@ -0,0 +1,25 @@ +{ + "name": "Wadzchain Testnet", + "title": "Wadzchain Testnet", + "chain": "Wadzchain-Testnet", + "icon": "wadz", + "rpc": ["https://rpc-testnet.wadzchain.io"], + "faucets": ["https://faucet-testnet.wadzchain.io"], + "nativeCurrency": { + "name": "WadzToken", + "symbol": "WTK", + "decimals": 18 + }, + "infoURL": "https://www.wadzchain-network.io", + "shortName": "wadzchain-testnet", + "chainId": 71117, + "networkId": 71117, + "slip44": 1, + "explorers": [ + { + "name": "Wadzchain Testnet Explorer", + "url": "https://scan-testnet.wadzchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-712.json b/_data/chains/eip155-712.json new file mode 100644 index 000000000000..d3fa90ce4815 --- /dev/null +++ b/_data/chains/eip155-712.json @@ -0,0 +1,28 @@ +{ + "name": "Birdee-2", + "chain": "Tucana", + "title": "Tucana Testnet", + "rpc": [ + "https://evm-rpc.birdee-2.tucana.zone", + "wss://evm-ws.birdee-2.tucana.zone" + ], + "faucets": [], + "nativeCurrency": { + "name": "Tucana", + "symbol": "TUC", + "decimals": 18 + }, + "infoURL": "https://tucana.zone", + "shortName": "birdee-2", + "chainId": 712, + "networkId": 712, + "slip44": 1, + "icon": "tucana", + "explorers": [ + { + "name": "Birdee-2 Explorer", + "url": "https://explorer.birdee-2.tucana.zone", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-7200.json b/_data/chains/eip155-7200.json new file mode 100644 index 000000000000..94f79bffb8d4 --- /dev/null +++ b/_data/chains/eip155-7200.json @@ -0,0 +1,28 @@ +{ + "name": "exSat Network", + "chain": "exSat", + "icon": "exsat", + "rpc": ["https://evm.exsat.network"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://exsat.network/", + "shortName": "xsat", + "chainId": 7200, + "networkId": 7200, + "explorers": [ + { + "name": "exSat Explorer", + "url": "https://scan.exsat.network", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "" }] + } +} diff --git a/_data/chains/eip155-7210.json b/_data/chains/eip155-7210.json new file mode 100644 index 000000000000..c231518e1074 --- /dev/null +++ b/_data/chains/eip155-7210.json @@ -0,0 +1,17 @@ +{ + "name": "Nibiru Testnet-1", + "chain": "Nibiru", + "rpc": ["https://evm-rpc.testnet-1.nibiru.fi"], + "faucets": [], + "nativeCurrency": { + "name": "NIBI", + "symbol": "NIBI", + "decimals": 18 + }, + "infoURL": "https://nibiru.fi", + "shortName": "nibiru-testnet-1", + "chainId": 7210, + "networkId": 7210, + "icon": "nibiru", + "explorers": [] +} diff --git a/_data/chains/eip155-7222.json b/_data/chains/eip155-7222.json new file mode 100644 index 000000000000..a107fbb55d07 --- /dev/null +++ b/_data/chains/eip155-7222.json @@ -0,0 +1,17 @@ +{ + "name": "Nibiru Devnet-3", + "chain": "Nibiru", + "rpc": ["https://evm-rpc.devnet-3.nibiru.fi"], + "faucets": [], + "nativeCurrency": { + "name": "NIBI", + "symbol": "NIBI", + "decimals": 18 + }, + "infoURL": "https://nibiru.fi", + "shortName": "nibiru-devnet-3", + "chainId": 7222, + "networkId": 7222, + "icon": "nibiru", + "explorers": [] +} diff --git a/_data/chains/eip155-723107.json b/_data/chains/eip155-723107.json new file mode 100644 index 000000000000..2cc95e4766c8 --- /dev/null +++ b/_data/chains/eip155-723107.json @@ -0,0 +1,22 @@ +{ + "name": "TixChain Testnet", + "chain": "TIXCHAIN", + "rpc": ["https://subnets.avax.network/tixchain/testnet/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "TIX Token", + "symbol": "TIX", + "decimals": 18 + }, + "infoURL": "https://subnets-test.avax.network/tixchain/details", + "shortName": "tixchain", + "chainId": 723107, + "networkId": 723107, + "explorers": [ + { + "name": "TixChain Testnet Subnet Explorer", + "url": "https://subnets-test.avax.network/tixchain", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-7244.json b/_data/chains/eip155-7244.json index 8ad45285369c..e64a32a6eb54 100644 --- a/_data/chains/eip155-7244.json +++ b/_data/chains/eip155-7244.json @@ -5,7 +5,7 @@ "rpc": ["https://testnet-rpc.zeuschainscan.io"], "nativeCurrency": { "name": "The ZEUS Token", - "symbol": "ZEUS", + "symbol": "ZEUSX", "decimals": 18 }, "infoURL": "https://testnet-explorer.zeuschainscan.io", diff --git a/_data/chains/eip155-728126428.json b/_data/chains/eip155-728126428.json new file mode 100644 index 000000000000..b9963045ab78 --- /dev/null +++ b/_data/chains/eip155-728126428.json @@ -0,0 +1,27 @@ +{ + "name": "Tron Mainnet", + "chain": "TRON", + "rpc": [ + "https://rpc.ankr.com/tron_jsonrpc", + "https://api.trongrid.io/jsonrpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Tron", + "symbol": "TRX", + "decimals": 6 + }, + "infoURL": "https://tron.network", + "shortName": "tron", + "chainId": 728126428, + "networkId": 728126428, + "icon": "tron", + "explorers": [ + { + "name": "tronscan", + "url": "https://tronscan.org", + "icon": "tron", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-747.json b/_data/chains/eip155-747.json index c223995249cc..7af585be6731 100644 --- a/_data/chains/eip155-747.json +++ b/_data/chains/eip155-747.json @@ -1,5 +1,5 @@ { - "name": "Mainnet", + "name": "EVM on Flow", "chain": "Flow", "rpc": ["https://mainnet.evm.nodes.onflow.org"], "faucets": [], @@ -15,9 +15,9 @@ "icon": "flowevm", "explorers": [ { - "name": "Flow Diver", - "url": "https://flowdiver.io", - "standard": "none" + "name": "FlowScan", + "url": "https://evm.flowscan.io", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-756689.json b/_data/chains/eip155-756689.json new file mode 100644 index 000000000000..d460f5821290 --- /dev/null +++ b/_data/chains/eip155-756689.json @@ -0,0 +1,23 @@ +{ + "name": "PAYSCAN CHAIN", + "chain": "PAYSCAN CHAIN", + "rpc": ["https://rpc.payscan.live"], + "faucets": [], + "nativeCurrency": { + "name": "PYZ", + "symbol": "PYZ", + "decimals": 18 + }, + "infoURL": "https://payscan.live", + "shortName": "payscan", + "chainId": 756689, + "networkId": 756689, + "slip44": 108, + "explorers": [ + { + "name": "PAYSCAN CHAIN", + "url": "https://payscan.live", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-766.json b/_data/chains/eip155-766.json index e3c5fd815728..2d14705d1563 100644 --- a/_data/chains/eip155-766.json +++ b/_data/chains/eip155-766.json @@ -17,7 +17,7 @@ "explorers": [ { "name": "QL1 Mainnet Explorer", - "url": "https://mainnet.qom.one", + "url": "https://scan.qom.one", "icon": "qom", "standard": "EIP3091" } diff --git a/_data/chains/eip155-77777.json b/_data/chains/eip155-77777.json index 7498c3b21559..2de9f61cf97d 100644 --- a/_data/chains/eip155-77777.json +++ b/_data/chains/eip155-77777.json @@ -2,11 +2,11 @@ "name": "Toronet Mainnet", "chain": "Toronet", "icon": "toronet", - "rpc": ["http://toronet.org/rpc"], + "rpc": ["https://www.toronet.org/rpc2/"], "faucets": [], "nativeCurrency": { - "name": "Toro", - "symbol": "TORO", + "name": "Toroe", + "symbol": "TOROE", "decimals": 18 }, "infoURL": "https://toronet.org", diff --git a/_data/chains/eip155-7879.json b/_data/chains/eip155-7879.json new file mode 100644 index 000000000000..b8c98aeeb2ef --- /dev/null +++ b/_data/chains/eip155-7879.json @@ -0,0 +1,28 @@ +{ + "name": "Vexon Testnet", + "chain": "Vexon", + "rpc": [ + "https://rpc-testnet-asia1.vexonhub.org", + "https://rpc-testnet-europe1.vexonhub.org", + "https://rpc-testnet-01.vexonhub.org" + ], + "faucets": ["https://faucet-drip.vexonhub.org"], + "nativeCurrency": { + "name": "Vexon Testnet Native Token", + "symbol": "tVEX", + "decimals": 18 + }, + "infoURL": "https://vexonhub.org", + "shortName": "vexon", + "chainId": 7879, + "networkId": 7879, + "icon": "vexon", + "explorers": [ + { + "name": "Vexon Testnet Explorer", + "url": "https://testnet.vexonhub.org", + "standard": "EIP3091", + "icon": "vexon" + } + ] +} diff --git a/_data/chains/eip155-80002.json b/_data/chains/eip155-80002.json index f76af6d33ccf..088e30742da7 100644 --- a/_data/chains/eip155-80002.json +++ b/_data/chains/eip155-80002.json @@ -10,8 +10,8 @@ ], "faucets": ["https://faucet.polygon.technology/"], "nativeCurrency": { - "name": "MATIC", - "symbol": "MATIC", + "name": "POL", + "symbol": "POL", "decimals": 18 }, "infoURL": "https://polygon.technology/", diff --git a/_data/chains/eip155-8017.json b/_data/chains/eip155-8017.json new file mode 100644 index 000000000000..011c9369466b --- /dev/null +++ b/_data/chains/eip155-8017.json @@ -0,0 +1,26 @@ +{ + "name": "iSunCoin Mainnet", + "chain": "iSunCoin", + "icon": "isuncoin", + "rpc": ["https://mainnet.isuncoin.com"], + "faucets": [], + "nativeCurrency": { + "name": "ISC", + "symbol": "ISC", + "decimals": 18 + }, + "infoURL": "https://isuncoin.com", + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "shortName": "isc", + "chainId": 8017, + "networkId": 8017, + "slip44": 8017, + "explorers": [ + { + "name": "iSunCoin Explorer", + "icon": "isuncoin", + "url": "https://baifa.io/app/chains/8017", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-8108.json b/_data/chains/eip155-8108.json new file mode 100644 index 000000000000..73d0831501a8 --- /dev/null +++ b/_data/chains/eip155-8108.json @@ -0,0 +1,20 @@ +{ + "name": "Zenchain", + "chain": "ZCX", + "icon": "zenchain", + "rpc": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "ZCX", + "symbol": "ZCX", + "decimals": 18 + }, + "infoURL": "https://zenchain.io", + "shortName": "zen", + "chainId": 8108, + "networkId": 8108, + "slip44": 60, + "explorers": [], + "status": "incubating" +} diff --git a/_data/chains/eip155-812397.json b/_data/chains/eip155-812397.json new file mode 100644 index 000000000000..523ccc9d708a --- /dev/null +++ b/_data/chains/eip155-812397.json @@ -0,0 +1,27 @@ +{ + "name": "SG Verse Mainnet", + "chain": "SG Verse", + "icon": "sg_verse", + "rpc": ["https://rpc.sgverse.net/"], + "faucets": [], + "nativeCurrency": { + "name": "OAS", + "symbol": "OAS", + "decimals": 18 + }, + "infoURL": "", + "shortName": "SGV", + "chainId": 812397, + "networkId": 812397, + "explorers": [ + { + "name": "SG Verse Explorer", + "url": "https://explorer.sgverse.net", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-248" + } +} diff --git a/_data/chains/eip155-81457.json b/_data/chains/eip155-81457.json index 863993733198..2fc13ae05a7b 100644 --- a/_data/chains/eip155-81457.json +++ b/_data/chains/eip155-81457.json @@ -8,7 +8,8 @@ "https://blast.din.dev/rpc", "https://blastl2-mainnet.public.blastapi.io", "https://blast.blockpi.network/v1/rpc/public", - "https://blast-rpc.publicnode.com" + "https://blast-rpc.publicnode.com", + "wss://blast-rpc.publicnode.com" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-820.json b/_data/chains/eip155-820.json index 18f5406ff97b..132f23004246 100644 --- a/_data/chains/eip155-820.json +++ b/_data/chains/eip155-820.json @@ -1,16 +1,25 @@ { "name": "Callisto Mainnet", "chain": "CLO", - "rpc": ["https://rpc.callisto.network/"], - "faucets": [], + "icon": "callistonetwork", + "rpc": ["https://rpc.callistodao.org"], + "faucets": ["https://faucet.callistodao.org"], "nativeCurrency": { "name": "Callisto", "symbol": "CLO", "decimals": 18 }, - "infoURL": "https://callisto.network", + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://callistodao.org", "shortName": "clo", "chainId": 820, "networkId": 1, - "slip44": 820 + "slip44": 820, + "explorers": [ + { + "name": "blockscout-callisto-network", + "url": "https://explorer.callistodao.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index 0c681e1750e9..8f3ef207df7f 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -1,11 +1,11 @@ { "name": "Kaia Mainnet", "chain": "KAIA", - "rpc": ["https://public-en-cypress.klaytn.net"], + "rpc": ["https://public-en.node.kaia.io"], "faucets": [], "nativeCurrency": { "name": "KAIA", - "symbol": "KAIA", + "symbol": "KLAY", "decimals": 18 }, "infoURL": "https://kaia.io", diff --git a/_data/chains/eip155-83278.json b/_data/chains/eip155-83278.json new file mode 100644 index 000000000000..51d64c5b6970 --- /dev/null +++ b/_data/chains/eip155-83278.json @@ -0,0 +1,17 @@ +{ + "name": "Esa", + "chain": "Esa", + "rpc": ["http://65.108.151.70:8545"], + "faucets": [], + "nativeCurrency": { + "name": "Esa", + "symbol": "Esa", + "decimals": 18 + }, + "infoURL": "https://esculap.us", + "shortName": "Esa", + "chainId": 83278, + "networkId": 83278, + "icon": "EsaCoins", + "explorers": [] +} diff --git a/_data/chains/eip155-8408.json b/_data/chains/eip155-8408.json new file mode 100644 index 000000000000..ae2796b7e210 --- /dev/null +++ b/_data/chains/eip155-8408.json @@ -0,0 +1,29 @@ +{ + "name": "Zenchain Testnet", + "chain": "ZCX", + "icon": "zenchain", + "rpc": [ + "https://zenchain-testnet.api.onfinality.io/public", + "wss://zenchain-testnet.api.onfinality.io/public-ws" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://facuet.zenchain.io"], + "nativeCurrency": { + "name": "ZCX", + "symbol": "ZCX", + "decimals": 18 + }, + "infoURL": "https://zenchain.io", + "shortName": "zentest", + "chainId": 8408, + "networkId": 8408, + "slip44": 60, + "explorers": [ + { + "name": "zentrace", + "url": "https://zentrace.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-841.json b/_data/chains/eip155-841.json index a877056f9e71..0ba32375e2ed 100644 --- a/_data/chains/eip155-841.json +++ b/_data/chains/eip155-841.json @@ -2,7 +2,7 @@ "name": "Taraxa Mainnet", "chain": "Tara", "icon": "taraxa", - "rpc": ["https://rpc.mainnet.taraxa.io/"], + "rpc": ["https://rpc.mainnet.taraxa.io/", "https://ws.mainnet.taraxa.io"], "faucets": [], "nativeCurrency": { "name": "Tara", diff --git a/_data/chains/eip155-842.json b/_data/chains/eip155-842.json index 5f9d13b35210..52d1fbb1a99c 100644 --- a/_data/chains/eip155-842.json +++ b/_data/chains/eip155-842.json @@ -2,7 +2,7 @@ "name": "Taraxa Testnet", "chain": "Tara", "icon": "taraxa", - "rpc": ["https://rpc.testnet.taraxa.io/"], + "rpc": ["https://rpc.testnet.taraxa.io/", "https://ws.testnet.taraxa.io"], "faucets": [], "nativeCurrency": { "name": "Tara", diff --git a/_data/chains/eip155-8428.json b/_data/chains/eip155-8428.json new file mode 100644 index 000000000000..58e76b58cf25 --- /dev/null +++ b/_data/chains/eip155-8428.json @@ -0,0 +1,24 @@ +{ + "name": "THAT Mainnet", + "chain": "THAT", + "rpc": ["https://api.thatchain.io", "https://api.thatchain.io/mainnet"], + "faucets": [], + "nativeCurrency": { + "name": "THAT", + "symbol": "THAT", + "decimals": 18 + }, + "infoURL": "https://that.website", + "shortName": "THAT", + "chainId": 8428, + "networkId": 8428, + "icon": "that", + "explorers": [ + { + "name": "THAT Explorer", + "url": "https://that.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-85321.json b/_data/chains/eip155-85321.json new file mode 100644 index 000000000000..932138f10a84 --- /dev/null +++ b/_data/chains/eip155-85321.json @@ -0,0 +1,22 @@ +{ + "name": "GDPR Testnet", + "chain": "GDPR", + "rpc": ["https://rpc.testnet.gdprchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "GDPR", + "symbol": "GDPR", + "decimals": 18 + }, + "infoURL": "https://explorer.testnet.gdprchain.com", + "shortName": "gdpr-testnet", + "chainId": 85321, + "networkId": 85321, + "explorers": [ + { + "name": "GDPR Testnet Explorer (Blockscout)", + "url": "https://explorer.testnet.gdprchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-88559.json b/_data/chains/eip155-88559.json index bdd47a4bba05..8d6745e82428 100644 --- a/_data/chains/eip155-88559.json +++ b/_data/chains/eip155-88559.json @@ -1,23 +1,23 @@ { - "name": "Inoai Network", + "name": "InoAi", "chain": "INOAI", "faucets": [], "rpc": ["https://inoai-network.com"], "nativeCurrency": { - "name": "Inoai", + "name": "InoAi", "symbol": "INO", "decimals": 18 }, - "infoURL": "https://inoai.info", - "shortName": "INOAI", + "infoURL": "https://docs.inoai.info/", + "shortName": "INO", "chainId": 88559, "networkId": 88559, "icon": "inoai", "explorers": [ { - "name": "inoai live", + "name": "inoai.live", "url": "https://inoai.live", - "standard": "none" + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-90002.json b/_data/chains/eip155-90002.json new file mode 100644 index 000000000000..32f7f9bf083b --- /dev/null +++ b/_data/chains/eip155-90002.json @@ -0,0 +1,23 @@ +{ + "name": "UBIT SMARTCHAIN MAINNET", + "chain": "UBIT SMARTCHAIN", + "rpc": ["https://rpc.ubitscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "USC", + "symbol": "USC", + "decimals": 18 + }, + "infoURL": "https://ubitscan.io", + "shortName": "UBITSCAN", + "chainId": 90002, + "networkId": 90002, + "slip44": 108, + "explorers": [ + { + "name": "UBITSCAN", + "url": "https://ubitscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9069.json b/_data/chains/eip155-9069.json new file mode 100644 index 000000000000..8cfa42c4f894 --- /dev/null +++ b/_data/chains/eip155-9069.json @@ -0,0 +1,18 @@ +{ + "name": "Apex Fusion - Nexus Mainnet", + "chain": "Nexus Mainnet", + "rpc": ["https://rpc.nexus.mainnet.apexfusion.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Apex Fusion Token", + "symbol": "AP3X", + "decimals": 18 + }, + "infoURL": "https://apexfusion.org/", + "features": [{ "name": "EIP155" }], + "shortName": "AP3X", + "chainId": 9069, + "networkId": 9069, + "icon": "apexfusion", + "explorers": [] +} diff --git a/_data/chains/eip155-9070.json b/_data/chains/eip155-9070.json new file mode 100644 index 000000000000..968cde01d879 --- /dev/null +++ b/_data/chains/eip155-9070.json @@ -0,0 +1,25 @@ +{ + "name": "Apex Fusion - Nexus testnet", + "chain": "Nexus testnet", + "rpc": ["https://rpc.nexus.testnet.apexfusion.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Apex Fusion Token", + "symbol": "tAP3X", + "decimals": 18 + }, + "infoURL": "https://apexfusion.org/", + "features": [{ "name": "EIP155" }], + "shortName": "tAP3X", + "chainId": 9070, + "networkId": 9070, + "icon": "apexfusion", + "explorers": [ + { + "name": "apexfusion", + "url": "https://explorer.nexus.testnet.apexfusion.org", + "icon": "apexfusion", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-918.json b/_data/chains/eip155-918.json new file mode 100644 index 000000000000..0b376185178c --- /dev/null +++ b/_data/chains/eip155-918.json @@ -0,0 +1,25 @@ +{ + "name": "SlerfChain Mainnet", + "title": "SlerfChain Mainnet", + "chain": "SLERF CHAIN", + "rpc": ["https://rpc.slerfchain.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "WSLERF", + "symbol": "WSLERF", + "decimals": 18 + }, + "infoURL": "https://slerfchain.xyz", + "shortName": "SlerfChain-Mainnet", + "chainId": 918, + "networkId": 918, + "icon": "slerf", + "explorers": [ + { + "name": "SlerfChain Scan", + "url": "https://scan.slerfchain.xyz", + "icon": "slerf", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-920637907288165.json b/_data/chains/eip155-920637907288165.json new file mode 100644 index 000000000000..4e41200c21dd --- /dev/null +++ b/_data/chains/eip155-920637907288165.json @@ -0,0 +1,33 @@ +{ + "name": "Kakarot Starknet Sepolia", + "chain": "ETH", + "icon": "kakarot", + "rpc": ["https://sepolia-rpc.kakarot.org"], + "faucets": ["https://sepolia-faucet.kakarot.org/"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://kakarot.org", + "shortName": "kkrt-starknet-sepolia", + "chainId": 920637907288165, + "networkId": 920637907288165, + "explorers": [ + { + "name": "Kakarot Scan", + "url": "https://sepolia.kakarotscan.org", + "standard": "EIP3091" + }, + { + "name": "Kakarot Explorer", + "url": "https://sepolia-explorer.kakarot.org", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [] + } +} diff --git a/_data/chains/eip155-9302.json b/_data/chains/eip155-9302.json new file mode 100644 index 000000000000..0390eaa24562 --- /dev/null +++ b/_data/chains/eip155-9302.json @@ -0,0 +1,22 @@ +{ + "name": "Galactica-Reticulum", + "chain": "Galactica Testnet", + "rpc": ["https://evm-rpc-http-reticulum.galactica.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Galactica Reticulum", + "symbol": "GNET", + "decimals": 18 + }, + "infoURL": "https://galactica.com", + "shortName": "GNET", + "chainId": 9302, + "networkId": 9302, + "explorers": [ + { + "name": "Galactica-Reticulum Explorer", + "url": "https://explorer-reticulum.galactica.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-938.json b/_data/chains/eip155-938.json new file mode 100644 index 000000000000..d434568360b7 --- /dev/null +++ b/_data/chains/eip155-938.json @@ -0,0 +1,31 @@ +{ + "name": "Haust Mainnet", + "title": "Haust Mainnet", + "chain": "Haust", + "rpc": ["https://haust-network-rpc.eu-north-2.gateway.fm"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "HAUST", + "symbol": "HAUST", + "decimals": 18 + }, + "infoURL": "https://haust.network/", + "shortName": "haust", + "chainId": 938, + "networkId": 938, + "icon": "haust", + "explorers": [ + { + "name": "blockscout", + "url": "https://haust-network-blockscout.eu-north-2.gateway.fm", + "icon": "haust", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://haust-network-bridge.eu-north-2.gateway.fm" }] + } +} diff --git a/_data/chains/eip155-945.json b/_data/chains/eip155-945.json new file mode 100644 index 000000000000..2ad95686f91e --- /dev/null +++ b/_data/chains/eip155-945.json @@ -0,0 +1,25 @@ +{ + "name": "Subtensor EVM Testnet", + "chain": "Bittensor", + "rpc": ["https://evm-testnet.dev.opentensor.ai"], + "faucets": [], + "nativeCurrency": { + "name": "testTAO", + "symbol": "TAO", + "decimals": 9 + }, + "infoURL": "https://bittensor.com/", + "shortName": "bittensor-evm-testnet", + "chainId": 945, + "networkId": 945, + "slip44": 1005, + "icon": "bittensor", + "explorers": [ + { + "name": "Subtensor EVM Explorer", + "url": "https://evm-testscan.dev.opentensor.ai", + "icon": "bittensor", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-95432.json b/_data/chains/eip155-95432.json new file mode 100644 index 000000000000..35feb42d2978 --- /dev/null +++ b/_data/chains/eip155-95432.json @@ -0,0 +1,23 @@ +{ + "name": "SRICHAIN", + "chain": "SRICHAIN", + "rpc": ["https://rpc.sriscan.com/"], + "faucets": [], + "nativeCurrency": { + "name": "SRIX", + "symbol": "SRIX", + "decimals": 18 + }, + "infoURL": "https://sriscan.com", + "shortName": "sriscan", + "chainId": 95432, + "networkId": 95432, + "slip44": 108, + "explorers": [ + { + "name": "SRICHAIN", + "url": "https://sriscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-97053.json b/_data/chains/eip155-97053.json new file mode 100644 index 000000000000..299b3ef7ca10 --- /dev/null +++ b/_data/chains/eip155-97053.json @@ -0,0 +1,23 @@ +{ + "name": "Tetron Testnet Smart Chain", + "chain": "Tetron Testnet", + "rpc": ["https://test-rpc.tscscan.org"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "Tetron Testnet", + "symbol": "TSC", + "decimals": 18 + }, + "infoURL": "https://tetronchain.com/", + "shortName": "TetronTestnet", + "chainId": 97053, + "networkId": 97053, + "explorers": [ + { + "name": "Tetron Explorer", + "url": "https://testnet.tscscan.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-97055.json b/_data/chains/eip155-97055.json new file mode 100644 index 000000000000..5ca03bc9cb84 --- /dev/null +++ b/_data/chains/eip155-97055.json @@ -0,0 +1,23 @@ +{ + "name": "Tetron Smart Chain", + "chain": "Tetron Mainnet", + "rpc": ["https://rpc.tscscan.org"], + "faucets": [], + "features": [{ "name": "EIP155" }], + "nativeCurrency": { + "name": "Tetron Mainnet", + "symbol": "TSC", + "decimals": 18 + }, + "infoURL": "https://tetronchain.com/", + "shortName": "Tetron", + "chainId": 97055, + "networkId": 97055, + "explorers": [ + { + "name": "Tetron Smart ChainExplorer", + "url": "https://tscscan.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-973.json b/_data/chains/eip155-973.json new file mode 100644 index 000000000000..b149f0d71cb7 --- /dev/null +++ b/_data/chains/eip155-973.json @@ -0,0 +1,23 @@ +{ + "name": "Palm Smart Chain", + "title": "Palm Smart Chain", + "chain": "Palm", + "rpc": ["https://rpc.palmsmartchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "PALM", + "symbol": "PALM", + "decimals": 18 + }, + "infoURL": "https://palmsmartchain.io", + "shortName": "PalmChain", + "chainId": 973, + "networkId": 973, + "explorers": [ + { + "name": "Palm Smart Chain Explorer", + "url": "https://explorer.palmsmartchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-97766.json b/_data/chains/eip155-97766.json new file mode 100644 index 000000000000..14316f107cc2 --- /dev/null +++ b/_data/chains/eip155-97766.json @@ -0,0 +1,23 @@ +{ + "name": "MetaBenz CHAIN", + "chain": "MetaBenz CHAIN", + "rpc": ["https://rpc.metabenzscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "MBC", + "symbol": "MBC", + "decimals": 18 + }, + "infoURL": "https://metabenzscan.com", + "shortName": "metabenzscan", + "chainId": 97766, + "networkId": 97766, + "slip44": 108, + "explorers": [ + { + "name": "MetaBenz CHAIN", + "url": "https://metabenzscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-978658.json b/_data/chains/eip155-978658.json new file mode 100644 index 000000000000..2f3bf87bdd4a --- /dev/null +++ b/_data/chains/eip155-978658.json @@ -0,0 +1,37 @@ +{ + "name": "Treasure Topaz", + "chain": "Treasure Topaz", + "shortName": "Topaz", + "chainId": 978658, + "networkId": 978658, + "nativeCurrency": { + "name": "Testnet MAGIC", + "symbol": "MAGIC", + "decimals": 18 + }, + "slip44": 1, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://app.treasure.lol", + "icon": "treasuretopaz", + "rpc": ["https://rpc.topaz.treasure.lol", "wss://rpc.topaz.treasure.lol/ws"], + "faucets": [ + "https://app.treasure.lol/chain/faucet", + "https://thirdweb.com/treasure-topaz" + ], + "explorers": [ + { + "name": "treasurescan", + "url": "https://topaz.treasurescan.io", + "icon": "treasure", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { "url": "https://app.treasure.lol/chain/bridge" }, + { "url": "https://portal.topaz.treasure.lol/bridge" } + ] + } +} diff --git a/_data/chains/eip155-9788.json b/_data/chains/eip155-9788.json new file mode 100644 index 000000000000..015dbe8f7bbe --- /dev/null +++ b/_data/chains/eip155-9788.json @@ -0,0 +1,22 @@ +{ + "name": "Tabi Testnetv2", + "chain": "TabiNetworkv2", + "rpc": ["https://rpc.testnetv2.tabichain.com"], + "faucets": ["https://carnival.tabichain.com"], + "nativeCurrency": { + "name": "Tabi", + "symbol": "TABI", + "decimals": 18 + }, + "infoURL": "https://www.tabichain.com", + "shortName": "tabitestv2", + "chainId": 9788, + "networkId": 9788, + "explorers": [ + { + "name": "Tabi Testnet V2 Explorer", + "url": "https://testnetv2.tabiscan.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-97912060.json b/_data/chains/eip155-97912060.json new file mode 100644 index 000000000000..0cacb8035b91 --- /dev/null +++ b/_data/chains/eip155-97912060.json @@ -0,0 +1,17 @@ +{ + "name": "ChadChain", + "chain": "CHAD", + "status": "incubating", + "rpc": ["https://rpc.chadchain.org"], + "faucets": [], + "nativeCurrency": { + "name": "ChadChain", + "symbol": "CHAD", + "decimals": 18 + }, + "infoURL": "https://chadchain.org", + "shortName": "chad", + "chainId": 97912060, + "networkId": 97912060, + "explorers": [] +} diff --git a/_data/chains/eip155-9897.json b/_data/chains/eip155-9897.json new file mode 100644 index 000000000000..832d8a046cc8 --- /dev/null +++ b/_data/chains/eip155-9897.json @@ -0,0 +1,37 @@ +{ + "name": "arena-z-testnet", + "title": "Arena-Z-Testnet", + "chain": "arena-z-testnet", + "rpc": [ + "https://rpc.arena-z.t.raas.gelato.cloud", + "wss://ws.arena-z.t.raas.gelato.cloud" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "arena-z", + "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet", + "faucets": [], + "shortName": "arena-z-testnet", + "chainId": 9897, + "networkId": 9897, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://arena-z.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" } + ] + }, + "status": "active" +} diff --git a/_data/chains/eip155-994873017.json b/_data/chains/eip155-994873017.json new file mode 100644 index 000000000000..a0992f157cc3 --- /dev/null +++ b/_data/chains/eip155-994873017.json @@ -0,0 +1,33 @@ +{ + "name": "Lumia Mainnet", + "shortName": "lumia-mainnet", + "title": "Lumia Mainnet", + "chain": "ETH", + "icon": "lumia", + "rpc": ["https://mainnet-rpc.lumia.org"], + "faucets": [], + "nativeCurrency": { + "name": "Lumia", + "symbol": "LUMIA", + "decimals": 18 + }, + "infoURL": "https://lumia.org", + "chainId": 994873017, + "networkId": 994873017, + "explorers": [ + { + "name": "Lumia Mainnet Explorer", + "url": "https://explorer.lumia.org", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.lumia.org" + } + ] + } +} diff --git a/_data/chains/eip155-995.json b/_data/chains/eip155-995.json index 7b285f1cef0d..8038d6f7064b 100644 --- a/_data/chains/eip155-995.json +++ b/_data/chains/eip155-995.json @@ -5,7 +5,7 @@ "faucets": [], "nativeCurrency": { "name": "5ire Token", - "symbol": "5IRE", + "symbol": "5ire", "decimals": 18 }, "infoURL": "https://5ire.org", diff --git a/_data/chains/eip155-996.json b/_data/chains/eip155-996.json new file mode 100644 index 000000000000..2283415a0e3c --- /dev/null +++ b/_data/chains/eip155-996.json @@ -0,0 +1,16 @@ +{ + "name": "Bifrost Polkadot Mainnet", + "chain": "Bifrost", + "rpc": ["https://hk.p.bifrost-rpc.liebi.com"], + "faucets": [], + "nativeCurrency": { + "name": "Wrapped ETH", + "symbol": "WETH", + "decimals": 18 + }, + "infoURL": "https://bifrost.io/", + "shortName": "bnc", + "chainId": 996, + "networkId": 996, + "icon": "bifrost-polkadot" +} diff --git a/_data/chains/eip155-9966.json b/_data/chains/eip155-9966.json new file mode 100644 index 000000000000..3b8ce388fa3e --- /dev/null +++ b/_data/chains/eip155-9966.json @@ -0,0 +1,28 @@ +{ + "name": "UXER TESTNET NETWORK", + "chain": "UXER", + "rpc": [ + "https://dev-testnet.uxer.network", + "https://data-cloud-testnet.uxer.network" + ], + "faucets": ["https://faucet.uxer.network"], + "nativeCurrency": { + "name": "UXER", + "symbol": "tUXER", + "decimals": 18 + }, + "infoURL": "https://uxer.network", + "shortName": "uxer", + "chainId": 9966, + "networkId": 9966, + "slip44": 1, + "icon": "uxer", + "explorers": [ + { + "name": "UXER TESTNET EXPLORER", + "icon": "uxer", + "url": "https://testnet.uxer.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-997.json b/_data/chains/eip155-997.json index cd3a89766fc6..46df71b44e8e 100644 --- a/_data/chains/eip155-997.json +++ b/_data/chains/eip155-997.json @@ -1,8 +1,8 @@ { - "name": "5ireChain Thunder", - "chain": "5ireChain Testnet", - "rpc": ["https://rpc-testnet.5ire.network"], - "faucets": ["https://explorer.5ire.network/faucet"], + "name": "5ireChain Thunder Testnet", + "chain": "5ireChain", + "rpc": ["https://rpc.testnet.5ire.network"], + "faucets": ["https://testnet.5irescan.io/faucet"], "nativeCurrency": { "name": "5ire Testnet Token", "symbol": "T5IRE", @@ -15,8 +15,8 @@ "icon": "5ireChain", "explorers": [ { - "name": "5ireChain Explorer", - "url": "https://explorer.5ire.network", + "name": "5ireChain Testnet Explorer", + "url": "https://testnet.5irescan.io", "standard": "none", "icon": "5ireChain" } diff --git a/_data/chains/eip155-9982.json b/_data/chains/eip155-9982.json new file mode 100644 index 000000000000..284f309af716 --- /dev/null +++ b/_data/chains/eip155-9982.json @@ -0,0 +1,24 @@ +{ + "name": "MFEV CHAIN MAINNET", + "chain": "MFEV CHAIN", + "rpc": ["https://rpc.mfevscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "MFEV", + "symbol": "MFEV", + "decimals": 18 + }, + "infoURL": "https://mfevscan.com", + "shortName": "mfevscan", + "chainId": 9982, + "networkId": 9982, + "slip44": 108, + "explorers": [ + { + "name": "MFEV CHAIN", + "url": "https://mfevscan.com", + "icon": "mfev", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-99876.json b/_data/chains/eip155-99876.json new file mode 100644 index 000000000000..8f5feb8a3d17 --- /dev/null +++ b/_data/chains/eip155-99876.json @@ -0,0 +1,24 @@ +{ + "name": "Edge Matrix Chain Testnet", + "chain": "EMC Testnet", + "icon": "emctest", + "rpc": ["https://rpc1-testnet.emc.network"], + "faucets": [], + "nativeCurrency": { + "name": "Edge Matrix Chain Token", + "symbol": "EMC", + "decimals": 18 + }, + "infoURL": "", + "shortName": "EMCTestnet", + "chainId": 99876, + "networkId": 99876, + + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet.emcscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9999999.json b/_data/chains/eip155-9999999.json new file mode 100644 index 000000000000..84a6f4898cb0 --- /dev/null +++ b/_data/chains/eip155-9999999.json @@ -0,0 +1,26 @@ +{ + "name": "Fluence", + "chain": "Fluence", + "rpc": ["https://rpc.mainnet.fluence.dev/", "wss://ws.mainnet.fluence.dev/"], + "faucets": [], + "nativeCurrency": { + "name": "FLT", + "symbol": "FLT", + "decimals": 18 + }, + "infoURL": "https://fluence.network/", + "shortName": "fluence", + "chainId": 9999999, + "networkId": 9999999, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.mainnet.fluence.dev", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1" + } +} diff --git a/_data/icons/6do.json b/_data/icons/6do.json new file mode 100644 index 000000000000..194c337ca558 --- /dev/null +++ b/_data/icons/6do.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/EsaCoins.json b/_data/icons/EsaCoins.json new file mode 100644 index 000000000000..c398517839a4 --- /dev/null +++ b/_data/icons/EsaCoins.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF", + "width": 1008, + "height": 1008, + "format": "png" + } +] diff --git a/_data/icons/addfillmain.json b/_data/icons/addfillmain.json new file mode 100644 index 000000000000..b9ab1598c27d --- /dev/null +++ b/_data/icons/addfillmain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx", + "width": 697, + "height": 697, + "format": "png" + } +] diff --git a/_data/icons/addfilltest.json b/_data/icons/addfilltest.json new file mode 100644 index 000000000000..b9ab1598c27d --- /dev/null +++ b/_data/icons/addfilltest.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx", + "width": 697, + "height": 697, + "format": "png" + } +] diff --git a/_data/icons/aia.json b/_data/icons/aia.json index b7a9d1dd1091..1f01530e525a 100644 --- a/_data/icons/aia.json +++ b/_data/icons/aia.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy", - "width": 160, - "height": 160, + "url": "ipfs://QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg", + "width": 150, + "height": 150, "format": "png" } ] diff --git a/_data/icons/aleph-zero.json b/_data/icons/aleph-zero.json new file mode 100644 index 000000000000..ae119a9b0f80 --- /dev/null +++ b/_data/icons/aleph-zero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUmw7yJDdkTV6SNp5PDfMLe5LWMfUo6vyQbh7fdhTfGDH", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/apexfusion.json b/_data/icons/apexfusion.json new file mode 100644 index 000000000000..9d3edc1318e4 --- /dev/null +++ b/_data/icons/apexfusion.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d", + "width": 410, + "height": 410, + "format": "svg" + } +] diff --git a/_data/icons/arena-z.json b/_data/icons/arena-z.json new file mode 100644 index 000000000000..03ca97102cb0 --- /dev/null +++ b/_data/icons/arena-z.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma", + "width": 1000, + "height": 1000, + "format": "png" + } +] diff --git a/_data/icons/arma.json b/_data/icons/arma.json new file mode 100644 index 000000000000..9b7e9660701f --- /dev/null +++ b/_data/icons/arma.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcwQFHeLV7PCMe37nDb6pAgisUo5tVH6TBXsySDGtC9b9", + "width": 800, + "height": 800, + "format": "png" + } +] diff --git a/_data/icons/assetchain.json b/_data/icons/assetchain.json new file mode 100644 index 000000000000..9ca023308020 --- /dev/null +++ b/_data/icons/assetchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ", + "width": 1500, + "height": 1500, + "format": "png" + } +] diff --git a/_data/icons/bchyper.json b/_data/icons/bchyper.json new file mode 100644 index 000000000000..324209d2d5b8 --- /dev/null +++ b/_data/icons/bchyper.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/bifrost-polkadot.json b/_data/icons/bifrost-polkadot.json new file mode 100644 index 000000000000..ffdf804e1c74 --- /dev/null +++ b/_data/icons/bifrost-polkadot.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcNsubj4ane1QXTfWt4Xm4SYU59TMnevtW5TuKprrBCHk", + "width": 480, + "height": 480, + "format": "svg" + } +] diff --git a/_data/icons/bittensor.json b/_data/icons/bittensor.json new file mode 100644 index 000000000000..0e1a3221ca99 --- /dev/null +++ b/_data/icons/bittensor.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/bless.json b/_data/icons/bless.json new file mode 100644 index 000000000000..b71bd045a39e --- /dev/null +++ b/_data/icons/bless.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ", + "width": 600, + "height": 600, + "format": "png" + } +] diff --git a/_data/icons/btcprotocol.json b/_data/icons/btcprotocol.json new file mode 100644 index 000000000000..68f0fa458d83 --- /dev/null +++ b/_data/icons/btcprotocol.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB", + "width": 792, + "height": 792, + "format": "png" + } +] diff --git a/_data/icons/callistonetwork.json b/_data/icons/callistonetwork.json new file mode 100644 index 000000000000..aece2c4353f1 --- /dev/null +++ b/_data/icons/callistonetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQbn4Jr6PLSsgFo1eALKQ7eMfndJJJ4B15a9yj5G5vMLC", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/changchain.json b/_data/icons/changchain.json new file mode 100644 index 000000000000..550af32333d3 --- /dev/null +++ b/_data/icons/changchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy", + "width": 1024, + "height": 1024, + "format": "jpg" + } +] diff --git a/_data/icons/cheesechain.json b/_data/icons/cheesechain.json new file mode 100644 index 000000000000..930efdd9b7f8 --- /dev/null +++ b/_data/icons/cheesechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNixMsKsnQKM925X3w85TBgFRFRFAe4gGGQw79UnT8BrV", + "width": 512, + "height": 512, + "format": "jpg" + } +] diff --git a/_data/icons/co2e.json b/_data/icons/co2e.json new file mode 100644 index 000000000000..8a9901dfeacb --- /dev/null +++ b/_data/icons/co2e.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmdcs7BTuVPjMxfQjfcWdzVeRiXwhzRtRj637pyGRbT9ff", + "width": 2400, + "height": 2400, + "format": "png" + } +] diff --git a/_data/icons/cratd2c-testnet.json b/_data/icons/cratd2c-testnet.json new file mode 100644 index 000000000000..3d02e36c0d98 --- /dev/null +++ b/_data/icons/cratd2c-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde", + "width": 128, + "height": 128, + "format": "png" + } +] diff --git a/_data/icons/creatorchain.json b/_data/icons/creatorchain.json new file mode 100644 index 000000000000..4c4134356785 --- /dev/null +++ b/_data/icons/creatorchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4", + "width": 1280, + "height": 1280, + "format": "png" + } +] diff --git a/_data/icons/creditcoin.json b/_data/icons/creditcoin.json index 7cd9c53c795a..c2acddb22fd6 100644 --- a/_data/icons/creditcoin.json +++ b/_data/icons/creditcoin.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX", - "width": 1024, - "height": 1024, - "format": "png" + "url": "ipfs://QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd", + "width": 1200, + "height": 1200, + "format": "jpg" } ] diff --git a/_data/icons/divc.json b/_data/icons/divc.json new file mode 100644 index 000000000000..47cbf7bf1c27 --- /dev/null +++ b/_data/icons/divc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/duckchain.json b/_data/icons/duckchain.json new file mode 100644 index 000000000000..d0b0face249d --- /dev/null +++ b/_data/icons/duckchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL", + "width": 1042, + "height": 1042, + "format": "png" + } +] diff --git a/_data/icons/dustboy.json b/_data/icons/dustboy.json new file mode 100644 index 000000000000..0e005d52f509 --- /dev/null +++ b/_data/icons/dustboy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3", + "width": 284, + "height": 284, + "format": "svg" + } +] diff --git a/_data/icons/emctest.json b/_data/icons/emctest.json new file mode 100644 index 000000000000..f1f83b86f185 --- /dev/null +++ b/_data/icons/emctest.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh", + "width": 502, + "height": 579, + "format": "png" + } +] diff --git a/_data/icons/erbie.json b/_data/icons/erbie.json new file mode 100644 index 000000000000..03a19b129cce --- /dev/null +++ b/_data/icons/erbie.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z", + "width": 163, + "height": 159, + "format": "png" + } +] diff --git a/_data/icons/esync.json b/_data/icons/esync.json new file mode 100644 index 000000000000..f3a54901a7ae --- /dev/null +++ b/_data/icons/esync.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj", + "width": 297, + "height": 70, + "format": "svg" + } +] diff --git a/_data/icons/ethernity.json b/_data/icons/ethernity.json new file mode 100644 index 000000000000..ef45afc254bb --- /dev/null +++ b/_data/icons/ethernity.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/ethos.json b/_data/icons/ethos.json new file mode 100644 index 000000000000..e68a2c203563 --- /dev/null +++ b/_data/icons/ethos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTHkNAvYzYnHoKm5ht7RKXqChFeBndptunhMDfcCict2J", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/everclear.json b/_data/icons/everclear.json new file mode 100644 index 000000000000..012c84433dc9 --- /dev/null +++ b/_data/icons/everclear.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn", + "width": 501, + "height": 501, + "format": "svg" + } +] diff --git a/_data/icons/exsat.json b/_data/icons/exsat.json new file mode 100644 index 000000000000..b131ad6abd21 --- /dev/null +++ b/_data/icons/exsat.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/geist.json b/_data/icons/geist.json new file mode 100644 index 000000000000..5406c1312bd0 --- /dev/null +++ b/_data/icons/geist.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8", + "width": 1016, + "height": 1016, + "format": "png" + } +] diff --git a/_data/icons/glide.json b/_data/icons/glide.json new file mode 100644 index 000000000000..78aadc79ba16 --- /dev/null +++ b/_data/icons/glide.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa", + "width": 700, + "height": 700, + "format": "svg" + } +] diff --git a/_data/icons/haust.json b/_data/icons/haust.json new file mode 100644 index 000000000000..1451f5b4dd84 --- /dev/null +++ b/_data/icons/haust.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm", + "width": 206, + "height": 206, + "format": "svg" + } +] diff --git a/_data/icons/highOctane.json b/_data/icons/highOctane.json new file mode 100644 index 000000000000..c97b3bed9796 --- /dev/null +++ b/_data/icons/highOctane.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu", + "width": 331, + "height": 331, + "format": "png" + } +] diff --git a/_data/icons/inoai.json b/_data/icons/inoai.json index 35ef51cbddd1..cf7ea1ffaca0 100644 --- a/_data/icons/inoai.json +++ b/_data/icons/inoai.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmdP8zAZEwUbf3pt8t9Ykho866ni5AMgutvkn3cBsV8gKG", + "url": "ipfs://QmdiEBREiSP9TBHqxV8Ap3kehvBktBWFCpXs3mkC4e18zM", "width": 500, "height": 500, "format": "png" diff --git a/_data/icons/isuncoin.json b/_data/icons/isuncoin.json new file mode 100644 index 000000000000..5144f42e38cd --- /dev/null +++ b/_data/icons/isuncoin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmdj8PwchmbpZKYvkB3oJiRX9eZdY6C16AbEz6D1DU3Vqn", + "width": 60, + "height": 61, + "format": "svg" + } +] diff --git a/_data/icons/karak.json b/_data/icons/karak.json index bc3495f46366..6d3ce3b8d65c 100644 --- a/_data/icons/karak.json +++ b/_data/icons/karak.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej", - "width": 1080, - "height": 1080, + "url": "ipfs://QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ", + "width": 256, + "height": 256, "format": "png" } ] diff --git a/_data/icons/laika.json b/_data/icons/laika.json new file mode 100644 index 000000000000..4de0ea6aa061 --- /dev/null +++ b/_data/icons/laika.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa", + "width": 513, + "height": 513, + "format": "png" + } +] diff --git a/_data/icons/lestnet.json b/_data/icons/lestnet.json new file mode 100644 index 000000000000..fec5336d779a --- /dev/null +++ b/_data/icons/lestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha", + "width": 280, + "height": 280, + "format": "svg" + } +] diff --git a/_data/icons/litentry.json b/_data/icons/litentry.json new file mode 100644 index 000000000000..577bb992fb02 --- /dev/null +++ b/_data/icons/litentry.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6", + "width": 614, + "height": 614, + "format": "png" + } +] diff --git a/_data/icons/lumia.json b/_data/icons/lumia.json new file mode 100644 index 000000000000..ee6a50ed6fcb --- /dev/null +++ b/_data/icons/lumia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/matchain.json b/_data/icons/matchain.json new file mode 100644 index 000000000000..eadec6466d28 --- /dev/null +++ b/_data/icons/matchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn", + "width": 393, + "height": 412, + "format": "png" + } +] diff --git a/_data/icons/mechain.json b/_data/icons/mechain.json new file mode 100644 index 000000000000..67d972ca4343 --- /dev/null +++ b/_data/icons/mechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNqJnEL2Aj7pLKYnJwRnWGZFwUWTsvfZm8CofA8ztvD6J", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/metacces.json b/_data/icons/metacces.json new file mode 100644 index 000000000000..b13c7bd9ed11 --- /dev/null +++ b/_data/icons/metacces.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV", + "width": 40, + "height": 38, + "format": "png" + } +] diff --git a/_data/icons/mfev.json b/_data/icons/mfev.json new file mode 100644 index 000000000000..38edb69a72c7 --- /dev/null +++ b/_data/icons/mfev.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmafSpJpbgdVGRFPmbQzEooMj5XDnoWztWCFGePEz677RD", + "width": 433, + "height": 402, + "format": "png" + } +] diff --git a/_data/icons/minato.json b/_data/icons/minato.json new file mode 100644 index 000000000000..12f8ed4493c1 --- /dev/null +++ b/_data/icons/minato.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi", + "width": 301, + "height": 300, + "format": "svg" + } +] diff --git a/_data/icons/mttnetwork.json b/_data/icons/mttnetwork.json new file mode 100644 index 000000000000..c280df370086 --- /dev/null +++ b/_data/icons/mttnetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/nero.json b/_data/icons/nero.json new file mode 100644 index 000000000000..f99e15062e1e --- /dev/null +++ b/_data/icons/nero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdkENLFjLRNts2kBspNbM3q84WjG5Yf7C8amVVr7FCQrp", + "width": 521, + "height": 521, + "format": "png" + } +] diff --git a/_data/icons/nibiru.json b/_data/icons/nibiru.json new file mode 100644 index 000000000000..2542e5d28a48 --- /dev/null +++ b/_data/icons/nibiru.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/occ-mainnet.json b/_data/icons/occ-mainnet.json new file mode 100644 index 000000000000..d4c1552a1956 --- /dev/null +++ b/_data/icons/occ-mainnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt", + "width": 60, + "height": 60, + "format": "svg" + } +] diff --git a/_data/icons/overIcon.json b/_data/icons/overIcon.json new file mode 100644 index 000000000000..7e63774f11d0 --- /dev/null +++ b/_data/icons/overIcon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs", + "width": 600, + "height": 600, + "format": "png" + } +] diff --git a/_data/icons/polterGeist.json b/_data/icons/polterGeist.json new file mode 100644 index 000000000000..5406c1312bd0 --- /dev/null +++ b/_data/icons/polterGeist.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8", + "width": 1016, + "height": 1016, + "format": "png" + } +] diff --git a/_data/icons/qchain.json b/_data/icons/qchain.json new file mode 100644 index 000000000000..a8ae20fa5068 --- /dev/null +++ b/_data/icons/qchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz", + "width": 1536, + "height": 1536, + "format": "png" + } +] diff --git a/_data/icons/rails.json b/_data/icons/rails.json new file mode 100644 index 000000000000..c11242f0fbff --- /dev/null +++ b/_data/icons/rails.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM", + "width": 550, + "height": 550, + "format": "png" + } +] diff --git a/_data/icons/railsTestnet.json b/_data/icons/railsTestnet.json new file mode 100644 index 000000000000..000ab6edd7b5 --- /dev/null +++ b/_data/icons/railsTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA", + "width": 550, + "height": 550, + "format": "png" + } +] diff --git a/_data/icons/secIcon.json b/_data/icons/secIcon.json new file mode 100644 index 000000000000..15fe4c484ea3 --- /dev/null +++ b/_data/icons/secIcon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto", + "width": 1172, + "height": 1172, + "format": "png" + } +] diff --git a/_data/icons/sg_verse.json b/_data/icons/sg_verse.json new file mode 100644 index 000000000000..3e6761ec74d6 --- /dev/null +++ b/_data/icons/sg_verse.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk", + "width": 100, + "height": 100, + "format": "png" + } +] diff --git a/_data/icons/shape.json b/_data/icons/shape.json new file mode 100644 index 000000000000..2c8bcb69b583 --- /dev/null +++ b/_data/icons/shape.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/shapeTestnet.json b/_data/icons/shapeTestnet.json new file mode 100644 index 000000000000..2c8bcb69b583 --- /dev/null +++ b/_data/icons/shapeTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/slerf.json b/_data/icons/slerf.json new file mode 100644 index 000000000000..264e604a5f5c --- /dev/null +++ b/_data/icons/slerf.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT", + "width": 800, + "height": 800, + "format": "png" + } +] diff --git a/_data/icons/snax.json b/_data/icons/snax.json new file mode 100644 index 000000000000..a125218a3ebf --- /dev/null +++ b/_data/icons/snax.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQPHTTpgSjvP18Yc522ZxHYKRwLLxeR6xWdEdcw1XHwZo", + "width": 178, + "height": 177, + "format": "svg" + } +] diff --git a/_data/icons/sophon-testnet.json b/_data/icons/sophon-testnet.json new file mode 100644 index 000000000000..e28dff9eb973 --- /dev/null +++ b/_data/icons/sophon-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ", + "width": 128, + "height": 64, + "format": "svg" + } +] diff --git a/_data/icons/sorian.json b/_data/icons/sorian.json new file mode 100644 index 000000000000..cb49bb7a8619 --- /dev/null +++ b/_data/icons/sorian.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/sorianTestnet.json b/_data/icons/sorianTestnet.json new file mode 100644 index 000000000000..cb49bb7a8619 --- /dev/null +++ b/_data/icons/sorianTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/stenix.json b/_data/icons/stenix.json new file mode 100644 index 000000000000..2a7595d07b86 --- /dev/null +++ b/_data/icons/stenix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/stenscan.json b/_data/icons/stenscan.json new file mode 100644 index 000000000000..2a7595d07b86 --- /dev/null +++ b/_data/icons/stenscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/str.json b/_data/icons/str.json new file mode 100644 index 000000000000..c99b350b45b3 --- /dev/null +++ b/_data/icons/str.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA", + "width": 995, + "height": 984, + "format": "png" + } +] diff --git a/_data/icons/taraxa.json b/_data/icons/taraxa.json index 9d35c1390001..73a4f82987e2 100644 --- a/_data/icons/taraxa.json +++ b/_data/icons/taraxa.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D", - "width": 310, - "height": 310, + "url": "ipfs://QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE", + "width": 560, + "height": 560, "format": "png" } ] diff --git a/_data/icons/tch.json b/_data/icons/tch.json new file mode 100644 index 000000000000..579f860be086 --- /dev/null +++ b/_data/icons/tch.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmPvXht4fY5AigcLbC9ZqycN11K3iqjRTMGynfTtM9gYX5", + "width": 800, + "height": 800, + "format": "png" + } +] diff --git a/_data/icons/that.json b/_data/icons/that.json new file mode 100644 index 000000000000..eef5ebf29ee5 --- /dev/null +++ b/_data/icons/that.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQM3TAFBskGGpog4EZkEGj2svtmTbxzcNZBcbWCMnu5JL", + "width": 640, + "height": 640, + "format": "svg" + } +] diff --git a/_data/icons/treasuretopaz.json b/_data/icons/treasuretopaz.json new file mode 100644 index 000000000000..3e5751c83fd0 --- /dev/null +++ b/_data/icons/treasuretopaz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY", + "width": 24, + "height": 24, + "format": "svg" + } +] diff --git a/_data/icons/tron.json b/_data/icons/tron.json new file mode 100644 index 000000000000..d7687de37543 --- /dev/null +++ b/_data/icons/tron.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/tucana.json b/_data/icons/tucana.json new file mode 100644 index 000000000000..3e190eb8c20e --- /dev/null +++ b/_data/icons/tucana.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/uxer.json b/_data/icons/uxer.json new file mode 100644 index 000000000000..0ff9ead8b9c4 --- /dev/null +++ b/_data/icons/uxer.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/vanamoksha.json b/_data/icons/vanamoksha.json new file mode 100644 index 000000000000..947787930e9f --- /dev/null +++ b/_data/icons/vanamoksha.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC", + "width": 28, + "height": 28, + "format": "svg" + } +] diff --git a/_data/icons/vcity.json b/_data/icons/vcity.json new file mode 100644 index 000000000000..e019be412e04 --- /dev/null +++ b/_data/icons/vcity.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXBNp75r6DUCB99vknr5B1hHQFMCc1c2wE3qNbYkuss9C", + "width": 100, + "height": 100, + "format": "png" + } +] diff --git a/_data/icons/vexon.json b/_data/icons/vexon.json new file mode 100644 index 000000000000..6eb33cf4ff61 --- /dev/null +++ b/_data/icons/vexon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/wadz.json b/_data/icons/wadz.json new file mode 100644 index 000000000000..5281e0f17082 --- /dev/null +++ b/_data/icons/wadz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou", + "width": 218, + "height": 218, + "format": "png" + } +] diff --git a/_data/icons/wpay.json b/_data/icons/wpay.json new file mode 100644 index 000000000000..e5d21cf5e2c4 --- /dev/null +++ b/_data/icons/wpay.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/zchain.json b/_data/icons/zchain.json new file mode 100644 index 000000000000..8eac2398047e --- /dev/null +++ b/_data/icons/zchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWMbLpzmFCSpgWaXKiazwSyaPQ6qKSboHpko4g4HBZbZm", + "width": 640, + "height": 640, + "format": "png" + } +] diff --git a/_data/icons/zenchain.json b/_data/icons/zenchain.json new file mode 100644 index 000000000000..618a8fbfe218 --- /dev/null +++ b/_data/icons/zenchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91", + "width": 166, + "height": 166, + "format": "svg" + } +] diff --git a/_data/icons/zeroth.json b/_data/icons/zeroth.json new file mode 100644 index 000000000000..5fa8912b7fc2 --- /dev/null +++ b/_data/icons/zeroth.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz", + "width": 180, + "height": 180, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt b/_data/iconsDownload/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt new file mode 100644 index 000000000000..eb1249a98de8 --- /dev/null +++ b/_data/iconsDownload/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt @@ -0,0 +1,22 @@ + + + + \ No newline at end of file diff --git a/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg b/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg new file mode 100755 index 000000000000..dcb5b8d09fe6 Binary files /dev/null and b/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg differ diff --git a/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6 b/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6 new file mode 100644 index 000000000000..a4293164aca4 Binary files /dev/null and b/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6 differ diff --git a/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn b/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn new file mode 100644 index 000000000000..4c86fe86cdce --- /dev/null +++ b/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/_data/iconsDownload/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D b/_data/iconsDownload/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D deleted file mode 100644 index 98738e0cabe7..000000000000 Binary files a/_data/iconsDownload/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D and /dev/null differ diff --git a/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x b/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x new file mode 100644 index 000000000000..f0c124f3300c Binary files /dev/null and b/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x differ diff --git a/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT new file mode 100644 index 000000000000..f0bf5adf0921 Binary files /dev/null and b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT differ diff --git a/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej b/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej deleted file mode 100644 index c7d5d43569ed..000000000000 Binary files a/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej and /dev/null differ diff --git a/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL b/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL new file mode 100644 index 000000000000..fb6822da38ff Binary files /dev/null and b/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL differ diff --git a/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL b/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL new file mode 100644 index 000000000000..7a635dc0169b Binary files /dev/null and b/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL differ diff --git a/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa b/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa new file mode 100644 index 000000000000..4d8d6af7c11d Binary files /dev/null and b/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa differ diff --git a/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ b/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ new file mode 100644 index 000000000000..1880060f17a0 Binary files /dev/null and b/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ differ diff --git a/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3 b/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3 new file mode 100644 index 000000000000..dbfa61e352ac --- /dev/null +++ b/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3 @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_data/iconsDownload/QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2 b/_data/iconsDownload/QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2 new file mode 100644 index 000000000000..a7ad262573e1 Binary files /dev/null and b/_data/iconsDownload/QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2 differ diff --git a/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ b/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ new file mode 100644 index 000000000000..545b20689c92 --- /dev/null +++ b/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz b/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz new file mode 100644 index 000000000000..eba2d7b31fb5 Binary files /dev/null and b/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz differ diff --git a/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto b/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto new file mode 100644 index 000000000000..9bbd7a337b8a Binary files /dev/null and b/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto differ diff --git a/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA b/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA new file mode 100644 index 000000000000..a9a93157c2e2 Binary files /dev/null and b/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA differ diff --git a/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi b/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi new file mode 100644 index 000000000000..e1b015bf7070 Binary files /dev/null and b/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi differ diff --git a/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy b/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy deleted file mode 100644 index 5aa0fefb2b2d..000000000000 Binary files a/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy and /dev/null differ diff --git a/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz b/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz new file mode 100644 index 000000000000..c89042568d2f Binary files /dev/null and b/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz differ diff --git a/_data/iconsDownload/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ b/_data/iconsDownload/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ new file mode 100644 index 000000000000..129aa83c7f05 Binary files /dev/null and b/_data/iconsDownload/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ differ diff --git a/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy b/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy new file mode 100644 index 000000000000..e36d451e4d5e Binary files /dev/null and b/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy differ diff --git a/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ b/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ new file mode 100644 index 000000000000..888f1429bc90 Binary files /dev/null and b/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ differ diff --git a/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs b/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs new file mode 100644 index 000000000000..263516ba79ed Binary files /dev/null and b/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs differ diff --git a/_data/iconsDownload/QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT b/_data/iconsDownload/QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT new file mode 100644 index 000000000000..b8ba5528937a Binary files /dev/null and b/_data/iconsDownload/QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT differ diff --git a/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA b/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA new file mode 100644 index 000000000000..01b46466ed5d Binary files /dev/null and b/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA differ diff --git a/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM b/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM new file mode 100644 index 000000000000..098d146d47a0 Binary files /dev/null and b/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM differ diff --git a/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z b/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z new file mode 100644 index 000000000000..99cf05ccaa58 Binary files /dev/null and b/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z differ diff --git a/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC b/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC new file mode 100644 index 000000000000..da4519d9ed0e --- /dev/null +++ b/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/_data/iconsDownload/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma b/_data/iconsDownload/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma new file mode 100644 index 000000000000..d848d1e698be Binary files /dev/null and b/_data/iconsDownload/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma differ diff --git a/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde b/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde new file mode 100644 index 000000000000..b1785ea00092 Binary files /dev/null and b/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde differ diff --git a/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha b/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha new file mode 100644 index 000000000000..907d92652e59 --- /dev/null +++ b/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_data/iconsDownload/bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4 b/_data/iconsDownload/bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4 new file mode 100644 index 000000000000..b3d920878f37 Binary files /dev/null and b/_data/iconsDownload/bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4 differ diff --git a/_data/iconsDownload/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa b/_data/iconsDownload/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa new file mode 100644 index 000000000000..030003f7369f --- /dev/null +++ b/_data/iconsDownload/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa @@ -0,0 +1,4 @@ + + + + diff --git a/build.gradle b/build.gradle index 9810e41bdaac..b0f24007374f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "2.0.10" + KOTLIN_VERSION = "2.0.21" KETHEREUM_VERSION = "0.86.0" } diff --git a/eip155-560098.json b/eip155-560098.json deleted file mode 100644 index 43f2aee487a1..000000000000 --- a/eip155-560098.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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/model/build.gradle.kts b/model/build.gradle.kts index 96d5976237d3..9d001dddad07 100644 --- a/model/build.gradle.kts +++ b/model/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.google.devtools.ksp").version("2.0.0-1.0.21") + id("com.google.devtools.ksp").version("2.0.21-1.0.25") id("maven-publish") } diff --git a/processor/build.gradle b/processor/build.gradle index 73508589ff74..7eb58e184c85 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -14,10 +14,10 @@ dependencies { implementation 'com.squareup.moshi:moshi:1.15.1' implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.11.0" - implementation "com.twelvemonkeys.imageio:imageio-batik:3.11.0" + implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.12.0" + implementation "com.twelvemonkeys.imageio:imageio-batik:3.12.0" - implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.17" + implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.18" implementation project(":model") testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"