diff --git a/.github/workflows/action_lint.yml b/.github/workflows/action_lint.yml
index 5fbabf8e0fa0..aa16c11102ce 100644
--- a/.github/workflows/action_lint.yml
+++ b/.github/workflows/action_lint.yml
@@ -1,5 +1,7 @@
name: Github-Action linter
-on: [pull_request]
+on:
+ pull_request:
+ merge_group:
jobs:
actionlint:
runs-on: ubuntu-latest
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6ddfb961eaed..1dd396044774 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,7 @@
name: Build
-on: [pull_request]
+on:
+ pull_request:
+ merge_group:
jobs:
build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/prettier_check.yml b/.github/workflows/prettier_check.yml
index da06c98ae042..a685bca71be7 100644
--- a/.github/workflows/prettier_check.yml
+++ b/.github/workflows/prettier_check.yml
@@ -3,6 +3,7 @@ name: Run prettier check
on:
push:
pull_request:
+ merge_group:
jobs:
prettier:
diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
deleted file mode 100644
index 9bdfd725911b..000000000000
--- a/.github/workflows/rebase.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: Automatic Rebase
-on:
- issue_comment:
- types: [created]
-jobs:
- rebase:
- name: Rebase
- runs-on: ubuntu-latest
- if: >-
- github.event.issue.pull_request != '' &&
- (
- contains(github.event.comment.body, '/rebase') ||
- contains(github.event.comment.body, '/autosquash')
- )
- steps:
- - name: Checkout the latest code
- uses: actions/checkout@v4.2.2
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- - name: Automatic Rebase
- uses: cirrus-actions/rebase@1.7
- with:
- autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml
index fa3229890893..ec1959fb7cae 100644
--- a/.github/workflows/validate_json.yml
+++ b/.github/workflows/validate_json.yml
@@ -3,6 +3,7 @@ name: Check JSON Schema
on:
push:
pull_request:
+ merge_group:
jobs:
validate_json:
diff --git a/LICENSE b/LICENSE
index 2be05532ba02..14fac913ccf8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025
+Copyright (c) 2026
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/_data/chains/eip155-1000000003.json b/_data/chains/eip155-1000000003.json
new file mode 100644
index 000000000000..a94dffbc27ec
--- /dev/null
+++ b/_data/chains/eip155-1000000003.json
@@ -0,0 +1,23 @@
+{
+ "name": "DeInfra Devnet3",
+ "chain": "DeInfraDev3",
+ "rpc": ["https://c3n1.thepower.io/jsonrpc"],
+ "faucets": ["https://faucet.thepower.io/"],
+ "nativeCurrency": {
+ "name": "dev3SK",
+ "symbol": "dSK",
+ "decimals": 18
+ },
+ "icon": "deinfra",
+ "infoURL": "https://deinfra.net",
+ "shortName": "deinfra-dev3",
+ "chainId": 1000000003,
+ "networkId": 1000000003,
+ "explorers": [
+ {
+ "name": "Deinfra Devnet Chain 3 Network Explorer",
+ "url": "https://bs.thepower.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1000001.json b/_data/chains/eip155-1000001.json
new file mode 100644
index 000000000000..2dab5e00f85e
--- /dev/null
+++ b/_data/chains/eip155-1000001.json
@@ -0,0 +1,23 @@
+{
+ "name": "WebChain ETK",
+ "chain": "WVM",
+ "rpc": ["https://rpc.webchain.e-talk.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETK",
+ "symbol": "ETK",
+ "decimals": 18
+ },
+ "shortName": "wvm",
+ "infoURL": "https://e-talk.xyz/webchain",
+ "chainId": 1000001,
+ "networkId": 1000001,
+ "explorers": [
+ {
+ "name": "WebChain Explorer",
+ "url": "https://e-talk.xyz/webchain",
+ "standard": "EIP3091"
+ }
+ ],
+ "icon": "webchain"
+}
diff --git a/_data/chains/eip155-100021.json b/_data/chains/eip155-100021.json
new file mode 100644
index 000000000000..fbf27e6ef83b
--- /dev/null
+++ b/_data/chains/eip155-100021.json
@@ -0,0 +1,24 @@
+{
+ "name": "Sova",
+ "chain": "ETH",
+ "icon": "sova",
+ "rpc": ["https://rpc.sova.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://sova.io",
+ "shortName": "sova",
+ "chainId": 100021,
+ "networkId": 100021,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.sova.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1001996.json b/_data/chains/eip155-1001996.json
new file mode 100644
index 000000000000..967665bea5b2
--- /dev/null
+++ b/_data/chains/eip155-1001996.json
@@ -0,0 +1,28 @@
+{
+ "name": "Wirex Pay Testnet",
+ "chain": "WirexPay",
+ "icon": "wpay",
+ "rpc": ["https://rpc-dev.wirexpaychain.com"],
+ "faucets": ["https://faucet-dev.wirexpaychain.com"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain",
+ "shortName": "wirex-testnet",
+ "chainId": 1001996,
+ "networkId": 1001996,
+ "explorers": [
+ {
+ "name": "Wirex Pay Testnet Explorer",
+ "url": "https://explorer-dev.wirexpaychain.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-100501.json b/_data/chains/eip155-100501.json
new file mode 100644
index 000000000000..ab4dc3b3e4eb
--- /dev/null
+++ b/_data/chains/eip155-100501.json
@@ -0,0 +1,23 @@
+{
+ "name": "DeInfra Mainnet",
+ "chain": "DeInfraMainnet",
+ "rpc": ["https://c100501n3.deinfra.net:443/jsonrpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SK",
+ "symbol": "SK",
+ "decimals": 18
+ },
+ "icon": "deinfra",
+ "infoURL": "https://deinfra.net",
+ "shortName": "deinfra-mainnet",
+ "chainId": 100501,
+ "networkId": 100501,
+ "explorers": [
+ {
+ "name": "Deinfra Mainnet Network Explorer",
+ "url": "https://explorer.deinfra.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-100610.json b/_data/chains/eip155-100610.json
new file mode 100644
index 000000000000..4d25fb23178a
--- /dev/null
+++ b/_data/chains/eip155-100610.json
@@ -0,0 +1,25 @@
+{
+ "name": "Monsoon ",
+ "chain": "MONSOON",
+ "rpc": ["https://monsoon.rainfall.one"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RDP",
+ "symbol": "RDP",
+ "decimals": 18
+ },
+ "infoURL": "",
+ "shortName": "monsoon",
+ "chainId": 100610,
+ "networkId": 100610,
+ "icon": "monsoon",
+ "explorers": [
+ {
+ "name": "Monsoon Scan",
+ "url": "https://scout.monsoon.rainfall.one",
+ "icon": "monsoon",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-100611.json b/_data/chains/eip155-100611.json
new file mode 100644
index 000000000000..f493b56b4963
--- /dev/null
+++ b/_data/chains/eip155-100611.json
@@ -0,0 +1,32 @@
+{
+ "name": "Monsoon Alpha",
+ "chain": "MONSOON ALPHA",
+ "rpc": ["https://alpha.monsoon.rainfall.one"],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RDL",
+ "symbol": "RDL",
+ "decimals": 18
+ },
+ "infoURL": "",
+ "shortName": "monsoon-alpha",
+ "chainId": 100611,
+ "networkId": 100611,
+ "icon": "monsoon",
+ "explorers": [
+ {
+ "name": "Monsoon Scan",
+ "url": "https://scout.alpha.monsoon.rainfall.one",
+ "icon": "monsoon",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-105105.json b/_data/chains/eip155-105105.json
index b235076a2abc..fc919602390f 100644
--- a/_data/chains/eip155-105105.json
+++ b/_data/chains/eip155-105105.json
@@ -1,22 +1,22 @@
{
- "name": "Stratis Mainnet",
- "chain": "Stratis",
- "rpc": ["https://rpc.stratisevm.com"],
+ "name": "Xertra Mainnet",
+ "chain": "Xertra",
+ "rpc": ["https://rpc.xertra.com"],
"faucets": [],
"nativeCurrency": {
- "name": "Stratis",
+ "name": "STRAX",
"symbol": "STRAX",
"decimals": 18
},
- "infoURL": "https://www.stratisplatform.com",
- "shortName": "stratis",
+ "infoURL": "https://www.xertra.com/",
+ "shortName": "xertra",
"chainId": 105105,
"networkId": 105105,
- "icon": "stratis",
+ "icon": "xertra",
"explorers": [
{
- "name": "Stratis Explorer",
- "url": "https://explorer.stratisevm.com",
+ "name": "Xertra Explorer",
+ "url": "https://explorer.xertra.com",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-10904.json b/_data/chains/eip155-10904.json
new file mode 100644
index 000000000000..0e81ef321b3c
--- /dev/null
+++ b/_data/chains/eip155-10904.json
@@ -0,0 +1,18 @@
+{
+ "name": "Ault Blockchain Testnet",
+ "chain": "AULT",
+ "icon": "ault",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Testnet AULT Token",
+ "symbol": "AULT",
+ "decimals": 18
+ },
+ "infoURL": "https://aultblockchain.com",
+ "shortName": "ault-testnet",
+ "chainId": 10904,
+ "networkId": 10904,
+ "explorers": []
+}
diff --git a/_data/chains/eip155-11142220.json b/_data/chains/eip155-11142220.json
new file mode 100644
index 000000000000..739b470531b9
--- /dev/null
+++ b/_data/chains/eip155-11142220.json
@@ -0,0 +1,34 @@
+{
+ "name": "Celo Sepolia Testnet",
+ "chainId": 11142220,
+ "shortName": "celo-sep",
+ "chain": "CELO",
+ "networkId": 11142220,
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "slip44": 60,
+ "nativeCurrency": {
+ "name": "CELO",
+ "symbol": "CELO",
+ "decimals": 18
+ },
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ {
+ "url": "https://superbridge.app/?fromChainId=11155111&toChainId=11142220"
+ }
+ ]
+ },
+ "rpc": ["https://forno.celo-sepolia.celo-testnet.org"],
+ "faucets": ["https://faucet.celo.org"],
+ "infoURL": "https://docs.celo.org",
+ "explorers": [
+ {
+ "name": "Celo Sepolia Explorer",
+ "url": "https://celo-sepolia.blockscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-11155931.json b/_data/chains/eip155-11155931.json
index c8bade1a7108..ea54ba19f1c1 100644
--- a/_data/chains/eip155-11155931.json
+++ b/_data/chains/eip155-11155931.json
@@ -8,8 +8,12 @@
"symbol": "ETH",
"decimals": 18
},
- "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
- "infoURL": "https://www.riselabs.xyz/",
+ "features": [
+ { "name": "EIP155" },
+ { "name": "EIP1559" },
+ { "name": "EIP7702" }
+ ],
+ "infoURL": "https://risechain.com/",
"shortName": "rise-testnet",
"chainId": 11155931,
"networkId": 11155931,
diff --git a/_data/chains/eip155-11166111.json b/_data/chains/eip155-11166111.json
index 41a8246338c5..52bf5cf36224 100644
--- a/_data/chains/eip155-11166111.json
+++ b/_data/chains/eip155-11166111.json
@@ -1,6 +1,7 @@
{
"name": "R0AR Testnet",
"chain": "R0AR Testnet",
+ "icon": "r0ar",
"rpc": ["https://testnet.rpc-r0ar.io"],
"faucets": ["https://testnet.r0arfaucet.io"],
"nativeCurrency": {
@@ -16,6 +17,7 @@
{
"name": "tracehawk",
"url": "https://testnet.r0arscan.io",
+ "icon": "r0ar",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-1122.json b/_data/chains/eip155-1122.json
new file mode 100644
index 000000000000..bf62092e955d
--- /dev/null
+++ b/_data/chains/eip155-1122.json
@@ -0,0 +1,29 @@
+{
+ "name": "LuxePorts",
+ "chain": "LXP",
+ "rpc": [
+ "https://rpc.luxeports.com",
+ "https://erpc.luxeports.com",
+ "wss://rpc.luxeports.com/ws",
+ "wss://erpc.luxeports.com/ws"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "LuxePorts",
+ "symbol": "LXP",
+ "decimals": 18
+ },
+ "infoURL": "luxeports.com",
+ "shortName": "lxp",
+ "chainId": 1122,
+ "networkId": 1122,
+ "icon": "lxp",
+ "explorers": [
+ {
+ "name": "lxpscan",
+ "url": "https://lxpscan.com",
+ "icon": "lxpscan",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1148.json b/_data/chains/eip155-1148.json
new file mode 100644
index 000000000000..1bbc4a7cb4ef
--- /dev/null
+++ b/_data/chains/eip155-1148.json
@@ -0,0 +1,23 @@
+{
+ "name": "POC Testnet",
+ "chain": "POC",
+ "rpc": ["https://testnet-rpc.pochain.io"],
+ "faucets": ["https://www.pochain.io/poc-faucet"],
+ "nativeCurrency": {
+ "name": "POC Native Token",
+ "symbol": "POC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.pochain.io",
+ "shortName": "poc",
+ "chainId": 1148,
+ "networkId": 1148,
+ "icon": "pochain",
+ "explorers": [
+ {
+ "name": "pocscan",
+ "url": "https://testnet.pocscan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-11811.json b/_data/chains/eip155-11811.json
new file mode 100644
index 000000000000..4ac5814c6a00
--- /dev/null
+++ b/_data/chains/eip155-11811.json
@@ -0,0 +1,25 @@
+{
+ "name": "ARK Mainnet",
+ "chain": "ARK",
+ "icon": "ark",
+ "rpc": ["https://rpc.ark.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ARK Token",
+ "symbol": "ARK",
+ "decimals": 18
+ },
+ "infoURL": "https://ark.io",
+ "shortName": "ark",
+ "chainId": 11811,
+ "networkId": 11811,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "ARK Mainnet Explorer",
+ "url": "https://arkscan.io",
+ "standard": "none"
+ }
+ ],
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-11812.json b/_data/chains/eip155-11812.json
new file mode 100644
index 000000000000..dc3f56ca1667
--- /dev/null
+++ b/_data/chains/eip155-11812.json
@@ -0,0 +1,25 @@
+{
+ "name": "ARK Testnet",
+ "chain": "ARK",
+ "icon": "ark",
+ "rpc": ["https://testnet.mainsailhq.com/rpc"],
+ "faucets": ["https://faucet.mainsailhq.com"],
+ "nativeCurrency": {
+ "name": "DARK Token",
+ "symbol": "DARK",
+ "decimals": 18
+ },
+ "infoURL": "https://ark.io",
+ "shortName": "ark-testnet",
+ "chainId": 11812,
+ "networkId": 11812,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "ARK Testnet Explorer",
+ "url": "https://explorer-demo.mainsailhq.com",
+ "standard": "none"
+ }
+ ],
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-1187947933.json b/_data/chains/eip155-1187947933.json
new file mode 100644
index 000000000000..7180047638a5
--- /dev/null
+++ b/_data/chains/eip155-1187947933.json
@@ -0,0 +1,25 @@
+{
+ "name": "SKALE Base",
+ "chain": "skale-base",
+ "rpc": [
+ "https://skale-base.skalenodes.com/v1/base",
+ "wss://skale-base.skalenodes.com/v1/ws/base"
+ ],
+ "faucets": ["http://base-sepolia-faucet.skale.space"],
+ "nativeCurrency": {
+ "name": "Credits",
+ "symbol": "CREDIT",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.skale.space/welcome/skale-on-base",
+ "shortName": "skale-base",
+ "chainId": 1187947933,
+ "networkId": 1187947933,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://skale-base-explorer.skalenodes.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-12052024.json b/_data/chains/eip155-12052024.json
index 47f52c517846..c2dde60c8c63 100644
--- a/_data/chains/eip155-12052024.json
+++ b/_data/chains/eip155-12052024.json
@@ -1,8 +1,9 @@
{
- "name": "Memento Testnet",
+ "name": "Memento Testnet (deprecated)",
"chain": "Memento",
- "rpc": ["https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc"],
+ "rpc": [],
"faucets": [],
+ "status": "deprecated",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
@@ -12,11 +13,5 @@
"shortName": "memento-test",
"chainId": 12052024,
"networkId": 12052024,
- "explorers": [
- {
- "name": "Tracehawk",
- "url": "https://test-explorer.mementoblockchain.com",
- "standard": "none"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-120893.json b/_data/chains/eip155-120893.json
new file mode 100644
index 000000000000..bdd1086bbcb6
--- /dev/null
+++ b/_data/chains/eip155-120893.json
@@ -0,0 +1,25 @@
+{
+ "name": "Sova Sepolia Testnet",
+ "chain": "ETH",
+ "icon": "sova",
+ "rpc": ["https://rpc.testnet.sova.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://sova.io",
+ "shortName": "sovasep",
+ "chainId": 120893,
+ "networkId": 120893,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.testnet.sova.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1212101.json b/_data/chains/eip155-1212101.json
index 33e4537bd58f..5fc79393a220 100644
--- a/_data/chains/eip155-1212101.json
+++ b/_data/chains/eip155-1212101.json
@@ -4,8 +4,8 @@
"rpc": ["https://testnet.1money.network"],
"faucets": [],
"nativeCurrency": {
- "name": "USD1",
- "symbol": "USD1",
+ "name": "FREE",
+ "symbol": "FREE",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
diff --git a/_data/chains/eip155-121212.json b/_data/chains/eip155-121212.json
new file mode 100644
index 000000000000..226424125fbd
--- /dev/null
+++ b/_data/chains/eip155-121212.json
@@ -0,0 +1,25 @@
+{
+ "name": "Rome Devnet Esquiline",
+ "chain": "ROME",
+ "rpc": ["https://esquiline-i.devnet.romeprotocol.xyz"],
+ "faucets": ["https://deposit.devnet.romeprotocol.xyz"],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-devnet-esquiline",
+ "chainId": 121212,
+ "networkId": 121212,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Devnet Esquiline Explorer",
+ "url": "https://romescout-esquiline-i.devnet.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-121213.json b/_data/chains/eip155-121213.json
new file mode 100644
index 000000000000..c8f0ac968e4c
--- /dev/null
+++ b/_data/chains/eip155-121213.json
@@ -0,0 +1,25 @@
+{
+ "name": "Rome Devnet Subura",
+ "chain": "ROME",
+ "rpc": ["https://subura-i.devnet.romeprotocol.xyz"],
+ "faucets": ["https://deposit.devnet.romeprotocol.xyz"],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-devnet-subura",
+ "chainId": 121213,
+ "networkId": 121213,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Devnet Subura Explorer",
+ "url": "https://romescout-subura-i.devnet.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-121214.json b/_data/chains/eip155-121214.json
new file mode 100644
index 000000000000..755328452e6a
--- /dev/null
+++ b/_data/chains/eip155-121214.json
@@ -0,0 +1,25 @@
+{
+ "name": "Rome Testnet Martius",
+ "chain": "ROME",
+ "rpc": ["https://martius-i.testnet.romeprotocol.xyz"],
+ "faucets": ["https://deposit.testnet.romeprotocol.xyz"],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-testnet-martius",
+ "chainId": 121214,
+ "networkId": 121214,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Testnet Martius Explorer",
+ "url": "https://romescout-martius-i.testnet.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-121215.json b/_data/chains/eip155-121215.json
new file mode 100644
index 000000000000..706c31bc4ac8
--- /dev/null
+++ b/_data/chains/eip155-121215.json
@@ -0,0 +1,25 @@
+{
+ "name": "Rome Testnet Caelian",
+ "chain": "ROME",
+ "rpc": ["https://caelian-i.testnet.romeprotocol.xyz"],
+ "faucets": ["https://deposit.testnet.romeprotocol.xyz"],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-testnet-caelian",
+ "chainId": 121215,
+ "networkId": 121215,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Testnet Caelian Explorer",
+ "url": "https://romescout-caelian-i.testnet.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-121525.json b/_data/chains/eip155-121525.json
new file mode 100644
index 000000000000..8da349091a48
--- /dev/null
+++ b/_data/chains/eip155-121525.json
@@ -0,0 +1,19 @@
+{
+ "name": "Ethernova Mainnet",
+ "chain": "NOVA",
+ "rpc": ["https://rpc.ethnova.net"],
+ "faucets": [],
+ "nativeCurrency": { "name": "Ethernova", "symbol": "NOVA", "decimals": 18 },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://ethnova.net",
+ "shortName": "ethnova",
+ "chainId": 121525,
+ "networkId": 121525,
+ "explorers": [
+ {
+ "name": "Ethernova Explorer",
+ "url": "https://explorer.ethnova.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-12216.json b/_data/chains/eip155-12216.json
new file mode 100755
index 000000000000..055a43a5cc09
--- /dev/null
+++ b/_data/chains/eip155-12216.json
@@ -0,0 +1,24 @@
+{
+ "name": "L2 Protocol Mainnet",
+ "chain": "L2P",
+ "rpc": ["https://rpc.l2protocol.com", "wss://rpc.l2protocol.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "L2P",
+ "symbol": "L2P",
+ "decimals": 18
+ },
+ "infoURL": "https://l2protocol.com",
+ "shortName": "l2p",
+ "chainId": 12216,
+ "networkId": 12216,
+ "slip44": 714,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://l2pscan.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1243.json b/_data/chains/eip155-1243.json
index 4e3841eec1a8..7036b9318eb2 100644
--- a/_data/chains/eip155-1243.json
+++ b/_data/chains/eip155-1243.json
@@ -2,7 +2,7 @@
"name": "ARC Mainnet",
"chain": "ARC",
"icon": "arc",
- "rpc": ["https://rpc-main-1.archiechain.io"],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "ARC",
@@ -13,11 +13,6 @@
"shortName": "ARC",
"chainId": 1243,
"networkId": 1243,
- "explorers": [
- {
- "name": "archiescan",
- "url": "https://app.archiescan.io",
- "standard": "none"
- }
- ]
+ "explorers": [],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-1244.json b/_data/chains/eip155-1244.json
index c0e25825d630..d5e3ab029f38 100644
--- a/_data/chains/eip155-1244.json
+++ b/_data/chains/eip155-1244.json
@@ -2,8 +2,8 @@
"name": "ARC Testnet",
"chain": "ARC",
"icon": "arc",
- "rpc": ["https://rpc-test-1.archiechain.io"],
- "faucets": ["https://faucet.archiechain.io"],
+ "rpc": [],
+ "faucets": [],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
@@ -14,11 +14,6 @@
"chainId": 1244,
"networkId": 1244,
"slip44": 1,
- "explorers": [
- {
- "name": "archiescan",
- "url": "https://testnet.archiescan.io",
- "standard": "none"
- }
- ]
+ "explorers": [],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-127823.json b/_data/chains/eip155-127823.json
new file mode 100644
index 000000000000..170cfa17d1d7
--- /dev/null
+++ b/_data/chains/eip155-127823.json
@@ -0,0 +1,24 @@
+{
+ "name": "Etherlink Shadownet Testnet",
+ "chain": "Etherlink",
+ "icon": "etherlink",
+ "chainId": 127823,
+ "networkId": 127823,
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://etherlink.com",
+ "shortName": "etlst",
+ "nativeCurrency": {
+ "name": "tez",
+ "symbol": "XTZ",
+ "decimals": 18
+ },
+ "rpc": ["https://node.shadownet.etherlink.com"],
+ "faucets": ["https://faucet.etherlink.com"],
+ "explorers": [
+ {
+ "name": "Etherlink Shadownet Testnet Explorer",
+ "url": "https://shadownet.explorer.etherlink.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-128123.json b/_data/chains/eip155-128123.json
index 968cf298c4d5..833b572fafd4 100644
--- a/_data/chains/eip155-128123.json
+++ b/_data/chains/eip155-128123.json
@@ -1,10 +1,10 @@
{
- "name": "Etherlink Testnet",
+ "name": "Etherlink Ghostnet Testnet",
"chain": "Etherlink",
"icon": "etherlink",
"chainId": 128123,
"networkId": 128123,
- "features": [{ "name": "EIP1559" }],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://etherlink.com",
"shortName": "etlt",
"nativeCurrency": {
@@ -16,9 +16,10 @@
"faucets": ["https://faucet.etherlink.com"],
"explorers": [
{
- "name": "Etherlink Testnet Explorer",
+ "name": "Etherlink Ghostnet Testnet Explorer",
"url": "https://testnet.explorer.etherlink.com",
"standard": "EIP3091"
}
- ]
+ ],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-1329.json b/_data/chains/eip155-1329.json
index e97bf286cbb7..1e3bde157e85 100644
--- a/_data/chains/eip155-1329.json
+++ b/_data/chains/eip155-1329.json
@@ -12,6 +12,7 @@
"shortName": "sei",
"chainId": 1329,
"networkId": 1329,
+ "slip44": 19000118,
"icon": "seiv2",
"explorers": [
{
diff --git a/_data/chains/eip155-1336.json b/_data/chains/eip155-1336.json
index 7785aa66652e..ca2e463ee176 100644
--- a/_data/chains/eip155-1336.json
+++ b/_data/chains/eip155-1336.json
@@ -2,7 +2,7 @@
"name": "Kii Testnet Oro",
"chain": "KII",
"rpc": ["https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com"],
- "faucets": ["https://explorer.kiichain.io/testnet/faucet"],
+ "faucets": ["https://testnet.explorer.kiichain.io/faucet"],
"nativeCurrency": {
"name": "Kii",
"symbol": "KII",
@@ -17,7 +17,7 @@
"explorers": [
{
"name": "KiiExplorer",
- "url": "https://explorer.kiichain.io/testnet",
+ "url": "https://testnet.explorer.kiichain.io",
"icon": "kii",
"standard": "none"
}
diff --git a/_data/chains/eip155-13766.json b/_data/chains/eip155-13766.json
new file mode 100644
index 000000000000..e609062afffb
--- /dev/null
+++ b/_data/chains/eip155-13766.json
@@ -0,0 +1,26 @@
+{
+ "name": "Trexx",
+ "chain": "Trexx",
+ "icon": "trexx",
+ "rpc": [
+ "https://services.tanssi-mainnet.network/tanssi-2003",
+ "wss://services.tanssi-mainnet.network/tanssi-2003"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TRX",
+ "symbol": "TRX",
+ "decimals": 18
+ },
+ "infoURL": "https://trexx.com.br",
+ "shortName": "trexx",
+ "chainId": 13766,
+ "networkId": 13766,
+ "explorers": [
+ {
+ "name": "Tanssi EVM Basic Explorer",
+ "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2003",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-13863860.json b/_data/chains/eip155-13863860.json
new file mode 100644
index 000000000000..8c7126ab151c
--- /dev/null
+++ b/_data/chains/eip155-13863860.json
@@ -0,0 +1,30 @@
+{
+ "name": "Symbiosis",
+ "chain": "symbiosis",
+ "rpc": ["https://symbiosis.calderachain.xyz/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Symbiosis",
+ "symbol": "SIS",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "infoURL": "https://symbiosis.hub.caldera.xyz",
+ "shortName": "symbiosis",
+ "chainId": 13863860,
+ "networkId": 13863860,
+ "explorers": [
+ {
+ "name": "Symbiosis Caldera Explorer",
+ "url": "https://symbiosis.calderaexplorer.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-140.json b/_data/chains/eip155-140.json
index 432e8c692fbb..fb9b7d127cb1 100644
--- a/_data/chains/eip155-140.json
+++ b/_data/chains/eip155-140.json
@@ -1,20 +1,24 @@
{
- "name": "Eternal Mainnet",
- "chain": "ETE",
- "icon": "eternal",
- "rpc": [
- "https://mainnet.eternalcoin.io/v1",
- "ws://mainnet.eternalcoin.io/v1/ws"
- ],
+ "name": "Eteria Mainnet",
+ "chain": "ERA",
+ "icon": "eteria",
+ "rpc": ["https://mainnet.eteria.io/v1"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
- "name": "Eternal",
- "symbol": "ETE",
+ "name": "Eteria",
+ "symbol": "ERA",
"decimals": 18
},
- "infoURL": "https://eternalcoin.io",
- "shortName": "ETE",
+ "infoURL": "https://eteria.io",
+ "shortName": "ERA",
"chainId": 140,
- "networkId": 140
+ "networkId": 140,
+ "explorers": [
+ {
+ "name": "eteriascan",
+ "url": "https://explorer.eteria.io",
+ "standard": "EIP3091"
+ }
+ ]
}
diff --git a/_data/chains/eip155-143.json b/_data/chains/eip155-143.json
index 6e3259d4544d..f28f467a5eea 100644
--- a/_data/chains/eip155-143.json
+++ b/_data/chains/eip155-143.json
@@ -1,12 +1,12 @@
{
- "name": "Monad Mainnet",
+ "name": "Monad",
"chain": "MON",
"icon": "monad",
- "rpc": [],
+ "rpc": ["https://rpc.monad.xyz"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
- "name": "MON Token",
+ "name": "Monad",
"symbol": "MON",
"decimals": 18
},
@@ -14,6 +14,17 @@
"shortName": "mon",
"chainId": 143,
"networkId": 143,
- "slip44": 1,
- "explorers": []
+ "slip44": 268435779,
+ "explorers": [
+ {
+ "name": "Monad Vision",
+ "url": "https://monadvision.com",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Monadscan",
+ "url": "https://monadscan.com",
+ "standard": "EIP3091"
+ }
+ ]
}
diff --git a/_data/chains/eip155-1439.json b/_data/chains/eip155-1439.json
new file mode 100644
index 000000000000..4d1404301abd
--- /dev/null
+++ b/_data/chains/eip155-1439.json
@@ -0,0 +1,31 @@
+{
+ "name": "Injective Testnet",
+ "chain": "Injective",
+ "icon": "injective",
+ "rpc": [
+ "https://k8s.testnet.json-rpc.injective.network",
+ "wss://k8s.testnet.ws.injective.network",
+ "https://injectiveevm-testnet-rpc.polkachu.com",
+ "wss://injectiveevm-testnet-rpc.polkachu.com"
+ ],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": ["https://testnet.faucet.injective.network"],
+ "nativeCurrency": {
+ "name": "Injective",
+ "symbol": "INJ",
+ "decimals": 18
+ },
+ "infoURL": "https://injective.com",
+ "shortName": "injective-testnet",
+ "chainId": 1439,
+ "networkId": 1439,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://testnet.blockscout.injective.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1440000.json b/_data/chains/eip155-1440000.json
new file mode 100644
index 000000000000..b8cc1338255b
--- /dev/null
+++ b/_data/chains/eip155-1440000.json
@@ -0,0 +1,25 @@
+{
+ "name": "XRPL EVM Sidechain",
+ "chain": "XRPL EVM",
+ "icon": "xrplevm",
+ "rpc": ["https://rpc.xrplevm.org", "wss://ws.xrplevm.org"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": ["https://faucet.xrplevm.org"],
+ "nativeCurrency": {
+ "name": "XRP",
+ "symbol": "XRP",
+ "decimals": 18
+ },
+ "infoURL": "https://xrplevm.org",
+ "shortName": "xrplevm",
+ "chainId": 1440000,
+ "networkId": 1440000,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.xrplevm.org",
+ "icon": "xrplevm",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1440002.json b/_data/chains/eip155-1440002.json
index ef2de930bd7f..a86a644b51bc 100644
--- a/_data/chains/eip155-1440002.json
+++ b/_data/chains/eip155-1440002.json
@@ -2,7 +2,7 @@
"name": "XRPL EVM Sidechain Devnet",
"chain": "XRPLEVM Devnet",
"icon": "xrplevm",
- "rpc": ["https://rpc.xrplevm.org", "https://ws.xrplevm.org"],
+ "rpc": ["https://rpc.devnet.xrplevm.org", "wss://ws.devnet.xrplevm.org"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": ["https://faucet.xrplevm.org"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1449000.json b/_data/chains/eip155-1449000.json
index 196bf00435ae..9134021525ef 100644
--- a/_data/chains/eip155-1449000.json
+++ b/_data/chains/eip155-1449000.json
@@ -2,7 +2,7 @@
"name": "XRPL EVM Sidechain Testnet",
"chain": "XRPLEVM Testnet",
"icon": "xrplevm",
- "rpc": ["https://rpc.testnet.xrplevm.org", "https://ws.testnet.xrplevm.org"],
+ "rpc": ["https://rpc.testnet.xrplevm.org", "wss://ws.testnet.xrplevm.org"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": ["https://faucet.xrplevm.org"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-146.json b/_data/chains/eip155-146.json
index 7b0de43c0d89..9f1cb9d0aee8 100644
--- a/_data/chains/eip155-146.json
+++ b/_data/chains/eip155-146.json
@@ -19,6 +19,12 @@
"networkId": 146,
"icon": "sonic",
"explorers": [
+ {
+ "name": "etherscan",
+ "url": "https://sonicscan.org",
+ "icon": "sonic",
+ "standard": "EIP3091"
+ },
{
"name": "sonic",
"url": "https://explorer.soniclabs.com",
diff --git a/_data/chains/eip155-14601.json b/_data/chains/eip155-14601.json
new file mode 100644
index 000000000000..51ea1c5417d4
--- /dev/null
+++ b/_data/chains/eip155-14601.json
@@ -0,0 +1,25 @@
+{
+ "name": "Sonic Testnet",
+ "chain": "sonic-testnet",
+ "rpc": ["https://rpc.testnet.soniclabs.com"],
+ "faucets": ["https://testnet.soniclabs.com/account"],
+ "nativeCurrency": {
+ "name": "Sonic",
+ "symbol": "S",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://testnet.soniclabs.com",
+ "shortName": "sonic-testnet",
+ "chainId": 14601,
+ "networkId": 14601,
+ "icon": "sonic",
+ "explorers": [
+ {
+ "name": "Sonic Testnet Explorer",
+ "url": "https://explorer.testnet.soniclabs.com",
+ "icon": "sonic",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-15000.json b/_data/chains/eip155-15000.json
new file mode 100644
index 000000000000..f28befb1ae25
--- /dev/null
+++ b/_data/chains/eip155-15000.json
@@ -0,0 +1,24 @@
+{
+ "name": "Quai Network Testnet",
+ "chain": "QUAI",
+ "icon": "quai",
+ "rpc": ["https://orchard.rpc.quai.network/cyprus1"],
+ "features": [{ "name": "EIP155" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Quai",
+ "symbol": "QUAI",
+ "decimals": 18
+ },
+ "infoURL": "https://qu.ai",
+ "shortName": "quai-testnet",
+ "chainId": 15000,
+ "networkId": 15000,
+ "explorers": [
+ {
+ "name": "Orchard Quaiscan",
+ "url": "https://orchard.quaiscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-15885.json b/_data/chains/eip155-15885.json
new file mode 100644
index 000000000000..390448c62b7c
--- /dev/null
+++ b/_data/chains/eip155-15885.json
@@ -0,0 +1,22 @@
+{
+ "name": "Bitroot Testnet",
+ "shortName": "bitroot-testnet",
+ "chain": "Bitroot",
+ "chainId": 15885,
+ "networkId": 15885,
+ "rpc": ["https://testnet-rpc.bitroot.co"],
+ "faucets": ["https://faucet.bitroot.co"],
+ "infoURL": "https://bitroot.co",
+ "nativeCurrency": {
+ "name": "BRT",
+ "symbol": "BRT",
+ "decimals": 18
+ },
+ "explorers": [
+ {
+ "name": "Bitroot Testnet Explorer",
+ "url": "https://testnet-explorer.bitroot.co",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-15888.json b/_data/chains/eip155-15888.json
new file mode 100644
index 000000000000..b3d0c3ba610b
--- /dev/null
+++ b/_data/chains/eip155-15888.json
@@ -0,0 +1,22 @@
+{
+ "name": "Bitroot",
+ "shortName": "bitroot",
+ "chain": "Bitroot",
+ "chainId": 15888,
+ "networkId": 15888,
+ "rpc": ["https://rpc.bitroot.co", "https://mainnet-rpc.bitroot.co"],
+ "faucets": [],
+ "infoURL": "https://bitroot.co",
+ "nativeCurrency": {
+ "name": "BRT",
+ "symbol": "BRT",
+ "decimals": 18
+ },
+ "explorers": [
+ {
+ "name": "Bitroot Explorer",
+ "url": "https://explorer.bitroot.co",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1612.json b/_data/chains/eip155-1612.json
new file mode 100644
index 000000000000..eafafcd2fab9
--- /dev/null
+++ b/_data/chains/eip155-1612.json
@@ -0,0 +1,32 @@
+{
+ "name": "OpenLedger Mainnet",
+ "chain": "OpenLedger",
+ "rpc": ["https://rpc.openledger.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Open",
+ "symbol": "OPEN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.openledger.xyz",
+ "shortName": "open",
+ "chainId": 1612,
+ "networkId": 1612,
+ "icon": "openledger",
+ "explorers": [
+ {
+ "name": "OpenLedger Explorer",
+ "url": "https://scan.openledger.xyz",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://bridge.openledger.xyz/"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-161221135.json b/_data/chains/eip155-161221135.json
index 8f92a6d65c8e..42b5867b85fa 100644
--- a/_data/chains/eip155-161221135.json
+++ b/_data/chains/eip155-161221135.json
@@ -9,7 +9,7 @@
"symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://plumenetwork.xyz/",
+ "infoURL": "https://plume.org",
"shortName": "plume-testnet-legacy",
"chainId": 161221135,
"networkId": 161221135,
diff --git a/_data/chains/eip155-1643.json b/_data/chains/eip155-1643.json
new file mode 100644
index 000000000000..7cf595d7f379
--- /dev/null
+++ b/_data/chains/eip155-1643.json
@@ -0,0 +1,36 @@
+{
+ "name": "XGR Mainnet",
+ "chain": "XGR",
+ "rpc": [
+ "https://rpc.xgr.network",
+ "https://rpc1.xgr.network",
+ "https://rpc2.xgr.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "XGR",
+ "symbol": "XGR",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "infoURL": "https://xgr.network",
+ "shortName": "xgr",
+ "chainId": 1643,
+ "networkId": 1643,
+ "icon": "xgr",
+ "explorers": [
+ {
+ "name": "XGRScan",
+ "url": "https://explorer.xgr.network",
+ "icon": "xgr",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1650.json b/_data/chains/eip155-1650.json
new file mode 100644
index 000000000000..6cf034dd842b
--- /dev/null
+++ b/_data/chains/eip155-1650.json
@@ -0,0 +1,23 @@
+{
+ "name": "IIC Blockchain Testnet",
+ "chainId": 1650,
+ "shortName": "iic-testnet",
+ "chain": "IIC",
+ "networkId": 1650,
+ "nativeCurrency": {
+ "name": "Saya Coin",
+ "symbol": "SAYA",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.iic-blockchain.com"],
+ "faucets": [],
+ "infoURL": "https://metavtz.com/",
+ "status": "active",
+ "explorers": [
+ {
+ "name": "IIC Explorer",
+ "url": "https://scan.iic-blockchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-166.json b/_data/chains/eip155-166.json
index 750bda3bb8a6..5ed6ee8b1407 100644
--- a/_data/chains/eip155-166.json
+++ b/_data/chains/eip155-166.json
@@ -1,25 +1,25 @@
{
- "name": "Omni",
- "chain": "Omni",
+ "name": "Nomina",
+ "chain": "Nomina",
"status": "active",
- "rpc": ["https://mainnet.omni.network", "wss://wss.mainnet.omni.network"],
+ "rpc": ["https://mainnet.nomina.io", "wss://wss.mainnet.nomina.io"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
- "name": "Omni",
- "symbol": "OMNI",
+ "name": "Nomina",
+ "symbol": "NOM",
"decimals": 18
},
"infoURL": "https://docs.omni.network",
- "shortName": "omni",
+ "shortName": "nom",
"chainId": 166,
"networkId": 166,
"slip44": 1,
- "icon": "omni",
+ "icon": "nom",
"explorers": [
{
- "name": "Omni EVM and cross-chain Explorer",
- "url": "https://omniscan.network",
+ "name": "Nomina EVM and cross-chain Explorer",
+ "url": "https://nomscan.io",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-16600.json b/_data/chains/eip155-16600.json
index 58978f0f8d01..0e1cfb7646d2 100644
--- a/_data/chains/eip155-16600.json
+++ b/_data/chains/eip155-16600.json
@@ -1,7 +1,8 @@
{
"name": "0G-Newton-Testnet",
"chain": "0G-Testnet",
- "rpc": ["https://evmrpc-testnet.0g.ai"],
+ "status": "deprecated",
+ "rpc": [],
"faucets": ["https://faucet.0g.ai"],
"nativeCurrency": {
"name": "A0GI",
@@ -13,11 +14,5 @@
"chainId": 16600,
"networkId": 16600,
"icon": "0gai",
- "explorers": [
- {
- "name": "0G BlockChain Explorer",
- "url": "https://chainscan-newton.0g.ai",
- "standard": "none"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-16601.json b/_data/chains/eip155-16601.json
new file mode 100644
index 000000000000..14f9f5452550
--- /dev/null
+++ b/_data/chains/eip155-16601.json
@@ -0,0 +1,18 @@
+{
+ "name": "0G-Galileo-Testnet",
+ "chain": "0G-Testnet",
+ "status": "deprecated",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "A0GI",
+ "symbol": "A0GI",
+ "decimals": 18
+ },
+ "infoURL": "https://0g.ai",
+ "shortName": "0gai-galileo-testnet",
+ "chainId": 16601,
+ "networkId": 16601,
+ "icon": "0gai",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-16602.json b/_data/chains/eip155-16602.json
new file mode 100644
index 000000000000..ccbdd26a908e
--- /dev/null
+++ b/_data/chains/eip155-16602.json
@@ -0,0 +1,23 @@
+{
+ "name": "0G-Testnet-Galileo",
+ "chain": "0G-Testnet",
+ "rpc": ["https://evmrpc-testnet.0g.ai"],
+ "faucets": ["https://faucet.0g.ai"],
+ "nativeCurrency": {
+ "name": "0G",
+ "symbol": "0G",
+ "decimals": 18
+ },
+ "infoURL": "https://0g.ai",
+ "shortName": "0g-testnet-galileo",
+ "chainId": 16602,
+ "networkId": 16602,
+ "icon": "0g",
+ "explorers": [
+ {
+ "name": "0G BlockChain Explorer",
+ "url": "https://chainscan-galileo.0g.ai",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1660990954.json b/_data/chains/eip155-1660990954.json
index a685661c459a..a8c2a46cba54 100644
--- a/_data/chains/eip155-1660990954.json
+++ b/_data/chains/eip155-1660990954.json
@@ -2,10 +2,7 @@
"name": "Status Network Sepolia",
"title": "Status Network Sepolia",
"chain": "ETH",
- "rpc": [
- "https://public.sepolia.rpc.status.network",
- "wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws"
- ],
+ "rpc": ["https://public.sepolia.rpc.status.network"],
"faucets": ["https://faucet.status.network/"],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-1663.json b/_data/chains/eip155-1663.json
index a199d3457aa6..2d5ab0c6e07e 100644
--- a/_data/chains/eip155-1663.json
+++ b/_data/chains/eip155-1663.json
@@ -3,10 +3,7 @@
"shortName": "Gobi",
"chain": "Gobi",
"icon": "eon",
- "rpc": [
- "https://gobi-rpc.horizenlabs.io/ethv1",
- "https://rpc.ankr.com/horizen_gobi_testnet"
- ],
+ "rpc": [],
"features": [
{
"name": "EIP155"
@@ -15,7 +12,7 @@
"name": "EIP1559"
}
],
- "faucets": ["https://faucet.horizen.io"],
+ "faucets": [],
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
@@ -25,12 +22,6 @@
"chainId": 1663,
"networkId": 1663,
"slip44": 1,
- "explorers": [
- {
- "name": "Gobi Testnet Block Explorer",
- "url": "https://gobi-explorer.horizen.io",
- "icon": "eon",
- "standard": "EIP3091"
- }
- ]
+ "explorers": [],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-16661.json b/_data/chains/eip155-16661.json
new file mode 100644
index 000000000000..88ba835ae0e7
--- /dev/null
+++ b/_data/chains/eip155-16661.json
@@ -0,0 +1,23 @@
+{
+ "name": "0G Mainnet",
+ "chain": "0G",
+ "rpc": ["https://evmrpc.0g.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "0G",
+ "symbol": "0G",
+ "decimals": 18
+ },
+ "infoURL": "https://0g.ai",
+ "shortName": "0g",
+ "chainId": 16661,
+ "networkId": 16661,
+ "icon": "0g",
+ "explorers": [
+ {
+ "name": "0G BlockChain Explorer",
+ "url": "https://chainscan.0g.ai",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-167009.json b/_data/chains/eip155-167009.json
index e3586e004d6d..6a652ad6d23e 100644
--- a/_data/chains/eip155-167009.json
+++ b/_data/chains/eip155-167009.json
@@ -1,14 +1,9 @@
{
- "name": "Taiko Hekla",
+ "name": "Taiko Hekla (deprecated)",
"chain": "ETH",
- "status": "active",
+ "status": "deprecated",
"icon": "taiko",
- "rpc": [
- "https://rpc.hekla.taiko.xyz",
- "wss://ws.hekla.taiko.xyz",
- "https://taiko-hekla-rpc.publicnode.com",
- "wss://taiko-hekla-rpc.publicnode.com"
- ],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@@ -19,16 +14,5 @@
"shortName": "tko-hekla",
"chainId": 167009,
"networkId": 167009,
- "explorers": [
- {
- "name": "blockscout",
- "url": "https://blockscoutapi.hekla.taiko.xyz",
- "standard": "EIP3091"
- },
- {
- "name": "Routescan",
- "url": "https://hekla.taikoexplorer.com",
- "standard": "EIP3091"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-167013.json b/_data/chains/eip155-167013.json
new file mode 100644
index 000000000000..a5f8586f61f5
--- /dev/null
+++ b/_data/chains/eip155-167013.json
@@ -0,0 +1,29 @@
+{
+ "name": "Taiko Hoodi",
+ "chain": "ETH",
+ "status": "active",
+ "icon": "taiko",
+ "rpc": ["https://rpc.hoodi.taiko.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://taiko.xyz",
+ "shortName": "tko-hoodi",
+ "chainId": 167013,
+ "networkId": 167013,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://blockscout.hoodi.taiko.xyz",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Etherscan",
+ "url": "https://hoodi.taikoscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1714.json b/_data/chains/eip155-1714.json
new file mode 100644
index 000000000000..6ee1dfe4c65d
--- /dev/null
+++ b/_data/chains/eip155-1714.json
@@ -0,0 +1,18 @@
+{
+ "name": "ACiD",
+ "chain": "ACID",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://github.com/NoBanks/ACiD",
+ "shortName": "acid",
+ "chainId": 1714,
+ "networkId": 1714,
+ "status": "incubating",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-173.json b/_data/chains/eip155-173.json
new file mode 100644
index 000000000000..f6d0d1c01074
--- /dev/null
+++ b/_data/chains/eip155-173.json
@@ -0,0 +1,31 @@
+{
+ "name": "ENI Mainnet",
+ "chain": "ENI",
+ "rpc": [
+ "https://rpc.eniac.network",
+ "https://rpc1.eniac.network",
+ "https://rpc2.eniac.network",
+ "https://enirpc.com",
+ "https://jp.enirpc.com",
+ "https://jp.eniacrpc.net",
+ "wss://rpc.eniac.network/ws/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EGAS",
+ "symbol": "EGAS",
+ "decimals": 18
+ },
+ "infoURL": "https://eniac.network/",
+ "shortName": "eni",
+ "chainId": 173,
+ "networkId": 173,
+ "icon": "eni",
+ "explorers": [
+ {
+ "name": "ENI Explorer",
+ "url": "https://scan.eniac.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-174.json b/_data/chains/eip155-174.json
new file mode 100644
index 000000000000..742a5d13e55c
--- /dev/null
+++ b/_data/chains/eip155-174.json
@@ -0,0 +1,23 @@
+{
+ "name": "ENI Testnet",
+ "chain": "ENI",
+ "rpc": ["https://rpc-testnet.eniac.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EGAS",
+ "symbol": "EGAS",
+ "decimals": 18
+ },
+ "infoURL": "https://eniac.network/",
+ "shortName": "eni-test",
+ "chainId": 174,
+ "networkId": 174,
+ "icon": "eni-test",
+ "explorers": [
+ {
+ "name": "ENI Testnet Explorer",
+ "url": "https://scan-testnet.eniac.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-175200.json b/_data/chains/eip155-175200.json
new file mode 100644
index 000000000000..c3ed6af9d566
--- /dev/null
+++ b/_data/chains/eip155-175200.json
@@ -0,0 +1,24 @@
+{
+ "name": "Lit Chain Mainnet",
+ "chain": "LITKEY",
+ "icon": "lit",
+ "rpc": ["https://lit-chain-rpc.litprotocol.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Lit Protocol",
+ "symbol": "LITKEY",
+ "decimals": 18
+ },
+ "infoURL": "https://litprotocol.com",
+ "shortName": "lit",
+ "chainId": 175200,
+ "networkId": 175200,
+ "explorers": [
+ {
+ "name": "Lit Chain Explorer",
+ "url": "https://lit-chain-explorer.litprotocol.com",
+ "icon": "lit",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1776.json b/_data/chains/eip155-1776.json
new file mode 100644
index 000000000000..8fde3656e300
--- /dev/null
+++ b/_data/chains/eip155-1776.json
@@ -0,0 +1,31 @@
+{
+ "name": "Injective",
+ "chain": "Injective",
+ "icon": "injective",
+ "rpc": [
+ "https://sentry.evm-rpc.injective.network",
+ "wss://sentry.evm-ws.injective.network",
+ "https://injectiveevm-rpc.polkachu.com",
+ "wss://injectiveevm-ws.polkachu.com"
+ ],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": ["https://injective.com/getinj"],
+ "nativeCurrency": {
+ "name": "Injective",
+ "symbol": "INJ",
+ "decimals": 18
+ },
+ "infoURL": "https://injective.com",
+ "shortName": "injective",
+ "chainId": 1776,
+ "networkId": 1776,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://blockscout.injective.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-17771.json b/_data/chains/eip155-17771.json
new file mode 100644
index 000000000000..47a07e84a61d
--- /dev/null
+++ b/_data/chains/eip155-17771.json
@@ -0,0 +1,24 @@
+{
+ "name": "DMD Diamond",
+ "chain": "DMD",
+ "rpc": ["https://rpc.bit.diamonds"],
+ "faucets": ["https://faucet.bit.diamonds"],
+ "nativeCurrency": {
+ "name": "DMD",
+ "symbol": "DMD",
+ "decimals": 18
+ },
+ "infoURL": "https://bit.diamonds",
+ "shortName": "dmd",
+ "chainId": 17771,
+ "networkId": 17771,
+ "icon": "dmd",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.bit.diamonds",
+ "icon": "dmd",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-178.json b/_data/chains/eip155-178.json
index 62081f1d8714..00b1e6084f4f 100644
--- a/_data/chains/eip155-178.json
+++ b/_data/chains/eip155-178.json
@@ -1,6 +1,6 @@
{
- "name": "ABEY Testnet",
- "chain": "ABEY",
+ "name": "Abey Testnet",
+ "chain": "Abey",
"rpc": ["https://testrpc.abeychain.com"],
"features": [{ "name": "EIP155" }],
"faucets": ["https://testnet-faucet.abeychain.com"],
@@ -13,10 +13,12 @@
"shortName": "abeyt",
"chainId": 178,
"networkId": 178,
+ "icon": "abey",
"explorers": [
{
"name": "abeyscan-testnet",
"url": "https://testnet.abeyscan.com",
+ "icon": "abey",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-1783.json b/_data/chains/eip155-1783.json
new file mode 100644
index 000000000000..f235ce6e1444
--- /dev/null
+++ b/_data/chains/eip155-1783.json
@@ -0,0 +1,25 @@
+{
+ "name": "KiiChain",
+ "chain": "KII",
+ "rpc": ["https://json-rpc.kiivalidator.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Kii",
+ "symbol": "KII",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://kiichain.io",
+ "shortName": "kiichain",
+ "chainId": 1783,
+ "networkId": 1783,
+ "icon": "kii",
+ "explorers": [
+ {
+ "name": "KiiExplorer",
+ "url": "https://explorer.kiichain.io",
+ "icon": "kii",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-179.json b/_data/chains/eip155-179.json
index c29d6dd11042..88c59cbd606d 100644
--- a/_data/chains/eip155-179.json
+++ b/_data/chains/eip155-179.json
@@ -1,6 +1,6 @@
{
- "name": "ABEY Mainnet",
- "chain": "ABEY",
+ "name": "Abey Mainnet",
+ "chain": "Abey",
"rpc": ["https://rpc.abeychain.com"],
"features": [{ "name": "EIP155" }],
"faucets": [],
@@ -13,10 +13,12 @@
"shortName": "abey",
"chainId": 179,
"networkId": 179,
+ "icon": "abey",
"explorers": [
{
"name": "abeyscan",
"url": "https://abeyscan.com",
+ "icon": "abey",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-179170.json b/_data/chains/eip155-179170.json
new file mode 100644
index 000000000000..b0faa30c8085
--- /dev/null
+++ b/_data/chains/eip155-179170.json
@@ -0,0 +1,24 @@
+{
+ "name": "Transparency Solution",
+ "chain": "CLT",
+ "icon": "transparencysolution",
+ "rpc": ["https://rpc-api.transparency.solutions"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ClearToken",
+ "symbol": "CLT",
+ "decimals": 18
+ },
+ "infoURL": "https://transparency.solutions",
+ "shortName": "clts",
+ "chainId": 179170,
+ "networkId": 179170,
+ "explorers": [
+ {
+ "name": "Transparency Solution Explorer",
+ "url": "https://blockchain.transparency.solutions",
+ "icon": "transparencysolution",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-181228.json b/_data/chains/eip155-181228.json
new file mode 100644
index 000000000000..7d87fc68074a
--- /dev/null
+++ b/_data/chains/eip155-181228.json
@@ -0,0 +1,33 @@
+{
+ "name": "HPP Sepolia Testnet",
+ "chain": "ETH",
+ "rpc": ["https://sepolia.hpp.io"],
+ "faucets": ["https://faucet.conduit.xyz"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hpp.io",
+ "shortName": "hpp-sepolia",
+ "chainId": 181228,
+ "networkId": 181228,
+ "icon": "hpp",
+ "explorers": [
+ {
+ "name": "HPP Sepolia Explorer",
+ "url": "https://sepolia-explorer.hpp.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ {
+ "url": "https://portal.arbitrum.io/bridge"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-1879.json b/_data/chains/eip155-1879.json
new file mode 100644
index 000000000000..8b9c5b2eba3d
--- /dev/null
+++ b/_data/chains/eip155-1879.json
@@ -0,0 +1,36 @@
+{
+ "name": "XGR Testnet",
+ "chain": "XGR",
+ "rpc": [
+ "https://rpc.testnet.xgr.network",
+ "https://rpc1.testnet.xgr.network",
+ "https://rpc2.testnet.xgr.network"
+ ],
+ "faucets": ["https://faucet.xgr.network"],
+ "nativeCurrency": {
+ "name": "XGR",
+ "symbol": "XGR",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "infoURL": "https://xgr.network",
+ "shortName": "xgrt",
+ "chainId": 1879,
+ "networkId": 1879,
+ "icon": "xgr",
+ "explorers": [
+ {
+ "name": "XGRScan",
+ "url": "https://explorer.testnet.xgr.network",
+ "icon": "xgr",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-190415.json b/_data/chains/eip155-190415.json
new file mode 100644
index 000000000000..77d5fb72a591
--- /dev/null
+++ b/_data/chains/eip155-190415.json
@@ -0,0 +1,29 @@
+{
+ "name": "HPP Mainnet",
+ "chain": "ETH",
+ "rpc": ["https://mainnet.hpp.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hpp.io",
+ "shortName": "hpp-mainnet",
+ "chainId": 190415,
+ "networkId": 190415,
+ "icon": "hpp",
+ "explorers": [
+ {
+ "name": "HPP Mainnet Explorer",
+ "url": "https://explorer.hpp.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://portal.arbitrum.io/bridge" }]
+ }
+}
diff --git a/_data/chains/eip155-19191.json b/_data/chains/eip155-19191.json
index 4a1da14d5c1e..d67d14781bd9 100644
--- a/_data/chains/eip155-19191.json
+++ b/_data/chains/eip155-19191.json
@@ -16,12 +16,12 @@
"explorers": [
{
"name": "BlockX EVM Explorer (Blockscout)",
- "url": "https://explorer.blockxnet.com",
+ "url": "https://explorer-evm.blockxnet.com",
"standard": "EIP3091"
},
{
"name": "BlockX Cosmos Explorer (Ping)",
- "url": "https://ping.blockxnet.com/blockx",
+ "url": "https://ping.pub/BlockX",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-192.json b/_data/chains/eip155-192.json
new file mode 100644
index 000000000000..d64d3b453a28
--- /dev/null
+++ b/_data/chains/eip155-192.json
@@ -0,0 +1,24 @@
+{
+ "name": "Redmansion Chain",
+ "chain": "RMC",
+ "icon": "redmansion",
+ "rpc": ["https://redmansion.io/srpc/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Redmansion Coin",
+ "symbol": "RMC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.redmansion.io",
+ "shortName": "rmc",
+ "chainId": 192,
+ "networkId": 192,
+ "explorers": [
+ {
+ "name": "Redmansion explorer",
+ "url": "https://redmansion.io",
+ "icon": "redmansion",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-193939.json b/_data/chains/eip155-193939.json
index 617567d1aae7..8de570f6c3ed 100644
--- a/_data/chains/eip155-193939.json
+++ b/_data/chains/eip155-193939.json
@@ -1,6 +1,7 @@
{
"name": "R0AR Chain",
"chain": "R0AR Chain",
+ "icon": "r0ar",
"rpc": ["https://rpc-r0ar.io"],
"faucets": [],
"nativeCurrency": {
@@ -16,6 +17,7 @@
{
"name": "tracehawk",
"url": "https://r0arscan.io",
+ "icon": "r0ar",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-19478.json b/_data/chains/eip155-19478.json
new file mode 100644
index 000000000000..ecda5bb6c8f2
--- /dev/null
+++ b/_data/chains/eip155-19478.json
@@ -0,0 +1,24 @@
+{
+ "name": "Trustivon Testnet",
+ "chain": "Trustivon",
+ "shortName": "trustivon",
+ "infoURL": "https://trustivon.com",
+ "icon": "trustivon",
+ "chainId": 19478,
+ "networkId": 19478,
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "nativeCurrency": {
+ "name": "Trustivon",
+ "symbol": "TC",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.trustivon.com"],
+ "faucets": ["https://faucet.trustivon.com"],
+ "explorers": [
+ {
+ "name": "Trustivon Explorer",
+ "url": "https://scan.trustivon.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1962.json b/_data/chains/eip155-1962.json
new file mode 100644
index 000000000000..66785277c43d
--- /dev/null
+++ b/_data/chains/eip155-1962.json
@@ -0,0 +1,23 @@
+{
+ "name": "T-Rex Testnet",
+ "chain": "T-Rex",
+ "rpc": ["https://testnetrpc.trex.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://trex.xyz/",
+ "shortName": "TREX",
+ "chainId": 1962,
+ "networkId": 1962,
+ "icon": "trex",
+ "explorers": [
+ {
+ "name": "T-Rex Testnet explorer",
+ "url": "https://testnet.trex.xyz",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1983.json b/_data/chains/eip155-1983.json
new file mode 100644
index 000000000000..f91c99233022
--- /dev/null
+++ b/_data/chains/eip155-1983.json
@@ -0,0 +1,24 @@
+{
+ "name": "Krown Mainnet",
+ "chain": "KROWN",
+ "icon": "krown",
+ "rpc": ["https://mainnet.krown.network", "https://mainnet1.krown.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "KROWN",
+ "symbol": "KROWN",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://krown.network",
+ "shortName": "krown",
+ "chainId": 1983,
+ "networkId": 1983,
+ "explorers": [
+ {
+ "name": "Krown Explorer",
+ "url": "https://explorer.krown.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1995.json b/_data/chains/eip155-1995.json
index 16422e9acdad..67985b67456f 100644
--- a/_data/chains/eip155-1995.json
+++ b/_data/chains/eip155-1995.json
@@ -1,8 +1,8 @@
{
"name": "edeXa Testnet",
"chain": "edeXa",
- "rpc": ["https://rpc.testnet.edexa.network", "https://rpc.testnet.edexa.com"],
- "faucets": ["https://faucet.edexa.com/"],
+ "rpc": [],
+ "faucets": [],
"nativeCurrency": {
"name": "edeXa",
"symbol": "tEDX",
@@ -14,11 +14,5 @@
"networkId": 1995,
"slip44": 1,
"icon": "edexa",
- "explorers": [
- {
- "name": "edexa-testnet-explorer",
- "url": "https://explorer.testnet.edexa.network",
- "standard": "EIP3091"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-200024.json b/_data/chains/eip155-200024.json
new file mode 100644
index 000000000000..0c8288377057
--- /dev/null
+++ b/_data/chains/eip155-200024.json
@@ -0,0 +1,24 @@
+{
+ "name": "NitroGraph Testnet",
+ "chain": "NOS",
+ "rpc": ["https://rpc-testnet.nitrograph.foundation"],
+ "icon": "nitrograph",
+ "slip44": 1,
+ "faucets": ["https://faucet-testnet.nitrograph.foundation"],
+ "infoURL": "https://docs.nitrograph.com",
+ "chainId": 200024,
+ "networkId": 200024,
+ "shortName": "nitro-testnet",
+ "explorers": [
+ {
+ "url": "https://explorer-testnet.nitrograph.foundation",
+ "name": "NitroGraphTestnetInfo",
+ "standard": "EIP3091"
+ }
+ ],
+ "nativeCurrency": {
+ "name": "Nitro",
+ "symbol": "NOS",
+ "decimals": 18
+ }
+}
diff --git a/_data/chains/eip155-20181205.json b/_data/chains/eip155-20181205.json
index 1e18b9c6d36a..7f5be1e8176b 100644
--- a/_data/chains/eip155-20181205.json
+++ b/_data/chains/eip155-20181205.json
@@ -2,8 +2,9 @@
"name": "quarkblockchain",
"chain": "QKI",
"rpc": [
- "https://hz.rpc.qkiscan.cn",
- "https://jp.rpc.qkiscan.io",
+ "https://rpc1.qkirpc.org",
+ "https://rpc2.qkirpc.org",
+ "https://rpc3.qkirpc.org",
"https://rpc1.qkiscan.io",
"https://rpc2.qkiscan.io",
"https://rpc3.qkiscan.io"
diff --git a/_data/chains/eip155-2019775.json b/_data/chains/eip155-2019775.json
new file mode 100644
index 000000000000..7544ed292e7c
--- /dev/null
+++ b/_data/chains/eip155-2019775.json
@@ -0,0 +1,38 @@
+{
+ "name": "Jovay Sepolia Testnet",
+ "chain": "ETH",
+ "status": "active",
+ "rpc": [
+ "https://api.zan.top/public/jovay-testnet",
+ "https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}",
+ "wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}"
+ ],
+ "faucets": ["https://zan.top/faucet/jovay"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://jovay.io",
+ "shortName": "jovay-sepolia",
+ "chainId": 2019775,
+ "networkId": 2019775,
+ "icon": "jovay",
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Jovay Testnet Explorer",
+ "url": "https://sepolia-explorer.jovay.io/l2",
+ "standard": "none"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ {
+ "url": "https://docs.jovay.io/guide/developer-quickstart"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-20250407.json b/_data/chains/eip155-20250407.json
new file mode 100644
index 000000000000..fe5ca2c1b746
--- /dev/null
+++ b/_data/chains/eip155-20250407.json
@@ -0,0 +1,27 @@
+{
+ "name": "PlatON Dev Testnet",
+ "chain": "PlatON",
+ "rpc": [
+ "https://devnet3openapi.platon.network/rpc",
+ "wss://devnet3openapi.platon.network/ws"
+ ],
+ "faucets": ["https://devnet3faucet.platon.network/faucet"],
+ "nativeCurrency": {
+ "name": "LAT",
+ "symbol": "lat",
+ "decimals": 18
+ },
+ "infoURL": "https://www.platon.network",
+ "shortName": "platondev3",
+ "chainId": 20250407,
+ "networkId": 1,
+ "slip44": 1,
+ "icon": "platon",
+ "explorers": [
+ {
+ "name": "PlatON devnet explorer",
+ "url": "https://devnet3scan.platon.network",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-202599.json b/_data/chains/eip155-202599.json
new file mode 100644
index 000000000000..9cfd257b40aa
--- /dev/null
+++ b/_data/chains/eip155-202599.json
@@ -0,0 +1,24 @@
+{
+ "name": "JuChain Testnet",
+ "chain": "JuChain",
+ "rpc": ["https://testnet-rpc.juchain.org", "wss://testnet-ws.juchain.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "JU Testnet Token",
+ "symbol": "JU",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.juchain.org",
+ "shortName": "ju-test",
+ "chainId": 202599,
+ "networkId": 202599,
+ "icon": "ju-test",
+ "explorers": [
+ {
+ "name": "JUChain Test Explorer",
+ "url": "https://testnet.juscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2030232745.json b/_data/chains/eip155-2030232745.json
new file mode 100644
index 000000000000..3d6d95cfebe6
--- /dev/null
+++ b/_data/chains/eip155-2030232745.json
@@ -0,0 +1,35 @@
+{
+ "name": "Lumia Beam Testnet",
+ "shortName": "lumia-beam-testnet",
+ "title": "Lumia Beam Testnet",
+ "chain": "ETH",
+ "icon": "lumia",
+ "rpc": ["https://beam-rpc.lumia.org"],
+ "faucets": ["https://beam-faucet.lumia.org/"],
+ "nativeCurrency": {
+ "name": "Lumia",
+ "symbol": "LUMIA",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://lumia.org",
+ "chainId": 2030232745,
+ "networkId": 2030232745,
+ "explorers": [
+ {
+ "name": "Lumia Beam Testnet Explorer",
+ "url": "https://beam-explorer.lumia.org",
+ "icon": "lumia",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://beam-bridge.lumia.org"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-2035.json b/_data/chains/eip155-2035.json
index 64096095bfee..ececc6df15e2 100644
--- a/_data/chains/eip155-2035.json
+++ b/_data/chains/eip155-2035.json
@@ -1,7 +1,7 @@
{
"name": "Phala Network",
"chain": "ETH",
- "rpc": [],
+ "rpc": ["https://rpc.phala.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-205205.json b/_data/chains/eip155-205205.json
index 2a9760ce6a79..dc3b02cddf1a 100644
--- a/_data/chains/eip155-205205.json
+++ b/_data/chains/eip155-205205.json
@@ -1,15 +1,15 @@
{
"name": "Auroria Testnet",
- "title": "Stratis Testnet Auroria",
+ "title": "Xertra Testnet Auroria",
"chain": "Auroria",
- "rpc": ["https://auroria.rpc.stratisevm.com"],
- "faucets": ["https://auroria.faucet.stratisevm.com"],
+ "rpc": ["https://auroria.rpc.xertra.com"],
+ "faucets": ["https://auroria.faucet.xertra.com"],
"nativeCurrency": {
- "name": "Auroria Stratis",
+ "name": "tSTRAX",
"symbol": "tSTRAX",
"decimals": 18
},
- "infoURL": "https://www.stratisplatform.com",
+ "infoURL": "https://xertra.com",
"shortName": "auroria",
"chainId": 205205,
"networkId": 205205,
@@ -17,7 +17,7 @@
"explorers": [
{
"name": "Auroria Testnet Explorer",
- "url": "https://auroria.explorer.stratisevm.com",
+ "url": "https://auroria.explorer.xertra.com",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-210000.json b/_data/chains/eip155-210000.json
new file mode 100644
index 000000000000..8eb03de98339
--- /dev/null
+++ b/_data/chains/eip155-210000.json
@@ -0,0 +1,24 @@
+{
+ "name": "JuChain Mainnet",
+ "chain": "JuChain",
+ "rpc": ["https://rpc.juchain.org", "wss://ws.juchain.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "JU",
+ "symbol": "JU",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.juchain.org",
+ "shortName": "ju",
+ "chainId": 210000,
+ "networkId": 210000,
+ "icon": "ju",
+ "explorers": [
+ {
+ "name": "JUChain Mainnet Explorer",
+ "url": "https://juscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-21210.json b/_data/chains/eip155-21210.json
index dc829265093d..e5f8ea8a6cd6 100644
--- a/_data/chains/eip155-21210.json
+++ b/_data/chains/eip155-21210.json
@@ -4,8 +4,8 @@
"rpc": ["https://mainnet.1money.network"],
"faucets": [],
"nativeCurrency": {
- "name": "USD1",
- "symbol": "USD1",
+ "name": "FREE",
+ "symbol": "FREE",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
diff --git a/_data/chains/eip155-2129.json b/_data/chains/eip155-2129.json
new file mode 100644
index 000000000000..fbfab85d405d
--- /dev/null
+++ b/_data/chains/eip155-2129.json
@@ -0,0 +1,21 @@
+{
+ "name": "Memento Testnet",
+ "chain": "Memento",
+ "rpc": ["https://rpc.memento.zeeve.online"],
+ "faucets": ["https://faucet.memento.zeeve.online"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "infoURL": "",
+ "shortName": "memento-testnet",
+ "chainId": 2129,
+ "networkId": 2129,
+ "explorers": []
+}
diff --git a/_data/chains/eip155-2201.json b/_data/chains/eip155-2201.json
new file mode 100644
index 000000000000..6e93ae38d592
--- /dev/null
+++ b/_data/chains/eip155-2201.json
@@ -0,0 +1,23 @@
+{
+ "name": "Stable Testnet",
+ "chain": "Stable",
+ "icon": "stable",
+ "rpc": ["https://rpc.testnet.stable.xyz"],
+ "faucets": ["https://faucet.stable.xyz"],
+ "nativeCurrency": {
+ "name": "USDT0",
+ "symbol": "USDT0",
+ "decimals": 18
+ },
+ "infoURL": "https://stable.xyz",
+ "shortName": "stable-testnet",
+ "chainId": 2201,
+ "networkId": 2201,
+ "explorers": [
+ {
+ "name": "Stablescan",
+ "url": "https://testnet.stablescan.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-23232.json b/_data/chains/eip155-23232.json
new file mode 100644
index 000000000000..21872a9ad376
--- /dev/null
+++ b/_data/chains/eip155-23232.json
@@ -0,0 +1,26 @@
+{
+ "name": "Gotas Social",
+ "chain": "Gotas",
+ "icon": "gotas",
+ "rpc": [
+ "https://services.tanssi-mainnet.network/tanssi-2006",
+ "wss://services.tanssi-mainnet.network/tanssi-2006"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "GOTAS",
+ "symbol": "GOTAS",
+ "decimals": 18
+ },
+ "infoURL": "https://gotas.com/",
+ "shortName": "gotas",
+ "chainId": 23232,
+ "networkId": 23232,
+ "explorers": [
+ {
+ "name": "Tanssi EVM Basic Explorer",
+ "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2006",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2366.json b/_data/chains/eip155-2366.json
new file mode 100644
index 000000000000..d418e07e52bb
--- /dev/null
+++ b/_data/chains/eip155-2366.json
@@ -0,0 +1,24 @@
+{
+ "name": "KiteAI",
+ "chain": "KiteAI",
+ "icon": "kite",
+ "rpc": ["https://rpc.gokite.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Kite",
+ "symbol": "KITE",
+ "decimals": 18
+ },
+ "infoURL": "https://gokite.ai/",
+ "shortName": "KiteAI",
+ "chainId": 2366,
+ "networkId": 2366,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Kitescan",
+ "url": "https://kitescan.ai",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2368.json b/_data/chains/eip155-2368.json
index 338d1bae8251..90efea4c6758 100644
--- a/_data/chains/eip155-2368.json
+++ b/_data/chains/eip155-2368.json
@@ -10,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://gokite.ai/",
- "shortName": "KiteAI",
+ "shortName": "KiteAITestnet",
"chainId": 2368,
"networkId": 1,
"slip44": 1,
diff --git a/_data/chains/eip155-239.json b/_data/chains/eip155-239.json
index d0700ccd4d5e..9ad09e98211c 100644
--- a/_data/chains/eip155-239.json
+++ b/_data/chains/eip155-239.json
@@ -3,7 +3,11 @@
"title": "TAC Mainnet",
"chain": "TAC",
"icon": "tac",
- "rpc": [],
+ "rpc": [
+ "https://rpc.tac.build",
+ "https://rpc.ankr.com/tac",
+ "https://ws.rpc.tac.build"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "TAC",
@@ -11,8 +15,20 @@
"decimals": 18
},
"infoURL": "https://tac.build/",
- "shortName": "tac",
+ "shortName": "tacchain_239-1",
+ "slip44": 60,
"chainId": 239,
"networkId": 239,
- "explorers": []
+ "explorers": [
+ {
+ "name": "TAC Explorer",
+ "url": "https://explorer.tac.build",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Blockscout",
+ "url": "https://tac.blockscout.com",
+ "standard": "EIP3091"
+ }
+ ]
}
diff --git a/_data/chains/eip155-2390.json b/_data/chains/eip155-2390.json
index 9c3a9a228d12..33df10863f17 100644
--- a/_data/chains/eip155-2390.json
+++ b/_data/chains/eip155-2390.json
@@ -18,7 +18,7 @@
"shortName": "tacchain_2390-1",
"chainId": 2390,
"networkId": 2390,
- "slip44": 1,
+ "slip44": 60,
"explorers": [
{
"name": "TAC Turin Blockscout",
diff --git a/_data/chains/eip155-2391.json b/_data/chains/eip155-2391.json
new file mode 100644
index 000000000000..00f512f7f4e0
--- /dev/null
+++ b/_data/chains/eip155-2391.json
@@ -0,0 +1,29 @@
+{
+ "name": "TAC Saint Petersburg",
+ "title": "TAC Testnet SPB",
+ "chain": "TAC",
+ "icon": "tactestnet",
+ "rpc": [
+ "https://spb.rpc.tac.build",
+ "https://rpc.ankr.com/tac_spb",
+ "https://spb-ws.rpc.tac.build"
+ ],
+ "faucets": ["https://spb.faucet.tac.build/"],
+ "nativeCurrency": {
+ "name": "TAC",
+ "symbol": "TAC",
+ "decimals": 18
+ },
+ "infoURL": "https://tac.build/",
+ "shortName": "tacchain_2391-1",
+ "chainId": 2391,
+ "networkId": 2391,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "TAC SPB Explorer",
+ "url": "https://spb.explorer.tac.build",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-240241.json b/_data/chains/eip155-240241.json
new file mode 100644
index 000000000000..9d64297e0c74
--- /dev/null
+++ b/_data/chains/eip155-240241.json
@@ -0,0 +1,36 @@
+{
+ "name": "Studio Blockchain Mainnet",
+ "chain": "STO",
+ "icon": "studio",
+ "rpc": [
+ "https://mainnet.studio-blockchain.com",
+ "https://mainnet2.studio-blockchain.com",
+ "https://mainnet3.studio-blockchain.com",
+ "https://mainnet.studio-scan.com",
+ "https://mainnet2.studio-scan.com",
+ "wss://mainnet.studio-blockchain.com:8547"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Studio Token",
+ "symbol": "STO",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "infoURL": "https://studio-blockchain.com",
+ "shortName": "stom",
+ "chainId": 240241,
+ "networkId": 240241,
+ "explorers": [
+ {
+ "name": "Studio Scan",
+ "url": "https://studio-scan.com",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-252.json b/_data/chains/eip155-252.json
index 4b67d6ebfe96..d7d88bc3989a 100644
--- a/_data/chains/eip155-252.json
+++ b/_data/chains/eip155-252.json
@@ -8,12 +8,12 @@
],
"faucets": [],
"nativeCurrency": {
- "name": "Frax Ether",
- "symbol": "frxETH",
+ "name": "Frax",
+ "symbol": "FRAX",
"decimals": 18
},
"infoURL": "https://mainnet.frax.com",
- "shortName": "fraxtal",
+ "shortName": "frax",
"chainId": 252,
"networkId": 252,
"icon": "fraxtal",
diff --git a/_data/chains/eip155-2522.json b/_data/chains/eip155-2522.json
index 2d008e96153b..9d3bd30cf419 100644
--- a/_data/chains/eip155-2522.json
+++ b/_data/chains/eip155-2522.json
@@ -1,11 +1,7 @@
{
"name": "Fraxtal Testnet",
"chain": "FRAX",
- "rpc": [
- "https://rpc.testnet.frax.com",
- "https://fraxtal-holesky-rpc.publicnode.com",
- "wss://fraxtal-holesky-rpc.publicnode.com"
- ],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Frax",
@@ -18,12 +14,6 @@
"networkId": 2522,
"slip44": 1,
"icon": "fraxtal",
- "explorers": [
- {
- "name": "fraxscan",
- "url": "https://holesky.fraxscan.com",
- "standard": "EIP3091"
- }
- ],
- "status": "active"
+ "explorers": [],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-2523.json b/_data/chains/eip155-2523.json
new file mode 100644
index 000000000000..26d6c88f8e9a
--- /dev/null
+++ b/_data/chains/eip155-2523.json
@@ -0,0 +1,19 @@
+{
+ "name": "Fraxtal Hoodi Testnet",
+ "chain": "FRAX",
+ "rpc": ["https://rpc.testnet.frax.com"],
+ "faucets": ["https://faucet.testnet.frax.com/"],
+ "nativeCurrency": {
+ "name": "Frax",
+ "symbol": "FRAX",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.frax.com",
+ "shortName": "fraxtal-hoodi-testnet",
+ "chainId": 2523,
+ "networkId": 2523,
+ "slip44": 1,
+ "icon": "fraxtal",
+ "explorers": [],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-2582.json b/_data/chains/eip155-2582.json
new file mode 100644
index 000000000000..e1b84abe7488
--- /dev/null
+++ b/_data/chains/eip155-2582.json
@@ -0,0 +1,23 @@
+{
+ "name": "H2 Chain Mainnet",
+ "chain": "H2",
+ "rpc": ["https://rpc.h2chain.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "H2 Chain Native Token",
+ "symbol": "H2",
+ "decimals": 18
+ },
+ "infoURL": "https://h2chain.io",
+ "shortName": "h2",
+ "chainId": 2582,
+ "networkId": 2582,
+ "icon": "h2",
+ "explorers": [
+ {
+ "name": "h2scan",
+ "url": "https://h2scan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-25821.json b/_data/chains/eip155-25821.json
new file mode 100644
index 000000000000..da9540e553dd
--- /dev/null
+++ b/_data/chains/eip155-25821.json
@@ -0,0 +1,23 @@
+{
+ "name": "H2 Chain Testnet Lambda",
+ "chain": "H2",
+ "rpc": ["https://rpc.h-1.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Lambda H2",
+ "symbol": "H2",
+ "decimals": 18
+ },
+ "infoURL": "https://h2chain.io",
+ "shortName": "h2-lambda",
+ "chainId": 25821,
+ "networkId": 25821,
+ "icon": "h2",
+ "explorers": [
+ {
+ "name": "h2scan-lambda",
+ "url": "https://lambda.h2scan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-258432.json b/_data/chains/eip155-258432.json
new file mode 100644
index 000000000000..80df43eb8167
--- /dev/null
+++ b/_data/chains/eip155-258432.json
@@ -0,0 +1,25 @@
+{
+ "name": "Althea L1 Mainnet",
+ "chain": "ALTHEA",
+ "icon": "althea",
+ "rpc": ["https://rpc.althea.zone"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Althea",
+ "symbol": "ALTHEA",
+ "decimals": 18
+ },
+ "infoURL": "https://althea.net",
+ "shortName": "ALTHEA",
+ "chainId": 258432,
+ "networkId": 258432,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "Mintscan",
+ "url": "https://mintscan.io/althea",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-26514.json b/_data/chains/eip155-26514.json
new file mode 100644
index 000000000000..e5a47e02dc8c
--- /dev/null
+++ b/_data/chains/eip155-26514.json
@@ -0,0 +1,31 @@
+{
+ "name": "Horizen Mainnet",
+ "chain": "horizen",
+ "rpc": ["https://horizen.calderachain.xyz/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "infoURL": "https://horizen.hub.caldera.xyz",
+ "shortName": "horizen",
+ "chainId": 26514,
+ "networkId": 26514,
+ "icon": "horizen",
+ "explorers": [
+ {
+ "name": "Horizen Mainnet Caldera Explorer",
+ "url": "https://horizen.calderaexplorer.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2651420.json b/_data/chains/eip155-2651420.json
new file mode 100644
index 000000000000..e42d59913c50
--- /dev/null
+++ b/_data/chains/eip155-2651420.json
@@ -0,0 +1,31 @@
+{
+ "name": "Horizen Testnet",
+ "chain": "horizen",
+ "rpc": ["https://horizen-testnet.rpc.caldera.xyz/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "infoURL": "https://horizen-testnet.hub.caldera.xyz",
+ "shortName": "horizen-testnet",
+ "chainId": 2651420,
+ "networkId": 2651420,
+ "icon": "horizen",
+ "explorers": [
+ {
+ "name": "Horizen Testnet Caldera Explorer",
+ "url": "https://horizen-testnet.explorer.caldera.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2691.json b/_data/chains/eip155-2691.json
new file mode 100644
index 000000000000..0a46b8daf742
--- /dev/null
+++ b/_data/chains/eip155-2691.json
@@ -0,0 +1,25 @@
+{
+ "name": "Splendor Mainnet",
+ "chain": "SPLENDOR",
+ "rpc": ["https://mainnet-rpc.splendor.org", "https://splendor-rpc.org/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Splendor Token",
+ "symbol": "SPLD",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://splendor.org",
+ "shortName": "spld",
+ "chainId": 2691,
+ "networkId": 2691,
+ "icon": "splendor",
+ "explorers": [
+ {
+ "name": "Splendor Explorer",
+ "url": "https://explorer.splendor.org",
+ "icon": "splendor",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2692.json b/_data/chains/eip155-2692.json
new file mode 100644
index 000000000000..ab5b3644849b
--- /dev/null
+++ b/_data/chains/eip155-2692.json
@@ -0,0 +1,25 @@
+{
+ "name": "Splendor Testnet",
+ "chain": "SPLD-TESTNET",
+ "rpc": ["https://testnet-rpc.splendor.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Splendor Test Token",
+ "symbol": "SPLDT",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://splendor.org",
+ "shortName": "spldt",
+ "chainId": 2692,
+ "networkId": 2692,
+ "icon": "spld-testnet",
+ "explorers": [
+ {
+ "name": "Splendor Testnet Explorer",
+ "url": "https://testnet-explorer.splendor.org",
+ "icon": "splendor",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-28540.json b/_data/chains/eip155-28540.json
new file mode 100644
index 000000000000..11faaffa6915
--- /dev/null
+++ b/_data/chains/eip155-28540.json
@@ -0,0 +1,26 @@
+{
+ "name": "Rivool",
+ "chain": "Rivool",
+ "icon": "rivool",
+ "rpc": [
+ "https://services.tanssi-mainnet.network/tanssi-2005",
+ "wss://services.tanssi-mainnet.network/tanssi-2005"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RVO",
+ "symbol": "RVO",
+ "decimals": 18
+ },
+ "infoURL": "https://rivool.finance/",
+ "shortName": "rivool",
+ "chainId": 28540,
+ "networkId": 28540,
+ "explorers": [
+ {
+ "name": "Tanssi EVM Basic Explorer",
+ "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2005",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2868.json b/_data/chains/eip155-2868.json
index cbeefcbd0676..ca8b7a4d3c5f 100644
--- a/_data/chains/eip155-2868.json
+++ b/_data/chains/eip155-2868.json
@@ -1,7 +1,8 @@
{
"name": "HyperAGI Mainnet",
"chain": "HyperAGI",
- "rpc": [],
+ "icon": "hyperagi",
+ "rpc": ["https://rpc.hyperagi.network", "https://rpc.hyperagi.ai"],
"faucets": [],
"nativeCurrency": {
"name": "Hyperdust",
@@ -9,14 +10,14 @@
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
- "infoURL": "https://hyperagi.network",
+ "infoURL": "https://www.hyperagi.ai",
"shortName": "hypt",
"chainId": 2868,
- "networkId": 1,
+ "networkId": 2868,
"explorers": [
{
- "name": "hyptscan",
- "url": "https://block.hyperagi.network",
+ "name": "hyperscan",
+ "url": "https://hyperscan.hyperagi.ai",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-3030.json b/_data/chains/eip155-3030.json
index a3c396e07061..b18f9a3e4606 100644
--- a/_data/chains/eip155-3030.json
+++ b/_data/chains/eip155-3030.json
@@ -1,7 +1,7 @@
{
"name": "BC Hyper Chain Mainnet",
"chain": "BC Hyper Chain",
- "rpc": ["https://mainapi.bchscan.io"],
+ "rpc": ["https://mainapi.bchscan.io", "https://datahub-asia02.bchscan.io/"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-30303.json b/_data/chains/eip155-30303.json
new file mode 100644
index 000000000000..b9219aff24c2
--- /dev/null
+++ b/_data/chains/eip155-30303.json
@@ -0,0 +1,34 @@
+{
+ "name": "Ethiq",
+ "chain": "ETH",
+ "rpc": ["https://rpc.ethiq.network", "wss://rpc.ethiq.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ethiq.network",
+ "shortName": "ethiq",
+ "chainId": 30303,
+ "networkId": 30303,
+ "features": [
+ { "name": "EIP155" },
+ { "name": "EIP1559" },
+ { "name": "EIP2718" },
+ { "name": "EIP2930" }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://shell.haqq.network/bridge" }]
+ },
+ "explorers": [
+ {
+ "name": "Ethiq Blockscout",
+ "url": "https://explorer.ethiq.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-30939.json b/_data/chains/eip155-30939.json
new file mode 100644
index 000000000000..4b027ec19df2
--- /dev/null
+++ b/_data/chains/eip155-30939.json
@@ -0,0 +1,37 @@
+{
+ "name": "Dilithium3 Testnet",
+ "chain": "DLT",
+ "icon": "dilithium3",
+ "rpc": [
+ "https://rpc-testnet.dilithium3.com",
+ "wss://ws-testnet.dilithium3.com"
+ ],
+ "faucets": ["https://faucet-testnet.dilithium3.com"],
+ "nativeCurrency": {
+ "name": "Dilithium3",
+ "symbol": "DLT",
+ "decimals": 18
+ },
+ "infoURL": "https://dilithium3.com",
+ "shortName": "dlt-testnet",
+ "chainId": 30939,
+ "networkId": 30939,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "Dilithium3 Explorer",
+ "url": "https://explorer-testnet.dilithium3.com",
+ "standard": "EIP3091"
+ }
+ ],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "status": "active",
+ "redFlags": []
+}
diff --git a/_data/chains/eip155-3111.json b/_data/chains/eip155-3111.json
new file mode 100644
index 000000000000..32b77e142301
--- /dev/null
+++ b/_data/chains/eip155-3111.json
@@ -0,0 +1,24 @@
+{
+ "name": "Alpha Chain Mainnet",
+ "chain": "Alpha Chain",
+ "rpc": ["https://rpc.goalpha.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
+ "shortName": "alpha",
+ "chainId": 3111,
+ "networkId": 3111,
+ "slip44": 1,
+ "icon": "alphachain",
+ "explorers": [
+ {
+ "name": "Alpha Chain Scan",
+ "url": "https://scan.goalpha.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-313313.json b/_data/chains/eip155-313313.json
index 364a012c3aaf..f1c1f364c74d 100644
--- a/_data/chains/eip155-313313.json
+++ b/_data/chains/eip155-313313.json
@@ -1,5 +1,5 @@
{
- "name": "SaharaAI Testnet",
+ "name": "Sahara AI Testnet",
"chain": "Sahara",
"rpc": ["https://testnet.saharalabs.ai"],
"faucets": [],
diff --git a/_data/chains/eip155-31612.json b/_data/chains/eip155-31612.json
index 07fccb077ab9..e1f6c4f38d63 100644
--- a/_data/chains/eip155-31612.json
+++ b/_data/chains/eip155-31612.json
@@ -4,8 +4,8 @@
"rpc": [
"https://rpc_evm-mezo.imperator.co",
"wss://ws_evm-mezo.imperator.co",
- "https://jsonrpc-mezo.boar.network",
- "wss://jsonrpcws-mezo.boar.network",
+ "https://rpc-http.mezo.boar.network",
+ "wss://rpc-ws.mezo.boar.network",
"https://mainnet.mezo.public.validationcloud.io",
"wss://mainnet.mezo.public.validationcloud.io",
"https://rpc-internal.mezo.org",
diff --git a/_data/chains/eip155-323.json b/_data/chains/eip155-323.json
index 6263351e179a..5d4a03b58300 100644
--- a/_data/chains/eip155-323.json
+++ b/_data/chains/eip155-323.json
@@ -1,21 +1,22 @@
{
- "name": "Cosvm Mainnet",
- "chain": "CVM",
- "rpc": ["https://rpc.cosvm.net"],
+ "name": "BuyCex Infinity Chain",
+ "chain": "BUYCEX",
+ "rpc": ["https://rpc.buycex.net", "wss://socket.buycex.net"],
"faucets": [],
"nativeCurrency": {
- "name": "Cosvm",
- "symbol": "CVM",
+ "name": "Buycex",
+ "symbol": "BCX",
"decimals": 18
},
- "infoURL": "https://cosvm.network",
- "shortName": "cvm",
+ "infoURL": "https://infinity.buycex.com",
+ "shortName": "buycex",
"chainId": 323,
"networkId": 323,
+ "status": "active",
"explorers": [
{
"name": "Blockscout",
- "url": "https://explorer.cosvm.net",
+ "url": "https://buycex.com",
"icon": "blockscout",
"standard": "EIP3091"
}
diff --git a/_data/chains/eip155-3230.json b/_data/chains/eip155-3230.json
new file mode 100644
index 000000000000..c1d53329ca30
--- /dev/null
+++ b/_data/chains/eip155-3230.json
@@ -0,0 +1,26 @@
+{
+ "name": "C9XChain",
+ "chain": "C9XChain",
+ "icon": "c9xchain",
+ "rpc": [
+ "https://services.tanssi-mainnet.network/tanssi-2002",
+ "wss://services.tanssi-mainnet.network/tanssi-2002"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CXC",
+ "symbol": "CXC",
+ "decimals": 18
+ },
+ "infoURL": "https://c9tech.com.br/",
+ "shortName": "c9xchain",
+ "chainId": 3230,
+ "networkId": 3230,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://blockscan-tanssi.c9tech.com.br",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-323432.json b/_data/chains/eip155-323432.json
new file mode 100644
index 000000000000..f6fa9f13bf45
--- /dev/null
+++ b/_data/chains/eip155-323432.json
@@ -0,0 +1,22 @@
+{
+ "name": "World Mobile Chain Testnet",
+ "chain": "WOMOX",
+ "rpc": ["https://worldmobile-testnet.g.alchemy.com/public"],
+ "faucets": ["https://testnet-faucet.worldmobile.net"],
+ "nativeCurrency": {
+ "name": "ATestingToken",
+ "symbol": "WOMOX",
+ "decimals": 18
+ },
+ "infoURL": "https://worldmobile.io/the-chain",
+ "shortName": "WMCTEST",
+ "chainId": 323432,
+ "networkId": 323432,
+ "explorers": [
+ {
+ "name": "World Mobile Testnet Explorer",
+ "url": "https://testnet-explorer.worldmobile.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-324705682.json b/_data/chains/eip155-324705682.json
new file mode 100644
index 000000000000..a4888eee8ff0
--- /dev/null
+++ b/_data/chains/eip155-324705682.json
@@ -0,0 +1,26 @@
+{
+ "name": "SKALE Base Sepolia",
+ "chain": "skale-base-sepolia",
+ "icon": "skale",
+ "rpc": [
+ "https://base-sepolia-testnet.skalenodes.com/v1/jubilant-horrible-ancha",
+ "wss://base-sepolia-testnet.skalenodes.com/v1/ws/jubilant-horrible-ancha"
+ ],
+ "faucets": ["http://base-sepolia-faucet.skale.space"],
+ "nativeCurrency": {
+ "name": "Credits",
+ "symbol": "CREDIT",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.skale.space/welcome/skale-on-base",
+ "shortName": "skale-base-sepolia",
+ "chainId": 324705682,
+ "networkId": 324705682,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://base-sepolia-testnet-explorer.skalenodes.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-327126.json b/_data/chains/eip155-327126.json
index 78f4423c814e..2d5c001c1521 100644
--- a/_data/chains/eip155-327126.json
+++ b/_data/chains/eip155-327126.json
@@ -1,5 +1,5 @@
{
- "name": "WABA Chain Testnet",
+ "name": "WABA Chain Mainnet",
"chain": "WABA Mainnet",
"icon": "waba",
"rpc": ["https://rpc.wabaworld.com"],
diff --git a/_data/chains/eip155-32769.json b/_data/chains/eip155-32769.json
index f8f81f09c4b7..6496cf185ae6 100644
--- a/_data/chains/eip155-32769.json
+++ b/_data/chains/eip155-32769.json
@@ -1,5 +1,5 @@
{
- "name": "Zilliqa EVM",
+ "name": "Zilliqa 2",
"chain": "ZIL",
"rpc": ["https://api.zilliqa.com"],
"faucets": [],
@@ -15,9 +15,9 @@
"icon": "zilliqa",
"explorers": [
{
- "name": "Zilliqa EVM Explorer",
- "url": "https://evmx.zilliqa.com",
- "standard": "none"
+ "name": "Zilliqa 2 Mainnet Explorer",
+ "url": "https://zilliqa.blockscout.com",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-329.json b/_data/chains/eip155-329.json
new file mode 100644
index 000000000000..ae6152a1becb
--- /dev/null
+++ b/_data/chains/eip155-329.json
@@ -0,0 +1,25 @@
+{
+ "name": "VirBiCoin",
+ "chain": "VBC",
+ "rpc": ["https://rpc.digitalregion.jp"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "VBC",
+ "symbol": "VBC",
+ "decimals": 18
+ },
+ "infoURL": "https://vbc.digitalregion.jp",
+ "shortName": "virbicoin",
+ "chainId": 329,
+ "networkId": 329,
+ "icon": "vbc",
+ "explorers": [
+ {
+ "name": "VirBiCoin Explorer",
+ "url": "https://explorer.digitalregion.jp",
+ "icon": "vbc",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-3300.json b/_data/chains/eip155-3300.json
new file mode 100644
index 000000000000..f61e5e647c6c
--- /dev/null
+++ b/_data/chains/eip155-3300.json
@@ -0,0 +1,27 @@
+{
+ "name": "Realio Testnet",
+ "chain": "Realio Testnet",
+ "rpc": [
+ "https://json-rpc.realiostage.network",
+ "https://realio-testnet.json-rpc.decentrio.ventures"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rio",
+ "symbol": "RIO",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.realio.network",
+ "shortName": "realiotestnet",
+ "chainId": 3300,
+ "networkId": 3300,
+ "icon": "realiotestnet",
+ "explorers": [
+ {
+ "name": "Realio Testnet Explorer",
+ "url": "https://explorer.realiostage.network",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-3301.json b/_data/chains/eip155-3301.json
new file mode 100644
index 000000000000..12a9880a3bb4
--- /dev/null
+++ b/_data/chains/eip155-3301.json
@@ -0,0 +1,27 @@
+{
+ "name": "Realio",
+ "chain": "Realio",
+ "rpc": [
+ "https://json-rpc.realio.network",
+ "https://realio.json-rpc.decentrio.ventures"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rio",
+ "symbol": "RIO",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.realio.network",
+ "shortName": "realio",
+ "chainId": 3301,
+ "networkId": 3301,
+ "icon": "realio",
+ "explorers": [
+ {
+ "name": "Realio Explorer",
+ "url": "https://explorer.realio.network",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-33101.json b/_data/chains/eip155-33101.json
index 1dea17a4c5b1..84c5297134bc 100644
--- a/_data/chains/eip155-33101.json
+++ b/_data/chains/eip155-33101.json
@@ -1,23 +1,23 @@
{
- "name": "Zilliqa EVM Testnet",
+ "name": "Zilliqa 2 Testnet",
"chain": "ZIL",
- "rpc": ["https://dev-api.zilliqa.com"],
- "faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"],
+ "rpc": ["https://api.testnet.zilliqa.com"],
+ "faucets": ["https://faucet.testnet.zilliqa.com"],
"nativeCurrency": {
"name": "Zilliqa",
"symbol": "ZIL",
"decimals": 18
},
- "infoURL": "https://www.zilliqa.com/",
+ "infoURL": "https://www.zilliqa.com",
"shortName": "zil-testnet",
"chainId": 33101,
"networkId": 33101,
"slip44": 1,
"explorers": [
{
- "name": "Zilliqa EVM Explorer",
- "url": "https://evmx.zilliqa.com",
- "standard": "none"
+ "name": "Zilliqa 2 Testnet Explorer",
+ "url": "https://testnet.zilliqa.blockscout.com",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json
index 6179c5589c11..1f5f962195a7 100644
--- a/_data/chains/eip155-333.json
+++ b/_data/chains/eip155-333.json
@@ -1,22 +1,22 @@
{
- "name": "Web3Q Mainnet",
- "chain": "Web3Q",
- "rpc": ["https://mainnet.web3q.io:8545"],
+ "name": "EthStorage Mainnet",
+ "chain": "EthStorage",
+ "rpc": ["https://rpc.mainnet.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
- "name": "Web3Q",
- "symbol": "W3Q",
+ "name": "Ether",
+ "symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://web3q.io/home.w3q/",
- "shortName": "w3q",
+ "infoURL": "https://ethstorage.io/",
+ "shortName": "es-m",
"chainId": 333,
"networkId": 333,
- "explorers": [
- {
- "name": "w3q-mainnet",
- "url": "https://explorer.mainnet.web3q.io",
- "standard": "EIP3091"
- }
- ]
+ "slip44": 1,
+ "status": "incubating",
+ "redFlags": ["reusedChainId"],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ }
}
diff --git a/_data/chains/eip155-3332.json b/_data/chains/eip155-3332.json
index b5a9c2ead182..170beb2000b0 100644
--- a/_data/chains/eip155-3332.json
+++ b/_data/chains/eip155-3332.json
@@ -1,7 +1,7 @@
{
"name": "EthStorage L2 Mainnet",
- "chain": "EthStorage",
- "rpc": ["http://mainnet.l2.ethstorage.io:9540"],
+ "chain": "EthStorage L2",
+ "rpc": ["https://rpc.mainnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@@ -16,6 +16,6 @@
"status": "incubating",
"parent": {
"type": "L2",
- "chain": "eip155-1"
+ "chain": "eip155-100011"
}
}
diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json
index 83d0e2a3b9ba..9bc935cd80d6 100644
--- a/_data/chains/eip155-3333.json
+++ b/_data/chains/eip155-3333.json
@@ -1,7 +1,7 @@
{
"name": "EthStorage Testnet",
"chain": "EthStorage",
- "rpc": ["http://testnet.ethstorage.io:9540"],
+ "rpc": ["https://rpc.testnet.ethstorage.io:9546"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@@ -12,5 +12,9 @@
"shortName": "es-t",
"chainId": 3333,
"networkId": 3333,
- "slip44": 1
+ "slip44": 1,
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ }
}
diff --git a/_data/chains/eip155-3336.json b/_data/chains/eip155-3336.json
index 70c021414579..7fe85fd35af6 100644
--- a/_data/chains/eip155-3336.json
+++ b/_data/chains/eip155-3336.json
@@ -1,7 +1,7 @@
{
"name": "EthStorage L2 Testnet",
- "chain": "EthStorage",
- "rpc": ["http://testnet.l2.ethstorage.io:9540"],
+ "chain": "EthStorage L2",
+ "rpc": ["https://rpc.testnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@@ -16,6 +16,6 @@
"status": "incubating",
"parent": {
"type": "L2",
- "chain": "eip155-11155111"
+ "chain": "eip155-110011"
}
}
diff --git a/_data/chains/eip155-3337.json b/_data/chains/eip155-3337.json
index 27a75c3e480b..efcd4049242a 100644
--- a/_data/chains/eip155-3337.json
+++ b/_data/chains/eip155-3337.json
@@ -1,7 +1,7 @@
{
"name": "EthStorage Devnet",
"chain": "EthStorage",
- "rpc": ["http://devnet.ethstorage.io:9540"],
+ "rpc": ["https://rpc.devnet.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-3338.json b/_data/chains/eip155-3338.json
index b427a7480324..b290732f3d59 100644
--- a/_data/chains/eip155-3338.json
+++ b/_data/chains/eip155-3338.json
@@ -3,11 +3,9 @@
"chain": "peaq",
"icon": "peaq",
"rpc": [
- "https://peaq.api.onfinality.io/public",
- "https://peaq-rpc.dwellir.com",
- "https://peaq-rpc.publicnode.com",
- "https://evm.peaq.network",
- "https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b"
+ "https://quicknode1.peaq.xyz",
+ "https://quicknode2.peaq.xyz",
+ "https://quicknode3.peaq.xyz"
],
"faucets": [],
"nativeCurrency": {
@@ -15,7 +13,7 @@
"symbol": "PEAQ",
"decimals": 18
},
- "infoURL": "https://www.peaq.network",
+ "infoURL": "https://www.peaq.xyz",
"shortName": "PEAQ",
"chainId": 3338,
"networkId": 3338,
diff --git a/_data/chains/eip155-3339.json b/_data/chains/eip155-3339.json
index d4a997c4e650..3b1610c3ecf9 100644
--- a/_data/chains/eip155-3339.json
+++ b/_data/chains/eip155-3339.json
@@ -1,7 +1,7 @@
{
- "name": "EthStorage Mainnet",
- "chain": "EthStorage",
- "rpc": ["http://mainnet.ethstorage.io:9540"],
+ "name": "EthStorage L2 Devnet",
+ "chain": "EthStorage L2",
+ "rpc": ["https://rpc.devnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@@ -9,9 +9,10 @@
"decimals": 18
},
"infoURL": "https://ethstorage.io/",
- "shortName": "es-m",
+ "shortName": "esl2-d",
"chainId": 3339,
"networkId": 3339,
"slip44": 1,
- "status": "incubating"
+ "status": "incubating",
+ "redFlags": ["reusedChainId"]
}
diff --git a/_data/chains/eip155-3343.json b/_data/chains/eip155-3343.json
new file mode 100644
index 000000000000..15e65e7bb3c3
--- /dev/null
+++ b/_data/chains/eip155-3343.json
@@ -0,0 +1,22 @@
+{
+ "name": "Edge",
+ "chain": "ETH",
+ "rpc": ["https://edge-mainnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.edgex.exchange",
+ "shortName": "edge",
+ "chainId": 3343,
+ "networkId": 3343,
+ "explorers": [
+ {
+ "name": "Alchemy Explorer",
+ "url": "https://edge-mainnet.explorer.alchemy.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-33431.json b/_data/chains/eip155-33431.json
new file mode 100644
index 000000000000..17224be603c9
--- /dev/null
+++ b/_data/chains/eip155-33431.json
@@ -0,0 +1,22 @@
+{
+ "name": "Edge Testnet",
+ "chain": "ETH",
+ "rpc": ["https://edge-testnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.edgex.exchange",
+ "shortName": "edge-testnet",
+ "chainId": 33431,
+ "networkId": 33431,
+ "explorers": [
+ {
+ "name": "Alchemy Explorer",
+ "url": "https://edge-testnet.explorer.alchemy.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-335700.json b/_data/chains/eip155-335700.json
new file mode 100644
index 000000000000..1c1d89d79248
--- /dev/null
+++ b/_data/chains/eip155-335700.json
@@ -0,0 +1,26 @@
+{
+ "name": "Scenium",
+ "chain": "Scenium",
+ "icon": "scenium",
+ "rpc": [
+ "https://services.tanssi-mainnet.network/tanssi-2004",
+ "wss://services.tanssi-mainnet.network/tanssi-2004"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SCEN",
+ "symbol": "SCEN",
+ "decimals": 18
+ },
+ "infoURL": "hhttps://www.scenium.io/",
+ "shortName": "scenium",
+ "chainId": 335700,
+ "networkId": 335700,
+ "explorers": [
+ {
+ "name": "Tanssi EVM Basic Explorer",
+ "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2004",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-33772211.json b/_data/chains/eip155-33772211.json
index da10b2e716cd..262093157d06 100644
--- a/_data/chains/eip155-33772211.json
+++ b/_data/chains/eip155-33772211.json
@@ -1,12 +1,12 @@
{
"name": "Xone Testnet",
"chain": "XOC",
- "icon": "xone-test",
+ "icon": "xone_test",
"rpc": [
"https://rpc-testnet.xone.plus",
"https://rpc-testnet.xone.org",
"https://rpc-testnet.knight.center",
- "wss://wss-rpc-testnet.xone.org"
+ "wss://rpc-testnet.xone.org"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": ["https://faucet.xone.org/"],
@@ -16,14 +16,14 @@
"decimals": 18
},
"infoURL": "https://xone.org",
- "shortName": "txoc",
+ "shortName": "tXOC",
"chainId": 33772211,
"networkId": 33772211,
"explorers": [
{
- "name": "testnet-xscscan",
- "url": "https://testnet.xscscan.com",
- "icon": "testnet-xscscan",
+ "name": "xone_test",
+ "url": "https://testnet.xonescan.com",
+ "icon": "xone_test",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-3448148188.json b/_data/chains/eip155-3448148188.json
new file mode 100644
index 000000000000..132753b6c839
--- /dev/null
+++ b/_data/chains/eip155-3448148188.json
@@ -0,0 +1,24 @@
+{
+ "name": "Tron Nile",
+ "chain": "TRON",
+ "rpc": ["https://nile.trongrid.io/jsonrpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Tron",
+ "symbol": "TRX",
+ "decimals": 6
+ },
+ "infoURL": "https://tron.network",
+ "shortName": "tron-nile",
+ "chainId": 3448148188,
+ "networkId": 3448148188,
+ "icon": "tron",
+ "explorers": [
+ {
+ "name": "nile tronscan",
+ "url": "https://nile.tronscan.org",
+ "icon": "tron",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-3636.json b/_data/chains/eip155-3636.json
index 9ff5e7b7db5c..fa4b06faf9f8 100644
--- a/_data/chains/eip155-3636.json
+++ b/_data/chains/eip155-3636.json
@@ -10,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://botanixlabs.xyz",
- "shortName": "BTNX",
+ "shortName": "BTNXt",
"chainId": 3636,
"networkId": 3636,
"slip44": 1,
diff --git a/_data/chains/eip155-3637.json b/_data/chains/eip155-3637.json
index 8c0845253c00..05b51faa093f 100644
--- a/_data/chains/eip155-3637.json
+++ b/_data/chains/eip155-3637.json
@@ -1,22 +1,22 @@
{
"name": "Botanix Mainnet",
- "chain": "BTC",
+ "chain": "BOTANIX",
"icon": "botanix",
- "rpc": ["https://rpc.btxtestchain.com"],
- "faucets": ["https://faucet.btxtestchain.com"],
+ "rpc": ["https://rpc.botanixlabs.com"],
+ "faucets": [],
"nativeCurrency": {
"name": "Botanix",
"symbol": "BTC",
"decimals": 18
},
- "infoURL": "https://btxtestchain.com",
- "shortName": "BTCm",
+ "infoURL": "https://botanixlabs.com",
+ "shortName": "BTNX",
"chainId": 3637,
"networkId": 3637,
"explorers": [
{
- "name": "Botanix",
- "url": "https://btxtestchain.com",
+ "name": "Botanix Explorer",
+ "url": "https://botanixscan.io",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-36888.json b/_data/chains/eip155-36888.json
new file mode 100644
index 000000000000..c59290182db2
--- /dev/null
+++ b/_data/chains/eip155-36888.json
@@ -0,0 +1,24 @@
+{
+ "name": "AB Core Mainnet",
+ "chain": "AB",
+ "rpc": ["https://rpc.core.ab.org", "https://rpc1.core.ab.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AB",
+ "symbol": "AB",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://ab.org",
+ "shortName": "abcore",
+ "chainId": 36888,
+ "networkId": 36888,
+ "explorers": [
+ {
+ "name": "AB Core Explorer",
+ "url": "https://explorer.core.ab.org",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-369.json b/_data/chains/eip155-369.json
index a09c4d0c7fc6..74811b8efec6 100644
--- a/_data/chains/eip155-369.json
+++ b/_data/chains/eip155-369.json
@@ -7,11 +7,9 @@
"infoURL": "https://pulsechain.com/",
"rpc": [
"https://rpc.pulsechain.com",
- "wss://rpc.pulsechain.com",
"https://pulsechain-rpc.publicnode.com",
"wss://pulsechain-rpc.publicnode.com",
- "https://rpc-pulsechain.g4mm4.io",
- "wss://rpc-pulsechain.g4mm4.io"
+ "https://rpc-pulsechain.g4mm4.io"
],
"icon": "pulsechain",
"slip44": 60,
diff --git a/_data/chains/eip155-36900.json b/_data/chains/eip155-36900.json
new file mode 100644
index 000000000000..8e963e833c07
--- /dev/null
+++ b/_data/chains/eip155-36900.json
@@ -0,0 +1,23 @@
+{
+ "name": "ADI Chain",
+ "chain": "ADI",
+ "icon": "adi",
+ "rpc": ["https://rpc.adifoundation.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ADI",
+ "symbol": "ADI",
+ "decimals": 18
+ },
+ "infoURL": "https://adifoundation.ai",
+ "shortName": "adi",
+ "chainId": 36900,
+ "networkId": 36900,
+ "explorers": [
+ {
+ "name": "ADI Explorer",
+ "url": "https://explorer.adifoundation.ai",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-369369.json b/_data/chains/eip155-369369.json
new file mode 100644
index 000000000000..118c55a39eba
--- /dev/null
+++ b/_data/chains/eip155-369369.json
@@ -0,0 +1,24 @@
+{
+ "name": "Denergy Network",
+ "chain": "DEN",
+ "rpc": ["https://rpc.d.energy/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "WATT",
+ "symbol": "WATT",
+ "decimals": 18
+ },
+ "infoURL": "https://d.energy/",
+ "shortName": "den-mainnet",
+ "chainId": 369369,
+ "networkId": 369369,
+ "icon": "denergy",
+ "explorers": [
+ {
+ "name": "Denergy Explorer",
+ "url": "https://explorer.denergychain.com",
+ "icon": "denergy",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-3721.json b/_data/chains/eip155-3721.json
index 4902d568f475..98f0f84de8b5 100644
--- a/_data/chains/eip155-3721.json
+++ b/_data/chains/eip155-3721.json
@@ -1,8 +1,15 @@
{
"name": "Xone Mainnet",
"chain": "XOC",
- "icon": "Xonechain",
- "rpc": ["https://rpc.xone.org", "wss://rpc-wss.xone.org"],
+ "icon": "xone_main",
+ "rpc": [
+ "https://rpc.xone.org",
+ "https://rpc-node-1.xone.org",
+ "https://rpc-node-2.xone.org",
+ "https://rpc-node-3.xone.org",
+ "https://rpc-node-4.xone.org",
+ "wss://rpc.xone.org"
+ ],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": ["https://faucet.xone.org/"],
"nativeCurrency": {
@@ -16,9 +23,9 @@
"networkId": 3721,
"explorers": [
{
- "name": "Xonescan",
- "url": "https://xscscan.com",
- "icon": "Xonescan",
+ "name": "xone_main",
+ "url": "https://xonescan.com",
+ "icon": "xone_main",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-373.json b/_data/chains/eip155-373.json
new file mode 100644
index 000000000000..8eca9670047f
--- /dev/null
+++ b/_data/chains/eip155-373.json
@@ -0,0 +1,28 @@
+{
+ "name": "Status Network",
+ "title": "Status Network Mainnet",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://status.network",
+ "shortName": "snt",
+ "chainId": 373,
+ "networkId": 373,
+ "icon": "snt",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://bridge.status.network"
+ }
+ ]
+ },
+ "explorers": [],
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-374.json b/_data/chains/eip155-374.json
new file mode 100644
index 000000000000..7757a4c07bd2
--- /dev/null
+++ b/_data/chains/eip155-374.json
@@ -0,0 +1,28 @@
+{
+ "name": "Status Network Hoodi",
+ "title": "Status Network Hoodi",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://status.network",
+ "shortName": "snt-hoodi",
+ "chainId": 374,
+ "networkId": 374,
+ "icon": "snt",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-560048",
+ "bridges": [
+ {
+ "url": "https://bridge.status.network"
+ }
+ ]
+ },
+ "explorers": [],
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-375.json b/_data/chains/eip155-375.json
new file mode 100644
index 000000000000..01b966e820af
--- /dev/null
+++ b/_data/chains/eip155-375.json
@@ -0,0 +1,23 @@
+{
+ "name": "zkXPLA Mainnet",
+ "chain": "zkXPLA",
+ "rpc": ["https://rpc.zkxpla.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://xpla.io",
+ "shortName": "zkxpla",
+ "chainId": 375,
+ "networkId": 375,
+ "icon": "xpla",
+ "explorers": [
+ {
+ "name": "zkXPLA Mainnet Explorer",
+ "url": "https://explorer.zkxpla.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-380929.json b/_data/chains/eip155-380929.json
new file mode 100644
index 000000000000..bb6c4615e18b
--- /dev/null
+++ b/_data/chains/eip155-380929.json
@@ -0,0 +1,29 @@
+{
+ "name": "Silent Data Mainnet",
+ "chain": "Silent Data",
+ "rpc": ["https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.silentdata.com",
+ "shortName": "silent-data-mainnet",
+ "chainId": 380929,
+ "networkId": 380929,
+ "icon": "silentdata",
+ "explorers": [
+ {
+ "name": "Silent Data Mainnet Explorer",
+ "url": "https://explorer-mainnet.rollup.silentdata.com",
+ "icon": "silentdata",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge-mainnet.rollup.silentdata.com" }]
+ }
+}
diff --git a/_data/chains/eip155-381185.json b/_data/chains/eip155-381185.json
new file mode 100644
index 000000000000..50c03de81fe1
--- /dev/null
+++ b/_data/chains/eip155-381185.json
@@ -0,0 +1,29 @@
+{
+ "name": "Silent Data Testnet",
+ "chain": "Silent Data",
+ "rpc": ["https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.silentdata.com",
+ "shortName": "silent-data-testnet",
+ "chainId": 381185,
+ "networkId": 381185,
+ "icon": "silentdata-testnet",
+ "explorers": [
+ {
+ "name": "Silent Data Testnet Explorer",
+ "url": "https://explorer-testnet.rollup.silentdata.com",
+ "icon": "silentdata-testnet",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://bridge-testnet.rollup.silentdata.com" }]
+ }
+}
diff --git a/_data/chains/eip155-4048.json b/_data/chains/eip155-4048.json
index f16d168e81ad..638d363a0789 100644
--- a/_data/chains/eip155-4048.json
+++ b/_data/chains/eip155-4048.json
@@ -1,16 +1,16 @@
{
- "name": "GAN Testnet",
+ "name": "GANchain L1",
"chain": "GAN",
"icon": "gpu",
"rpc": ["https://rpc.gpu.net"],
"faucets": [],
"nativeCurrency": {
- "name": "GP Token",
- "symbol": "GP",
+ "name": "GPUnet",
+ "symbol": "GPU",
"decimals": 18
},
"infoURL": "https://docs.gpu.net/",
- "shortName": "GANTestnet",
+ "shortName": "GANchain",
"chainId": 4048,
"networkId": 4048,
"explorers": [
diff --git a/_data/chains/eip155-4114.json b/_data/chains/eip155-4114.json
new file mode 100644
index 000000000000..9f171d7345ac
--- /dev/null
+++ b/_data/chains/eip155-4114.json
@@ -0,0 +1,25 @@
+{
+ "name": "Citrea Mainnet",
+ "chain": "Citrea",
+ "rpc": ["https://rpc.mainnet.citrea.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Citrea BTC",
+ "symbol": "cBTC",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://citrea.xyz",
+ "shortName": "citrea",
+ "chainId": 4114,
+ "networkId": 4114,
+ "icon": "citrea",
+ "explorers": [
+ {
+ "name": "Citrea Mainnet Explorer",
+ "url": "https://explorer.mainnet.citrea.xyz",
+ "icon": "citrea",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-4153.json b/_data/chains/eip155-4153.json
new file mode 100644
index 000000000000..d126db53e8c0
--- /dev/null
+++ b/_data/chains/eip155-4153.json
@@ -0,0 +1,34 @@
+{
+ "name": "RISE",
+ "chain": "ETH",
+ "rpc": ["https://rpc.risechain.com/", "wss://rpc.risechain.com/ws"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ { "name": "EIP155" },
+ { "name": "EIP1559" },
+ { "name": "EIP7702" }
+ ],
+ "infoURL": "https://risechain.com",
+ "shortName": "rise",
+ "chainId": 4153,
+ "networkId": 4153,
+ "icon": "rise",
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://explorer.risechain.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge.risechain.com" }]
+ }
+}
diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json
index 6384e628c11e..77f10fc99eca 100644
--- a/_data/chains/eip155-42.json
+++ b/_data/chains/eip155-42.json
@@ -3,6 +3,8 @@
"chain": "LUKSO",
"icon": "lukso",
"rpc": [
+ "https://42.rpc.thirdweb.com",
+ "https://rpc.lukso.sigmacore.io",
"https://rpc.mainnet.lukso.network",
"wss://ws-rpc.mainnet.lukso.network"
],
@@ -14,8 +16,8 @@
},
"explorers": [
{
- "name": "Blockscout",
- "url": "https://explorer.execution.mainnet.lukso.network",
+ "name": "LUKSO Execution Explorer",
+ "url": "https://explorer.lukso.network",
"standard": "EIP3091"
}
],
diff --git a/_data/chains/eip155-4201.json b/_data/chains/eip155-4201.json
index 2a521e07b637..106e1fac34d7 100644
--- a/_data/chains/eip155-4201.json
+++ b/_data/chains/eip155-4201.json
@@ -1,7 +1,7 @@
{
"name": "LUKSO Testnet",
"chain": "LUKSO Testnet",
- "icon": "lukso",
+ "icon": "lukso-testnet",
"rpc": [
"https://rpc.testnet.lukso.network",
"wss://ws-rpc.testnet.lukso.network"
@@ -14,9 +14,9 @@
},
"explorers": [
{
- "name": "Blockscout",
+ "name": "LUKSO Testnet Execution Explorer",
"url": "https://explorer.execution.testnet.lukso.network",
- "standard": "none"
+ "standard": "EIP3091"
}
],
"infoURL": "https://lukso.network",
diff --git a/_data/chains/eip155-420420422.json b/_data/chains/eip155-420420422.json
new file mode 100644
index 000000000000..35456be83def
--- /dev/null
+++ b/_data/chains/eip155-420420422.json
@@ -0,0 +1,16 @@
+{
+ "name": "Paseo PassetHub",
+ "chain": "PAS",
+ "rpc": ["https://testnet-passet-hub-eth-rpc.polkadot.io"],
+ "faucets": ["https://faucet.polkadot.io/?parachain=1111"],
+ "nativeCurrency": {
+ "name": "PAS",
+ "symbol": "PAS",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://polkadot.network",
+ "shortName": "pas",
+ "chainId": 420420422,
+ "networkId": 420420422
+}
diff --git a/_data/chains/eip155-4207.json b/_data/chains/eip155-4207.json
new file mode 100644
index 000000000000..1a9f157da10f
--- /dev/null
+++ b/_data/chains/eip155-4207.json
@@ -0,0 +1,30 @@
+{
+ "name": "Layer Edge Mainnet",
+ "title": "EDGEN",
+ "chain": "EDGEN",
+ "rpc": [
+ "https://layeredge-mainnet-evm.itrocket.net",
+ "https://layeredge.rpc.subquery.network/public",
+ "https://rpc.layeredge.io",
+ "https://rpc.layeredge.foundation"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Layer Edge",
+ "symbol": "EDGEN",
+ "decimals": 18
+ },
+ "infoURL": "https://layeredge.io",
+ "shortName": "LayerEdge",
+ "chainId": 4207,
+ "networkId": 4207,
+ "icon": "edgen",
+ "explorers": [
+ {
+ "name": "Layer Edge Explorer",
+ "url": "https://edgenscan.io",
+ "icon": "edgen",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json
index 302cf57172dc..b721f05968ac 100644
--- a/_data/chains/eip155-42220.json
+++ b/_data/chains/eip155-42220.json
@@ -12,6 +12,11 @@
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
"faucets": [],
"infoURL": "https://docs.celo.org/",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://superbridge.app/celo" }]
+ },
"explorers": [
{
"name": "Celoscan",
@@ -20,8 +25,8 @@
},
{
"name": "blockscout",
- "url": "https://explorer.celo.org",
- "standard": "none"
+ "url": "https://celo.blockscout.com",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-42429.json b/_data/chains/eip155-42429.json
new file mode 100644
index 000000000000..d32c9566073d
--- /dev/null
+++ b/_data/chains/eip155-42429.json
@@ -0,0 +1,25 @@
+{
+ "name": "Tempo Testnet Andantino (Deprecated)",
+ "chain": "ETH",
+ "rpc": ["https://rpc.testnet.tempo.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "No native currency",
+ "symbol": "USD",
+ "decimals": 6
+ },
+ "infoURL": "https://tempo.xyz",
+ "shortName": "tempo-andantino",
+ "chainId": 42429,
+ "networkId": 42429,
+ "icon": "tempo",
+ "status": "deprecated",
+ "explorers": [
+ {
+ "name": "tempo-explorer",
+ "url": "https://explore.andantino.tempo.xyz",
+ "icon": "tempo",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-42431.json b/_data/chains/eip155-42431.json
new file mode 100644
index 000000000000..bf48cbb7b61a
--- /dev/null
+++ b/_data/chains/eip155-42431.json
@@ -0,0 +1,24 @@
+{
+ "name": "Tempo Testnet Moderato",
+ "chain": "ETH",
+ "rpc": ["https://rpc.moderato.tempo.xyz", "wss://rpc.moderato.tempo.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "No native currency",
+ "symbol": "USD",
+ "decimals": 6
+ },
+ "infoURL": "https://tempo.xyz",
+ "shortName": "tempo-moderato",
+ "chainId": 42431,
+ "networkId": 42431,
+ "icon": "tempo",
+ "explorers": [
+ {
+ "name": "tempo-explorer",
+ "url": "https://explore.tempo.xyz",
+ "icon": "tempo",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-42793.json b/_data/chains/eip155-42793.json
index 3b536a351793..8fff97819289 100644
--- a/_data/chains/eip155-42793.json
+++ b/_data/chains/eip155-42793.json
@@ -4,7 +4,7 @@
"icon": "etherlink",
"chainId": 42793,
"networkId": 42793,
- "features": [{ "name": "EIP1559" }],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://etherlink.com",
"shortName": "etlk",
"nativeCurrency": {
diff --git a/_data/chains/eip155-432.json b/_data/chains/eip155-432.json
new file mode 100644
index 000000000000..a0e7bab75297
--- /dev/null
+++ b/_data/chains/eip155-432.json
@@ -0,0 +1,28 @@
+{
+ "name": "NutriEmp Chain",
+ "chain": "nutriemp-chain",
+ "rpc": ["https://rpc.nutriemp-chain.link", "https://rpc.nutriemp.com"],
+ "faucets": [],
+ "nativeCurrency": { "name": "GRAMZ", "symbol": "GRAMZ", "decimals": 18 },
+ "infoURL": "https://nutriemp.com",
+ "shortName": "nutriemp",
+ "chainId": 432,
+ "networkId": 432,
+ "icon": "GRAMZ",
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "explorers": [
+ {
+ "name": "NutriEmp Explorer",
+ "url": "https://explorer.nutriemp-chain.link",
+ "standard": "EIP3091",
+ "icon": "GRAMZ"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-4326.json b/_data/chains/eip155-4326.json
new file mode 100644
index 000000000000..f9458894af19
--- /dev/null
+++ b/_data/chains/eip155-4326.json
@@ -0,0 +1,16 @@
+{
+ "name": "MegaETH Mainnet",
+ "chain": "ETH",
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "rpc": [],
+ "faucets": [],
+ "explorers": [],
+ "infoURL": "https://megaeth.com",
+ "shortName": "megaeth",
+ "chainId": 4326,
+ "networkId": 4326
+}
diff --git a/_data/chains/eip155-4442.json b/_data/chains/eip155-4442.json
new file mode 100644
index 000000000000..db56d9f0c621
--- /dev/null
+++ b/_data/chains/eip155-4442.json
@@ -0,0 +1,24 @@
+{
+ "name": "Denergy Testnet",
+ "chain": "DEN",
+ "rpc": ["https://rpc.denergytestnet.com/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "WATT",
+ "symbol": "WATT",
+ "decimals": 18
+ },
+ "infoURL": "https://d.energy/",
+ "shortName": "den-testnet",
+ "chainId": 4442,
+ "networkId": 4442,
+ "icon": "denergy",
+ "explorers": [
+ {
+ "name": "Denergy Explorer",
+ "url": "https://explorer.denergytestnet.com",
+ "icon": "denergy",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-44787.json b/_data/chains/eip155-44787.json
index cfac1bf8ac67..023eacf71f0f 100644
--- a/_data/chains/eip155-44787.json
+++ b/_data/chains/eip155-44787.json
@@ -5,6 +5,7 @@
"chain": "CELO",
"networkId": 44787,
"slip44": 1,
+ "status": "deprecated",
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
diff --git a/_data/chains/eip155-45056.json b/_data/chains/eip155-45056.json
new file mode 100644
index 000000000000..8db035a2f9f3
--- /dev/null
+++ b/_data/chains/eip155-45056.json
@@ -0,0 +1,35 @@
+{
+ "name": "Billions",
+ "shortName": "Billions",
+ "title": "Billions",
+ "chain": "Billions",
+ "icon": "billions",
+ "rpc": ["https://billions-rpc.eu-north-2.gateway.fm"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETHER",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://billions.network",
+ "chainId": 45056,
+ "networkId": 45056,
+ "explorers": [
+ {
+ "name": "Billions Explorer",
+ "url": "https://billions-blockscout.eu-north-2.gateway.fm",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://billions-bridge.eu-north-2.gateway.fm"
+ }
+ ]
+ },
+ "features": [{ "name": "EIP155" }],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-4646.json b/_data/chains/eip155-4646.json
index 06edda9f947e..ba176c9706bd 100644
--- a/_data/chains/eip155-4646.json
+++ b/_data/chains/eip155-4646.json
@@ -1,15 +1,16 @@
{
- "name": "MST Chain",
- "title": "MST Chain",
+ "name": "MST Mainnet",
"chain": "MST",
"rpc": [
"https://mariorpc.mstblockchain.com",
- "https://craftrpc.mstblockchain.com"
+ "https://craftrpc.mstblockchain.com",
+ "wss://mariorpc.mstblockchain.com",
+ "wss://craftrpc.mstblockchain.com"
],
"faucets": [],
"nativeCurrency": {
- "name": "MST",
- "symbol": "MST",
+ "name": "MST Native Coin",
+ "symbol": "MSTC",
"decimals": 18
},
"infoURL": "https://mstblockchain.com",
@@ -20,7 +21,7 @@
"icon": "mst",
"explorers": [
{
- "name": "MST Mainnet Scan",
+ "name": "mstscan",
"url": "https://mstscan.com",
"standard": "EIP3091"
}
diff --git a/_data/chains/eip155-475.json b/_data/chains/eip155-475.json
new file mode 100644
index 000000000000..57a1b3208218
--- /dev/null
+++ b/_data/chains/eip155-475.json
@@ -0,0 +1,23 @@
+{
+ "name": "zkXPLA Testnet",
+ "chain": "zkXPLA",
+ "rpc": ["https://testnet-rpc.zkxpla.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://xpla.io",
+ "shortName": "zkxpla-testnet",
+ "chainId": 475,
+ "networkId": 475,
+ "icon": "xpla",
+ "explorers": [
+ {
+ "name": "zkXPLA Testnet Explorer",
+ "url": "https://testnet-explorer.zkxpla.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-484.json b/_data/chains/eip155-484.json
new file mode 100644
index 000000000000..5b94726e94b9
--- /dev/null
+++ b/_data/chains/eip155-484.json
@@ -0,0 +1,26 @@
+{
+ "name": "Camp Network Mainnet",
+ "chain": "CAMP",
+ "icon": "camp",
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "rpc": ["https://rpc.camp.raas.gelato.cloud"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Camp",
+ "symbol": "CAMP",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.campnetwork.xyz",
+ "shortName": "CampMainnet",
+ "chainId": 484,
+ "networkId": 484,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://camp.cloud.blockscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-490000.json b/_data/chains/eip155-490000.json
index 0ea78f533ad1..8fd1b75ce017 100644
--- a/_data/chains/eip155-490000.json
+++ b/_data/chains/eip155-490000.json
@@ -2,6 +2,7 @@
"name": "Autonomys Taurus Testnet",
"chain": "autonomys-taurus-testnet",
"rpc": ["https://auto-evm.taurus.autonomys.xyz/ws"],
+ "status": "deprecated",
"icon": "autonomys",
"faucets": [],
"nativeCurrency": {
@@ -11,15 +12,8 @@
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.autonomys.xyz",
- "shortName": "ATN",
+ "shortName": "ATN-deprecated",
"chainId": 490000,
"networkId": 490000,
- "explorers": [
- {
- "name": "Autonomys Taurus Testnet Explorer",
- "url": "https://blockscout.taurus.autonomys.xyz",
- "icon": "blockscout",
- "standard": "EIP3091"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-5031.json b/_data/chains/eip155-5031.json
new file mode 100644
index 000000000000..3b74c9d91483
--- /dev/null
+++ b/_data/chains/eip155-5031.json
@@ -0,0 +1,23 @@
+{
+ "name": "Somnia Mainnet",
+ "chain": "Somnia",
+ "rpc": ["https://api.infra.mainnet.somnia.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Somnia Mainnet",
+ "symbol": "SOMI",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://somnia.network",
+ "shortName": "SomniaMainnet",
+ "chainId": 5031,
+ "networkId": 5031,
+ "explorers": [
+ {
+ "name": "Somnia Mainnet",
+ "url": "https://mainnet.somnia.w3us.site",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-50342.json b/_data/chains/eip155-50342.json
new file mode 100644
index 000000000000..2cff49dcae0d
--- /dev/null
+++ b/_data/chains/eip155-50342.json
@@ -0,0 +1,29 @@
+{
+ "name": "Reddio",
+ "title": "Reddio mainnet L2 Rollup",
+ "chain": "ETH",
+ "rpc": ["https://mainnet.reddio.com/rpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Reddio",
+ "symbol": "RDO",
+ "decimals": 18
+ },
+ "infoURL": "https://www.reddio.com",
+ "shortName": "reddio",
+ "chainId": 50342,
+ "networkId": 50342,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://reddio.cloud.blockscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ }
+}
diff --git a/_data/chains/eip155-5042002.json b/_data/chains/eip155-5042002.json
new file mode 100644
index 000000000000..6e7c834c4168
--- /dev/null
+++ b/_data/chains/eip155-5042002.json
@@ -0,0 +1,30 @@
+{
+ "name": "Arc Network Testnet",
+ "chain": "Arc Network",
+ "icon": "arcnetwork",
+ "rpc": [
+ "https://rpc.testnet.arc.network",
+ "wss://rpc.testnet.arc.network",
+ "https://rpc.quicknode.testnet.arc.network",
+ "wss://rpc.quicknode.testnet.arc.network",
+ "https://rpc.blockdaemon.testnet.arc.network"
+ ],
+ "faucets": ["https://faucet.circle.com/"],
+ "nativeCurrency": {
+ "name": "USDC",
+ "symbol": "USDC",
+ "decimals": 18
+ },
+ "infoURL": "https://arc.network",
+ "shortName": "arc-testnet",
+ "chainId": 5042002,
+ "networkId": 5042002,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Arcscan",
+ "url": "https://testnet.arcscan.app",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-510.json b/_data/chains/eip155-510.json
index 06185c1b91a4..ce35369c8a96 100644
--- a/_data/chains/eip155-510.json
+++ b/_data/chains/eip155-510.json
@@ -1,18 +1,29 @@
{
- "name": "Syndicate Chain",
- "title": "Syndicate Chain",
+ "name": "Syndicate Mainnet",
"chain": "Syndicate",
- "rpc": ["https://rpc-mainnet.syndicate.io"],
- "faucets": [],
- "nativeCurrency": {
- "name": "Ether",
- "symbol": "ETH",
- "decimals": 18
- },
+ "shortName": "syndicate",
"infoURL": "https://syndicate.io",
- "shortName": "syndicate-chain-mainnet",
+ "icon": "syndicate",
+ "status": "active",
"chainId": 510,
"networkId": 510,
- "status": "incubating",
- "icon": "syndicate"
+ "nativeCurrency": {
+ "name": "Syndicate",
+ "symbol": "SYND",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.syndicate.io"],
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "Syndicate Explorer",
+ "url": "https://explorer.syndicate.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge.arbitrum.io" }]
+ }
}
diff --git a/_data/chains/eip155-511111.json b/_data/chains/eip155-511111.json
new file mode 100644
index 000000000000..fb3c5327b16b
--- /dev/null
+++ b/_data/chains/eip155-511111.json
@@ -0,0 +1,24 @@
+{
+ "name": "Alpha Chain Testnet",
+ "chain": "Alpha Chain",
+ "rpc": ["https://testnet-rpc.goalpha.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
+ "shortName": "alpha-testnet",
+ "chainId": 511111,
+ "networkId": 511111,
+ "slip44": 1,
+ "icon": "alphachain",
+ "explorers": [
+ {
+ "name": "Alpha Chain Testnet Scan",
+ "url": "https://testnet-scan.goalpha.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5165.json b/_data/chains/eip155-5165.json
index 318b03c02c40..be7712ff5c13 100644
--- a/_data/chains/eip155-5165.json
+++ b/_data/chains/eip155-5165.json
@@ -6,6 +6,8 @@
"rpc": [
"https://rpc1.bahamut.io",
"https://rpc2.bahamut.io",
+ "https://rpc1.ftnscan.io",
+ "https://rpc2.ftnscan.io",
"wss://ws1.sahara.bahamutchain.com",
"wss://ws2.sahara.bahamutchain.com",
"https://bahamut-rpc.publicnode.com",
@@ -27,6 +29,11 @@
"name": "blockscout",
"url": "https://ftnscan.com",
"standard": "none"
+ },
+ {
+ "name": "blockscout",
+ "url": "https://ftnscan.io",
+ "standard": "none"
}
]
}
diff --git a/_data/chains/eip155-51888.json b/_data/chains/eip155-51888.json
new file mode 100644
index 000000000000..9d9a5062b8f9
--- /dev/null
+++ b/_data/chains/eip155-51888.json
@@ -0,0 +1,21 @@
+{
+ "name": "Memento Mainnet",
+ "chain": "Memento",
+ "rpc": ["https://rpc.mementoblockchain.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "infoURL": "",
+ "shortName": "memento-mainnet",
+ "chainId": 51888,
+ "networkId": 51888,
+ "explorers": []
+}
diff --git a/_data/chains/eip155-5318007.json b/_data/chains/eip155-5318007.json
new file mode 100644
index 000000000000..d4302e0c2e0f
--- /dev/null
+++ b/_data/chains/eip155-5318007.json
@@ -0,0 +1,27 @@
+{
+ "name": "Reactive Lasna",
+ "title": "Reactive Network Testnet Lasna",
+ "chain": "REACT",
+ "rpc": ["https://lasna-rpc.rnk.dev"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [
+ "https://dev.reactive.network/reactive-mainnet#get-testnet-react"
+ ],
+ "nativeCurrency": {
+ "name": "Lasna React",
+ "symbol": "lREACT",
+ "decimals": 18
+ },
+ "infoURL": "https://reactive.network",
+ "shortName": "lreact",
+ "icon": "reactive",
+ "chainId": 5318007,
+ "networkId": 5318007,
+ "explorers": [
+ {
+ "name": "Reactscan",
+ "url": "https://lasna.reactscan.net",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5464.json b/_data/chains/eip155-5464.json
index cbea8a5dcccd..8069a53b0f8d 100644
--- a/_data/chains/eip155-5464.json
+++ b/_data/chains/eip155-5464.json
@@ -1,7 +1,7 @@
{
- "name": "Saga",
- "chain": "SAGA",
- "rpc": ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"],
+ "name": "SagaEVM",
+ "chain": "SagaEVM",
+ "rpc": ["https://sagaevm.jsonrpc.sagarpc.io"],
"faucets": [],
"nativeCurrency": {
"name": "gas",
@@ -17,14 +17,14 @@
}
],
"infoURL": "https://www.saga.xyz",
- "shortName": "saga",
+ "shortName": "sagaevm",
"chainId": 5464,
"networkId": 5464,
- "icon": "saga",
+ "icon": "sagaevm",
"explorers": [
{
"name": "blockscout",
- "url": "https://sagaevm-5464-1.sagaexplorer.io",
+ "url": "https://sagaevm.sagaexplorer.io",
"icon": "blockscout",
"standard": "EIP3091"
}
diff --git a/_data/chains/eip155-5589.json b/_data/chains/eip155-5589.json
new file mode 100644
index 000000000000..06f196756fbf
--- /dev/null
+++ b/_data/chains/eip155-5589.json
@@ -0,0 +1,18 @@
+{
+ "name": "Jamton",
+ "chain": "Jamton",
+ "rpc": ["https://rpc.jamton.network/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DOTON",
+ "symbol": "DOTON",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://app.jamton.network/",
+ "shortName": "jamton",
+ "chainId": 5589,
+ "networkId": 5589,
+ "icon": "jamton",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-55930.json b/_data/chains/eip155-55930.json
new file mode 100644
index 000000000000..daa68854aff2
--- /dev/null
+++ b/_data/chains/eip155-55930.json
@@ -0,0 +1,26 @@
+{
+ "name": "DataHaven Mainnet",
+ "chain": "datahaven",
+ "icon": "datahaven",
+ "rpc": [
+ "https://services.datahaven-mainnet.network/mainnet",
+ "wss://services.datahaven-mainnet.network/mainnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "HAVE",
+ "symbol": "HAVE",
+ "decimals": 18
+ },
+ "infoURL": "https://datahaven.xyz",
+ "shortName": "datahaven",
+ "chainId": 55930,
+ "networkId": 55930,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://dhscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-55931.json b/_data/chains/eip155-55931.json
new file mode 100644
index 000000000000..6730369eaf95
--- /dev/null
+++ b/_data/chains/eip155-55931.json
@@ -0,0 +1,26 @@
+{
+ "name": "DataHaven Testnet",
+ "chain": "datahaven-testnet",
+ "icon": "datahaven-testnet",
+ "rpc": [
+ "https://services.datahaven-testnet.network/testnet",
+ "wss://services.datahaven-testnet.network/testnet"
+ ],
+ "faucets": ["https://apps.datahaven.xyz/faucet"],
+ "nativeCurrency": {
+ "name": "MOCK",
+ "symbol": "MOCK",
+ "decimals": 18
+ },
+ "infoURL": "https://datahaven.xyz",
+ "shortName": "datahaven-testnet",
+ "chainId": 55931,
+ "networkId": 55931,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://testnet.dhscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-560000.json b/_data/chains/eip155-560000.json
index 675cfdbf789f..dc265197494e 100644
--- a/_data/chains/eip155-560000.json
+++ b/_data/chains/eip155-560000.json
@@ -1,11 +1,11 @@
{
- "name": "Hetu Testnet",
+ "name": "Hetu Mainnet",
"chain": "HETU",
- "rpc": ["https://rpc.testchainv1.hetuscan.com"],
- "faucets": ["https:/testchainv1.hetuscan.com"],
+ "rpc": ["https://rpc.va.hetu.org"],
+ "faucets": [],
"nativeCurrency": {
- "name": "tETH",
- "symbol": "tETH",
+ "name": "HETU",
+ "symbol": "HETU",
"decimals": 18
},
"infoURL": "https://hetu.org",
@@ -14,8 +14,8 @@
"networkId": 560000,
"explorers": [
{
- "name": "Hetu Testnet Scan",
- "url": "https://testchainv1.hetuscan.com",
+ "name": "Hetu Mainnet Scan",
+ "url": "https://scan.v1.hetu.org",
"icon": "hetu",
"standard": "EIP3091"
}
diff --git a/_data/chains/eip155-560013.json b/_data/chains/eip155-560013.json
new file mode 100644
index 000000000000..91846635abbf
--- /dev/null
+++ b/_data/chains/eip155-560013.json
@@ -0,0 +1,29 @@
+{
+ "name": "Rogue Chain",
+ "chainId": 560013,
+ "shortName": "rogue",
+ "chain": "ROGUE",
+ "networkId": 560013,
+ "icon": "rogue",
+ "nativeCurrency": {
+ "name": "Rogue",
+ "symbol": "ROGUE",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.roguechain.io/rpc", "wss://rpc.roguechain.io/ws"],
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "Roguescan",
+ "url": "https://roguescan.io",
+ "icon": "rogue",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://roguechain.io",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-42161",
+ "bridges": [{ "url": "https://bridge.arbitrum.io" }]
+ }
+}
diff --git a/_data/chains/eip155-567.json b/_data/chains/eip155-567.json
new file mode 100644
index 000000000000..e3aa617caf57
--- /dev/null
+++ b/_data/chains/eip155-567.json
@@ -0,0 +1,28 @@
+{
+ "name": "Validium Network",
+ "chain": "Validium Network Testnet",
+ "rpc": ["https://testnet.l2.rpc.validium.network"],
+ "nativeCurrency": {
+ "name": "Validium",
+ "symbol": "VLDM",
+ "decimals": 18
+ },
+ "faucets": ["https://testnet.faucet.validium.network"],
+ "infoURL": "https://www.validium.network",
+ "shortName": "validium-testnet",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://testnet.bridge.validium.network/bridge" }]
+ },
+ "status": "active",
+ "chainId": 567,
+ "networkId": 567,
+ "explorers": [
+ {
+ "name": "Validium Network Testnet Block Explorer",
+ "url": "https://testnet.explorer.validium.network",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5678.json b/_data/chains/eip155-5678.json
index e19e6f2e53f5..8bec1515663b 100644
--- a/_data/chains/eip155-5678.json
+++ b/_data/chains/eip155-5678.json
@@ -2,8 +2,8 @@
"name": "Tanssi Demo",
"chain": "TANGO",
"rpc": [
- "https://dancebox-3001.tanssi-api.network",
- "wss://dancebox-3001.tanssi-api.network"
+ "https://services.tanssi-testnet.network/dancelight-2001",
+ "wss://services.tanssi-testnet.network/dancelight-2001"
],
"faucets": ["https://apps.tanssi.network/demo"],
"nativeCurrency": {
@@ -11,14 +11,14 @@
"symbol": "TANGO",
"decimals": 18
},
- "infoURL": "https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain",
+ "infoURL": "https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/",
"shortName": "tango",
"chainId": 5678,
"networkId": 5678,
"explorers": [
{
"name": "BlockScout",
- "url": "https://fra-dancebox-3001-bs.a.dancebox.tanssi.network",
+ "url": "https://dancelight-2001-blockscout.tanssi-chains.network",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json
index 1d1604a23324..e59c0993355d 100644
--- a/_data/chains/eip155-57.json
+++ b/_data/chains/eip155-57.json
@@ -5,6 +5,7 @@
"https://rpc.syscoin.org",
"https://rpc.ankr.com/syscoin/${ANKR_API_KEY}",
"https://syscoin.public-rpc.com",
+ "https://57.rpc.thirdweb.com",
"wss://rpc.syscoin.org/wss",
"https://syscoin-evm.publicnode.com",
"wss://syscoin-evm.publicnode.com"
diff --git a/_data/chains/eip155-5734951.json b/_data/chains/eip155-5734951.json
new file mode 100644
index 000000000000..d418fa7d1bf6
--- /dev/null
+++ b/_data/chains/eip155-5734951.json
@@ -0,0 +1,33 @@
+{
+ "name": "Jovay Mainnet",
+ "chain": "ETH",
+ "status": "active",
+ "rpc": [
+ "https://rpc.jovay.io",
+ "https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}",
+ "wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://jovay.io",
+ "shortName": "jovay",
+ "chainId": 5734951,
+ "networkId": 5734951,
+ "icon": "jovay",
+ "explorers": [
+ {
+ "name": "Jovay Explorer",
+ "url": "https://explorer.jovay.io/l2",
+ "standard": "none"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": []
+ }
+}
diff --git a/_data/chains/eip155-5887.json b/_data/chains/eip155-5887.json
new file mode 100644
index 000000000000..7d0379cce468
--- /dev/null
+++ b/_data/chains/eip155-5887.json
@@ -0,0 +1,28 @@
+{
+ "name": "MANTRACHAIN Testnet",
+ "chain": "Dukong",
+ "rpc": [
+ "https://evm.dukong.mantrachain.io",
+ "wss://evm.dukong.mantrachain.io/ws"
+ ],
+ "faucets": ["https://faucet.dukong.mantrachain.io"],
+ "nativeCurrency": {
+ "name": "MANTRA",
+ "symbol": "MANTRA",
+ "decimals": 18
+ },
+ "infoURL": "https://mantrachain.io",
+ "shortName": "dukong",
+ "chainId": 5887,
+ "networkId": 5887,
+ "slip44": 1,
+ "icon": "mantra",
+ "explorers": [
+ {
+ "name": "Dukong Explorer",
+ "url": "http://mantrascan.io/dukong",
+ "standard": "none",
+ "icon": "mantra"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5888.json b/_data/chains/eip155-5888.json
new file mode 100644
index 000000000000..64c587dfe6ed
--- /dev/null
+++ b/_data/chains/eip155-5888.json
@@ -0,0 +1,25 @@
+{
+ "name": "MANTRACHAIN Mainnet",
+ "chain": "MANTRACHAIN",
+ "rpc": ["https://evm.mantrachain.io", "wss://evm.mantrachain.io/ws"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "OM",
+ "symbol": "OM",
+ "decimals": 18
+ },
+ "infoURL": "https://mantrachain.io",
+ "shortName": "mantrachain",
+ "chainId": 5888,
+ "networkId": 5888,
+ "slip44": 1,
+ "icon": "om",
+ "explorers": [
+ {
+ "name": "MANTRACHAIN Explorer",
+ "url": "http://mantrascan.io",
+ "standard": "none",
+ "icon": "om"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-60600.json b/_data/chains/eip155-60600.json
new file mode 100644
index 000000000000..c38314d10dfe
--- /dev/null
+++ b/_data/chains/eip155-60600.json
@@ -0,0 +1,25 @@
+{
+ "name": "POTOS Testnet",
+ "chain": "POTOS",
+ "icon": "potos",
+ "rpc": ["https://rpc-testnet.potos.hk"],
+ "faucets": ["https://faucet-testnet.potos.hk"],
+ "nativeCurrency": {
+ "name": "POTOS Token",
+ "symbol": "POT",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://potos.hk",
+ "shortName": "potos-testnet",
+ "chainId": 60600,
+ "networkId": 60600,
+ "explorers": [
+ {
+ "name": "POTOS Testnet explorer",
+ "url": "https://scan-testnet.potos.hk",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-60603.json b/_data/chains/eip155-60603.json
new file mode 100644
index 000000000000..087b959aa6dc
--- /dev/null
+++ b/_data/chains/eip155-60603.json
@@ -0,0 +1,25 @@
+{
+ "name": "POTOS Mainnet",
+ "chain": "POTOS",
+ "icon": "potos",
+ "rpc": ["https://rpc.potos.hk"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "nativeCurrency": {
+ "name": "POTOS Token",
+ "symbol": "POT",
+ "decimals": 18
+ },
+ "faucets": [],
+ "infoURL": "https://potos.hk",
+ "shortName": "potos",
+ "chainId": 60603,
+ "networkId": 60603,
+ "explorers": [
+ {
+ "name": "POTOS Mainnet explorer",
+ "url": "https://scan.potos.hk",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-61022448.json b/_data/chains/eip155-61022448.json
index d9df5c6a5daf..39c117500fd6 100644
--- a/_data/chains/eip155-61022448.json
+++ b/_data/chains/eip155-61022448.json
@@ -1,7 +1,7 @@
{
"name": "dKargo Warehouse Testnet",
"chain": "dKargo Warehouse",
- "rpc": ["https://warehouse-full01.dkargo.io"],
+ "rpc": ["https://rpc.warehouse.dkargo.io"],
"faucets": [],
"nativeCurrency": {
"name": "dKargo",
diff --git a/_data/chains/eip155-62320.json b/_data/chains/eip155-62320.json
index 5d9f3b15d403..5b177e840379 100644
--- a/_data/chains/eip155-62320.json
+++ b/_data/chains/eip155-62320.json
@@ -5,6 +5,7 @@
"chain": "CELO",
"networkId": 62320,
"slip44": 1,
+ "status": "deprecated",
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
diff --git a/_data/chains/eip155-62606.json b/_data/chains/eip155-62606.json
new file mode 100644
index 000000000000..41e20088e1f6
--- /dev/null
+++ b/_data/chains/eip155-62606.json
@@ -0,0 +1,25 @@
+{
+ "name": "Apollo Mainnet",
+ "chain": "APOLLO",
+ "icon": "apollo",
+ "rpc": ["https://mainnet-rpc.apolloscan.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Apollo",
+ "symbol": "APOLLO",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://docs.apolloscan.io",
+ "shortName": "APOLLO",
+ "chainId": 62606,
+ "networkId": 62606,
+ "explorers": [
+ {
+ "name": "Apollo Mainnet",
+ "url": "https://apolloscan.io",
+ "icon": "apollo",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-65000000.json b/_data/chains/eip155-65000000.json
new file mode 100644
index 000000000000..ebb696643230
--- /dev/null
+++ b/_data/chains/eip155-65000000.json
@@ -0,0 +1,31 @@
+{
+ "name": "Autonity Mainnet",
+ "chain": "AUT",
+ "rpc": [
+ "https://rpc.autonity-apis.com",
+ "wss://rpc.autonity-apis.com",
+ "https://autonity.rpc.web3cdn.network",
+ "wss://autonity.rpc.web3cdn.network",
+ "https://autonity.rpc.subquery.network/public",
+ "wss://autonity.rpc.subquery.network/public"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Auton",
+ "symbol": "ATN",
+ "decimals": 18
+ },
+ "infoURL": "https://autonity.org/",
+ "shortName": "aut",
+ "chainId": 65000000,
+ "networkId": 65000000,
+ "slip44": 1,
+ "icon": "autonity",
+ "explorers": [
+ {
+ "name": "autonityscan",
+ "url": "https://autonityscan.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-65100004.json b/_data/chains/eip155-65100004.json
index b627f7aba11f..c8264ee577e6 100644
--- a/_data/chains/eip155-65100004.json
+++ b/_data/chains/eip155-65100004.json
@@ -1,13 +1,8 @@
{
"name": "Autonity Piccadilly (Tiber) Testnet",
+ "status": "deprecated",
"chain": "AUT",
- "rpc": [
- "https://autonity.rpc.web3cdn.network/testnet",
- "wss://autonity.rpc.web3cdn.network/testnet/ws",
- "https://autonity-piccadilly.rpc.subquery.network/public",
- "https://piccadilly.autonity-apis.com",
- "wss://piccadilly-ws.autonity-apis.com"
- ],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Piccadilly Auton",
@@ -20,11 +15,5 @@
"networkId": 65100004,
"slip44": 1,
"icon": "autonity",
- "explorers": [
- {
- "name": "autonity-blockscout",
- "url": "https://piccadilly.autonity.org",
- "standard": "EIP3091"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-65450.json b/_data/chains/eip155-65450.json
index ac57469cb57e..fe3f784a2951 100644
--- a/_data/chains/eip155-65450.json
+++ b/_data/chains/eip155-65450.json
@@ -18,6 +18,11 @@
"name": "Scolscan Explorer",
"url": "https://explorer.scolcoin.com",
"standard": "EIP3091"
+ },
+ {
+ "name": "Scolcoin Explorer",
+ "url": "https://explorador.scolcoin.com",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-680.json b/_data/chains/eip155-680.json
new file mode 100644
index 000000000000..1713086ba043
--- /dev/null
+++ b/_data/chains/eip155-680.json
@@ -0,0 +1,34 @@
+{
+ "name": "JasmyChain",
+ "chain": "jasmychain",
+ "rpc": ["https://rpc.jasmyscan.net", "wss://rpc.jasmyscan.net/ws"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "JasmyCoin",
+ "symbol": "JASMY",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://jasmy.global",
+ "shortName": "jasmychain",
+ "chainId": 680,
+ "networkId": 680,
+ "icon": "jasmychain",
+ "explorers": [
+ {
+ "name": "jasmyscan",
+ "url": "https://explorer.jasmyscan.net",
+ "icon": "jasmychain",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://portal.arbitrum.io/bridge?sourceChain=ethereum&destinationChain=jasmychain"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-681.json b/_data/chains/eip155-681.json
new file mode 100644
index 000000000000..e517564878aa
--- /dev/null
+++ b/_data/chains/eip155-681.json
@@ -0,0 +1,37 @@
+{
+ "name": "JasmyChain Testnet",
+ "chain": "jasmychain-testnet",
+ "rpc": [
+ "https://jasmy-chain-testnet.alt.technology",
+ "wss://jasmy-chain-testnet.alt.technology/ws"
+ ],
+ "faucets": ["https://faucet.janction.ai"],
+ "nativeCurrency": {
+ "name": "JasmyCoin",
+ "symbol": "JASMY",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://jasmy.global",
+ "shortName": "jasmychain-test",
+ "chainId": 681,
+ "networkId": 681,
+ "icon": "jasmychain",
+ "explorers": [
+ {
+ "name": "jasmyscan",
+ "url": "https://jasmy-chain-testnet-explorer.alt.technology",
+ "icon": "jasmychain",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ {
+ "url": "https://portal.arbitrum.io/bridge?sourceChain=sepolia&destinationChain=jasmy-chain-testnet"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-68414.json b/_data/chains/eip155-68414.json
new file mode 100644
index 000000000000..3d34c77b3a24
--- /dev/null
+++ b/_data/chains/eip155-68414.json
@@ -0,0 +1,29 @@
+{
+ "name": "Henesys",
+ "chain": "Henesys",
+ "rpc": ["https://henesys-rpc.msu.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "NEXPACE",
+ "symbol": "NXPC",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://nexpace.io",
+ "shortName": "nxpc",
+ "chainId": 68414,
+ "networkId": 68414,
+ "icon": "nexpace",
+ "explorers": [
+ {
+ "name": "Xangle MSU Explorer",
+ "url": "https://msu-explorer.xangle.io",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Avalanche Explorer",
+ "url": "https://subnets.avax.network/henesys",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-685689.json b/_data/chains/eip155-685689.json
new file mode 100644
index 000000000000..e55b1169797f
--- /dev/null
+++ b/_data/chains/eip155-685689.json
@@ -0,0 +1,16 @@
+{
+ "name": "Gensyn Mainnet",
+ "chain": "Gensyn",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.gensyn.ai/",
+ "shortName": "gensyn-mainnet",
+ "chainId": 685689,
+ "networkId": 685689,
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-6912115.json b/_data/chains/eip155-6912115.json
new file mode 100644
index 000000000000..1f9d234acbca
--- /dev/null
+++ b/_data/chains/eip155-6912115.json
@@ -0,0 +1,18 @@
+{
+ "name": "ENI Testnet (Deprecated)",
+ "chain": "ENI",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EGAS",
+ "symbol": "EGAS",
+ "decimals": 18
+ },
+ "infoURL": "",
+ "shortName": "eni-test-deprecated",
+ "chainId": 6912115,
+ "networkId": 6912115,
+ "icon": "eni-test",
+ "explorers": [],
+ "status": "deprecated"
+}
diff --git a/_data/chains/eip155-6913.json b/_data/chains/eip155-6913.json
new file mode 100644
index 000000000000..5da9cc5bd65e
--- /dev/null
+++ b/_data/chains/eip155-6913.json
@@ -0,0 +1,34 @@
+{
+ "name": "billions-testnet",
+ "title": "billions-testnet",
+ "chain": "billions-testnet",
+ "rpc": ["https://billions-testnet-rpc.eu-north-2.gateway.fm"],
+ "features": [{ "name": "EIP155" }],
+ "faucets": ["https://billions-testnet-faucet.eu-north-2.gateway.fm"],
+ "status": "active",
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://billions.network",
+ "shortName": "billionstest",
+ "chainId": 6913,
+ "networkId": 6913,
+ "icon": "billions",
+ "explorers": [
+ {
+ "name": "Billions Testnet Explorer",
+ "url": "https://billions-testnet-blockscout.eu-north-2.gateway.fm",
+ "icon": "billions",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ { "url": "https://billions-testnet-bridge.eu-north-2.gateway.fm" }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-6934.json b/_data/chains/eip155-6934.json
index 526e81d9fda4..af1508aedada 100644
--- a/_data/chains/eip155-6934.json
+++ b/_data/chains/eip155-6934.json
@@ -1,17 +1,19 @@
{
"name": "Xylume TestNet",
"chain": "XYL",
- "rpc": ["https://xyl-testnet.glitch.me/rpc/"],
- "faucets": ["https://debxylen.github.io/XYL_TestNet/faucet.html"],
+ "rpc": ["https://xylume-testnet.sparked.network/rpc/"],
+ "faucets": ["https://xylume-faucet.vercel.app/"],
"nativeCurrency": {
- "name": "XYL",
+ "name": "Xylume",
"symbol": "XYL",
"decimals": 18
},
"features": [
+ { "name": "EIP20" },
{ "name": "EIP155" },
{ "name": "EIP1559" },
- { "name": "Directed Acyclic Graph (DAG)" }
+ { "name": "Directed Acyclic Graph (DAG)" },
+ { "name": "Unspent Transaction Output (UTXO)" }
],
"infoURL": "https://debxylen.github.io/Xylume_TestNet",
"shortName": "xyl",
diff --git a/_data/chains/eip155-6985385.json b/_data/chains/eip155-6985385.json
new file mode 100644
index 000000000000..42924cdd56b9
--- /dev/null
+++ b/_data/chains/eip155-6985385.json
@@ -0,0 +1,33 @@
+{
+ "name": "Humanity Protocol",
+ "chain": "Humanity",
+ "rpc": ["https://humanity-mainnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "H",
+ "symbol": "H",
+ "decimals": 18
+ },
+ "infoURL": "https://humanity.org",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-42161",
+ "bridges": [
+ {
+ "url": "https://bridge.arbitrum.io"
+ }
+ ]
+ },
+ "shortName": "hp",
+ "chainId": 6985385,
+ "networkId": 6985385,
+ "status": "active",
+ "explorers": [
+ {
+ "name": "Humanity Mainnet explorer",
+ "url": "https://humanity-mainnet.explorer.alchemy.com",
+ "standard": "none"
+ }
+ ],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }]
+}
diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json
index 5cb59f6dbb46..3a733357c2f7 100644
--- a/_data/chains/eip155-7000.json
+++ b/_data/chains/eip155-7000.json
@@ -15,15 +15,15 @@
"symbol": "ZETA",
"decimals": 18
},
- "infoURL": "https://zetachain.com/docs/",
+ "infoURL": "https://zetachain.com/docs",
"shortName": "zetachain-mainnet",
"chainId": 7000,
"networkId": 7000,
"status": "active",
"explorers": [
{
- "name": "ZetaChain Mainnet Explorer",
- "url": "https://explorer.zetachain.com",
+ "name": "ZetaScan",
+ "url": "https://zetascan.com",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json
index c8d8158505f7..61a64bd10d0c 100644
--- a/_data/chains/eip155-7001.json
+++ b/_data/chains/eip155-7001.json
@@ -9,9 +9,7 @@
"https://7001.rpc.thirdweb.com",
"https://zeta-chain-testnet.drpc.org"
],
- "faucets": [
- "https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/"
- ],
+ "faucets": ["https://zetachain.com/docs/reference/faucet"],
"nativeCurrency": {
"name": "Zeta",
"symbol": "ZETA",
@@ -26,14 +24,8 @@
"explorers": [
{
"name": "ZetaScan",
- "url": "https://athens.explorer.zetachain.com",
+ "url": "https://testnet.zetascan.com",
"standard": "none"
- },
- {
- "name": "Blockscout",
- "url": "https://zetachain-athens-3.blockscout.com",
- "icon": "blockscout",
- "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-7080969.json b/_data/chains/eip155-7080969.json
new file mode 100644
index 000000000000..2c5ac827d5db
--- /dev/null
+++ b/_data/chains/eip155-7080969.json
@@ -0,0 +1,32 @@
+{
+ "name": "Humanity Protocol testnet",
+ "chain": "Humanity",
+ "rpc": [
+ "https://rpc.testnet.humanity.org",
+ "https://humanity-testnet.g.alchemy.com/public"
+ ],
+ "faucets": ["https://faucets.alchemy.com/faucets/humanity-testnet"],
+ "nativeCurrency": {
+ "name": "tHP",
+ "symbol": "tHP",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.humanity.org",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-42161",
+ "bridges": []
+ },
+ "shortName": "thp",
+ "chainId": 7080969,
+ "networkId": 7080969,
+ "status": "active",
+ "explorers": [
+ {
+ "name": "Humanity Testnet explorer",
+ "url": "https://humanity-testnet.explorer.alchemy.com",
+ "standard": "none"
+ }
+ ],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }]
+}
diff --git a/_data/chains/eip155-73285.json b/_data/chains/eip155-73285.json
new file mode 100644
index 000000000000..e89671852a0c
--- /dev/null
+++ b/_data/chains/eip155-73285.json
@@ -0,0 +1,23 @@
+{
+ "name": "Nebula",
+ "chain": "NEBULA",
+ "icon": "nebula",
+ "rpc": ["https://nebula-chain.com/rpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Nebula Cash",
+ "symbol": "NEBX",
+ "decimals": 18
+ },
+ "infoURL": "https://nebula-chain.com",
+ "shortName": "nebula",
+ "chainId": 73285,
+ "networkId": 73285,
+ "explorers": [
+ {
+ "name": "Nebula Explorer",
+ "url": "https://nebxscan.nebula-chain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-7332.json b/_data/chains/eip155-7332.json
index 67eb7c0eec7b..65142859e574 100644
--- a/_data/chains/eip155-7332.json
+++ b/_data/chains/eip155-7332.json
@@ -3,10 +3,7 @@
"shortName": "EON",
"chain": "EON",
"icon": "eon",
- "rpc": [
- "https://eon-rpc.horizenlabs.io/ethv1",
- "https://rpc.ankr.com/horizen_eon"
- ],
+ "rpc": [],
"features": [
{
"name": "EIP155"
@@ -25,12 +22,6 @@
"chainId": 7332,
"networkId": 7332,
"slip44": 121,
- "explorers": [
- {
- "name": "Horizen EON Block Explorer",
- "url": "https://eon-explorer.horizenlabs.io",
- "icon": "eon",
- "standard": "EIP3091"
- }
- ]
+ "explorers": [],
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-7336.json b/_data/chains/eip155-7336.json
new file mode 100644
index 000000000000..e986a9a96114
--- /dev/null
+++ b/_data/chains/eip155-7336.json
@@ -0,0 +1,24 @@
+{
+ "name": "Pruv Testnet",
+ "chain": "PRUV Testnet",
+ "icon": "pruv",
+ "rpc": ["https://rpc.testnet.pruv.network", "wss://rpc.testnet.pruv.network"],
+ "faucets": ["https://faucet.testnet.pruv.network"],
+ "nativeCurrency": {
+ "name": "Pruv",
+ "symbol": "PRUV",
+ "decimals": 18
+ },
+ "infoURL": "https://pruv.gitbook.io/pruv-network/",
+ "shortName": "pruvtestnet",
+ "chainId": 7336,
+ "networkId": 7336,
+ "explorers": [
+ {
+ "name": "Pruv Testnet Explorer",
+ "url": "https://explorer.testnet.pruv.network",
+ "icon": "pruv",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-7337.json b/_data/chains/eip155-7337.json
new file mode 100644
index 000000000000..063319da42c3
--- /dev/null
+++ b/_data/chains/eip155-7337.json
@@ -0,0 +1,24 @@
+{
+ "name": "Pruv Mainnet",
+ "chain": "PRUV Mainnet",
+ "icon": "pruv",
+ "rpc": ["https://rpc.pruv.network", "wss://rpc.pruv.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Pruv",
+ "symbol": "PRUV",
+ "decimals": 18
+ },
+ "infoURL": "https://pruv.gitbook.io/pruv-network/",
+ "shortName": "pruvmainnet",
+ "chainId": 7337,
+ "networkId": 7337,
+ "explorers": [
+ {
+ "name": "Pruv Explorer",
+ "url": "https://explorer.pruv.network",
+ "icon": "pruv",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-737373.json b/_data/chains/eip155-737373.json
new file mode 100644
index 000000000000..203b3b04d7f8
--- /dev/null
+++ b/_data/chains/eip155-737373.json
@@ -0,0 +1,30 @@
+{
+ "name": "bokuto",
+ "chain": "bokuto",
+ "rpc": ["https://rpc-bokuto.katanarpc.com"],
+ "faucets": ["https://faucet.katana.tools"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://katana.network",
+ "shortName": "bokuto",
+ "chainId": 737373,
+ "networkId": 737373,
+ "icon": "katana",
+ "explorers": [
+ {
+ "name": "bokutoscan",
+ "url": "https://bokuto.katanascan.com",
+ "icon": "katana",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "bokuto explorer",
+ "url": "https://explorer-bokuto.katanarpc.com",
+ "icon": "katana",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-747474.json b/_data/chains/eip155-747474.json
new file mode 100644
index 000000000000..4b14dd7e8da7
--- /dev/null
+++ b/_data/chains/eip155-747474.json
@@ -0,0 +1,57 @@
+{
+ "name": "katana",
+ "chain": "katana",
+ "rpc": [
+ "https://rpc.katana.network",
+ "https://katana.gateway.tenderly.co/",
+ "https://rpc.katanarpc.com/"
+ ],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ },
+ {
+ "name": "EIP4844"
+ },
+ {
+ "name": "EIP7702"
+ }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://katana.network",
+ "shortName": "katana",
+ "chainId": 747474,
+ "networkId": 747474,
+ "icon": "katana",
+ "explorers": [
+ {
+ "name": "katanascan",
+ "url": "https://katanascan.com",
+ "icon": "katana",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "katana explorer",
+ "url": "https://explorer.katanarpc.com",
+ "icon": "katana",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ {
+ "url": "https://bridge.katana.network"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-7531.json b/_data/chains/eip155-7531.json
new file mode 100644
index 000000000000..5097aaea930a
--- /dev/null
+++ b/_data/chains/eip155-7531.json
@@ -0,0 +1,28 @@
+{
+ "name": "Rome Palatine",
+ "chain": "ROME",
+ "rpc": [
+ "https://palatine.romeprotocol.xyz",
+ "https://palatine2.romeprotocol.xyz"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-palatine",
+ "chainId": 7531,
+ "networkId": 7531,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Palatine Explorer",
+ "url": "https://romescout-palatine.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-7532.json b/_data/chains/eip155-7532.json
new file mode 100644
index 000000000000..2c37782c7632
--- /dev/null
+++ b/_data/chains/eip155-7532.json
@@ -0,0 +1,25 @@
+{
+ "name": "Rome Mainnet 0 Aventine",
+ "chain": "ROME",
+ "rpc": ["https://aventine-i.mainnet-0.romeprotocol.xyz"],
+ "faucets": ["https://deposit.mainnet-0.romeprotocol.xyz"],
+ "nativeCurrency": {
+ "name": "RSOL",
+ "symbol": "RSOL",
+ "decimals": 18
+ },
+ "infoURL": "https://rome.builders",
+ "shortName": "rome-mainnet-0-aventine",
+ "chainId": 7532,
+ "networkId": 7532,
+ "icon": "rome",
+ "explorers": [
+ {
+ "name": "Rome Mainnet 0 Aventine Explorer",
+ "url": "https://romescout-aventine-i.mainnet-0.romeprotocol.xyz",
+ "icon": "rome",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json
index 066dec24bd76..c91799bd64bc 100644
--- a/_data/chains/eip155-763374.json
+++ b/_data/chains/eip155-763374.json
@@ -1,28 +1,19 @@
{
- "name": "Surge Testnet",
- "chain": "Surge Testnet",
- "rpc": [
- "https://l2-rpc.surge.staging-nethermind.xyz",
- "wss://l2-rpc.surge.staging-nethermind.xyz"
- ],
- "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "name": "Surge deprecated Testnet",
+ "chain": "Surge deprecated Testnet",
+ "status": "deprecated",
+ "rpc": [],
"faucets": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://surge.wtf",
- "shortName": "surge-testnet",
+ "infoURL": "",
+ "shortName": "surge-deprecated-testnet",
"chainId": 763374,
"networkId": 763374,
"icon": "surge-testnet",
- "explorers": [
- {
- "name": "blockscout",
- "url": "https://explorer.holesky.surge.wtf",
- "standard": "EIP3091",
- "icon": "surge-testnet"
- }
- ]
+ "explorers": []
}
diff --git a/_data/chains/eip155-763375.json b/_data/chains/eip155-763375.json
new file mode 100644
index 000000000000..291be7c19a5a
--- /dev/null
+++ b/_data/chains/eip155-763375.json
@@ -0,0 +1,25 @@
+{
+ "name": "Surge Testnet",
+ "chain": "Surge Testnet",
+ "rpc": ["https://l2-rpc.hoodi.surge.wtf", "wss://l2-ws.hoodi.surge.wtf"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://surge.wtf",
+ "shortName": "surge-testnet",
+ "chainId": 763375,
+ "networkId": 763375,
+ "icon": "surge-testnet",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.hoodi.surge.wtf",
+ "standard": "EIP3091",
+ "icon": "blockscout"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-766.json b/_data/chains/eip155-766.json
index 2d14705d1563..e69db215f27c 100644
--- a/_data/chains/eip155-766.json
+++ b/_data/chains/eip155-766.json
@@ -2,7 +2,7 @@
"name": "QL1",
"chain": "QOM",
"status": "incubating",
- "rpc": ["https://rpc.qom.one"],
+ "rpc": ["https://rpc.qom.one", "https://evm-rpc-ql1.foxxone.one"],
"faucets": [],
"nativeCurrency": {
"name": "Shiba Predator",
diff --git a/_data/chains/eip155-78651.json b/_data/chains/eip155-78651.json
new file mode 100644
index 000000000000..d7c74d6417a0
--- /dev/null
+++ b/_data/chains/eip155-78651.json
@@ -0,0 +1,28 @@
+{
+ "name": "Nillion Network Sepolia Testnet",
+ "chain": "ETH",
+ "icon": "nillion",
+ "rpc": [
+ "https://rpc.testnet.nillion.network",
+ "wss://rpc.testnet.nillion.network"
+ ],
+ "faucets": ["https://faucet.testnet.nillion.network"],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://nillion.com/",
+ "shortName": "nilsep",
+ "chainId": 78651,
+ "networkId": 78651,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.testnet.nillion.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-80008.json b/_data/chains/eip155-80008.json
index d8c45d445d56..66d6336b001c 100644
--- a/_data/chains/eip155-80008.json
+++ b/_data/chains/eip155-80008.json
@@ -1,5 +1,5 @@
{
- "name": "Polynomia Sepolia",
+ "name": "Polynomial Sepolia",
"chain": "polynomialSepolia",
"rpc": ["https://rpc.sepolia.polynomial.fi"],
"faucets": [],
diff --git a/_data/chains/eip155-80808.json b/_data/chains/eip155-80808.json
new file mode 100644
index 000000000000..086470322604
--- /dev/null
+++ b/_data/chains/eip155-80808.json
@@ -0,0 +1,23 @@
+{
+ "name": "HyperX",
+ "chain": "HyperX",
+ "rpc": ["https://rpc.hyperx.technology"],
+ "faucets": ["https://faucet.hyperx.technology"],
+ "nativeCurrency": {
+ "name": "HPX",
+ "symbol": "HPX",
+ "decimals": 18
+ },
+ "infoURL": "https://hyperx.technology/",
+ "shortName": "hpx",
+ "chainId": 80808,
+ "networkId": 80808,
+ "icon": "hpx",
+ "explorers": [
+ {
+ "name": "HyperX Explorer",
+ "url": "https://scan.hyperx.technology",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-81224.json b/_data/chains/eip155-81224.json
new file mode 100644
index 000000000000..50e7d64b4828
--- /dev/null
+++ b/_data/chains/eip155-81224.json
@@ -0,0 +1,27 @@
+{
+ "name": "Codex",
+ "chain": "ETH",
+ "rpc": ["https://rpc.codex.xyz", "wss://rpc.codex.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.codex.xyz/",
+ "shortName": "codex",
+ "chainId": 81224,
+ "networkId": 81224,
+ "icon": "codex",
+ "explorers": [
+ {
+ "name": "Codex Explorer",
+ "url": "https://explorer.codex.xyz",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ }
+}
diff --git a/_data/chains/eip155-812242.json b/_data/chains/eip155-812242.json
new file mode 100644
index 000000000000..54f7e65392fe
--- /dev/null
+++ b/_data/chains/eip155-812242.json
@@ -0,0 +1,27 @@
+{
+ "name": "Codex Testnet",
+ "chain": "ETH",
+ "rpc": ["https://rpc.codex-stg.xyz", "wss://rpc.codex-stg.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.codex.xyz/",
+ "shortName": "codex-testnet",
+ "chainId": 812242,
+ "networkId": 812242,
+ "icon": "codex-testnet",
+ "explorers": [
+ {
+ "name": "Codex Testnet Explorer",
+ "url": "https://explorer.codex-stg.xyz",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ }
+}
diff --git a/_data/chains/eip155-8150.json b/_data/chains/eip155-8150.json
new file mode 100644
index 000000000000..31b26dac3326
--- /dev/null
+++ b/_data/chains/eip155-8150.json
@@ -0,0 +1,25 @@
+{
+ "name": "Alpen Testnet",
+ "chain": "alpen-testnet",
+ "rpc": ["https://rpc.testnet.alpenlabs.io"],
+ "faucets": ["https://faucet.testnet.alpenlabs.io"],
+ "nativeCurrency": {
+ "name": "Signet BTC",
+ "symbol": "sBTC",
+ "decimals": 18
+ },
+ "features": [],
+ "infoURL": "https://alpenlabs.io/",
+ "shortName": "alpen-testnet",
+ "chainId": 8150,
+ "networkId": 8150,
+ "icon": "alpen",
+ "explorers": [
+ {
+ "name": "Alpen Blockscout",
+ "url": "https://explorer.testnet.alpenlabs.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-824.json b/_data/chains/eip155-824.json
index 1dcc77f12100..0ac3eddb7dc8 100644
--- a/_data/chains/eip155-824.json
+++ b/_data/chains/eip155-824.json
@@ -2,7 +2,11 @@
"name": "Daily Network Mainnet",
"chain": "Daily Network",
"icon": "daily",
- "rpc": ["https://rpc.mainnet.dailycrypto.net"],
+ "rpc": [
+ "https://rpc.mainnet.dailycrypto.net",
+ "https://rpc-2.mainnet.dailycrypto.net",
+ "https://rpc-3.mainnet.dailycrypto.net"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Daily",
diff --git a/_data/chains/eip155-825.json b/_data/chains/eip155-825.json
index b5ddacc5f65b..376d2ff935e6 100644
--- a/_data/chains/eip155-825.json
+++ b/_data/chains/eip155-825.json
@@ -2,7 +2,11 @@
"name": "Daily Network Testnet",
"chain": "Daily Network",
"icon": "daily",
- "rpc": ["https://rpc.testnet.dailycrypto.net"],
+ "rpc": [
+ "https://rpc.testnet.dailycrypto.net",
+ "https://rpc-2.testnet.dailycrypto.net",
+ "https://rpc-3.testnet.dailycrypto.net"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Daily",
diff --git a/_data/chains/eip155-83592.json b/_data/chains/eip155-83592.json
new file mode 100644
index 000000000000..1fd4d657226c
--- /dev/null
+++ b/_data/chains/eip155-83592.json
@@ -0,0 +1,28 @@
+{
+ "name": "Katron AI Mainnet",
+ "chain": "KTN",
+ "rpc": [
+ "https://blockchain-rpc1.katronai.com",
+ "https://blockchain-rpc2.katronai.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Katron AI",
+ "symbol": "KTN",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://network.katronai.com",
+ "shortName": "ktn",
+ "chainId": 83592,
+ "networkId": 83592,
+ "icon": "ktn",
+ "explorers": [
+ {
+ "name": "ktnscan",
+ "url": "https://ktnscan.katronai.com",
+ "icon": "ktnscan",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-838838.json b/_data/chains/eip155-838838.json
new file mode 100644
index 000000000000..bf106abc5428
--- /dev/null
+++ b/_data/chains/eip155-838838.json
@@ -0,0 +1,23 @@
+{
+ "name": "HyperCluster",
+ "chain": "HYPEC",
+ "rpc": ["https://rpc.hypercluster.org"],
+ "faucets": ["https://faucet.hypercluster.org"],
+ "nativeCurrency": {
+ "name": "HyperCluster Token",
+ "symbol": "HYPEC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hypercluster.org/",
+ "shortName": "HYPEC",
+ "chainId": 838838,
+ "networkId": 838838,
+ "icon": "hypercluster",
+ "explorers": [
+ {
+ "name": "HyperCluster Explorer",
+ "url": "https://explorer.hypercluster.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-853211.json b/_data/chains/eip155-853211.json
new file mode 100644
index 000000000000..d5792053a23f
--- /dev/null
+++ b/_data/chains/eip155-853211.json
@@ -0,0 +1,37 @@
+{
+ "name": "Testethiq",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.testnet.ethiq.network",
+ "wss://rpc.testnet.ethiq.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ethiq.network",
+ "shortName": "testethiq",
+ "chainId": 853211,
+ "networkId": 853211,
+ "features": [
+ { "name": "EIP155" },
+ { "name": "EIP1559" },
+ { "name": "EIP2718" },
+ { "name": "EIP2930" }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://shell.haqq.network/bridge" }]
+ },
+ "explorers": [
+ {
+ "name": "Ethiq Blockscout",
+ "url": "https://explorer.testnet.ethiq.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-86606.json b/_data/chains/eip155-86606.json
new file mode 100644
index 000000000000..7fb4d645b273
--- /dev/null
+++ b/_data/chains/eip155-86606.json
@@ -0,0 +1,24 @@
+{
+ "name": "CpChain Testnet",
+ "chain": "CpChain",
+ "rpc": ["https://rpc-testnet.cpchain.com"],
+ "faucets": ["https://cpchain-test.pages.dev/faucet"],
+ "nativeCurrency": {
+ "name": "CP",
+ "symbol": "CP",
+ "decimals": 18
+ },
+ "infoURL": "https://cpchain.com",
+ "shortName": "cpchain-testnet",
+ "chainId": 86606,
+ "networkId": 86606,
+ "slip44": 1,
+ "icon": "cpchain",
+ "explorers": [
+ {
+ "name": "CpChain Testnet Explorer",
+ "url": "https://explorer-testnet.cpchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-86608.json b/_data/chains/eip155-86608.json
new file mode 100644
index 000000000000..d8f36b9a386f
--- /dev/null
+++ b/_data/chains/eip155-86608.json
@@ -0,0 +1,24 @@
+{
+ "name": "CpChain Mainnet",
+ "chain": "CpChain",
+ "rpc": ["https://rpc.cpchain.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CP",
+ "symbol": "CP",
+ "decimals": 18
+ },
+ "infoURL": "https://cpchain.com",
+ "shortName": "cpchain",
+ "chainId": 86608,
+ "networkId": 86608,
+ "slip44": 1,
+ "icon": "cpchain",
+ "explorers": [
+ {
+ "name": "CpChain Explorer",
+ "url": "https://explorer.cpchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-869.json b/_data/chains/eip155-869.json
new file mode 100644
index 000000000000..95496b8e734c
--- /dev/null
+++ b/_data/chains/eip155-869.json
@@ -0,0 +1,24 @@
+{
+ "name": "WorldMobileChain-Mainnet",
+ "chain": "WMC",
+ "icon": "worldmobilechain",
+ "rpc": ["https://worldmobilechain-mainnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "World Mobile Token",
+ "symbol": "WMTX",
+ "decimals": 18
+ },
+ "infoURL": "https://worldmobile.io/the-chain",
+ "shortName": "WMC",
+ "chainId": 869,
+ "networkId": 869,
+ "explorers": [
+ {
+ "name": "World Mobile Chain Explorer",
+ "url": "https://explorer.worldmobile.io",
+ "standard": "none"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-8700.json b/_data/chains/eip155-8700.json
new file mode 100644
index 000000000000..2042f9acea3a
--- /dev/null
+++ b/_data/chains/eip155-8700.json
@@ -0,0 +1,25 @@
+{
+ "name": "Autonomys Chronos Testnet",
+ "chain": "autonomys-chronos-testnet",
+ "rpc": ["https://auto-evm.chronos.autonomys.xyz/ws"],
+ "icon": "autonomys",
+ "faucets": [],
+ "nativeCurrency": {
+ "decimals": 18,
+ "name": "AI3",
+ "symbol": "AI3"
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.autonomys.xyz",
+ "shortName": "ATN",
+ "chainId": 8700,
+ "networkId": 8700,
+ "explorers": [
+ {
+ "name": "Autonomys Chronos EVM Testnet Explorer",
+ "url": "https://explorer.auto-evm.chronos.autonomys.xyz",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-88688.json b/_data/chains/eip155-88688.json
new file mode 100644
index 000000000000..20a062e4769b
--- /dev/null
+++ b/_data/chains/eip155-88688.json
@@ -0,0 +1,16 @@
+{
+ "name": "Cycle Network Mainnet Frigate",
+ "chain": "ETH",
+ "rpc": ["https://frigate-rpc-mainnet.cyclenetwork.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.cyclenetwork.io/",
+ "shortName": "cyclef",
+ "chainId": 88688,
+ "networkId": 88688,
+ "icon": "cycle"
+}
diff --git a/_data/chains/eip155-89127398.json b/_data/chains/eip155-89127398.json
new file mode 100644
index 000000000000..f3de91743475
--- /dev/null
+++ b/_data/chains/eip155-89127398.json
@@ -0,0 +1,24 @@
+{
+ "name": "Krown Testnet",
+ "chain": "KROWN",
+ "icon": "krown",
+ "rpc": ["https://testnet.krown.network", "https://testnet1.krown.network"],
+ "faucets": ["https://faucet.krown.network"],
+ "nativeCurrency": {
+ "name": "KROWN",
+ "symbol": "KROWN",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://krown.network",
+ "shortName": "krown-testnet",
+ "chainId": 89127398,
+ "networkId": 89127398,
+ "explorers": [
+ {
+ "name": "Krown Testnet Explorer",
+ "url": "https://explorer-testnet.krown.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9.json b/_data/chains/eip155-9.json
index dbb47259ddef..ddf51b0f9554 100644
--- a/_data/chains/eip155-9.json
+++ b/_data/chains/eip155-9.json
@@ -1,16 +1,25 @@
{
- "name": "Ubiq Network Testnet",
- "chain": "UBQ",
- "rpc": [],
+ "name": "Quai Network Mainnet",
+ "chain": "QUAI",
+ "icon": "quai",
+ "rpc": ["https://rpc.quai.network/cyprus1"],
+ "features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
- "name": "Ubiq Testnet Ether",
- "symbol": "TUBQ",
+ "name": "Quai",
+ "symbol": "QUAI",
"decimals": 18
},
- "infoURL": "https://ethersocial.org",
- "shortName": "tubq",
+ "infoURL": "https://qu.ai",
+ "shortName": "quai",
"chainId": 9,
- "networkId": 2,
- "slip44": 1
+ "networkId": 9,
+ "redFlags": ["reusedChainId"],
+ "explorers": [
+ {
+ "name": "Quaiscan",
+ "url": "https://quaiscan.io",
+ "standard": "EIP3091"
+ }
+ ]
}
diff --git a/_data/chains/eip155-9030.json b/_data/chains/eip155-9030.json
new file mode 100644
index 000000000000..bde21c2fd07b
--- /dev/null
+++ b/_data/chains/eip155-9030.json
@@ -0,0 +1,29 @@
+{
+ "name": "Qubetics Mainnet",
+ "chain": "Qubetics Mainnet",
+ "rpc": [
+ "https://rpc.qubetics.com",
+ "wss://socket-testnet.qubetics.work",
+ "https://evm-rpc-arch.qubetics.com",
+ "https://evm-ws-arch.qubetics.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Qubetics",
+ "symbol": "TICS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.qubetics.com",
+ "shortName": "QubeticsMainnet",
+ "chainId": 9030,
+ "networkId": 9030,
+ "icon": "qubetics",
+ "explorers": [
+ {
+ "name": "Qubetics Mainnet Explorer",
+ "url": "https://ticsscan.com",
+ "standard": "none",
+ "icon": "qubetics"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-904.json b/_data/chains/eip155-904.json
new file mode 100644
index 000000000000..5cf0410ff23f
--- /dev/null
+++ b/_data/chains/eip155-904.json
@@ -0,0 +1,18 @@
+{
+ "name": "Ault Blockchain Mainnet",
+ "chain": "AULT",
+ "icon": "ault",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AULT Token",
+ "symbol": "AULT",
+ "decimals": 18
+ },
+ "infoURL": "https://aultblockchain.com",
+ "shortName": "ault",
+ "chainId": 904,
+ "networkId": 904,
+ "explorers": []
+}
diff --git a/_data/chains/eip155-9134.json b/_data/chains/eip155-9134.json
new file mode 100644
index 000000000000..0441d0aa2d39
--- /dev/null
+++ b/_data/chains/eip155-9134.json
@@ -0,0 +1,16 @@
+{
+ "name": "GIWA",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://giwa.io",
+ "shortName": "giwa",
+ "chainId": 9134,
+ "networkId": 9134,
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-91342.json b/_data/chains/eip155-91342.json
new file mode 100644
index 000000000000..d2efd2db244a
--- /dev/null
+++ b/_data/chains/eip155-91342.json
@@ -0,0 +1,25 @@
+{
+ "name": "GIWA Sepolia Testnet",
+ "chain": "ETH",
+ "rpc": ["https://sepolia-rpc.giwa.io"],
+ "faucets": ["https://faucet.giwa.io"],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://giwa.io",
+ "shortName": "giwasepolia",
+ "chainId": 91342,
+ "networkId": 91342,
+ "slip44": 1,
+ "icon": "giwaTestnet",
+ "explorers": [
+ {
+ "name": "GIWA Sepolia Blockscout",
+ "url": "https://sepolia-explorer.giwa.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-963369.json b/_data/chains/eip155-963369.json
new file mode 100644
index 000000000000..1af249a55a91
--- /dev/null
+++ b/_data/chains/eip155-963369.json
@@ -0,0 +1,22 @@
+{
+ "name": "AVI Coin",
+ "chain": "AVI",
+ "rpc": ["https://rpc.avicoin.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AVI Coin",
+ "symbol": "AVI",
+ "decimals": 18
+ },
+ "infoURL": "https://www.avicoin.org",
+ "shortName": "avi",
+ "chainId": 963369,
+ "networkId": 963369,
+ "explorers": [
+ {
+ "name": "AVI Coin Explorer",
+ "url": "https://explorer.avicoin.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-968.json b/_data/chains/eip155-968.json
new file mode 100644
index 000000000000..cf55b1720705
--- /dev/null
+++ b/_data/chains/eip155-968.json
@@ -0,0 +1,25 @@
+{
+ "name": "Datagram",
+ "chain": "DGRAM",
+ "icon": "dgram",
+ "rpc": ["https://mainnet.datagram.network/rpc"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DGRAM",
+ "symbol": "DGRAM",
+ "decimals": 18
+ },
+ "infoURL": "https://doc.datagram.network/introduction/what-is-datagram",
+ "shortName": "dgram",
+ "chainId": 968,
+ "networkId": 968,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.datagram.network",
+ "icon": "dgram",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9745.json b/_data/chains/eip155-9745.json
new file mode 100644
index 000000000000..f77217e732d6
--- /dev/null
+++ b/_data/chains/eip155-9745.json
@@ -0,0 +1,23 @@
+{
+ "name": "Plasma Mainnet",
+ "chain": "Plasma",
+ "rpc": ["https://rpc.plasma.to"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Plasma",
+ "symbol": "XPL",
+ "decimals": 18
+ },
+ "infoURL": "https://plasma.to",
+ "shortName": "plasma",
+ "chainId": 9745,
+ "networkId": 9745,
+ "icon": "plasma",
+ "explorers": [
+ {
+ "name": "Routescan",
+ "url": "https://plasmascan.to",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9746.json b/_data/chains/eip155-9746.json
new file mode 100644
index 000000000000..0a6ac46bedba
--- /dev/null
+++ b/_data/chains/eip155-9746.json
@@ -0,0 +1,23 @@
+{
+ "name": "Plasma Testnet",
+ "chain": "Plasma",
+ "rpc": ["https://testnet-rpc.plasma.to"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Testnet Plasma",
+ "symbol": "XPL",
+ "decimals": 18
+ },
+ "infoURL": "https://plasma.to",
+ "shortName": "plasma-testnet",
+ "chainId": 9746,
+ "networkId": 9746,
+ "icon": "plasma",
+ "explorers": [
+ {
+ "name": "Routescan",
+ "url": "https://testnet.plasmascan.to",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9747.json b/_data/chains/eip155-9747.json
new file mode 100644
index 000000000000..21543b12f7cd
--- /dev/null
+++ b/_data/chains/eip155-9747.json
@@ -0,0 +1,17 @@
+{
+ "name": "Plasma Devnet",
+ "chain": "Plasma",
+ "rpc": ["https://devnet-rpc.plasma.to"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Devnet Plasma",
+ "symbol": "XPL",
+ "decimals": 18
+ },
+ "infoURL": "https://plasma.to",
+ "shortName": "plasma-devnet",
+ "chainId": 9747,
+ "networkId": 9747,
+ "icon": "plasma",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-97476.json b/_data/chains/eip155-97476.json
new file mode 100644
index 000000000000..9c022dc88ed4
--- /dev/null
+++ b/_data/chains/eip155-97476.json
@@ -0,0 +1,31 @@
+{
+ "name": "Doma Testnet",
+ "title": "Doma Testnet",
+ "chain": "ETH",
+ "rpc": ["https://rpc-testnet.doma.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://doma.xyz",
+ "shortName": "doma-testnet",
+ "chainId": 97476,
+ "networkId": 97476,
+ "icon": "doma",
+ "status": "active",
+ "explorers": [
+ {
+ "name": "Doma Testnet Explorer",
+ "url": "https://explorer-testnet.doma.xyz",
+ "standard": "EIP3091",
+ "icon": "doma"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://bridge-testnet.doma.xyz" }]
+ }
+}
diff --git a/_data/chains/eip155-97477.json b/_data/chains/eip155-97477.json
new file mode 100644
index 000000000000..89a686518d6a
--- /dev/null
+++ b/_data/chains/eip155-97477.json
@@ -0,0 +1,30 @@
+{
+ "name": "Doma",
+ "title": "Doma",
+ "chain": "ETH",
+ "rpc": ["https://rpc.doma.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://doma.xyz",
+ "shortName": "doma",
+ "chainId": 97477,
+ "networkId": 97477,
+ "icon": "doma",
+ "status": "active",
+ "explorers": [
+ {
+ "name": "Doma Explorer",
+ "url": "https://explorer.doma.xyz",
+ "standard": "EIP3091",
+ "icon": "doma"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ }
+}
diff --git a/_data/chains/eip155-988.json b/_data/chains/eip155-988.json
new file mode 100644
index 000000000000..fb1c61bd7205
--- /dev/null
+++ b/_data/chains/eip155-988.json
@@ -0,0 +1,24 @@
+{
+ "name": "Stable Mainnet",
+ "chain": "Stable",
+ "rpc": ["https://rpc.stable.xyz"],
+ "faucets": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "nativeCurrency": {
+ "name": "gUSDT",
+ "symbol": "gUSDT",
+ "decimals": 18
+ },
+ "infoURL": "https://stable.xyz",
+ "shortName": "stable",
+ "chainId": 988,
+ "networkId": 988,
+ "icon": "stable",
+ "explorers": [
+ {
+ "name": "Stablescan",
+ "url": "https://stablescan.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-98864.json b/_data/chains/eip155-98864.json
index 0e21f79ea7d7..c5f203d3e9fe 100644
--- a/_data/chains/eip155-98864.json
+++ b/_data/chains/eip155-98864.json
@@ -2,31 +2,21 @@
"name": "Plume Devnet (Legacy)",
"title": "Plume Sepolia L2 Rollup Devnet (Legacy)",
"chain": "PLUME Devnet Legacy",
- "rpc": [
- "https://test-rpc.plumenetwork.xyz",
- "wss://test-rpc.plumenetwork.xyz"
- ],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Plume Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://plumenetwork.xyz/",
+ "infoURL": "https://plume.org",
"shortName": "plume-devnet",
"chainId": 98864,
"networkId": 98864,
"slip44": 1,
"icon": "plume",
"status": "deprecated",
- "explorers": [
- {
- "name": "Blockscout",
- "url": "https://test-explorer.plumenetwork.xyz",
- "icon": "blockscout",
- "standard": "EIP3091"
- }
- ],
+ "explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
diff --git a/_data/chains/eip155-98865.json b/_data/chains/eip155-98865.json
index ff396c2b97bf..b64b8759e8ce 100644
--- a/_data/chains/eip155-98865.json
+++ b/_data/chains/eip155-98865.json
@@ -2,30 +2,23 @@
"name": "Plume (Legacy)",
"title": "Plume Ethereum L2 Rollup Mainnet (Legacy)",
"chain": "PLUME Legacy",
- "rpc": ["https://rpc.plumenetwork.xyz", "wss://rpc.plumenetwork.xyz"],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Plume Ether",
"symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://plumenetwork.xyz/",
+ "infoURL": "https://plume.org",
"shortName": "plume",
"chainId": 98865,
"networkId": 98865,
"slip44": 1,
"icon": "plume",
- "explorers": [
- {
- "name": "Blockscout",
- "url": "https://explorer.plumenetwork.xyz",
- "icon": "blockscout",
- "standard": "EIP3091"
- }
- ],
+ "status": "deprecated",
+ "explorers": [],
"parent": {
"type": "L2",
- "chain": "eip155-1",
- "bridges": [{ "url": "https://bridge.plumenetwork.xyz" }]
+ "chain": "eip155-1"
}
}
diff --git a/_data/chains/eip155-98866.json b/_data/chains/eip155-98866.json
index 21a31b723c8b..de9c811d9b32 100644
--- a/_data/chains/eip155-98866.json
+++ b/_data/chains/eip155-98866.json
@@ -2,27 +2,24 @@
"name": "Plume Mainnet",
"title": "Plume Ethereum L2 Rollup Mainnet",
"chain": "PLUME",
- "rpc": [
- "https://phoenix-rpc.plumenetwork.xyz",
- "wss://phoenix-rpc.plumenetwork.xyz"
- ],
+ "rpc": ["https://rpc.plume.org", "wss://rpc.plume.org"],
"faucets": [],
"nativeCurrency": {
"name": "Plume",
"symbol": "PLUME",
"decimals": 18
},
- "infoURL": "https://plumenetwork.xyz/",
+ "infoURL": "https://plume.org",
"shortName": "plume-mainnet",
"chainId": 98866,
"networkId": 98866,
"slip44": 1,
"icon": "plume",
- "status": "incubating",
+ "status": "active",
"explorers": [
{
"name": "Blockscout",
- "url": "https://phoenix-explorer.plumenetwork.xyz",
+ "url": "https://explorer.plume.org",
"icon": "blockscout",
"standard": "EIP3091"
}
@@ -30,6 +27,6 @@
"parent": {
"type": "L2",
"chain": "eip155-1",
- "bridges": [{ "url": "https://bridge.plumenetwork.xyz" }]
+ "bridges": [{ "url": "https://bridge.plume.org" }]
}
}
diff --git a/_data/chains/eip155-98867.json b/_data/chains/eip155-98867.json
index ac0330b5a4c3..0fdcb3c467c8 100644
--- a/_data/chains/eip155-98867.json
+++ b/_data/chains/eip155-98867.json
@@ -2,27 +2,24 @@
"name": "Plume Testnet",
"title": "Plume Sepolia L2 Rollup Testnet",
"chain": "PLUME Testnet",
- "rpc": [
- "https://testnet-rpc.plumenetwork.xyz",
- "wss://testnet-rpc.plumenetwork.xyz"
- ],
- "faucets": ["https://faucet.plumenetwork.xyz"],
+ "rpc": ["https://testnet-rpc.plume.org", "wss://testnet-rpc.plume.org"],
+ "faucets": ["https://faucet.plume.org"],
"nativeCurrency": {
"name": "Plume",
"symbol": "PLUME",
"decimals": 18
},
- "infoURL": "https://plumenetwork.xyz/",
+ "infoURL": "https://plume.org",
"shortName": "plume-testnet",
"chainId": 98867,
"networkId": 98867,
"slip44": 1,
"icon": "plume",
- "status": "incubating",
+ "status": "active",
"explorers": [
{
"name": "Blockscout",
- "url": "https://testnet-explorer.plumenetwork.xyz",
+ "url": "https://testnet-explorer.plume.org",
"icon": "blockscout",
"standard": "EIP3091"
}
@@ -30,6 +27,6 @@
"parent": {
"type": "L2",
"chain": "eip155-11155111",
- "bridges": [{ "url": "https://testnet-bridge.plumenetwork.xyz" }]
+ "bridges": [{ "url": "https://testnet-bridge.plume.org" }]
}
}
diff --git a/_data/chains/eip155-98875.json b/_data/chains/eip155-98875.json
new file mode 100644
index 000000000000..ac30a81192a4
--- /dev/null
+++ b/_data/chains/eip155-98875.json
@@ -0,0 +1,25 @@
+{
+ "name": "Nillion Network",
+ "chain": "ETH",
+ "icon": "nillion",
+ "rpc": ["https://rpc.nillion.network", "wss://rpc.nillion.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://nillion.com/",
+ "shortName": "nil",
+ "chainId": 98875,
+ "networkId": 98875,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.nillion.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-98964.json b/_data/chains/eip155-98964.json
new file mode 100644
index 000000000000..c85318f7e160
--- /dev/null
+++ b/_data/chains/eip155-98964.json
@@ -0,0 +1,33 @@
+{
+ "name": "Pay1 Network",
+ "chainId": 98964,
+ "shortName": "pay1",
+ "chain": "PAY1",
+ "networkId": 98964,
+ "icon": "pay1",
+ "nativeCurrency": {
+ "name": "Pay1",
+ "symbol": "Pay1",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://rpc.pay1coin.com",
+ "https://rpc0.pay1coin.com",
+ "https://rpc1.pay1coin.com",
+ "https://rpc2.pay1coin.com",
+ "wss://ws.pay1coin.com",
+ "wss://ws0.pay1coin.com",
+ "wss://ws1.pay1coin.com",
+ "wss://ws2.pay1coin.com"
+ ],
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "Pay1Scan",
+ "url": "https://pay1scan.io",
+ "icon": "pay1scan",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://pay1coin.com"
+}
diff --git a/_data/chains/eip155-9897.json b/_data/chains/eip155-9897.json
index 832d8a046cc8..ee11eabc91b2 100644
--- a/_data/chains/eip155-9897.json
+++ b/_data/chains/eip155-9897.json
@@ -1,11 +1,8 @@
{
- "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"
- ],
+ "name": "arena-z-testnet-deprecated",
+ "title": "Arena-Z-Testnet-deprecated",
+ "chain": "arena-z-testnet-deprecated",
+ "rpc": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
@@ -14,24 +11,15 @@
"icon": "arena-z",
"infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet",
"faucets": [],
- "shortName": "arena-z-testnet",
+ "shortName": "arena-z-testnet-deprecated",
"chainId": 9897,
"networkId": 9897,
"slip44": 60,
- "explorers": [
- {
- "name": "blockscout",
- "url": "https://arena-z.blockscout.com",
- "icon": "blockscout",
- "standard": "EIP3091"
- }
- ],
+ "explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
- "bridges": [
- { "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" }
- ]
+ "bridges": []
},
- "status": "active"
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-9899.json b/_data/chains/eip155-9899.json
new file mode 100644
index 000000000000..ba876eafa703
--- /dev/null
+++ b/_data/chains/eip155-9899.json
@@ -0,0 +1,31 @@
+{
+ "name": "Arena-Z-Testnet",
+ "title": "Arena-Z-Testnet",
+ "chain": "arena-z-testnet",
+ "rpc": ["https://testnet-rpc.arena-z.gg", "wss://testnet-ws.arena-z.gg"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "icon": "arena-z",
+ "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet",
+ "faucets": ["https://testnet-faucet.arena-z.gg"],
+ "shortName": "arena-z-testnet",
+ "chainId": 9899,
+ "networkId": 9899,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://testnet-explorer.arena-z.gg",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://testnet-bridge.arena-z.gg" }]
+ },
+ "status": "active"
+}
diff --git a/_data/icons/0g.json b/_data/icons/0g.json
new file mode 100644
index 000000000000..a1354d43d44b
--- /dev/null
+++ b/_data/icons/0g.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m",
+ "width": 500,
+ "height": 500,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/GRAMZ.json b/_data/icons/GRAMZ.json
new file mode 100644
index 000000000000..ca2d639d163c
--- /dev/null
+++ b/_data/icons/GRAMZ.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeih7p2zkgxc6i6ygihz556y22aruacwybtfaif7554hqnd2a745uce",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/abey.json b/_data/icons/abey.json
new file mode 100644
index 000000000000..c9a11eebfbcc
--- /dev/null
+++ b/_data/icons/abey.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se",
+ "width": 2000,
+ "height": 2000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/adi.json b/_data/icons/adi.json
new file mode 100644
index 000000000000..539e872bcaa9
--- /dev/null
+++ b/_data/icons/adi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la",
+ "width": 343,
+ "height": 70,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/alpen.json b/_data/icons/alpen.json
new file mode 100644
index 000000000000..8c6600a615d5
--- /dev/null
+++ b/_data/icons/alpen.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreicl3lvyl3epqlbaludrgmndzfufzip5wmq5dvz6ahhg44d54abvou",
+ "width": 460,
+ "height": 460,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/alphachain.json b/_data/icons/alphachain.json
new file mode 100644
index 000000000000..c055d1de7726
--- /dev/null
+++ b/_data/icons/alphachain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihesy252ozceffnjmgv5pw72yddwnn2zmnmh627xwxnvxb6wfyekm",
+ "width": 60,
+ "height": 60,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/althea.json b/_data/icons/althea.json
new file mode 100644
index 000000000000..0851aa1733a7
--- /dev/null
+++ b/_data/icons/althea.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmaNKnYTZRGnhzFyRYeBKwXbPQz6uDPK7PPuPGCMXSNFYW",
+ "width": 1140,
+ "height": 1140,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/apollo.json b/_data/icons/apollo.json
new file mode 100644
index 000000000000..c3ab668254d3
--- /dev/null
+++ b/_data/icons/apollo.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiblhmgzou3p7n6cp2jb3huqzctb5ax4tnkuf4azyf7djzrsqn4fua",
+ "width": 120,
+ "height": 120,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/arcnetwork.json b/_data/icons/arcnetwork.json
new file mode 100644
index 000000000000..dc99192d4cb9
--- /dev/null
+++ b/_data/icons/arcnetwork.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiddgoql2bcngs3bcuxobz5hkjjbhvwxvqrdagqytdnfmmawnmfhta",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/ark.json b/_data/icons/ark.json
new file mode 100644
index 000000000000..a3ce1c45ce39
--- /dev/null
+++ b/_data/icons/ark.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreia6szwv32h5g5nmdk6dusypjvgo5cjochtulrg3zfwqd2bwyctevi",
+ "width": 512,
+ "height": 512,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/ault.json b/_data/icons/ault.json
new file mode 100644
index 000000000000..91021dae56b2
--- /dev/null
+++ b/_data/icons/ault.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmR65pFw3pgcCDeZJ5SHiXPKPjKyLEZZez2cEQZNssR2zd",
+ "width": 32,
+ "height": 32,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/auroria.json b/_data/icons/auroria.json
index 3e75f40da16c..b30dfdbababb 100644
--- a/_data/icons/auroria.json
+++ b/_data/icons/auroria.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmbkTh6qNYUnae5yNjied3qZqVyZcb4x3hfUpJ33bGg9QY",
- "width": 800,
- "height": 800,
- "format": "jpg"
+ "url": "ipfs://QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN",
+ "width": 512,
+ "height": 512,
+ "format": "png"
}
]
diff --git a/_data/icons/billions.json b/_data/icons/billions.json
new file mode 100644
index 000000000000..8643634714c8
--- /dev/null
+++ b/_data/icons/billions.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihy2skjw4kedeokhsqlyipgy2gm63hfsxmenfyldejad5au4wdrjy",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/botanix.json b/_data/icons/botanix.json
index fb6b0d2bce2a..6f5c3fd0bb12 100644
--- a/_data/icons/botanix.json
+++ b/_data/icons/botanix.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmVE5s2pXiqdMnAcxhAmWkZYhpFB5CysypeLyPKzT4rGYe",
- "width": 512,
- "height": 512,
+ "url": "ipfs://bafkreiay6fhksszxziv25iqncumkwewu7kvoiakdozvnhocolkmlhh4ffe",
+ "width": 256,
+ "height": 256,
"format": "png"
}
]
diff --git a/_data/icons/c9xchain.json b/_data/icons/c9xchain.json
new file mode 100644
index 000000000000..3e8e6dddb6b5
--- /dev/null
+++ b/_data/icons/c9xchain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiemkxy4mvhfzsxccoqx5ebbe5sdudae4vclnppbc26qann4z6fkiu",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/codex-testnet.json b/_data/icons/codex-testnet.json
new file mode 100644
index 000000000000..01711e598da8
--- /dev/null
+++ b/_data/icons/codex-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmP9ehCr7SYf2e2kGhX7DX3WePUFyu8ACGZycPnKFBQeGs",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/codex.json b/_data/icons/codex.json
new file mode 100644
index 000000000000..2bc240b33870
--- /dev/null
+++ b/_data/icons/codex.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmcGpSkBgL2jwyAVHTY4Ai3ij8QvyEaoL6uVF5d2XiXkXW",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/cpchain.json b/_data/icons/cpchain.json
new file mode 100644
index 000000000000..a76efce3d76e
--- /dev/null
+++ b/_data/icons/cpchain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4",
+ "width": 144,
+ "height": 144,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/datahaven-testnet.json b/_data/icons/datahaven-testnet.json
new file mode 100644
index 000000000000..55070cda2968
--- /dev/null
+++ b/_data/icons/datahaven-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy",
+ "width": 510,
+ "height": 510,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/datahaven.json b/_data/icons/datahaven.json
new file mode 100644
index 000000000000..48b046f3a079
--- /dev/null
+++ b/_data/icons/datahaven.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne",
+ "width": 560,
+ "height": 560,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/deinfra.json b/_data/icons/deinfra.json
new file mode 100644
index 000000000000..cc89f5180c03
--- /dev/null
+++ b/_data/icons/deinfra.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeic234jzphpt7pg2jjosi3zohllbjhz6e5gc2snda4uzrmv6cwfbvi",
+ "width": 411,
+ "height": 425,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/denergy.json b/_data/icons/denergy.json
new file mode 100644
index 000000000000..f19fab47768e
--- /dev/null
+++ b/_data/icons/denergy.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdZMYDb12zN4ErNoSob7yotqqQBMobCDbhumMY3DV1kG1",
+ "width": 512,
+ "height": 503,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/dgram.json b/_data/icons/dgram.json
new file mode 100644
index 000000000000..6a872c9e703f
--- /dev/null
+++ b/_data/icons/dgram.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreic6jo3sppdb653avcqbptpkqsnvhwyblc4kebkn45l5vbhgpxgtl4",
+ "width": 450,
+ "height": 450,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/dilithium3.json b/_data/icons/dilithium3.json
new file mode 100644
index 000000000000..8ddfbc29c7fa
--- /dev/null
+++ b/_data/icons/dilithium3.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmUaxaAaK6Y1QVtd7vEpXCoVXqNgPhKkgVJiVt6caw3Edj",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/dmd.json b/_data/icons/dmd.json
new file mode 100644
index 000000000000..ab5c85c8afd5
--- /dev/null
+++ b/_data/icons/dmd.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreieaev7npoq4zzd3kn352nkbqw3jsh22rf6wqypovpljyx6pb2meom",
+ "width": 640,
+ "height": 640,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/doma.json b/_data/icons/doma.json
new file mode 100644
index 000000000000..40331ed0484f
--- /dev/null
+++ b/_data/icons/doma.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4",
+ "width": 2000,
+ "height": 2000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/edgen.json b/_data/icons/edgen.json
new file mode 100644
index 000000000000..d8f76d37c37e
--- /dev/null
+++ b/_data/icons/edgen.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVwYkRWgXgoYDPgBFntxWYFquKusuMMVc8TG5hrEVnXLV",
+ "width": 502,
+ "height": 442,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/electroneum.json b/_data/icons/electroneum.json
index 3d3c8d6c5e57..df718076a66c 100644
--- a/_data/icons/electroneum.json
+++ b/_data/icons/electroneum.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym",
- "width": 1000,
- "height": 1000,
+ "url": "ipfs://bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm",
+ "width": 647,
+ "height": 765,
"format": "png"
}
]
diff --git a/_data/icons/eni-test.json b/_data/icons/eni-test.json
new file mode 100644
index 000000000000..04e14841fdc6
--- /dev/null
+++ b/_data/icons/eni-test.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd",
+ "width": 677,
+ "height": 687,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/eni.json b/_data/icons/eni.json
new file mode 100644
index 000000000000..04e14841fdc6
--- /dev/null
+++ b/_data/icons/eni.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd",
+ "width": 677,
+ "height": 687,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/eteria.json b/_data/icons/eteria.json
new file mode 100644
index 000000000000..7e9b7756325a
--- /dev/null
+++ b/_data/icons/eteria.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y",
+ "width": 193,
+ "height": 193,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/eternal.json b/_data/icons/eternal.json
deleted file mode 100644
index 51d033d4cca9..000000000000
--- a/_data/icons/eternal.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "url": "ipfs://bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve",
- "width": 122,
- "height": 133,
- "format": "svg"
- }
-]
diff --git a/_data/icons/giwaTestnet.json b/_data/icons/giwaTestnet.json
new file mode 100644
index 000000000000..55d07eefb181
--- /dev/null
+++ b/_data/icons/giwaTestnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreie3xhbmcwv5qqopq7ak5n5wmqncy6ewnxgi772vytmssmqrubngbm",
+ "width": 128,
+ "height": 128,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/gotas.json b/_data/icons/gotas.json
new file mode 100644
index 000000000000..e141d257de3d
--- /dev/null
+++ b/_data/icons/gotas.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreih2fivik6aij5gvnasutu7zo5y6la4az7qqcpwto5v56qrfywcvbq",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/h2.json b/_data/icons/h2.json
new file mode 100644
index 000000000000..42f3d1d9567d
--- /dev/null
+++ b/_data/icons/h2.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/horizen.json b/_data/icons/horizen.json
new file mode 100644
index 000000000000..34182cbb11f2
--- /dev/null
+++ b/_data/icons/horizen.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiejezmamcywe5jigzopxlpxdp5uvofx3h2jfo5xp34bphf43i4ega",
+ "width": 834,
+ "height": 834,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/hpp.json b/_data/icons/hpp.json
new file mode 100644
index 000000000000..57619339397b
--- /dev/null
+++ b/_data/icons/hpp.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmX5MTCNX4wKb7B9pK6UH7oHGcWj5m8XywhzXqLA7gtVAJ",
+ "width": 400,
+ "height": 400,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/hpx.json b/_data/icons/hpx.json
new file mode 100644
index 000000000000..476d94f55173
--- /dev/null
+++ b/_data/icons/hpx.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihip3cdp4p2ggts3djq3wzyb2danm6oi6vdavdat2na4t46qmwsia",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/hyperagi.json b/_data/icons/hyperagi.json
new file mode 100644
index 000000000000..cc20313dd0d2
--- /dev/null
+++ b/_data/icons/hyperagi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihl6c22tj2cmo3ngsswaa42y2pnbhqwvo4pb4ktia6dasl6sldosi",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/hypercluster.json b/_data/icons/hypercluster.json
new file mode 100644
index 000000000000..66ccc18c2c43
--- /dev/null
+++ b/_data/icons/hypercluster.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreigyg6sbkcu6aql4pbfu3fjxhkvxywnitnojyl6jabq2vqekzqcr6a",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/injective.json b/_data/icons/injective.json
new file mode 100644
index 000000000000..d28bac3d79b1
--- /dev/null
+++ b/_data/icons/injective.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/jamton.json b/_data/icons/jamton.json
new file mode 100644
index 000000000000..6c63e25acd16
--- /dev/null
+++ b/_data/icons/jamton.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreidaujskyg6vjv2vx33ad7iu2wyvpriigdqatishh6ubkhzbyiyjyi",
+ "width": 512,
+ "height": 512,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/jasmychain.json b/_data/icons/jasmychain.json
new file mode 100644
index 000000000000..cd19ab4e94ab
--- /dev/null
+++ b/_data/icons/jasmychain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiglzuiafx3ci2thfff4fnmadb6ajzxsqs3wrwrdxtjrwjmpo7zesy",
+ "width": 125,
+ "height": 125,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/jovay.json b/_data/icons/jovay.json
new file mode 100644
index 000000000000..a95c2a4011a3
--- /dev/null
+++ b/_data/icons/jovay.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/ju-test.json b/_data/icons/ju-test.json
new file mode 100644
index 000000000000..c6ab2c656813
--- /dev/null
+++ b/_data/icons/ju-test.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW",
+ "width": 116,
+ "height": 116,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/ju.json b/_data/icons/ju.json
new file mode 100644
index 000000000000..c6ab2c656813
--- /dev/null
+++ b/_data/icons/ju.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW",
+ "width": 116,
+ "height": 116,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/katana.json b/_data/icons/katana.json
new file mode 100644
index 000000000000..e9550428a21e
--- /dev/null
+++ b/_data/icons/katana.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7",
+ "width": 750,
+ "height": 750,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/kite.json b/_data/icons/kite.json
index 0c09bf2d7002..de2d99145ee6 100644
--- a/_data/icons/kite.json
+++ b/_data/icons/kite.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2",
- "width": 96,
- "height": 95,
+ "url": "ipfs://bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq",
+ "width": 192,
+ "height": 192,
"format": "png"
}
]
diff --git a/_data/icons/krown.json b/_data/icons/krown.json
new file mode 100644
index 000000000000..87f8954770b9
--- /dev/null
+++ b/_data/icons/krown.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreibjmhund2og7qnbgiongrlswryqg6znxnwedczyaefu62rzwbvwji",
+ "width": 400,
+ "height": 400,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/ktn.json b/_data/icons/ktn.json
new file mode 100644
index 000000000000..2c33c8d4a120
--- /dev/null
+++ b/_data/icons/ktn.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiezbj7itmbrkmbl6jr7crhodvfm3xmhclgb2nibdc3wqnzvkw3tvq",
+ "width": 1181,
+ "height": 1181,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/ktnscan.json b/_data/icons/ktnscan.json
new file mode 100644
index 000000000000..c0e76b089dc2
--- /dev/null
+++ b/_data/icons/ktnscan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeicqiiebsfryhqkfwnda6b7e76khpiviivzjbixnobndxcrb45v4mq",
+ "width": 1440,
+ "height": 1440,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/lukso-testnet.json b/_data/icons/lukso-testnet.json
new file mode 100644
index 000000000000..34ac967efe9a
--- /dev/null
+++ b/_data/icons/lukso-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi",
+ "width": 512,
+ "height": 512,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/lukso.json b/_data/icons/lukso.json
index 420754893f47..e1d57cc4bf8b 100644
--- a/_data/icons/lukso.json
+++ b/_data/icons/lukso.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z",
+ "url": "ipfs://bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy",
"width": 512,
"height": 512,
- "format": "png"
+ "format": "svg"
}
]
diff --git a/_data/icons/lxp.json b/_data/icons/lxp.json
new file mode 100644
index 000000000000..3df90bdf0ffe
--- /dev/null
+++ b/_data/icons/lxp.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZRg6LmyU4jJie3VPd7xacBf6qwkbsnHDgCgRkr7iwgKP",
+ "width": 1450,
+ "height": 1450,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/lxpscan.json b/_data/icons/lxpscan.json
new file mode 100644
index 000000000000..3df90bdf0ffe
--- /dev/null
+++ b/_data/icons/lxpscan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZRg6LmyU4jJie3VPd7xacBf6qwkbsnHDgCgRkr7iwgKP",
+ "width": 1450,
+ "height": 1450,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/mantra.json b/_data/icons/mantra.json
new file mode 100644
index 000000000000..25fb8b3a00cd
--- /dev/null
+++ b/_data/icons/mantra.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu",
+ "width": 120,
+ "height": 120,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/monsoon.json b/_data/icons/monsoon.json
new file mode 100644
index 000000000000..1aa15ab92f3f
--- /dev/null
+++ b/_data/icons/monsoon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmYmx1KEFtAuCpA8VDq5B7WvbDVYGvXkZjBkmZTSQMsYCX",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/nexpace.json b/_data/icons/nexpace.json
new file mode 100644
index 000000000000..a14a6f16b096
--- /dev/null
+++ b/_data/icons/nexpace.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiacfidhalwauvrdvlgtn2zs3ijdvqh56audxwoljxuaoqn3vmq5vq",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/nillion.json b/_data/icons/nillion.json
new file mode 100644
index 000000000000..85f71dc860fe
--- /dev/null
+++ b/_data/icons/nillion.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQ4tdjP7TFUbs3y2haY6qPdTxmZJ96E2Xo5Hp5hcRaKSz",
+ "width": 1080,
+ "height": 1080,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/nitrograph.json b/_data/icons/nitrograph.json
new file mode 100644
index 000000000000..7cd591b1ab8a
--- /dev/null
+++ b/_data/icons/nitrograph.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy",
+ "width": 474,
+ "height": 474,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/nom.json b/_data/icons/nom.json
new file mode 100644
index 000000000000..3c33b19ac105
--- /dev/null
+++ b/_data/icons/nom.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVfJBGe7JpKJhG8hrSMU42RxhCSQ3ga3NSArA9vEFqF4C",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/om.json b/_data/icons/om.json
new file mode 100644
index 000000000000..25fb8b3a00cd
--- /dev/null
+++ b/_data/icons/om.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu",
+ "width": 120,
+ "height": 120,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/pay1.json b/_data/icons/pay1.json
new file mode 100644
index 000000000000..a157e0eb639d
--- /dev/null
+++ b/_data/icons/pay1.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmcLm4CYi4bEmz6C6yxNxDomXNyR9umE5P71YB7QMFkz9G",
+ "width": 931,
+ "height": 952,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/pay1scan.json b/_data/icons/pay1scan.json
new file mode 100644
index 000000000000..6595e00fcc5b
--- /dev/null
+++ b/_data/icons/pay1scan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNf6gNiHqs72BJX3ZDKB9ayD6x9u1J69WPEgvG1eLV12b",
+ "width": 400,
+ "height": 400,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/plasma.json b/_data/icons/plasma.json
new file mode 100644
index 000000000000..4d6ce42ff9ba
--- /dev/null
+++ b/_data/icons/plasma.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy",
+ "width": 500,
+ "height": 500,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/pochain.json b/_data/icons/pochain.json
new file mode 100644
index 000000000000..a657ae4a514c
--- /dev/null
+++ b/_data/icons/pochain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreigxoer3jdv5hysomlo4lbpk4gibcmbhuwj4hkmbqcwiuxa26qy4je",
+ "width": 32,
+ "height": 32,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/potos.json b/_data/icons/potos.json
new file mode 100644
index 000000000000..c33412a19f1d
--- /dev/null
+++ b/_data/icons/potos.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreididbxq2gx64fctdjfdyu727hmjauoqpqqtdbwqg5ge4yu2mcrw7a",
+ "width": 1160,
+ "height": 1160,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/pruv.json b/_data/icons/pruv.json
new file mode 100644
index 000000000000..fed3794811eb
--- /dev/null
+++ b/_data/icons/pruv.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmSFDZ7UvHHr6BFfggAUNfibzKRHW7vaTHgoE326uUDgXj",
+ "width": 1219,
+ "height": 651,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/quai.json b/_data/icons/quai.json
new file mode 100644
index 000000000000..10790f3ffa04
--- /dev/null
+++ b/_data/icons/quai.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm",
+ "width": 500,
+ "height": 500,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/r0ar.json b/_data/icons/r0ar.json
new file mode 100644
index 000000000000..3b4e4405c43e
--- /dev/null
+++ b/_data/icons/r0ar.json
@@ -0,0 +1,14 @@
+[
+ {
+ "url": "ipfs://bafkreicz6422v574rrwrbmvllvrts6nyv4cwcpxxrrokrsr6ekjuky3c6i",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ },
+ {
+ "url": "ipfs://bafkreibqk63qcgukyunft3h2qxh56cg6mtvzlrnxw4mbpxgahdk2litxqi",
+ "width": 512,
+ "height": 512,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/reactive.json b/_data/icons/reactive.json
index 5bbbeab5450f..317aef274f4f 100644
--- a/_data/icons/reactive.json
+++ b/_data/icons/reactive.json
@@ -1,6 +1,6 @@
[
{
- "url": "ipfs://bafkreih2sitkbspgnboiwga7k4zwz22h4u3qqpswxdr3miqtdwuovw2cte",
+ "url": "ipfs://QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B",
"width": 320,
"height": 320,
"format": "png"
diff --git a/_data/icons/realio.json b/_data/icons/realio.json
new file mode 100644
index 000000000000..2ea7269ab204
--- /dev/null
+++ b/_data/icons/realio.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT",
+ "width": 474,
+ "height": 474,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/realiotestnet.json b/_data/icons/realiotestnet.json
new file mode 100644
index 000000000000..2ea7269ab204
--- /dev/null
+++ b/_data/icons/realiotestnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT",
+ "width": 474,
+ "height": 474,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/redmansion.json b/_data/icons/redmansion.json
new file mode 100644
index 000000000000..4e66f5c0352c
--- /dev/null
+++ b/_data/icons/redmansion.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmd49EoSchLo4LbHvdmAx6cFcL4gLgo7hzDyUjB1hPrTTP",
+ "width": 150,
+ "height": 150,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/rivool.json b/_data/icons/rivool.json
new file mode 100644
index 000000000000..384a2013d50c
--- /dev/null
+++ b/_data/icons/rivool.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiby5lsr4ogkcqftubqmju3cphoret5sqt4xrcuothgmbsh2awdgdm",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/rogue.json b/_data/icons/rogue.json
new file mode 100644
index 000000000000..18ecf5f30ca3
--- /dev/null
+++ b/_data/icons/rogue.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmay8Z3yhJR4st6iAVmqTdM6nFc9zYSPq4tucDaiPheAjE",
+ "width": 973,
+ "height": 974,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/rome.json b/_data/icons/rome.json
new file mode 100644
index 000000000000..6f576c633dbe
--- /dev/null
+++ b/_data/icons/rome.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4",
+ "width": 1200,
+ "height": 1200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/saga.json b/_data/icons/sagaevm.json
similarity index 100%
rename from _data/icons/saga.json
rename to _data/icons/sagaevm.json
diff --git a/_data/icons/scenium.json b/_data/icons/scenium.json
new file mode 100644
index 000000000000..47cbca42cd9b
--- /dev/null
+++ b/_data/icons/scenium.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreicngi3vnsauqgncupwitkkq2733nuwmqvczkiodynbsaxjmu2brna",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/silentdata-testnet.json b/_data/icons/silentdata-testnet.json
new file mode 100644
index 000000000000..203294369448
--- /dev/null
+++ b/_data/icons/silentdata-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB",
+ "width": 1200,
+ "height": 1200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/silentdata.json b/_data/icons/silentdata.json
new file mode 100644
index 000000000000..3728c7e3ad09
--- /dev/null
+++ b/_data/icons/silentdata.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi",
+ "width": 1200,
+ "height": 1200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/skale.json b/_data/icons/skale.json
new file mode 100644
index 000000000000..02fb34c82376
--- /dev/null
+++ b/_data/icons/skale.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreic24eqab5wwryzfolpfaalnuzhf4aol5ikbc5g2snvvryl4mqlzvq",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/snt.json b/_data/icons/snt.json
new file mode 100644
index 000000000000..ca3747131aa0
--- /dev/null
+++ b/_data/icons/snt.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreifrwbkb6mb3mtxka7q3qitd4ney5wldhe54tu4vxmvqm536wrstpe",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/sova.json b/_data/icons/sova.json
new file mode 100644
index 000000000000..292c4cfcd8c0
--- /dev/null
+++ b/_data/icons/sova.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm",
+ "width": 400,
+ "height": 400,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/spld-testnet.json b/_data/icons/spld-testnet.json
new file mode 100644
index 000000000000..ca0a770028e4
--- /dev/null
+++ b/_data/icons/spld-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/splendor.json b/_data/icons/splendor.json
new file mode 100644
index 000000000000..ca0a770028e4
--- /dev/null
+++ b/_data/icons/splendor.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/stable.json b/_data/icons/stable.json
new file mode 100644
index 000000000000..7128941efc4c
--- /dev/null
+++ b/_data/icons/stable.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiegvgr6qwavexa5koda4wfqdqomn7h44niwufhgw4nkof5yugizvi",
+ "width": 256,
+ "height": 256,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/stratis.json b/_data/icons/stratis.json
deleted file mode 100644
index 44d3a5072b72..000000000000
--- a/_data/icons/stratis.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "url": "ipfs://QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA",
- "width": 59,
- "height": 55,
- "format": "svg"
- }
-]
diff --git a/_data/icons/tempo.json b/_data/icons/tempo.json
new file mode 100644
index 000000000000..9c0fbc319795
--- /dev/null
+++ b/_data/icons/tempo.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/testnet-xscscan.json b/_data/icons/testnet-xscscan.json
deleted file mode 100644
index 26d4893c6524..000000000000
--- a/_data/icons/testnet-xscscan.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "url": "ipfs://QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB",
- "width": 256,
- "height": 256,
- "format": "png"
- }
-]
diff --git a/_data/icons/transparencysolution.json b/_data/icons/transparencysolution.json
new file mode 100644
index 000000000000..c20fd701163a
--- /dev/null
+++ b/_data/icons/transparencysolution.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreibuodjhtykhj4jnbl6odtrghiu3kvveajryloundrnduxi5sto25a",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/trex.json b/_data/icons/trex.json
new file mode 100644
index 000000000000..73d9c7896874
--- /dev/null
+++ b/_data/icons/trex.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreienf63hqo2stiq2wqiprvhowrv3cvhjeko2u3h5vcvjby5ix6ud7a",
+ "width": 240,
+ "height": 240,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/trexx.json b/_data/icons/trexx.json
new file mode 100644
index 000000000000..9a6e5c0206b1
--- /dev/null
+++ b/_data/icons/trexx.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreib23xfvla3cgtykjuqtg7hngnvz6rhpigraomzvepcnhttdkaqmyy",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/trustivon.json b/_data/icons/trustivon.json
new file mode 100644
index 000000000000..c0a1879a4d75
--- /dev/null
+++ b/_data/icons/trustivon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt",
+ "width": 1000,
+ "height": 1628,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/vbc.json b/_data/icons/vbc.json
new file mode 100644
index 000000000000..a0867510617f
--- /dev/null
+++ b/_data/icons/vbc.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihwi6alsxnjlox2tu3yg2ahbn3dqaltktgwip7fg73vr6yujvdy5y",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/webchain.json b/_data/icons/webchain.json
new file mode 100644
index 000000000000..044cf832aced
--- /dev/null
+++ b/_data/icons/webchain.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "webchain",
+ "url": "ipfs://bafkreiazrv6kwtqalcrlgzjyfse5ft4qi23qcpmg3x4h6liccpmeym6lg4",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/worldmobilechain.json b/_data/icons/worldmobilechain.json
new file mode 100644
index 000000000000..f69a55dbe39a
--- /dev/null
+++ b/_data/icons/worldmobilechain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiaa7ku47xm2736wexq53pihf7rfzeec7vwgvkhakd3sitogv4mi6m",
+ "width": 32,
+ "height": 32,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/xertra.json b/_data/icons/xertra.json
new file mode 100644
index 000000000000..9277a8811e33
--- /dev/null
+++ b/_data/icons/xertra.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/xgr.json b/_data/icons/xgr.json
new file mode 100644
index 000000000000..8abd5d0cceb8
--- /dev/null
+++ b/_data/icons/xgr.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreieok4jl5evsj7xawzdxtiml4nha7cvk2kr66xdne7mfik5km3rrk4",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/xone-test.json b/_data/icons/xone-test.json
deleted file mode 100644
index 26d4893c6524..000000000000
--- a/_data/icons/xone-test.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "url": "ipfs://QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB",
- "width": 256,
- "height": 256,
- "format": "png"
- }
-]
diff --git a/_data/icons/Xonechain.json b/_data/icons/xone_main.json
similarity index 100%
rename from _data/icons/Xonechain.json
rename to _data/icons/xone_main.json
diff --git a/_data/icons/Xonescan.json b/_data/icons/xone_test.json
similarity index 100%
rename from _data/icons/Xonescan.json
rename to _data/icons/xone_test.json
diff --git a/_data/icons/xrplevm.json b/_data/icons/xrplevm.json
index 0201e8579cd0..49bf09dc57ab 100644
--- a/_data/icons/xrplevm.json
+++ b/_data/icons/xrplevm.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo",
- "width": 516,
- "height": 516,
+ "url": "ipfs://QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P",
+ "width": 500,
+ "height": 500,
"format": "png"
}
]
diff --git a/_data/icons/xylume-testnet.json b/_data/icons/xylume-testnet.json
index b1567aa9a68c..94864d74a0ff 100644
--- a/_data/icons/xylume-testnet.json
+++ b/_data/icons/xylume-testnet.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmRk9t6g5otTX6XcQjvFwsfzn2KjZwbstptH9C7uG2kVdD",
- "width": 500,
- "height": 500,
+ "url": "ipfs://QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF",
+ "width": 1024,
+ "height": 1024,
"format": "png"
}
]
diff --git a/_data/iconsDownload/QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN b/_data/iconsDownload/QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN
new file mode 100644
index 000000000000..28a67571c551
Binary files /dev/null and b/_data/iconsDownload/QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN differ
diff --git a/_data/iconsDownload/QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT b/_data/iconsDownload/QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT
new file mode 100644
index 000000000000..8874e3e4830f
Binary files /dev/null and b/_data/iconsDownload/QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT differ
diff --git a/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym b/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym
deleted file mode 100644
index 14fc488c79b8..000000000000
Binary files a/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym and /dev/null differ
diff --git a/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA b/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA
deleted file mode 100644
index 45b5d5b9a856..000000000000
--- a/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/_data/iconsDownload/QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2 b/_data/iconsDownload/QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2
deleted file mode 100644
index 17473ad93e50..000000000000
Binary files a/_data/iconsDownload/QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2 and /dev/null differ
diff --git a/_data/iconsDownload/QmbkTh6qNYUnae5yNjied3qZqVyZcb4x3hfUpJ33bGg9QY b/_data/iconsDownload/QmbkTh6qNYUnae5yNjied3qZqVyZcb4x3hfUpJ33bGg9QY
deleted file mode 100644
index 50087ee9a21e..000000000000
Binary files a/_data/iconsDownload/QmbkTh6qNYUnae5yNjied3qZqVyZcb4x3hfUpJ33bGg9QY and /dev/null differ
diff --git a/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z b/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z
deleted file mode 100644
index 0b7c6ac49d41..000000000000
Binary files a/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z and /dev/null differ
diff --git a/_data/iconsDownload/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq b/_data/iconsDownload/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq
new file mode 100644
index 000000000000..b825da99b558
Binary files /dev/null and b/_data/iconsDownload/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq differ
diff --git a/_data/iconsDownload/bafkreiblhmgzou3p7n6cp2jb3huqzctb5ax4tnkuf4azyf7djzrsqn4fua b/_data/iconsDownload/bafkreiblhmgzou3p7n6cp2jb3huqzctb5ax4tnkuf4azyf7djzrsqn4fua
new file mode 100644
index 000000000000..f698714929ac
Binary files /dev/null and b/_data/iconsDownload/bafkreiblhmgzou3p7n6cp2jb3huqzctb5ax4tnkuf4azyf7djzrsqn4fua differ
diff --git a/_data/iconsDownload/bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne b/_data/iconsDownload/bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne
new file mode 100644
index 000000000000..4266c444e82d
Binary files /dev/null and b/_data/iconsDownload/bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne differ
diff --git a/_data/iconsDownload/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym b/_data/iconsDownload/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym
new file mode 100644
index 000000000000..d61b2158e9f6
Binary files /dev/null and b/_data/iconsDownload/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym differ
diff --git a/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y b/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y
new file mode 100644
index 000000000000..e76f511af073
Binary files /dev/null and b/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y differ
diff --git a/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4 b/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4
new file mode 100644
index 000000000000..0849e25e0733
Binary files /dev/null and b/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4 differ
diff --git a/_data/iconsDownload/bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy b/_data/iconsDownload/bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy
new file mode 100644
index 000000000000..45039fe94806
Binary files /dev/null and b/_data/iconsDownload/bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy differ
diff --git a/_data/iconsDownload/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza b/_data/iconsDownload/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza
new file mode 100644
index 000000000000..3bb1eb44685c
Binary files /dev/null and b/_data/iconsDownload/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza differ
diff --git a/_data/iconsDownload/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4 b/_data/iconsDownload/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4
new file mode 100644
index 000000000000..cf19cb303bc3
Binary files /dev/null and b/_data/iconsDownload/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4 differ
diff --git a/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve b/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve
deleted file mode 100644
index d97f240a623b..000000000000
--- a/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
diff --git a/build.gradle b/build.gradle
index c599c518ccce..7de2075f41c3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- KOTLIN_VERSION = "2.1.20"
+ KOTLIN_VERSION = "2.3.0"
KETHEREUM_VERSION = "0.86.0"
}
@@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}"
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.52.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
}
}
@@ -19,7 +19,7 @@ subprojects {
repositories {
mavenCentral()
- maven { url 'https://jitpack.io' }
+ maven { url = uri('https://jitpack.io') }
}
}
diff --git a/eip155-1330.json b/eip155-1330.json
new file mode 100644
index 000000000000..0646561fe192
--- /dev/null
+++ b/eip155-1330.json
@@ -0,0 +1,25 @@
+{
+ "name": "ONN CHAIN Mainnet",
+ "chain": "onn chain",
+ "icon": "onn",
+ "rpc": ["https://mainnet.onnscan.org"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ONN COIN",
+ "symbol": "ONN",
+ "decimals": 18
+ },
+ "infoURL": "https://onnscan.com",
+ "shortName": "onn",
+ "chainId": 1330,
+ "networkId": 1330,
+ "explorers": [
+ {
+ "name": "onnscan",
+ "url": "https://onnscan.com",
+ "icon": "onn",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/eip155-890.json b/eip155-890.json
new file mode 100644
index 000000000000..48c75806f1c1
--- /dev/null
+++ b/eip155-890.json
@@ -0,0 +1,27 @@
+{
+ "name": "Capital Exchange",
+ "chain": "CXM",
+ "rpc": ["https://rpc.capitalexchange.net"],
+ "features": [
+ { "name": "EIP155" },
+ { "name": "EIP1559" }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Capital Exchange",
+ "symbol": "CXM",
+ "decimals": 18
+ },
+ "infoURL": "https://www.capitalexchange.markets",
+ "shortName": "CXM",
+ "chainId": 890,
+ "networkId": 890,
+ "status": "active",
+ "explorers": [
+ {
+ "name": "Capital Exchange CXM",
+ "url": "https://explorer.capitalexchange.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index e6441136f3d4..61285a659d17 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index a4413138c96c..37f78a6af837 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/gradlew b/gradlew
index b740cf13397a..adff685a0348 100755
--- a/gradlew
+++ b/gradlew
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright © 2015-2021 the original authors.
+# Copyright © 2015 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+# SPDX-License-Identifier: Apache-2.0
+#
##############################################################################
#
@@ -84,7 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
-APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
@@ -112,7 +114,6 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
@@ -170,7 +171,6 @@ fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
- CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
@@ -203,15 +203,14 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
-# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
+# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
- -classpath "$CLASSPATH" \
- org.gradle.wrapper.GradleWrapperMain \
+ -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"
# Stop when "xargs" is not available.
diff --git a/gradlew.bat b/gradlew.bat
old mode 100644
new mode 100755
index 25da30dbdeee..e509b2dd8fe5
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -1,92 +1,93 @@
-@rem
-@rem Copyright 2015 the original author or authors.
-@rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
-@rem
-@rem https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-@rem
-
-@if "%DEBUG%"=="" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%"=="" set DIRNAME=.
-@rem This is normally unused
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Resolve any "." and ".." in APP_HOME to make it shorter.
-for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if %ERRORLEVEL% equ 0 goto execute
-
-echo. 1>&2
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
-echo. 1>&2
-echo Please set the JAVA_HOME variable in your environment to match the 1>&2
-echo location of your Java installation. 1>&2
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto execute
-
-echo. 1>&2
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
-echo. 1>&2
-echo Please set the JAVA_HOME variable in your environment to match the 1>&2
-echo location of your Java installation. 1>&2
-
-goto fail
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
-
-:end
-@rem End local scope for the variables with windows NT shell
-if %ERRORLEVEL% equ 0 goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-set EXIT_CODE=%ERRORLEVEL%
-if %EXIT_CODE% equ 0 set EXIT_CODE=1
-if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
-exit /b %EXIT_CODE%
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
+@rem
+@rem Copyright 2015 the original author or authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem https://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+@rem
+@rem SPDX-License-Identifier: Apache-2.0
+@rem
+
+@if "%DEBUG%"=="" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%"=="" set DIRNAME=.
+@rem This is normally unused
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if %ERRORLEVEL% equ 0 goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:execute
+@rem Setup the command line
+
+
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
+
+:end
+@rem End local scope for the variables with windows NT shell
+if %ERRORLEVEL% equ 0 goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+set EXIT_CODE=%ERRORLEVEL%
+if %EXIT_CODE% equ 0 set EXIT_CODE=1
+if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
+exit /b %EXIT_CODE%
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/maintainer_checklist.md b/maintainer_checklist.md
index 4e62ccf49dc4..6a6db5a31c4a 100644
--- a/maintainer_checklist.md
+++ b/maintainer_checklist.md
@@ -1,10 +1,9 @@
A checklist for things to check before merging a chain PR.
* If the PR contains explorers claim to adhere to EIP3091 - check if they really do.
-* If the PR contains icons:
- * `ipfs get` all icon CIDs
- * check if the size of the icons you got match the size given in the PR
* Check if a PR does not remove a chain - chains cannot be removed - only deprecated (to protect from replay attacks)
* Check if a PR does not assign a chainID to a newer chain (something like https://github.com/ethereum-lists/chains/pull/1750)
+Please also make sure to go from oldest PR to newest.
+
If anyone has ideas on how to automate these things in CI - PRs welcome!
diff --git a/model/build.gradle.kts b/model/build.gradle.kts
index c3e52d039f36..8e310d2ced2b 100644
--- a/model/build.gradle.kts
+++ b/model/build.gradle.kts
@@ -1,5 +1,5 @@
plugins {
- id("com.google.devtools.ksp").version("2.1.20-1.0.31")
+ id("com.google.devtools.ksp").version("2.3.4")
id("maven-publish")
}
diff --git a/processor/build.gradle b/processor/build.gradle
index 4b2f9f19bc6d..f0a353e44801 100644
--- a/processor/build.gradle
+++ b/processor/build.gradle
@@ -1,6 +1,8 @@
apply plugin: "application"
-mainClassName = "org.ethereum.lists.chains.MainKt"
+application {
+ mainClass = 'org.ethereum.lists.chains.MainKt'
+}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}"
@@ -12,10 +14,10 @@ dependencies {
implementation 'com.beust:klaxon:5.6'
implementation 'com.squareup.moshi:moshi:1.15.2'
- implementation 'com.squareup.okhttp3:okhttp:4.12.0'
+ implementation 'com.squareup.okhttp3:okhttp:5.3.2'
- implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.12.0"
- implementation "com.twelvemonkeys.imageio:imageio-batik:3.12.0"
+ implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.13.0"
+ implementation "com.twelvemonkeys.imageio:imageio-batik:3.13.0"
implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.18"
implementation project(":model")