diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier_check.yml
similarity index 94%
rename from .github/workflows/prettier.yml
rename to .github/workflows/prettier_check.yml
index aa43a040c242..5ae78968a4d2 100644
--- a/.github/workflows/prettier.yml
+++ b/.github/workflows/prettier_check.yml
@@ -1,4 +1,4 @@
-name: Run prettier
+name: Run prettier check
on:
push:
diff --git a/.github/workflows/prettier_write.yml b/.github/workflows/prettier_write.yml
new file mode 100644
index 000000000000..ef54c4b975e0
--- /dev/null
+++ b/.github/workflows/prettier_write.yml
@@ -0,0 +1,31 @@
+name: Run prettier write
+
+on:
+ pull_request:
+
+jobs:
+ prettier:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Check out repo
+ uses: actions/checkout@v2
+ env:
+ PAT: ${{ secrets.PAT }}
+ with:
+ token: ${{ PAT }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ ref: ${{ github.event.pull_request.head.ref }}
+ - uses: actions/cache@v2
+ name: Configure npm caching
+ with:
+ path: ~/.npm
+ key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
+ restore-keys: |
+ ${{ runner.os }}-npm-
+ - name: Run prettier
+ run: |-
+ npx prettier --write '_data/*/*.json'
+ - name: Commit changes
+ uses: EndBug/add-and-commit@v9
+ with:
+ message: 'Fix formatting'
diff --git a/README.md b/README.md
index 851bf1c1e855..6dfd8b334367 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,13 @@ BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 executed
```
+Also please run the prettier to format your json according to the style [defined here ](https://github.com/ethereum-lists/chains/blob/master/.prettierrc.json)
+e.g. run
+
+```
+npx prettier --write _data/*/*.json`
+```
+
### Once PR is submitted
* Make sure CI is green. There will likely be no review when the CI is red.
diff --git a/_data/chains/eip155-1.json b/_data/chains/eip155-1.json
index 64033abe2eb8..b2c6bd6f5618 100644
--- a/_data/chains/eip155-1.json
+++ b/_data/chains/eip155-1.json
@@ -17,7 +17,9 @@
"https://rpc.mevblocker.io",
"https://rpc.mevblocker.io/fast",
"https://rpc.mevblocker.io/noreverts",
- "https://rpc.mevblocker.io/fullprivacy"
+ "https://rpc.mevblocker.io/fullprivacy",
+ "https://eth.drpc.org",
+ "wss://eth.drpc.org"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json
index 11b525a17149..2776f0b55c0d 100644
--- a/_data/chains/eip155-10.json
+++ b/_data/chains/eip155-10.json
@@ -6,7 +6,9 @@
"https://optimism-rpc.publicnode.com",
"wss://optimism-rpc.publicnode.com",
"https://optimism.gateway.tenderly.co",
- "wss://optimism.gateway.tenderly.co"
+ "wss://optimism.gateway.tenderly.co",
+ "https://optimism.drpc.org",
+ "wss://optimism.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json
index eba8ac833214..bab04aee9fc4 100644
--- a/_data/chains/eip155-1001.json
+++ b/_data/chains/eip155-1001.json
@@ -1,22 +1,30 @@
{
"name": "Klaytn Testnet Baobab",
"chain": "KLAY",
- "rpc": ["https://api.baobab.klaytn.net:8651"],
+ "rpc": [
+ "https://public-en-baobab.klaytn.net",
+ "https://api.baobab.klaytn.net:8651"
+ ],
"faucets": ["https://baobab.wallet.klaytn.com/access?next=faucet"],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"decimals": 18
},
- "infoURL": "https://www.klaytn.com/",
+ "infoURL": "https://klaytn.foundation",
"shortName": "Baobab",
"chainId": 1001,
"networkId": 1001,
"slip44": 1,
"explorers": [
{
- "name": "klaytnscope",
- "url": "https://scope.klaytn.com",
+ "name": "Klaytnscope",
+ "url": "https://baobab.klaytnscope.com",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Klaytnfinder",
+ "url": "https://baobab.klaytnfinder.io",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-1009.json b/_data/chains/eip155-1009.json
new file mode 100644
index 000000000000..f3a0b02b5cbb
--- /dev/null
+++ b/_data/chains/eip155-1009.json
@@ -0,0 +1,24 @@
+{
+ "name": "Jumbochain Mainnet",
+ "chain": "Jumbo",
+ "rpc": ["https://rpcpriv.jumbochain.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "JNFTC",
+ "symbol": "JNFTC",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://jumbochain.org",
+ "shortName": "Jumboscan",
+ "chainId": 1009,
+ "networkId": 1009,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Jumboscan",
+ "url": "https://jumboscan.jumbochain.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-101010.json b/_data/chains/eip155-101010.json
index 3ac1ce461ac9..5bdfe8b748a5 100644
--- a/_data/chains/eip155-101010.json
+++ b/_data/chains/eip155-101010.json
@@ -1,24 +1,24 @@
{
- "name": "Soverun Testnet",
- "chain": "SVRN",
- "icon": "soverunTestnet",
- "rpc": ["https://testnet-rpc.soverun.com"],
- "faucets": ["https://faucet.soverun.com"],
+ "name": "Global Trust Network",
+ "chain": "GTN",
+ "icon": "gtn",
+ "rpc": ["https://gtn.stabilityprotocol.com"],
+ "faucets": [],
"nativeCurrency": {
- "name": "Soverun",
- "symbol": "SVRN",
+ "name": "FREE",
+ "symbol": "FREE",
"decimals": 18
},
- "infoURL": "https://soverun.com",
- "shortName": "SVRNt",
+ "infoURL": "https://stabilityprotocol.com",
+ "shortName": "stabilityprotocol",
"chainId": 101010,
"networkId": 101010,
- "slip44": 1,
"explorers": [
{
- "name": "Soverun",
- "url": "https://testnet.soverun.com",
+ "name": "blockscout",
+ "url": "https://stability.blockscout.com",
"standard": "EIP3091"
}
- ]
+ ],
+ "redFlags": ["reusedChainId"]
}
diff --git a/_data/chains/eip155-10200.json b/_data/chains/eip155-10200.json
index daae4ecba39c..42963b7f7ba4 100644
--- a/_data/chains/eip155-10200.json
+++ b/_data/chains/eip155-10200.json
@@ -7,7 +7,9 @@
"https://rpc.chiado.gnosis.gateway.fm",
"wss://rpc.chiadochain.net/wss",
"https://gnosis-chiado-rpc.publicnode.com",
- "wss://gnosis-chiado-rpc.publicnode.com"
+ "wss://gnosis-chiado-rpc.publicnode.com",
+ "https://gnosis-chiado.drpc.org",
+ "wss://gnosis-chiado.drpc.org"
],
"faucets": ["https://gnosisfaucet.com"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-102031.json b/_data/chains/eip155-102031.json
new file mode 100644
index 000000000000..f8c69ac2d261
--- /dev/null
+++ b/_data/chains/eip155-102031.json
@@ -0,0 +1,32 @@
+{
+ "name": "Creditcoin Testnet",
+ "chain": "CTC",
+ "icon": "creditcoin",
+ "rpc": ["https://rpc.cc3-testnet.creditcoin.network"],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "nativeCurrency": {
+ "name": "Testnet CTC",
+ "symbol": "tCTC",
+ "decimals": 18
+ },
+ "infoURL": "https://creditcoin.org",
+ "shortName": "ctctest",
+ "chainId": 102031,
+ "networkId": 102031,
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://creditcoin-testnet.blockscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-103454.json b/_data/chains/eip155-103454.json
index f160748dc3e6..f0874f2f8de8 100644
--- a/_data/chains/eip155-103454.json
+++ b/_data/chains/eip155-103454.json
@@ -1,6 +1,7 @@
{
"name": "Masa Testnet",
"chain": "MASA",
+ "icon": "masa",
"rpc": ["https://subnets.avax.network/masatestne/testnet/rpc"],
"features": [
{
@@ -14,7 +15,7 @@
"decimals": 18
},
"infoURL": "https://masa.finance",
- "shortName": "masa",
+ "shortName": "masatest",
"chainId": 103454,
"networkId": 103454,
"explorers": [
diff --git a/_data/chains/eip155-105105.json b/_data/chains/eip155-105105.json
new file mode 100644
index 000000000000..b235076a2abc
--- /dev/null
+++ b/_data/chains/eip155-105105.json
@@ -0,0 +1,23 @@
+{
+ "name": "Stratis Mainnet",
+ "chain": "Stratis",
+ "rpc": ["https://rpc.stratisevm.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Stratis",
+ "symbol": "STRAX",
+ "decimals": 18
+ },
+ "infoURL": "https://www.stratisplatform.com",
+ "shortName": "stratis",
+ "chainId": 105105,
+ "networkId": 105105,
+ "icon": "stratis",
+ "explorers": [
+ {
+ "name": "Stratis Explorer",
+ "url": "https://explorer.stratisevm.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1088.json b/_data/chains/eip155-1088.json
index b520cf5acf12..d8ed7774dcd8 100644
--- a/_data/chains/eip155-1088.json
+++ b/_data/chains/eip155-1088.json
@@ -1,7 +1,11 @@
{
"name": "Metis Andromeda Mainnet",
"chain": "ETH",
- "rpc": ["https://andromeda.metis.io/?owner=1088"],
+ "rpc": [
+ "https://andromeda.metis.io/?owner=1088",
+ "https://metis.drpc.org",
+ "wss://metis.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Metis",
diff --git a/_data/chains/eip155-1089.json b/_data/chains/eip155-1089.json
index c8aaf6b3281a..fc3c3be76219 100644
--- a/_data/chains/eip155-1089.json
+++ b/_data/chains/eip155-1089.json
@@ -8,7 +8,8 @@
"https://evm.humans.stakepool.dev.br",
"https://mainnet-humans-evm.konsortech.xyz",
"https://evm-rpc.mainnet.humans.zone",
- "https://json-rpc.humans.bh.rocks"
+ "https://json-rpc.humans.bh.rocks",
+ "https://evm-rpc.humans.huginn.tech"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1100789.json b/_data/chains/eip155-1100789.json
new file mode 100644
index 000000000000..6293f0935a58
--- /dev/null
+++ b/_data/chains/eip155-1100789.json
@@ -0,0 +1,25 @@
+{
+ "name": "Netmind Chain Testnet",
+ "title": "NetMind Chain Testnet",
+ "chain": "NetMind",
+ "rpc": ["https://testblock.protago-dev.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "NMT",
+ "symbol": "NMT",
+ "decimals": 18
+ },
+ "infoURL": "https://netmind.ai",
+ "shortName": "nmtTest",
+ "chainId": 1100789,
+ "networkId": 1100789,
+ "icon": "netmind",
+ "explorers": [
+ {
+ "name": "NetMind Testnet Explorer",
+ "url": "https://testbrower.protago-dev.com",
+ "icon": "netmind",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1101.json b/_data/chains/eip155-1101.json
index c806b3d62539..f2541a2cb781 100644
--- a/_data/chains/eip155-1101.json
+++ b/_data/chains/eip155-1101.json
@@ -2,7 +2,11 @@
"name": "Polygon zkEVM",
"title": "Polygon zkEVM",
"chain": "Polygon",
- "rpc": ["https://zkevm-rpc.com"],
+ "rpc": [
+ "https://zkevm-rpc.com",
+ "https://polygon-zkevm.drpc.org",
+ "wss://polygon-zkevm.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-111188.json b/_data/chains/eip155-111188.json
new file mode 100644
index 000000000000..b63239ce9b58
--- /dev/null
+++ b/_data/chains/eip155-111188.json
@@ -0,0 +1,34 @@
+{
+ "name": "re.al",
+ "title": "re.al Real-World Assets network",
+ "chain": "re.al",
+ "rpc": ["https://real.drpc.org", "wss://real.drpc.org"],
+ "nativeCurrency": {
+ "name": "re.al Ether",
+ "symbol": "reETH",
+ "decimals": 18
+ },
+ "infoURL": "https://re.al",
+ "faucets": [],
+ "shortName": "re-al",
+ "chainId": 111188,
+ "networkId": 111188,
+ "slip44": 60,
+ "icon": "real",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.re.al",
+ "icon": "real",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [
+ { "url": "https://re.al/bridge" },
+ { "url": "https://bridge.gelato.network/bridge/real" }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-1113.json b/_data/chains/eip155-1113.json
new file mode 100644
index 000000000000..2443b0a87c4d
--- /dev/null
+++ b/_data/chains/eip155-1113.json
@@ -0,0 +1,24 @@
+{
+ "name": "B2 Hub Habitat Testnet",
+ "chain": "BSQ",
+ "rpc": ["https://habitat-hub-rpc.bsquared.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BSquared Token",
+ "symbol": "BSQ",
+ "decimals": 18
+ },
+ "infoURL": "https://www.bsquared.network",
+ "shortName": "B2Hub-testnet",
+ "chainId": 1113,
+ "networkId": 1113,
+ "icon": "bsquare",
+ "explorers": [
+ {
+ "name": "B2 Hub Habitat Testnet Explorer",
+ "url": "https://habitat-hub-explorer.bsquared.network",
+ "icon": "bsquare",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json
index dfaf2887071e..03d089a04478 100644
--- a/_data/chains/eip155-11155111.json
+++ b/_data/chains/eip155-11155111.json
@@ -12,7 +12,9 @@
"https://sepolia.gateway.tenderly.co",
"wss://sepolia.gateway.tenderly.co",
"https://ethereum-sepolia-rpc.publicnode.com",
- "wss://ethereum-sepolia-rpc.publicnode.com"
+ "wss://ethereum-sepolia-rpc.publicnode.com",
+ "https://sepolia.drpc.org",
+ "wss://sepolia.drpc.org"
],
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-11155420.json b/_data/chains/eip155-11155420.json
index 389c87f97fa7..954f7a230970 100644
--- a/_data/chains/eip155-11155420.json
+++ b/_data/chains/eip155-11155420.json
@@ -1,7 +1,11 @@
{
"name": "OP Sepolia Testnet",
"chain": "ETH",
- "rpc": ["https://sepolia.optimism.io"],
+ "rpc": [
+ "https://sepolia.optimism.io",
+ "https://optimism-sepolia.drpc.org",
+ "wss://optimism-sepolia.drpc.org"
+ ],
"faucets": ["https://app.optimism.io/faucet"],
"nativeCurrency": {
"name": "Sepolia Ether",
diff --git a/_data/chains/eip155-111557560.json b/_data/chains/eip155-111557560.json
new file mode 100644
index 000000000000..32cf3988f18c
--- /dev/null
+++ b/_data/chains/eip155-111557560.json
@@ -0,0 +1,34 @@
+{
+ "name": "Cyber Testnet",
+ "chain": "Cyber",
+ "rpc": [
+ "https://cyber-testnet.alt.technology/",
+ "wss://cyber-testnet.alt.technology/ws"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "icon": "cyber",
+ "infoURL": "https://cyber.co/",
+ "shortName": "cysep",
+ "chainId": 111557560,
+ "networkId": 111557560,
+ "explorers": [
+ {
+ "name": "Cyber Testnet Explorer",
+ "url": "https://testnet.cyberscan.co",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ { "url": "https://op-bridge.alt.technology/deposit?id=111557560" }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-1116.json b/_data/chains/eip155-1116.json
index cf5157c835ea..5ca9853ebe78 100644
--- a/_data/chains/eip155-1116.json
+++ b/_data/chains/eip155-1116.json
@@ -2,7 +2,12 @@
"name": "Core Blockchain Mainnet",
"chain": "Core",
"icon": "core",
- "rpc": ["https://rpc.coredao.org/", "https://rpc-core.icecreamswap.com"],
+ "rpc": [
+ "https://rpc.coredao.org/",
+ "https://rpc-core.icecreamswap.com",
+ "https://core.drpc.org",
+ "wss://core.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Core Blockchain Native Token",
diff --git a/_data/chains/eip155-11221.json b/_data/chains/eip155-11221.json
new file mode 100644
index 000000000000..88df91b2941f
--- /dev/null
+++ b/_data/chains/eip155-11221.json
@@ -0,0 +1,24 @@
+{
+ "name": "Shine Chain",
+ "chain": "SC20",
+ "rpc": ["https://rpc.shinescan.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Shine",
+ "symbol": "SC20",
+ "decimals": 18
+ },
+ "infoURL": "https://shinechain.tech",
+ "shortName": "SC20",
+ "chainId": 11221,
+ "networkId": 11221,
+ "icon": "shine",
+ "explorers": [
+ {
+ "name": "shinescan",
+ "url": "https://shinescan.io",
+ "icon": "shine",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1123.json b/_data/chains/eip155-1123.json
new file mode 100644
index 000000000000..cfac22f9faf8
--- /dev/null
+++ b/_data/chains/eip155-1123.json
@@ -0,0 +1,33 @@
+{
+ "name": "B2 Habitat Testnet",
+ "title": "B2 Habitat Testnet",
+ "chain": "Habitat",
+ "rpc": [
+ "https://b2habitat-testnet.alt.technology",
+ "https://habitat-rpc.bsquared.network",
+ "https://habitat-rpc-public.bsquared.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitcoin",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.bsquared.network",
+ "shortName": "B2-testnet",
+ "chainId": 1123,
+ "networkId": 1123,
+ "icon": "bsquare",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://habitat-explorer.bsquared.network",
+ "icon": "bsquare",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1113"
+ }
+}
diff --git a/_data/chains/eip155-11235.json b/_data/chains/eip155-11235.json
index bc7c16289aef..6ecf81a05ba8 100644
--- a/_data/chains/eip155-11235.json
+++ b/_data/chains/eip155-11235.json
@@ -4,7 +4,9 @@
"rpc": [
"https://rpc.eth.haqq.network",
"https://haqq-evm-rpc.publicnode.com",
- "wss://haqq-evm-rpc.publicnode.com"
+ "wss://haqq-evm-rpc.publicnode.com",
+ "https://haqq.drpc.org",
+ "wss://haqq.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-114.json b/_data/chains/eip155-114.json
index 55928c78cd20..69772494c59a 100644
--- a/_data/chains/eip155-114.json
+++ b/_data/chains/eip155-114.json
@@ -6,6 +6,9 @@
"https://coston2-api.flare.network/ext/C/rpc",
"https://flare-testnet-coston2.rpc.thirdweb.com",
"https://flaretestnet-bundler.etherspot.io",
+ "https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc",
+ "https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc",
+ "https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc",
"https://coston2.enosys.global/ext/C/rpc"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
diff --git a/_data/chains/eip155-11501.json b/_data/chains/eip155-11501.json
new file mode 100644
index 000000000000..0b85eea3cd03
--- /dev/null
+++ b/_data/chains/eip155-11501.json
@@ -0,0 +1,23 @@
+{
+ "name": "BEVM Mainnet",
+ "chain": "BEVM",
+ "rpc": ["https://rpc-mainnet-1.bevm.io/", "https://rpc-mainnet-2.bevm.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BTC",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://bevm.io",
+ "shortName": "bevm",
+ "chainId": 11501,
+ "networkId": 11501,
+ "icon": "bevm",
+ "explorers": [
+ {
+ "name": "bevm mainnet scan",
+ "url": "https://scan-mainnet.bevm.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-11503.json b/_data/chains/eip155-11503.json
index ab458af87316..30c5ee1eb883 100644
--- a/_data/chains/eip155-11503.json
+++ b/_data/chains/eip155-11503.json
@@ -9,10 +9,10 @@
"decimals": 18
},
"infoURL": "https://bevm.io",
- "shortName": "bevm",
+ "shortName": "bevm-test",
"chainId": 11503,
"networkId": 11503,
- "icon": "bevmcanary",
+ "icon": "bevm",
"explorers": [
{
"name": "bevm testnet scan",
diff --git a/_data/chains/eip155-11888.json b/_data/chains/eip155-11888.json
index c4d6ecd5f489..a8fcdb12eecf 100644
--- a/_data/chains/eip155-11888.json
+++ b/_data/chains/eip155-11888.json
@@ -1,11 +1,11 @@
{
- "name": "SanR Chain",
- "chain": "SanRChain",
+ "name": "Santiment Intelligence Network",
+ "chain": "Santiment Intelligence Network",
"rpc": ["https://sanrchain-node.santiment.net"],
"faucets": [],
"nativeCurrency": {
- "name": "nSAN",
- "symbol": "nSAN",
+ "name": "SANR",
+ "symbol": "SANR",
"decimals": 18
},
"infoURL": "https://sanr.app",
@@ -24,8 +24,8 @@
},
"explorers": [
{
- "name": "SanR Chain Explorer",
- "url": "https://sanrchain-explorer.santiment.net",
+ "name": "Santiment Intelligence Explorer",
+ "url": "https://app-explorer-pos.sanr.app",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-122.json b/_data/chains/eip155-122.json
index 9a9658de395c..2a0d2ea66f06 100644
--- a/_data/chains/eip155-122.json
+++ b/_data/chains/eip155-122.json
@@ -1,7 +1,11 @@
{
"name": "Fuse Mainnet",
"chain": "FUSE",
- "rpc": ["https://rpc.fuse.io"],
+ "rpc": [
+ "https://rpc.fuse.io",
+ "https://fuse.drpc.org",
+ "wss://fuse.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Fuse",
diff --git a/_data/chains/eip155-1224.json b/_data/chains/eip155-1224.json
index 828749cc91ea..aba488177f0a 100644
--- a/_data/chains/eip155-1224.json
+++ b/_data/chains/eip155-1224.json
@@ -1,12 +1,12 @@
{
"name": "Hybrid Testnet",
- "chain": "$HYB",
+ "chain": "HYB",
"icon": "hybridIcon",
"rpc": ["https://testnet-rpc.buildonhybrid.com"],
"faucets": [],
"nativeCurrency": {
"name": "Hybrid",
- "symbol": "$HYB",
+ "symbol": "HYB",
"decimals": 18
},
"infoURL": "https://buildonhybrid.com",
@@ -16,7 +16,7 @@
"explorers": [
{
"name": "Hybrid Testnet",
- "url": "https://alphatestnet.buildonhybrid.com",
+ "url": "https://explorer.buildonhybrid.com",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-123420111.json b/_data/chains/eip155-123420111.json
new file mode 100644
index 000000000000..0db3588b1aa1
--- /dev/null
+++ b/_data/chains/eip155-123420111.json
@@ -0,0 +1,36 @@
+{
+ "name": "OP Celestia Raspberry",
+ "title": "OP Celestia Raspberry Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.opcelestia-raspberry.gelato.digital",
+ "wss://ws.opcelestia-raspberry.gelato.digital"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
+ "shortName": "opcelestia-raspberry",
+ "chainId": 123420111,
+ "networkId": 123420111,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://opcelestia-raspberry.gelatoscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ { "url": "https://bridge.gelato.network/bridge/opcelestia-raspberry" }
+ ]
+ },
+ "status": "active"
+}
diff --git a/_data/chains/eip155-12553.json b/_data/chains/eip155-12553.json
new file mode 100644
index 000000000000..35b8b0684275
--- /dev/null
+++ b/_data/chains/eip155-12553.json
@@ -0,0 +1,28 @@
+{
+ "name": "RSS3 VSL Mainnet",
+ "chain": "RSS3",
+ "rpc": ["https://rpc.rss3.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RSS3",
+ "symbol": "RSS3",
+ "decimals": 18
+ },
+ "infoURL": "https://rss3.io",
+ "shortName": "rss3",
+ "chainId": 12553,
+ "networkId": 12553,
+ "icon": "rss3",
+ "explorers": [
+ {
+ "name": "RSS3 VSL Scan",
+ "url": "https://scan.rss3.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://explorer.rss3.io/bridge" }]
+ }
+}
diff --git a/_data/chains/eip155-1261120.json b/_data/chains/eip155-1261120.json
index 918a9f520a21..4aa6975306b9 100644
--- a/_data/chains/eip155-1261120.json
+++ b/_data/chains/eip155-1261120.json
@@ -6,7 +6,9 @@
"icon": "astarzk",
"rpc": [
"https://rpc.zkatana.gelato.digital",
- "https://rpc.startale.com/zkatana"
+ "https://rpc.startale.com/zkatana",
+ "https://astar-zkatana.drpc.org",
+ "wss://astar-zkatana.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json
index 21a3582a3961..cdd3cdb4df01 100644
--- a/_data/chains/eip155-1284.json
+++ b/_data/chains/eip155-1284.json
@@ -5,7 +5,9 @@
"https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network",
"https://moonbeam-rpc.publicnode.com",
- "wss://moonbeam-rpc.publicnode.com"
+ "wss://moonbeam-rpc.publicnode.com",
+ "https://moonbeam.drpc.org",
+ "wss://moonbeam.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1285.json b/_data/chains/eip155-1285.json
index 71b6440bb0b9..f986e95aa89c 100644
--- a/_data/chains/eip155-1285.json
+++ b/_data/chains/eip155-1285.json
@@ -5,7 +5,9 @@
"https://rpc.api.moonriver.moonbeam.network",
"wss://wss.api.moonriver.moonbeam.network",
"https://moonriver-rpc.publicnode.com",
- "wss://moonriver-rpc.publicnode.com"
+ "wss://moonriver-rpc.publicnode.com",
+ "https://moonriver.drpc.org",
+ "wss://moonriver.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1287.json b/_data/chains/eip155-1287.json
index cc81b1d18ac4..5b025bc2884b 100644
--- a/_data/chains/eip155-1287.json
+++ b/_data/chains/eip155-1287.json
@@ -3,7 +3,9 @@
"chain": "MOON",
"rpc": [
"https://rpc.api.moonbase.moonbeam.network",
- "wss://wss.api.moonbase.moonbeam.network"
+ "wss://wss.api.moonbase.moonbeam.network",
+ "https://moonbase-alpha.drpc.org",
+ "wss://moonbase-alpha.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1294.json b/_data/chains/eip155-1294.json
index 3221b5659254..a1460f242de8 100644
--- a/_data/chains/eip155-1294.json
+++ b/_data/chains/eip155-1294.json
@@ -1,6 +1,7 @@
{
"name": "Bobabeam",
"chain": "Bobabeam",
+ "status": "deprecated",
"rpc": [
"https://bobabeam.boba.network",
"wss://wss.bobabeam.boba.network",
diff --git a/_data/chains/eip155-1297.json b/_data/chains/eip155-1297.json
index 270e2e80573e..4b6fe10bdd60 100644
--- a/_data/chains/eip155-1297.json
+++ b/_data/chains/eip155-1297.json
@@ -1,6 +1,7 @@
{
"name": "Bobabase Testnet",
"chain": "Bobabase Testnet",
+ "status": "deprecated",
"rpc": [
"https://bobabase.boba.network",
"wss://wss.bobabase.boba.network",
diff --git a/_data/chains/eip155-131313.json b/_data/chains/eip155-131313.json
new file mode 100644
index 000000000000..19f7e50e9c58
--- /dev/null
+++ b/_data/chains/eip155-131313.json
@@ -0,0 +1,17 @@
+{
+ "name": "Odyssey Chain (Testnet)",
+ "chain": "DIONE",
+ "rpc": ["https://testnode.dioneprotocol.com/ext/bc/D/rpc"],
+ "faucets": ["https://faucet.dioneprotocol.com/"],
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://www.dioneprotocol.com/",
+ "shortName": "DIONE",
+ "chainId": 131313,
+ "networkId": 131313,
+ "icon": "odyssey",
+ "nativeCurrency": {
+ "name": "DIONE",
+ "symbol": "DIONE",
+ "decimals": 18
+ }
+}
diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json
index 6feba1fa9571..ceccc1305777 100644
--- a/_data/chains/eip155-1313161554.json
+++ b/_data/chains/eip155-1313161554.json
@@ -1,7 +1,11 @@
{
"name": "Aurora Mainnet",
"chain": "NEAR",
- "rpc": ["https://mainnet.aurora.dev"],
+ "rpc": [
+ "https://mainnet.aurora.dev",
+ "https://aurora.drpc.org",
+ "wss://aurora.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json
index e1df54e0d846..ff3abdda1d7c 100644
--- a/_data/chains/eip155-1313161555.json
+++ b/_data/chains/eip155-1313161555.json
@@ -1,7 +1,11 @@
{
"name": "Aurora Testnet",
"chain": "NEAR",
- "rpc": ["https://testnet.aurora.dev/"],
+ "rpc": [
+ "https://testnet.aurora.dev/",
+ "https://aurora-testnet.drpc.org",
+ "wss://aurora-testnet.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-13371.json b/_data/chains/eip155-13371.json
index 83d2595f1890..e5bcf7f5f24c 100644
--- a/_data/chains/eip155-13371.json
+++ b/_data/chains/eip155-13371.json
@@ -1,7 +1,11 @@
{
"name": "Immutable zkEVM",
"chain": "Immutable zkEVM",
- "rpc": ["https://rpc.immutable.com"],
+ "rpc": [
+ "https://rpc.immutable.com",
+ "https://immutable-zkevm.drpc.org",
+ "wss://immutable-zkevm.drpc.org"
+ ],
"faucets": ["https://docs.immutable.com/docs/zkEVM/guides/faucet"],
"nativeCurrency": {
"name": "IMX",
diff --git a/_data/chains/eip155-13396.json b/_data/chains/eip155-13396.json
new file mode 100644
index 000000000000..8c3ca601a806
--- /dev/null
+++ b/_data/chains/eip155-13396.json
@@ -0,0 +1,28 @@
+{
+ "name": "Masa",
+ "chain": "MASA",
+ "icon": "masa",
+ "rpc": ["https://subnets.avax.network/masanetwork/mainnet/rpc"],
+ "features": [
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Masa Token",
+ "symbol": "MASA",
+ "decimals": 18
+ },
+ "infoURL": "https://masa.finance",
+ "shortName": "masa",
+ "chainId": 13396,
+ "networkId": 13396,
+ "explorers": [
+ {
+ "name": "Masa Explorer",
+ "url": "https://subnets.avax.network/masa",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-13473.json b/_data/chains/eip155-13473.json
index 1d4ca4b5a3fc..1cfa0fba8262 100644
--- a/_data/chains/eip155-13473.json
+++ b/_data/chains/eip155-13473.json
@@ -1,7 +1,11 @@
{
"name": "Immutable zkEVM Testnet",
"chain": "Immutable zkEVM",
- "rpc": ["https://rpc.testnet.immutable.com"],
+ "rpc": [
+ "https://rpc.testnet.immutable.com",
+ "https://immutable-zkevm-testnet.drpc.org",
+ "wss://immutable-zkevm-testnet.drpc.org"
+ ],
"faucets": ["https://docs.immutable.com/docs/zkEVM/guides/faucet"],
"nativeCurrency": {
"name": "Test IMX",
diff --git a/_data/chains/eip155-13600.json b/_data/chains/eip155-13600.json
new file mode 100644
index 000000000000..e0f131114eb9
--- /dev/null
+++ b/_data/chains/eip155-13600.json
@@ -0,0 +1,25 @@
+{
+ "name": "Kronobit Mainnet",
+ "title": "Kronobit Mainnet",
+ "chain": "KNB",
+ "rpc": ["https://mainnet-rpc.qbitscan.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Kronobit",
+ "symbol": "KNB",
+ "decimals": 18
+ },
+ "infoURL": "https://kronobit.org",
+ "shortName": "KNB",
+ "chainId": 13600,
+ "networkId": 13600,
+ "icon": "kronobit",
+ "explorers": [
+ {
+ "name": "qbitscan",
+ "url": "https://explorer.qbitscan.com",
+ "icon": "kronobit",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json
index 6408a6437f69..569896a6b2c2 100644
--- a/_data/chains/eip155-137.json
+++ b/_data/chains/eip155-137.json
@@ -12,7 +12,9 @@
"https://polygon-bor-rpc.publicnode.com",
"wss://polygon-bor-rpc.publicnode.com",
"https://polygon.gateway.tenderly.co",
- "wss://polygon.gateway.tenderly.co"
+ "wss://polygon.gateway.tenderly.co",
+ "https://polygon.drpc.org",
+ "wss://polygon.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-138.json b/_data/chains/eip155-138.json
index 182f604d725b..b241b6b0a5a7 100644
--- a/_data/chains/eip155-138.json
+++ b/_data/chains/eip155-138.json
@@ -2,18 +2,22 @@
"name": "Defi Oracle Meta Mainnet",
"chain": "dfiometa",
"icon": "defioraclemeta",
- "rpc": [
- "https://rpc.public-0138.defi-oracle.io",
- "wss://rpc.public-0138.defi-oracle.io"
+ "rpc": ["https://rpc.defi-oracle.io", "wss://wss.defi-oracle.io"],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
],
- "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
- "infoURL": "https://defi-oracle.io/",
+ "infoURL": "https://info.defi-oracle.io/",
"shortName": "dfio-meta-main",
"chainId": 138,
"networkId": 1,
@@ -22,9 +26,14 @@
"registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85"
},
"explorers": [
+ {
+ "name": "Blockscout Explorer",
+ "url": "https://blockscout.defi-oracle.io",
+ "standard": "none"
+ },
{
"name": "Quorum Explorer",
- "url": "https://public-0138.defi-oracle.io",
+ "url": "https://explorer.defi-oracle.io",
"standard": "none"
}
]
diff --git a/_data/chains/eip155-1380012617.json b/_data/chains/eip155-1380012617.json
new file mode 100644
index 000000000000..446400f81dd8
--- /dev/null
+++ b/_data/chains/eip155-1380012617.json
@@ -0,0 +1,22 @@
+{
+ "name": "RARI Chain Mainnet",
+ "chain": "RARI",
+ "rpc": ["https://rari.calderachain.xyz/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ethereum",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://rarichain.org/",
+ "shortName": "rari-mainnet",
+ "chainId": 1380012617,
+ "networkId": 1380012617,
+ "explorers": [
+ {
+ "name": "rarichain-explorer",
+ "url": "https://mainnet.explorer.rarichain.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-14.json b/_data/chains/eip155-14.json
index 04164fb15d53..9cb445bc06c9 100644
--- a/_data/chains/eip155-14.json
+++ b/_data/chains/eip155-14.json
@@ -7,6 +7,8 @@
"https://flare.rpc.thirdweb.com",
"https://flare-bundler.etherspot.io",
"https://rpc.ankr.com/flare",
+ "https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc",
+ "https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc",
"https://rpc.ftso.au/flare",
"https://flare.enosys.global/ext/C/rpc",
"https://flare.solidifi.app/ext/C/rpc"
diff --git a/_data/chains/eip155-14324.json b/_data/chains/eip155-14324.json
new file mode 100644
index 000000000000..6a84b100acb1
--- /dev/null
+++ b/_data/chains/eip155-14324.json
@@ -0,0 +1,23 @@
+{
+ "name": "EVOLVE Testnet",
+ "chain": "EVO",
+ "icon": "evolveIcon",
+ "rpc": ["https://testnet-rpc.evolveblockchain.io"],
+ "faucets": ["https://faucet.evolveblockchain.io"],
+ "nativeCurrency": {
+ "name": "Evolve",
+ "symbol": "EVO",
+ "decimals": 18
+ },
+ "infoURL": "https://evolveblockchain.io",
+ "shortName": "evo",
+ "chainId": 14324,
+ "networkId": 14324,
+ "explorers": [
+ {
+ "name": "Evolve Testnet Explorer",
+ "url": "https://testnet.evolveblockchain.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1442.json b/_data/chains/eip155-1442.json
index dd47b126442c..7592b0d18923 100644
--- a/_data/chains/eip155-1442.json
+++ b/_data/chains/eip155-1442.json
@@ -2,7 +2,11 @@
"name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet",
"chain": "Polygon",
- "rpc": ["https://rpc.public.zkevm-test.net"],
+ "rpc": [
+ "https://rpc.public.zkevm-test.net",
+ "https://polygon-zkevm-testnet.drpc.org",
+ "wss://polygon-zkevm-testnet.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-145.json b/_data/chains/eip155-145.json
new file mode 100644
index 000000000000..8fe6d93aef2a
--- /dev/null
+++ b/_data/chains/eip155-145.json
@@ -0,0 +1,31 @@
+{
+ "name": "SoraAI Testnet",
+ "chain": "SETH",
+ "icon": "ethereum",
+ "rpc": ["https://rpc-testnet.soraai.bot"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SoraETH",
+ "symbol": "SETH",
+ "decimals": 18
+ },
+ "infoURL": "https://soraai.bot",
+ "shortName": "SETH",
+ "chainId": 145,
+ "networkId": 145,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.soraai.bot",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge.soraai.bot" }]
+ }
+}
diff --git a/_data/chains/eip155-158.json b/_data/chains/eip155-158.json
new file mode 100644
index 000000000000..7c69c8ca12aa
--- /dev/null
+++ b/_data/chains/eip155-158.json
@@ -0,0 +1,31 @@
+{
+ "name": "Roburna Mainnet",
+ "chain": "RBA",
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "rpc": ["https://dataseed.roburna.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Roburna",
+ "symbol": "RBA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.roburna.com/",
+ "shortName": "rba",
+ "chainId": 158,
+ "networkId": 158,
+ "icon": "roburna",
+ "explorers": [
+ {
+ "name": "Rbascan Explorer",
+ "url": "https://rbascan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-159.json b/_data/chains/eip155-159.json
new file mode 100644
index 000000000000..ac6cb06f11db
--- /dev/null
+++ b/_data/chains/eip155-159.json
@@ -0,0 +1,31 @@
+{
+ "name": "Roburna Testnet",
+ "chain": "RBAT",
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "rpc": ["https://preseed-testnet-1.roburna.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Roburna",
+ "symbol": "RBAT",
+ "decimals": 18
+ },
+ "infoURL": "https://www.roburna.com/",
+ "shortName": "rbat",
+ "chainId": 159,
+ "networkId": 159,
+ "icon": "roburna",
+ "explorers": [
+ {
+ "name": "Rbascan Testnet Explorer",
+ "url": "https://testnet.rbascan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json
index 4414efcbd891..e5551b50debf 100644
--- a/_data/chains/eip155-16.json
+++ b/_data/chains/eip155-16.json
@@ -4,7 +4,10 @@
"icon": "coston",
"rpc": [
"https://coston-api.flare.network/ext/C/rpc",
- "https://flare-testnet-coston.rpc.thirdweb.com",
+ "https://songbird-testnet-coston.rpc.thirdweb.com",
+ "https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc",
+ "https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc",
+ "https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc",
"https://coston.enosys.global/ext/C/rpc"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
diff --git a/_data/chains/eip155-161212.json b/_data/chains/eip155-161212.json
new file mode 100644
index 000000000000..080405880c39
--- /dev/null
+++ b/_data/chains/eip155-161212.json
@@ -0,0 +1,17 @@
+{
+ "name": "PlayFi Mainnet",
+ "chain": "PLAY",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Play",
+ "symbol": "PLAY",
+ "decimals": 18
+ },
+ "infoURL": "https://www.playfi.ai/",
+ "shortName": "playfi",
+ "chainId": 161212,
+ "networkId": 161212,
+ "explorers": [],
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-1612127.json b/_data/chains/eip155-1612127.json
new file mode 100644
index 000000000000..724c2322c312
--- /dev/null
+++ b/_data/chains/eip155-1612127.json
@@ -0,0 +1,28 @@
+{
+ "name": "PlayFi Albireo Testnet",
+ "chain": "ETH",
+ "rpc": ["https://albireo-rpc.playfi.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.playfi.ai/",
+ "shortName": "alberio",
+ "chainId": 1612127,
+ "networkId": 1612127,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "PlayFi Block Explorer",
+ "url": "https://albireo-explorer.playfi.ai",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://portal.playfi.ai/bridge" }]
+ }
+}
diff --git a/_data/chains/eip155-161221135.json b/_data/chains/eip155-161221135.json
index ba0c98fa4832..11e358596843 100644
--- a/_data/chains/eip155-161221135.json
+++ b/_data/chains/eip155-161221135.json
@@ -2,7 +2,10 @@
"name": "Plume Testnet",
"title": "Plume Sepolia Rollup Testnet",
"chain": "ETH",
- "rpc": ["https://plume-testnet.rpc.caldera.xyz/http"],
+ "rpc": [
+ "https://testnet-rpc.plumenetwork.xyz/http",
+ "wss://testnet-rpc.plumenetwork.xyz/ws"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Plume Sepolia Ether",
@@ -18,7 +21,7 @@
"explorers": [
{
"name": "Blockscout",
- "url": "https://plume-testnet.explorer.caldera.xyz",
+ "url": "https://testnet-explorer.plumenetwork.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
@@ -26,6 +29,6 @@
"parent": {
"type": "L2",
"chain": "eip155-11155111",
- "bridges": [{ "url": "https://plume-testnet.calderabridge.xyz" }]
+ "bridges": [{ "url": "https://testnet-bridge.plumenetwork.xyz" }]
}
}
diff --git a/_data/chains/eip155-166.json b/_data/chains/eip155-166.json
new file mode 100644
index 000000000000..6e06361bf6c6
--- /dev/null
+++ b/_data/chains/eip155-166.json
@@ -0,0 +1,18 @@
+{
+ "name": "Omni",
+ "chain": "Omni",
+ "status": "incubating",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Omni",
+ "symbol": "OMNI",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.omni.network/",
+ "shortName": "omni",
+ "chainId": 166,
+ "networkId": 166,
+ "slip44": 1
+}
diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json
index 3d6997e10765..5375a741d64c 100644
--- a/_data/chains/eip155-1666600000.json
+++ b/_data/chains/eip155-1666600000.json
@@ -6,8 +6,11 @@
"https://a.api.s0.t.hmny.io",
"https://api.s0.t.hmny.io",
"https://rpc.ankr.com/harmony",
+
"https://harmony.api.onfinality.io/public",
- "https://1rpc.io/one"
+ "https://1rpc.io/one",
+ "https://harmony-0.drpc.org",
+ "wss://harmony-0.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json
index 76cee133e36c..c6934d337d18 100644
--- a/_data/chains/eip155-1666600001.json
+++ b/_data/chains/eip155-1666600001.json
@@ -1,7 +1,11 @@
{
"name": "Harmony Mainnet Shard 1",
"chain": "Harmony",
- "rpc": ["https://api.s1.t.hmny.io"],
+ "rpc": [
+ "https://api.s1.t.hmny.io",
+ "https://harmony-1.drpc.org",
+ "wss://harmony-1.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "ONE",
diff --git a/_data/chains/eip155-167008.json b/_data/chains/eip155-167008.json
index c2ca4f8f0136..cd37bed8f420 100644
--- a/_data/chains/eip155-167008.json
+++ b/_data/chains/eip155-167008.json
@@ -3,7 +3,12 @@
"chain": "ETH",
"status": "active",
"icon": "taiko",
- "rpc": ["https://rpc.katla.taiko.xyz", "wss://rpc.katla.taiko.xyz"],
+ "rpc": [
+ "https://rpc.katla.taiko.xyz",
+ "wss://rpc.katla.taiko.xyz",
+ "https://taiko-katla.drpc.org",
+ "wss://taiko-katla.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-167009.json b/_data/chains/eip155-167009.json
new file mode 100644
index 000000000000..d551c9dfe810
--- /dev/null
+++ b/_data/chains/eip155-167009.json
@@ -0,0 +1,29 @@
+{
+ "name": "Taiko Hekla L2",
+ "chain": "ETH",
+ "status": "active",
+ "icon": "taiko",
+ "rpc": ["https://rpc.hekla.taiko.xyz", "wss://ws.hekla.taiko.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://taiko.xyz",
+ "shortName": "tko-hekla",
+ "chainId": 167009,
+ "networkId": 167009,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://blockscoutapi.hekla.taiko.xyz",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "routescan",
+ "url": "https://hekla.taikoscan.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-168587773.json b/_data/chains/eip155-168587773.json
index e159e54495a2..508a93d84d32 100644
--- a/_data/chains/eip155-168587773.json
+++ b/_data/chains/eip155-168587773.json
@@ -1,7 +1,11 @@
{
"name": "Blast Sepolia Testnet",
"chain": "ETH",
- "rpc": ["https://sepolia.blast.io"],
+ "rpc": [
+ "https://sepolia.blast.io",
+ "https://blast-sepolia.drpc.org",
+ "wss://blast-sepolia.drpc.org"
+ ],
"faucets": ["https://faucet.quicknode.com/blast/sepolia"],
"nativeCurrency": {
"name": "Sepolia Ether",
diff --git a/_data/chains/eip155-1687.json b/_data/chains/eip155-1687.json
new file mode 100644
index 000000000000..3e5a4c83f9ec
--- /dev/null
+++ b/_data/chains/eip155-1687.json
@@ -0,0 +1,29 @@
+{
+ "name": "Mint Sepolia Testnet",
+ "chain": "ETH",
+ "rpc": ["https://sepolia-testnet-rpc.mintchain.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.mintchain.io",
+ "shortName": "mintsepoliatest",
+ "chainId": 1687,
+ "networkId": 1687,
+ "icon": "mintTestnet",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://sepolia-testnet-explorer.mintchain.io",
+ "icon": "mintTestnet",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://sepolia-testnet-bridge.mintchain.io" }]
+ }
+}
diff --git a/_data/chains/eip155-169.json b/_data/chains/eip155-169.json
index 95c3ce64ca7a..ed4fee4874b5 100644
--- a/_data/chains/eip155-169.json
+++ b/_data/chains/eip155-169.json
@@ -1,7 +1,11 @@
{
"name": "Manta Pacific Mainnet",
"chain": "Manta Pacific",
- "rpc": ["https://pacific-rpc.manta.network/http"],
+ "rpc": [
+ "https://pacific-rpc.manta.network/http",
+ "https://manta-pacific.drpc.org",
+ "wss://manta-pacific.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-17000.json b/_data/chains/eip155-17000.json
index 900b86877812..2eb29f303ec7 100644
--- a/_data/chains/eip155-17000.json
+++ b/_data/chains/eip155-17000.json
@@ -5,7 +5,9 @@
"rpc": [
"https://rpc.holesky.ethpandaops.io",
"https://ethereum-holesky-rpc.publicnode.com",
- "wss://ethereum-holesky-rpc.publicnode.com"
+ "wss://ethereum-holesky-rpc.publicnode.com",
+ "https://holesky.drpc.org",
+ "wss://holesky.drpc.org"
],
"faucets": [
"https://faucet.holesky.ethpandaops.io",
diff --git a/_data/chains/eip155-1717.json b/_data/chains/eip155-1717.json
new file mode 100644
index 000000000000..f46100181c72
--- /dev/null
+++ b/_data/chains/eip155-1717.json
@@ -0,0 +1,23 @@
+{
+ "name": "Doric Network",
+ "chain": "DRC",
+ "icon": "doric",
+ "rpc": ["https://mainnet.doric.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Doric Native Token",
+ "symbol": "DRC",
+ "decimals": 18
+ },
+ "infoURL": "https://doric.network",
+ "shortName": "DRC",
+ "chainId": 1717,
+ "networkId": 1717,
+ "explorers": [
+ {
+ "name": "Doric Explorer",
+ "url": "https://explorer.doric.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-1729.json b/_data/chains/eip155-1729.json
new file mode 100644
index 000000000000..3cf26eb404a6
--- /dev/null
+++ b/_data/chains/eip155-1729.json
@@ -0,0 +1,22 @@
+{
+ "name": "Reya Network",
+ "chain": "Reya",
+ "rpc": ["https://rpc.reya.network", "wss://ws.reya.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://reya.network",
+ "shortName": "reya",
+ "chainId": 1729,
+ "networkId": 1729,
+ "explorers": [
+ {
+ "name": "Reya Network Explorer",
+ "url": "https://explorer.reya.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-18.json b/_data/chains/eip155-18.json
index 13197f44472a..aa807843f6dc 100644
--- a/_data/chains/eip155-18.json
+++ b/_data/chains/eip155-18.json
@@ -1,7 +1,11 @@
{
"name": "ThunderCore Testnet",
"chain": "TST",
- "rpc": ["https://testnet-rpc.thundercore.com"],
+ "rpc": [
+ "https://testnet-rpc.thundercore.com",
+ "https://thundercore-testnet.drpc.org",
+ "wss://thundercore-testnet.drpc.org"
+ ],
"faucets": ["https://faucet-testnet.thundercore.com"],
"nativeCurrency": {
"name": "ThunderCore Testnet Token",
diff --git a/_data/chains/eip155-18231.json b/_data/chains/eip155-18231.json
index 908a67f23bae..00ab76131cbe 100644
--- a/_data/chains/eip155-18231.json
+++ b/_data/chains/eip155-18231.json
@@ -1,5 +1,5 @@
{
- "name": "unreal",
+ "name": "unreal-old",
"title": "unreal testnet for re.al",
"chain": "unreal",
"rpc": [
@@ -13,7 +13,7 @@
},
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal",
"faucets": [],
- "shortName": "unreal",
+ "shortName": "unreal-old",
"chainId": 18231,
"networkId": 18231,
"slip44": 60,
@@ -29,6 +29,7 @@
"parent": {
"type": "L2",
"chain": "eip155-11155111",
- "bridges": [{ "url": "https://bridge.unreal.gelato.digital" }]
- }
+ "bridges": []
+ },
+ "status": "deprecated"
}
diff --git a/_data/chains/eip155-18233.json b/_data/chains/eip155-18233.json
new file mode 100644
index 000000000000..a25bc64a96a2
--- /dev/null
+++ b/_data/chains/eip155-18233.json
@@ -0,0 +1,34 @@
+{
+ "name": "unreal",
+ "title": "unreal testnet for re.al",
+ "chain": "unreal",
+ "rpc": [
+ "https://rpc.unreal-orbit.gelato.digital",
+ "wss://ws.unreal-orbit.gelato.digital"
+ ],
+ "nativeCurrency": {
+ "name": "unreal Ether",
+ "symbol": "reETH",
+ "decimals": 18
+ },
+ "infoURL": "https://raas.gelato.network/rollups/details/public/unreal",
+ "faucets": [],
+ "shortName": "unreal",
+ "chainId": 18233,
+ "networkId": 18233,
+ "slip44": 60,
+ "icon": "unreal",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://unreal.blockscout.com",
+ "icon": "unreal",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-17000",
+ "bridges": [{ "url": "https://bridge.gelato.network/bridge/unreal" }]
+ }
+}
diff --git a/_data/chains/eip155-18686.json b/_data/chains/eip155-18686.json
index 13f34e2f067d..7c122f01cac1 100644
--- a/_data/chains/eip155-18686.json
+++ b/_data/chains/eip155-18686.json
@@ -1,11 +1,11 @@
{
- "name": "MXC zkEVM Mainnet",
+ "name": "MXC zkEVM Moonchain",
"chain": "MXC zkEVM",
"icon": "mxczkevm",
"rpc": ["https://rpc.mxc.com"],
"faucets": [],
"nativeCurrency": {
- "name": "MXC zkEVM Mainnet",
+ "name": "MXC zkEVM Moonchain",
"symbol": "MXC",
"decimals": 18
},
@@ -15,8 +15,8 @@
"networkId": 18686,
"explorers": [
{
- "name": "MXC zkEVM Mainnet",
- "url": "https://explorer.mxc.com",
+ "name": "MXC zkEVM Moonchain",
+ "url": "https://explorer.moonchain.com",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-18888.json b/_data/chains/eip155-18888.json
new file mode 100644
index 000000000000..21e700c2b83d
--- /dev/null
+++ b/_data/chains/eip155-18888.json
@@ -0,0 +1,30 @@
+{
+ "name": "Titan (TKX)",
+ "chain": "Titan (TKX)",
+ "rpc": [
+ "https://titan-json-rpc.titanlab.io",
+ "https://titan-json-rpc-tokyo.titanlab.io",
+ "https://titan-json-rpc-seoul.titanlab.io",
+ "https://titan-json-rpc-hongkong.titanlab.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Titan tkx",
+ "symbol": "TKX",
+ "decimals": 18
+ },
+ "infoURL": "https://titanlab.io",
+ "shortName": "titan_tkx",
+ "chainId": 18888,
+ "networkId": 18888,
+ "slip44": 1,
+ "icon": "titan_tkx",
+ "explorers": [
+ {
+ "name": "Titan Explorer",
+ "url": "https://tkxscan.io/Titan",
+ "standard": "none",
+ "icon": "titan_tkx"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-18889.json b/_data/chains/eip155-18889.json
index 1c145bf38c1e..71c5296da582 100644
--- a/_data/chains/eip155-18889.json
+++ b/_data/chains/eip155-18889.json
@@ -2,8 +2,9 @@
"name": "Titan (TKX) Testnet",
"chain": "Titan (TKX)",
"rpc": [
- "https://titan-testnet-json-rpc-1.tokenize-dev.com",
- "https://titan-testnet-json-rpc-2.tokenize-dev.com"
+ "https://titan-testnet-json-rpc.titanlab.io",
+ "https://titan-testnet-json-rpc-1.titanlab.io",
+ "https://titan-testnet-json-rpc-2.titanlab.io"
],
"faucets": [],
"nativeCurrency": {
@@ -11,7 +12,7 @@
"symbol": "TKX",
"decimals": 18
},
- "infoURL": "https://tokenize.exchange",
+ "infoURL": "https://titanlab.io",
"shortName": "titan_tkx-testnet",
"chainId": 18889,
"networkId": 18889,
@@ -20,7 +21,7 @@
"explorers": [
{
"name": "Titan Explorer",
- "url": "https://titan-testnet-explorer-light.tokenize-dev.com",
+ "url": "https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet",
"standard": "none",
"icon": "titan_tkx"
}
diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json
index 6607c11dc992..6cd271c45f04 100644
--- a/_data/chains/eip155-19.json
+++ b/_data/chains/eip155-19.json
@@ -4,6 +4,9 @@
"icon": "songbird",
"rpc": [
"https://songbird-api.flare.network/ext/C/rpc",
+ "https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc",
+ "https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc",
+ "https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc",
"https://rpc.ftso.au/songbird",
"https://songbird.enosys.global/ext/C/rpc",
"https://songbird.solidifi.app/ext/C/rpc"
diff --git a/_data/chains/eip155-1918988905.json b/_data/chains/eip155-1918988905.json
new file mode 100644
index 000000000000..37f2110427b7
--- /dev/null
+++ b/_data/chains/eip155-1918988905.json
@@ -0,0 +1,22 @@
+{
+ "name": "RARI Chain Testnet",
+ "chain": "RARI",
+ "rpc": ["https://testnet.rpc.rarichain.org/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ethereum",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://rarichain.org/",
+ "shortName": "rari-testnet",
+ "chainId": 1918988905,
+ "networkId": 1918988905,
+ "explorers": [
+ {
+ "name": "rarichain-testnet-explorer",
+ "url": "https://explorer.rarichain.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-195.json b/_data/chains/eip155-195.json
index 1d16faf30baa..114b8db77185 100644
--- a/_data/chains/eip155-195.json
+++ b/_data/chains/eip155-195.json
@@ -1,15 +1,15 @@
{
- "name": "X1 Testnet",
- "chain": "X1",
- "rpc": ["https://testrpc.x1.tech", "https://x1testrpc.okx.com"],
- "faucets": ["https://www.okx.com/x1/faucet"],
+ "name": "X Layer Testnet",
+ "chain": "X Layer",
+ "rpc": ["https://testrpc.xlayer.tech", "https://xlayertestrpc.okx.com"],
+ "faucets": ["https://www.okx.com/xlayer/faucet"],
"nativeCurrency": {
- "name": "X1 Global Utility Token in testnet",
+ "name": "X Layer Global Utility Token in testnet",
"symbol": "OKB",
"decimals": 18
},
"features": [],
- "infoURL": "https://www.okx.com/x1",
+ "infoURL": "https://www.okx.com/xlayer",
"shortName": "tokb",
"chainId": 195,
"networkId": 195,
@@ -17,7 +17,7 @@
"explorers": [
{
"name": "OKLink",
- "url": "https://www.oklink.com/x1-test",
+ "url": "https://www.oklink.com/xlayer-test",
"standard": "EIP3091"
}
],
diff --git a/_data/chains/eip155-196.json b/_data/chains/eip155-196.json
index 68ae9954da5a..0a59b3375791 100644
--- a/_data/chains/eip155-196.json
+++ b/_data/chains/eip155-196.json
@@ -1,18 +1,24 @@
{
- "name": "X1 Mainnet",
- "chain": "X1",
- "rpc": [],
+ "name": "X Layer Mainnet",
+ "chain": "X Layer",
+ "rpc": ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"],
"faucets": [],
"nativeCurrency": {
- "name": "X1 Global Utility Token",
+ "name": "X Layer Global Utility Token",
"symbol": "OKB",
"decimals": 18
},
"features": [],
- "infoURL": "https://www.okx.com/x1",
+ "infoURL": "https://www.okx.com/xlayer",
"shortName": "okb",
"chainId": 196,
"networkId": 196,
- "explorers": [],
- "status": "incubating"
+ "explorers": [
+ {
+ "name": "OKLink",
+ "url": "https://www.oklink.com/xlayer",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
}
diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json
index b1029392bf3c..032722603b43 100644
--- a/_data/chains/eip155-199.json
+++ b/_data/chains/eip155-199.json
@@ -1,7 +1,11 @@
{
"name": "BitTorrent Chain Mainnet",
"chain": "BTTC",
- "rpc": ["https://rpc.bt.io"],
+ "rpc": [
+ "https://rpc.bt.io",
+ "https://bittorrent.drpc.org",
+ "wss://bittorrent.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "BitTorrent",
diff --git a/_data/chains/eip155-1992.json b/_data/chains/eip155-1992.json
new file mode 100644
index 000000000000..398ade17e85a
--- /dev/null
+++ b/_data/chains/eip155-1992.json
@@ -0,0 +1,32 @@
+{
+ "name": "Hubble Exchange",
+ "chain": "Hubblenet",
+ "icon": "hubblenet",
+ "rpc": ["https://rpc.hubble.exchange", "wss://ws-rpc.hubble.exchange"],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "USD Coin",
+ "symbol": "USDC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hubble.exchange",
+ "shortName": "hubblenet",
+ "chainId": 1992,
+ "networkId": 1992,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "routescan",
+ "url": "https://explorer.hubble.exchange",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-200810.json b/_data/chains/eip155-200810.json
index 20283ca10dea..24612a354d6a 100644
--- a/_data/chains/eip155-200810.json
+++ b/_data/chains/eip155-200810.json
@@ -1,7 +1,13 @@
{
"name": "Bitlayer Testnet",
"chain": "Bitlayer",
- "rpc": ["https://testnet-rpc.bitlayer.org", "wss://testnet-ws.bitlayer.org"],
+ "rpc": [
+ "https://testnet-rpc.bitlayer.org",
+ "wss://testnet-ws.bitlayer.org",
+ "https://testnet-rpc.bitlayer-rpc.com",
+ "wss://testnet-ws.bitlayer-rpc.com",
+ "https://rpc.ankr.com/bitlayer_testnet"
+ ],
"faucets": ["https://www.bitlayer.org/faucet"],
"nativeCurrency": {
"name": "BTC",
@@ -9,7 +15,7 @@
"decimals": 18
},
"infoURL": "https://docs.bitlayer.org/",
- "shortName": "Bitlayer",
+ "shortName": "btrt",
"chainId": 200810,
"networkId": 200810,
"slip44": 1,
diff --git a/_data/chains/eip155-200901.json b/_data/chains/eip155-200901.json
new file mode 100644
index 000000000000..37926916c3c5
--- /dev/null
+++ b/_data/chains/eip155-200901.json
@@ -0,0 +1,30 @@
+{
+ "name": "Bitlayer Mainnet",
+ "chain": "Bitlayer",
+ "rpc": [
+ "https://rpc.bitlayer.org",
+ "https://rpc.bitlayer-rpc.com",
+ "https://rpc.ankr.com/bitlayer",
+ "wss://ws.bitlayer.org",
+ "wss://ws.bitlayer-rpc.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BTC",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.bitlayer.org/",
+ "shortName": "btr",
+ "chainId": 200901,
+ "networkId": 200901,
+ "slip44": 1,
+ "icon": "bitlayer",
+ "explorers": [
+ {
+ "name": "bitlayer mainnet scan",
+ "url": "https://www.btrscan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-20180427.json b/_data/chains/eip155-20180427.json
new file mode 100644
index 000000000000..2d6f31f292de
--- /dev/null
+++ b/_data/chains/eip155-20180427.json
@@ -0,0 +1,24 @@
+{
+ "name": "Stability Testnet",
+ "chain": "stabilityTestnet",
+ "icon": "stabilitytestnet",
+ "rpc": ["https://free.testnet.stabilityprotocol.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "FREE",
+ "symbol": "FREE",
+ "decimals": 18
+ },
+ "infoURL": "https://stabilityprotocol.com",
+ "shortName": "stabilitytestnet",
+ "chainId": 20180427,
+ "networkId": 20180427,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://stability-testnet.blockscout.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-202.json b/_data/chains/eip155-202.json
new file mode 100644
index 000000000000..453f387df0a6
--- /dev/null
+++ b/_data/chains/eip155-202.json
@@ -0,0 +1,23 @@
+{
+ "name": "Edgeless Testnet",
+ "chain": "EdgelessTestnet",
+ "rpc": ["https://testnet.rpc.edgeless.network/http"],
+ "features": [{ "name": "EIP155" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Edgeless Wrapped Eth",
+ "symbol": "EwEth",
+ "decimals": 18
+ },
+ "infoURL": "https://edgeless.network",
+ "shortName": "edgeless-testnet",
+ "chainId": 202,
+ "networkId": 202,
+ "explorers": [
+ {
+ "name": "Edgeless Explorer",
+ "url": "https://testnet.explorer.edgeless.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-202401.json b/_data/chains/eip155-202401.json
new file mode 100644
index 000000000000..43559ff8a558
--- /dev/null
+++ b/_data/chains/eip155-202401.json
@@ -0,0 +1,22 @@
+{
+ "name": "YMTECH-BESU Testnet",
+ "chain": "YMTECH-BESU",
+ "rpc": ["http://39.119.118.216:8545"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ymtech.co.kr",
+ "shortName": "YMTECH-BESU",
+ "chainId": 202401,
+ "networkId": 202401,
+ "explorers": [
+ {
+ "name": "YMTECH-BESU Chainlens",
+ "url": "http://39.119.118.198",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-20240324.json b/_data/chains/eip155-20240324.json
new file mode 100644
index 000000000000..d669578d898e
--- /dev/null
+++ b/_data/chains/eip155-20240324.json
@@ -0,0 +1,24 @@
+{
+ "name": "DeBank Sepolia Testnet",
+ "chain": "DeBank",
+ "rpc": ["https://sepolia-rpc.testnet.debank.com"],
+ "faucets": [],
+ "icon": "debank",
+ "nativeCurrency": {
+ "name": "DeBank USD",
+ "symbol": "USD",
+ "decimals": 18
+ },
+ "infoURL": "https://debank.com",
+ "shortName": "dbkse",
+ "chainId": 20240324,
+ "networkId": 20240324,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "DeBank Chain Explorer",
+ "url": "https://sepolia-explorer.testnet.debank.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2026.json b/_data/chains/eip155-2026.json
new file mode 100644
index 000000000000..d0b007d6c2a7
--- /dev/null
+++ b/_data/chains/eip155-2026.json
@@ -0,0 +1,23 @@
+{
+ "name": "Edgeless Network",
+ "chain": "Edgeless",
+ "rpc": ["https://rpc.edgeless.network/http"],
+ "features": [{ "name": "EIP155" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Edgeless Wrapped Eth",
+ "symbol": "EwEth",
+ "decimals": 18
+ },
+ "infoURL": "https://edgeless.network",
+ "shortName": "edgeless",
+ "chainId": 2026,
+ "networkId": 2026,
+ "explorers": [
+ {
+ "name": "Edgeless Explorer",
+ "url": "https://explorer.edgeless.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2031.json b/_data/chains/eip155-2031.json
index 798e4e46a644..80580639004e 100644
--- a/_data/chains/eip155-2031.json
+++ b/_data/chains/eip155-2031.json
@@ -3,9 +3,13 @@
"chain": "CFG",
"icon": "centrifuge",
"rpc": [
- "wss://fullnode.parachain.centrifuge.io",
+ "https://fullnode.centrifuge.io",
+ "wss://fullnode.centrifuge.io",
+ "https://centrifuge-parachain.api.onfinality.io/public",
"wss://centrifuge-parachain.api.onfinality.io/public-ws",
+ "https://centrifuge-rpc.dwellir.com",
"wss://centrifuge-rpc.dwellir.com",
+ "https://rpc-centrifuge.luckyfriday.io",
"wss://rpc-centrifuge.luckyfriday.io"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
diff --git a/_data/chains/eip155-204.json b/_data/chains/eip155-204.json
index 190b98009b68..74a27b6c4c68 100644
--- a/_data/chains/eip155-204.json
+++ b/_data/chains/eip155-204.json
@@ -9,7 +9,9 @@
"https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5",
"wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5",
"https://opbnb-rpc.publicnode.com",
- "wss://opbnb-rpc.publicnode.com"
+ "wss://opbnb-rpc.publicnode.com",
+ "https://opbnb.drpc.org",
+ "wss://opbnb.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-2040.json b/_data/chains/eip155-2040.json
new file mode 100644
index 000000000000..cbf92dfdff75
--- /dev/null
+++ b/_data/chains/eip155-2040.json
@@ -0,0 +1,18 @@
+{
+ "name": "Vanar Mainnet",
+ "title": "Vanarchain",
+ "chain": "VANAR",
+ "rpc": ["https://rpc.vanarchain.com", "wss://ws.vanarchain.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "VANRY",
+ "symbol": "VANRY",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://vanarchain.com",
+ "shortName": "Vanar",
+ "chainId": 2040,
+ "networkId": 2040,
+ "icon": "vanar"
+}
diff --git a/_data/chains/eip155-206.json b/_data/chains/eip155-206.json
index 126827a9b6ea..6fd7cf29878d 100644
--- a/_data/chains/eip155-206.json
+++ b/_data/chains/eip155-206.json
@@ -5,7 +5,7 @@
"faucets": [],
"nativeCurrency": {
"name": "VinuChain",
- "symbol": "VС",
+ "symbol": "VC",
"decimals": 18
},
"infoURL": "https://vitainu.org",
diff --git a/_data/chains/eip155-207.json b/_data/chains/eip155-207.json
index 8348d008a301..fcfed411c19b 100644
--- a/_data/chains/eip155-207.json
+++ b/_data/chains/eip155-207.json
@@ -5,7 +5,7 @@
"faucets": [],
"nativeCurrency": {
"name": "VinuChain",
- "symbol": "VС",
+ "symbol": "VC",
"decimals": 18
},
"infoURL": "https://vitainu.org",
diff --git a/_data/chains/eip155-2121.json b/_data/chains/eip155-2121.json
new file mode 100644
index 000000000000..712f63c5c52b
--- /dev/null
+++ b/_data/chains/eip155-2121.json
@@ -0,0 +1,24 @@
+{
+ "name": "Catena Mainnet",
+ "chain": "CMCX",
+ "rpc": ["https://rpc1.catenarpc.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Catena",
+ "symbol": "CMCX",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://catena.network",
+ "shortName": "cmcx",
+ "chainId": 2121,
+ "networkId": 2121,
+ "icon": "catena",
+ "explorers": [
+ {
+ "name": "catenascan",
+ "url": "https://catenascan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-213.json b/_data/chains/eip155-213.json
new file mode 100644
index 000000000000..4866cf06731c
--- /dev/null
+++ b/_data/chains/eip155-213.json
@@ -0,0 +1,24 @@
+{
+ "name": "B2 Hub Mainnet",
+ "chain": "B2",
+ "rpc": ["https://hub-rpc.bsquared.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BSquared Token",
+ "symbol": "B2",
+ "decimals": 18
+ },
+ "infoURL": "https://www.bsquared.network",
+ "shortName": "B2Hub-mainnet",
+ "chainId": 213,
+ "networkId": 213,
+ "icon": "bsquare",
+ "explorers": [
+ {
+ "name": "B2 Hub Mainnet Explorer",
+ "url": "https://hub-explorer.bsquared.network",
+ "icon": "bsquare",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2136.json b/_data/chains/eip155-2136.json
new file mode 100644
index 000000000000..025ae3f50b58
--- /dev/null
+++ b/_data/chains/eip155-2136.json
@@ -0,0 +1,22 @@
+{
+ "name": "BigShortBets Testnet",
+ "chain": "BIGSB Testnet",
+ "rpc": ["https://test-market.bigsb.io", "wss://test-market.bigsb.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Dolarz",
+ "symbol": "Dolarz",
+ "decimals": 18
+ },
+ "infoURL": "https://bigshortbets.com/",
+ "shortName": "bigsb_testnet",
+ "chainId": 2136,
+ "networkId": 2136,
+ "explorers": [
+ {
+ "name": "Polkadot.js",
+ "url": "https://polkadot.js.org/apps/?rpc=wss://test-market.bigsb.network#/explorer",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2221.json b/_data/chains/eip155-2221.json
index 07dbc3c669ee..d49961ae39dc 100644
--- a/_data/chains/eip155-2221.json
+++ b/_data/chains/eip155-2221.json
@@ -4,7 +4,9 @@
"rpc": [
"https://evm.testnet.kava.io",
"https://kava-evm-testnet.rpc.thirdweb.com",
- "wss://wevm.testnet.kava.io"
+ "wss://wevm.testnet.kava.io",
+ "https://kava-testnet.drpc.org",
+ "wss://kava-testnet.drpc.org"
],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-2222.json b/_data/chains/eip155-2222.json
index 20a5d0fc4b4b..354cb5d5c45a 100644
--- a/_data/chains/eip155-2222.json
+++ b/_data/chains/eip155-2222.json
@@ -10,7 +10,9 @@
"wss://kava-evm-rpc.publicnode.com",
"https://evm.kava-rpc.com",
"https://rpc.ankr.com/kava_evm",
- "wss://wevm.kava-rpc.com"
+ "wss://wevm.kava-rpc.com",
+ "https://kava.drpc.org",
+ "wss://kava.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-222222.json b/_data/chains/eip155-222222.json
new file mode 100644
index 000000000000..25e1994e42e7
--- /dev/null
+++ b/_data/chains/eip155-222222.json
@@ -0,0 +1,23 @@
+{
+ "name": "HydraDX",
+ "chain": "HDX",
+ "rpc": ["https://rpc.hydradx.cloud", "wss://rpc.hydradx.cloud"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Wrapped ETH",
+ "symbol": "WETH",
+ "decimals": 18
+ },
+ "infoURL": "https://hydradx.io",
+ "shortName": "hdx",
+ "chainId": 222222,
+ "networkId": 222222,
+ "icon": "hydradx",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.evm.hydration.cloud",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-223.json b/_data/chains/eip155-223.json
new file mode 100644
index 000000000000..8020e4d643db
--- /dev/null
+++ b/_data/chains/eip155-223.json
@@ -0,0 +1,30 @@
+{
+ "name": "B2 Mainnet",
+ "title": "B2 Mainnet",
+ "chain": "B2",
+ "rpc": ["https://rpc.bsquared.network", "https://b2-mainnet.alt.technology"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitcoin",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.bsquared.network",
+ "shortName": "B2-mainnet",
+ "chainId": 223,
+ "networkId": 223,
+ "icon": "bsquare",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.bsquared.network",
+ "icon": "bsquare",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-213",
+ "bridges": [{ "url": "https://www.bsquared.network/bridge" }]
+ }
+}
diff --git a/_data/chains/eip155-23294.json b/_data/chains/eip155-23294.json
index 5acf540f010b..e0bf6827569e 100644
--- a/_data/chains/eip155-23294.json
+++ b/_data/chains/eip155-23294.json
@@ -16,7 +16,7 @@
"explorers": [
{
"name": "Oasis Sapphire Explorer",
- "url": "https://explorer.sapphire.oasis.io",
+ "url": "https://explorer.oasis.io/mainnet/sapphire",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-23295.json b/_data/chains/eip155-23295.json
index 3c2095e67871..7791cc125914 100644
--- a/_data/chains/eip155-23295.json
+++ b/_data/chains/eip155-23295.json
@@ -3,8 +3,8 @@
"chain": "Sapphire",
"icon": "oasis",
"rpc": [
- "https://testnet.sapphire.oasis.dev",
- "wss://testnet.sapphire.oasis.dev/ws"
+ "https://testnet.sapphire.oasis.io",
+ "wss://testnet.sapphire.oasis.io/ws"
],
"faucets": [],
"nativeCurrency": {
@@ -20,7 +20,7 @@
"explorers": [
{
"name": "Oasis Sapphire Testnet Explorer",
- "url": "https://testnet.explorer.sapphire.oasis.dev",
+ "url": "https://explorer.oasis.io/testnet/sapphire",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-2331.json b/_data/chains/eip155-2331.json
new file mode 100644
index 000000000000..d8aae8af683a
--- /dev/null
+++ b/_data/chains/eip155-2331.json
@@ -0,0 +1,28 @@
+{
+ "name": "RSS3 VSL Sepolia Testnet",
+ "chain": "RSS3",
+ "rpc": ["https://rpc.testnet.rss3.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RSS3",
+ "symbol": "RSS3",
+ "decimals": 18
+ },
+ "infoURL": "https://rss3.io",
+ "shortName": "rss3-testnet",
+ "chainId": 2331,
+ "networkId": 2331,
+ "icon": "rss3-testnet",
+ "explorers": [
+ {
+ "name": "RSS3 VSL Sepolia Testnet Scan",
+ "url": "https://scan.testnet.rss3.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://explorer.testnet.rss3.io/bridge" }]
+ }
+}
diff --git a/_data/chains/eip155-2340.json b/_data/chains/eip155-2340.json
new file mode 100644
index 000000000000..b294b8793003
--- /dev/null
+++ b/_data/chains/eip155-2340.json
@@ -0,0 +1,25 @@
+{
+ "name": "Atleta Testnet",
+ "chain": "Atleta",
+ "rpc": ["wss://testnet-rpc.atleta.network:9944"],
+ "faucets": ["https://faucet.atleta.network"],
+ "nativeCurrency": {
+ "name": "Atla",
+ "symbol": "ATLA",
+ "decimals": 18
+ },
+ "infoURL": "https://atleta.network",
+ "shortName": "atla",
+ "chainId": 2340,
+ "networkId": 2340,
+ "slip44": 1,
+ "icon": "atleta",
+ "explorers": [
+ {
+ "name": "Atleta Testnet Explorer",
+ "icon": "atleta",
+ "url": "https://polkadot-explorer.atleta.network/#/explorer",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2342.json b/_data/chains/eip155-2342.json
new file mode 100644
index 000000000000..ebefa6ffb2cd
--- /dev/null
+++ b/_data/chains/eip155-2342.json
@@ -0,0 +1,23 @@
+{
+ "name": "Omnia Chain",
+ "chain": "OMNIA",
+ "icon": "omnia",
+ "rpc": ["https://rpc.omniaverse.io"],
+ "faucets": ["https://www.omniaverse.io"],
+ "nativeCurrency": {
+ "name": "Omnia",
+ "symbol": "OMNIA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.omniaverse.io",
+ "shortName": "omnia",
+ "chainId": 2342,
+ "networkId": 2342,
+ "explorers": [
+ {
+ "name": "OmniaVerse Explorer",
+ "url": "https://scan.omniaverse.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-23451.json b/_data/chains/eip155-23451.json
new file mode 100644
index 000000000000..588432422a51
--- /dev/null
+++ b/_data/chains/eip155-23451.json
@@ -0,0 +1,24 @@
+{
+ "name": "DreyerX Mainnet",
+ "chain": "DreyerX",
+ "rpc": ["https://rpc.dreyerx.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DreyerX",
+ "symbol": "DRX",
+ "decimals": 18
+ },
+ "infoURL": "https://dreyerx.com",
+ "shortName": "dreyerx",
+ "chainId": 23451,
+ "networkId": 23451,
+ "icon": "dreyerx",
+ "explorers": [
+ {
+ "name": "drxscan",
+ "url": "https://scan.dreyerx.com",
+ "icon": "dreyerx",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-23452.json b/_data/chains/eip155-23452.json
new file mode 100644
index 000000000000..0181869a7a76
--- /dev/null
+++ b/_data/chains/eip155-23452.json
@@ -0,0 +1,24 @@
+{
+ "name": "DreyerX Testnet",
+ "chain": "DreyerX",
+ "rpc": ["https://testnet-rpc.dreyerx.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DreyerX",
+ "symbol": "DRX",
+ "decimals": 18
+ },
+ "infoURL": "https://dreyerx.com",
+ "shortName": "dreyerx-testnet",
+ "chainId": 23452,
+ "networkId": 23452,
+ "icon": "dreyerx",
+ "explorers": [
+ {
+ "name": "drxscan",
+ "url": "https://testnet-scan.dreyerx.com",
+ "icon": "dreyerx",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2370.json b/_data/chains/eip155-2370.json
new file mode 100644
index 000000000000..3cad3c06cafe
--- /dev/null
+++ b/_data/chains/eip155-2370.json
@@ -0,0 +1,23 @@
+{
+ "name": "Nexis Network Testnet",
+ "chain": "Nexis Network",
+ "icon": "nexis",
+ "rpc": ["https://evm-testnet.nexis.network"],
+ "faucets": ["https://evm-faucet.nexis.network"],
+ "nativeCurrency": {
+ "name": "Nexis",
+ "symbol": "NZT",
+ "decimals": 18
+ },
+ "infoURL": "https://nexis.network/",
+ "shortName": "nzt",
+ "chainId": 2370,
+ "networkId": 2370,
+ "explorers": [
+ {
+ "name": "Nexis Testnet Explorer",
+ "url": "https://evm-testnet.nexscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2425.json b/_data/chains/eip155-2425.json
new file mode 100644
index 000000000000..d17a3b789060
--- /dev/null
+++ b/_data/chains/eip155-2425.json
@@ -0,0 +1,26 @@
+{
+ "name": "King Of Legends Devnet",
+ "title": "King Of Legends Devnet",
+ "chain": "KOL",
+ "icon": "kol",
+ "rpc": ["https://rpc-devnet.kinggamer.org/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "King Of Legends",
+ "symbol": "KOL",
+ "decimals": 18
+ },
+ "infoURL": "https://kingoflegends.net/",
+ "shortName": "kol",
+ "chainId": 2425,
+ "networkId": 2425,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "King Of Legends Devnet Explorer",
+ "url": "https://devnet.kingscan.org",
+ "icon": "kol",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-245022926.json b/_data/chains/eip155-245022926.json
index 253c5ad9072e..abbd5667a024 100644
--- a/_data/chains/eip155-245022926.json
+++ b/_data/chains/eip155-245022926.json
@@ -1,7 +1,11 @@
{
"name": "Neon EVM Devnet",
"chain": "Solana",
- "rpc": ["https://devnet.neonevm.org"],
+ "rpc": [
+ "https://devnet.neonevm.org",
+ "https://neon-evm-devnet.drpc.org",
+ "wss://neon-evm-devnet.drpc.org"
+ ],
"faucets": ["https://neonfaucet.org"],
"icon": "neon",
"nativeCurrency": {
diff --git a/_data/chains/eip155-245022934.json b/_data/chains/eip155-245022934.json
index 712eadd3c27b..6e183b48d2b9 100644
--- a/_data/chains/eip155-245022934.json
+++ b/_data/chains/eip155-245022934.json
@@ -1,7 +1,11 @@
{
"name": "Neon EVM Mainnet",
"chain": "Solana",
- "rpc": ["https://neon-proxy-mainnet.solana.p2p.org"],
+ "rpc": [
+ "https://neon-proxy-mainnet.solana.p2p.org",
+ "https://neon-evm.drpc.org",
+ "wss://neon-evm.drpc.org"
+ ],
"faucets": [],
"icon": "neon",
"nativeCurrency": {
diff --git a/_data/chains/eip155-25.json b/_data/chains/eip155-25.json
index 31fd48356a02..4b5db6a00c58 100644
--- a/_data/chains/eip155-25.json
+++ b/_data/chains/eip155-25.json
@@ -4,7 +4,9 @@
"rpc": [
"https://evm.cronos.org",
"https://cronos-evm-rpc.publicnode.com",
- "wss://cronos-evm-rpc.publicnode.com"
+ "wss://cronos-evm-rpc.publicnode.com",
+ "https://cronos.drpc.org",
+ "wss://cronos.drpc.org"
],
"features": [{ "name": "EIP1559" }],
"faucets": [],
diff --git a/_data/chains/eip155-250.json b/_data/chains/eip155-250.json
index 3f9af543ba35..92f41a646887 100644
--- a/_data/chains/eip155-250.json
+++ b/_data/chains/eip155-250.json
@@ -4,7 +4,9 @@
"rpc": [
"https://rpc.ftm.tools",
"https://fantom-rpc.publicnode.com",
- "wss://fantom-rpc.publicnode.com"
+ "wss://fantom-rpc.publicnode.com",
+ "https://fantom.drpc.org",
+ "wss://fantom.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-2511.json b/_data/chains/eip155-2511.json
index a8e2bbadba64..f6436884c7a1 100644
--- a/_data/chains/eip155-2511.json
+++ b/_data/chains/eip155-2511.json
@@ -1,7 +1,8 @@
{
- "name": "Karak Testnet",
+ "name": "Karak Goerli",
"chain": "Karak",
"icon": "karak",
+ "status": "deprecated",
"rpc": ["https://goerli.node1.karak.network"],
"faucets": [],
"nativeCurrency": {
@@ -10,12 +11,12 @@
"decimals": 18
},
"infoURL": "https://karak.network",
- "shortName": "karak-testnet",
+ "shortName": "karak-goerli",
"chainId": 2511,
"networkId": 2511,
"explorers": [
{
- "name": "Karak Testnet Explorer",
+ "name": "Karak Goerli Explorer",
"url": "https://goerli.scan.karak.network",
"standard": "EIP3091"
}
diff --git a/_data/chains/eip155-252.json b/_data/chains/eip155-252.json
index 9338f05b7069..1a69a08af1af 100644
--- a/_data/chains/eip155-252.json
+++ b/_data/chains/eip155-252.json
@@ -12,6 +12,7 @@
"shortName": "fraxtal",
"chainId": 252,
"networkId": 252,
+ "icon": "fraxtal",
"explorers": [
{
"name": "fraxscan",
diff --git a/_data/chains/eip155-2522.json b/_data/chains/eip155-2522.json
index a79d091211f3..4d379dc9fdf2 100644
--- a/_data/chains/eip155-2522.json
+++ b/_data/chains/eip155-2522.json
@@ -13,6 +13,7 @@
"chainId": 2522,
"networkId": 2522,
"slip44": 1,
+ "icon": "fraxtal",
"explorers": [
{
"name": "fraxscan",
diff --git a/_data/chains/eip155-266.json b/_data/chains/eip155-266.json
new file mode 100644
index 000000000000..3d596a93a48b
--- /dev/null
+++ b/_data/chains/eip155-266.json
@@ -0,0 +1,20 @@
+{
+ "name": "Neura",
+ "title": "Neura Mainnet",
+ "chain": "NEURA",
+ "icon": "neura",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ankr",
+ "symbol": "ANKR",
+ "decimals": 18
+ },
+ "infoURL": "https://www.neuraprotocol.io/",
+ "shortName": "neura",
+ "chainId": 266,
+ "networkId": 266,
+ "status": "incubating",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-267.json b/_data/chains/eip155-267.json
new file mode 100644
index 000000000000..341e6174ad55
--- /dev/null
+++ b/_data/chains/eip155-267.json
@@ -0,0 +1,34 @@
+{
+ "name": "Neura Testnet",
+ "title": "Neura Testnet",
+ "chain": "NEURA",
+ "icon": "neura",
+ "rpc": ["https://rpc.ankr.com/neura_testnet"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": ["https://testnet.neuraprotocol.io/faucet"],
+ "nativeCurrency": {
+ "name": "Testnet Ankr",
+ "symbol": "ANKR",
+ "decimals": 18
+ },
+ "infoURL": "https://www.neuraprotocol.io/",
+ "shortName": "tneura",
+ "chainId": 267,
+ "networkId": 267,
+ "explorers": [
+ {
+ "name": "ankrscan-neura",
+ "url": "https://testnet.explorer.neuraprotocol.io",
+ "icon": "neura",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "blockscout",
+ "url": "https://explorer.neura-testnet.ankr.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active",
+ "slip44": 1
+}
diff --git a/_data/chains/eip155-268.json b/_data/chains/eip155-268.json
new file mode 100644
index 000000000000..9e25002bd741
--- /dev/null
+++ b/_data/chains/eip155-268.json
@@ -0,0 +1,21 @@
+{
+ "name": "Neura Devnet",
+ "title": "Neura Devnet",
+ "chain": "NEURA",
+ "icon": "neura",
+ "rpc": [],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Devnet Ankr",
+ "symbol": "ANKR",
+ "decimals": 18
+ },
+ "infoURL": "https://www.neuraprotocol.io/",
+ "shortName": "dneura",
+ "chainId": 268,
+ "networkId": 268,
+ "explorers": [],
+ "status": "incubating",
+ "slip44": 1
+}
diff --git a/_data/chains/eip155-27181.json b/_data/chains/eip155-27181.json
new file mode 100644
index 000000000000..05a426ac0fd9
--- /dev/null
+++ b/_data/chains/eip155-27181.json
@@ -0,0 +1,28 @@
+{
+ "name": "KLAOS Nova",
+ "title": "KLAOS Nova Test Chain",
+ "chain": "KLAOS Nova",
+ "icon": "k-laos",
+ "rpc": [
+ "https://rpc.klaosnova.laosfoundation.io",
+ "wss://rpc.klaosnova.laosfoundation.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "KLAOS",
+ "symbol": "KLAOS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.laosfoundation.io/",
+ "shortName": "klaosnova",
+ "chainId": 27181,
+ "networkId": 27181,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://blockscout.klaosnova.laosfoundation.io",
+ "icon": "k-laos",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2730.json b/_data/chains/eip155-2730.json
new file mode 100644
index 000000000000..010fd1a05a4d
--- /dev/null
+++ b/_data/chains/eip155-2730.json
@@ -0,0 +1,43 @@
+{
+ "name": "XR Sepolia",
+ "chain": "ETH",
+ "rpc": ["https://xr-sepolia-testnet.rpc.caldera.xyz/http"],
+ "faucets": [],
+ "features": [
+ {
+ "name": "EIP155"
+ },
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "nativeCurrency": {
+ "name": "tXR",
+ "symbol": "tXR",
+ "decimals": 18
+ },
+ "infoURL": "https://xr-one.gitbook.io",
+ "shortName": "txr",
+ "chainId": 2730,
+ "networkId": 2730,
+ "icon": "xr",
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "XR Sepolia Explorer",
+ "url": "https://xr-sepolia-testnet.explorer.caldera.xyz",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-421614",
+ "bridges": [
+ {
+ "url": "https://xr-sepolia-testnet.bridge.caldera.xyz"
+ }
+ ]
+ },
+ "status": "active"
+}
diff --git a/_data/chains/eip155-28.json b/_data/chains/eip155-28.json
index c9e3785dc852..cce78461a6ab 100644
--- a/_data/chains/eip155-28.json
+++ b/_data/chains/eip155-28.json
@@ -1,6 +1,7 @@
{
"name": "Boba Network Rinkeby Testnet",
"chain": "ETH",
+ "status": "deprecated",
"rpc": ["https://rinkeby.boba.network/"],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-2810.json b/_data/chains/eip155-2810.json
new file mode 100644
index 000000000000..c66b74c2015c
--- /dev/null
+++ b/_data/chains/eip155-2810.json
@@ -0,0 +1,29 @@
+{
+ "name": "Morph Holesky",
+ "title": "Morph Holesky Testnet",
+ "chain": "ETH",
+ "rpc": ["https://rpc-holesky.morphl2.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://morphl2.io",
+ "shortName": "hmorph",
+ "chainId": 2810,
+ "networkId": 2810,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Morph Holesky Testnet Explorer",
+ "url": "https://explorer-holesky.morphl2.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge-holesky.morphl2.io" }]
+ }
+}
diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json
new file mode 100644
index 000000000000..562ec3731305
--- /dev/null
+++ b/_data/chains/eip155-282.json
@@ -0,0 +1,23 @@
+{
+ "name": "Cronos zkEVM Testnet",
+ "chain": "CronosZkEVMTestnet",
+ "rpc": ["https://rpc-zkevm-t0.cronos.org"],
+ "faucets": ["https://zkevm-t0.cronos.org/faucet"],
+ "nativeCurrency": {
+ "name": "Cronos zkEVM Test Coin",
+ "symbol": "TCRO",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet",
+ "shortName": "zktcro",
+ "chainId": 282,
+ "networkId": 282,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Cronos zkEVM Testnet Explorer",
+ "url": "https://zkevm-t0.cronos.org/explorer",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-282828.json b/_data/chains/eip155-282828.json
new file mode 100644
index 000000000000..de4d2da4c1f5
--- /dev/null
+++ b/_data/chains/eip155-282828.json
@@ -0,0 +1,30 @@
+{
+ "name": "Zillion Sepolia Testnet",
+ "status": "active",
+ "chain": "ETH",
+ "rpc": ["https://sepolia.zillnet.io/rpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://zillnet.io",
+ "shortName": "zillsep",
+ "chainId": 282828,
+ "networkId": 282828,
+ "slip44": 1,
+ "icon": "zillion",
+ "explorers": [
+ {
+ "name": "zillscout",
+ "url": "https://sepolia.zillnet.io",
+ "icon": "zillion",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ }
+}
diff --git a/_data/chains/eip155-28518.json b/_data/chains/eip155-28518.json
new file mode 100644
index 000000000000..268e684f6a85
--- /dev/null
+++ b/_data/chains/eip155-28518.json
@@ -0,0 +1,30 @@
+{
+ "name": "Vizing Mainnet",
+ "title": "Vizing Mainnet",
+ "chain": "Vizing Mainnet",
+ "rpc": ["https://rpc.vizing.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://vizing.com",
+ "shortName": "Vizing",
+ "chainId": 28518,
+ "networkId": 28518,
+ "icon": "vizing",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.vizing.com",
+ "icon": "vizing",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge.vizing.com" }]
+ }
+}
diff --git a/_data/chains/eip155-288.json b/_data/chains/eip155-288.json
index 8a3859235293..69ee4c0d2e80 100644
--- a/_data/chains/eip155-288.json
+++ b/_data/chains/eip155-288.json
@@ -7,7 +7,9 @@
"https://boba-ethereum.gateway.tenderly.co",
"https://gateway.tenderly.co/public/boba-ethereum",
"wss://boba-ethereum.gateway.tenderly.co/",
- "wss://gateway.tenderly.co/public/boba-ethereum"
+ "wss://gateway.tenderly.co/public/boba-ethereum",
+ "https://boba-eth.drpc.org",
+ "wss://boba-eth.drpc.org"
],
"faucets": [],
"nativeCurrency": {
@@ -25,11 +27,6 @@
"name": "Bobascan",
"url": "https://bobascan.com",
"standard": "none"
- },
- {
- "name": "Blockscout",
- "url": "https://blockexplorer.boba.network",
- "standard": "none"
}
],
"parent": {
diff --git a/_data/chains/eip155-2888.json b/_data/chains/eip155-2888.json
index dad2ea2a01b9..d7dce0b68b58 100644
--- a/_data/chains/eip155-2888.json
+++ b/_data/chains/eip155-2888.json
@@ -1,6 +1,7 @@
{
"name": "Boba Network Goerli Testnet",
"chain": "ETH",
+ "status": "deprecated",
"rpc": ["https://goerli.boba.network/", "wss://wss.goerli.boba.network/"],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-28882.json b/_data/chains/eip155-28882.json
new file mode 100644
index 000000000000..66117acd4403
--- /dev/null
+++ b/_data/chains/eip155-28882.json
@@ -0,0 +1,34 @@
+{
+ "name": "Boba Sepolia",
+ "chain": "ETH",
+ "rpc": [
+ "https://sepolia.boba.network",
+ "https://boba-sepolia.gateway.tenderly.co",
+ "https://gateway.tenderly.co/public/boba-sepolia",
+ "wss://boba-sepolia.gateway.tenderly.co/",
+ "wss://gateway.tenderly.co/public/boba-sepolia"
+ ],
+ "faucets": ["https://www.l2faucet.com/boba"],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://boba.network",
+ "shortName": "BobaSepolia",
+ "chainId": 28882,
+ "networkId": 28882,
+
+ "explorers": [
+ {
+ "name": "Bobascan",
+ "url": "https://testnet.bobascan.com",
+ "standard": "none"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://gateway.boba.network" }]
+ }
+}
diff --git a/_data/chains/eip155-2907.json b/_data/chains/eip155-2907.json
new file mode 100644
index 000000000000..d62411804acc
--- /dev/null
+++ b/_data/chains/eip155-2907.json
@@ -0,0 +1,23 @@
+{
+ "name": "Elux Chain",
+ "chain": "ELUX",
+ "icon": "eluxchain",
+ "rpc": ["https://rpc.eluxscan.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Elux Chain",
+ "symbol": "ELUX",
+ "decimals": 18
+ },
+ "infoURL": "https://eluxscan.com",
+ "shortName": "ELUX",
+ "chainId": 2907,
+ "networkId": 2907,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://eluxscan.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-2911.json b/_data/chains/eip155-2911.json
new file mode 100644
index 000000000000..7596f1c8fbec
--- /dev/null
+++ b/_data/chains/eip155-2911.json
@@ -0,0 +1,29 @@
+{
+ "name": "HYCHAIN",
+ "chainId": 2911,
+ "shortName": "hychain",
+ "chain": "ETH",
+ "networkId": 2911,
+ "nativeCurrency": {
+ "name": "TOPIA",
+ "symbol": "TOPIA",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.hychain.com/http"],
+ "faucets": [],
+ "infoURL": "https://www.hychain.com",
+ "icon": "hychain",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.hychain.com",
+ "icon": "hychain",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://bridge.hychain.com" }]
+ }
+}
diff --git a/_data/chains/eip155-29112.json b/_data/chains/eip155-29112.json
new file mode 100644
index 000000000000..59ac6ac36785
--- /dev/null
+++ b/_data/chains/eip155-29112.json
@@ -0,0 +1,29 @@
+{
+ "name": "HYCHAIN Testnet",
+ "chainId": 29112,
+ "shortName": "hychain-testnet",
+ "chain": "ETH",
+ "networkId": 29112,
+ "nativeCurrency": {
+ "name": "TOPIA",
+ "symbol": "TOPIA",
+ "decimals": 18
+ },
+ "rpc": ["https://testnet-rpc.hychain.com/http"],
+ "faucets": [],
+ "infoURL": "https://www.hychain.com",
+ "icon": "hychain",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://testnet.explorer.hychain.com",
+ "icon": "hychain",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-58008",
+ "bridges": []
+ }
+}
diff --git a/_data/chains/eip155-29536.json b/_data/chains/eip155-29536.json
new file mode 100644
index 000000000000..c5f1ead37f24
--- /dev/null
+++ b/_data/chains/eip155-29536.json
@@ -0,0 +1,22 @@
+{
+ "name": "KaiChain Testnet",
+ "chain": "KaiChain",
+ "rpc": ["https://testnet-rpc.kaichain.net"],
+ "faucets": ["https://faucet.kaichain.net"],
+ "nativeCurrency": {
+ "name": "KaiChain Testnet Native Token",
+ "symbol": "KEC",
+ "decimals": 18
+ },
+ "infoURL": "https://kaichain.net",
+ "shortName": "tkec",
+ "chainId": 29536,
+ "networkId": 29536,
+ "explorers": [
+ {
+ "name": "KaiChain Explorer",
+ "url": "https://testnet-explorer.kaichain.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-300.json b/_data/chains/eip155-300.json
index 13b7bd099c09..5826a0243b3e 100644
--- a/_data/chains/eip155-300.json
+++ b/_data/chains/eip155-300.json
@@ -1,7 +1,11 @@
{
"name": "zkSync Sepolia Testnet",
"chain": "ETH",
- "rpc": ["https://sepolia.era.zksync.dev"],
+ "rpc": [
+ "https://sepolia.era.zksync.dev",
+ "https://zksync-sepolia.drpc.org",
+ "wss://zksync-sepolia.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-301.json b/_data/chains/eip155-301.json
index 2f378e5bf4b5..a9f0149fd7bc 100644
--- a/_data/chains/eip155-301.json
+++ b/_data/chains/eip155-301.json
@@ -1,6 +1,7 @@
{
"name": "Bobaopera",
"chain": "Bobaopera",
+ "status": "deprecated",
"rpc": [
"https://bobaopera.boba.network",
"wss://wss.bobaopera.boba.network",
diff --git a/_data/chains/eip155-308.json b/_data/chains/eip155-308.json
new file mode 100644
index 000000000000..7145f83ece04
--- /dev/null
+++ b/_data/chains/eip155-308.json
@@ -0,0 +1,22 @@
+{
+ "name": "Furtheon",
+ "chain": "Furtheon Network",
+ "rpc": ["https://rpc.furtheon.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Furtheon",
+ "symbol": "FTH",
+ "decimals": 18
+ },
+ "infoURL": "https://furtheon.org/",
+ "shortName": "furtheon",
+ "chainId": 308,
+ "networkId": 308,
+ "explorers": [
+ {
+ "name": "furthscan",
+ "url": "http://furthscan.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-3109.json b/_data/chains/eip155-3109.json
new file mode 100644
index 000000000000..0bd813aeb3f0
--- /dev/null
+++ b/_data/chains/eip155-3109.json
@@ -0,0 +1,16 @@
+{
+ "name": "SatoshiVM Alpha Mainnet",
+ "chain": "SatoshiVM",
+ "rpc": ["https://alpha-rpc-node-http.svmscan.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BTC",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.satoshivm.io/",
+ "shortName": "SAVM",
+ "chainId": 3109,
+ "networkId": 3109,
+ "icon": "satoshivm"
+}
diff --git a/_data/chains/eip155-3110.json b/_data/chains/eip155-3110.json
new file mode 100644
index 000000000000..3403d65e7f8a
--- /dev/null
+++ b/_data/chains/eip155-3110.json
@@ -0,0 +1,16 @@
+{
+ "name": "SatoshiVM Testnet",
+ "chain": "SatoshiVM",
+ "rpc": ["https://test-rpc-node-http.svmscan.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BTC",
+ "symbol": "BTC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.satoshivm.io/",
+ "shortName": "tSAVM",
+ "chainId": 3110,
+ "networkId": 3110,
+ "icon": "satoshivm"
+}
diff --git a/_data/chains/eip155-3132023.json b/_data/chains/eip155-3132023.json
new file mode 100644
index 000000000000..d74c12e00239
--- /dev/null
+++ b/_data/chains/eip155-3132023.json
@@ -0,0 +1,18 @@
+{
+ "name": "SaharaAI Network",
+ "chain": "Sahara",
+ "rpc": ["https://mainnet.saharalabs.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SAHARA",
+ "symbol": "SAH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://saharalabs.ai",
+ "shortName": "sahara",
+ "chainId": 3132023,
+ "networkId": 3132023,
+ "icon": "sahara",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-313313.json b/_data/chains/eip155-313313.json
new file mode 100644
index 000000000000..720ea9a7b084
--- /dev/null
+++ b/_data/chains/eip155-313313.json
@@ -0,0 +1,18 @@
+{
+ "name": "SaharaAI Testnet",
+ "chain": "Sahara",
+ "rpc": ["https://testnet.saharalabs.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SAHARA",
+ "symbol": "SAH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://saharalabs.ai",
+ "shortName": "saharatest",
+ "chainId": 313313,
+ "networkId": 313313,
+ "icon": "sahara",
+ "explorers": []
+}
diff --git a/_data/chains/eip155-314.json b/_data/chains/eip155-314.json
index 8d4cc1b7f4b4..dc8583f3ba64 100644
--- a/_data/chains/eip155-314.json
+++ b/_data/chains/eip155-314.json
@@ -6,7 +6,9 @@
"https://api.node.glif.io/",
"https://rpc.ankr.com/filecoin",
"https://filecoin-mainnet.chainstacklabs.com/rpc/v1",
- "https://filfox.info/rpc/v1"
+ "https://filfox.info/rpc/v1",
+ "https://filecoin.drpc.org",
+ "wss://filecoin.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-314159.json b/_data/chains/eip155-314159.json
index 5b5e8901314c..9b99e3502eda 100644
--- a/_data/chains/eip155-314159.json
+++ b/_data/chains/eip155-314159.json
@@ -7,7 +7,9 @@
"https://rpc.ankr.com/filecoin_testnet",
"https://filecoin-calibration.chainstacklabs.com/rpc/v1",
"https://filecoin-calibration.chainup.net/rpc/v1",
- "https://calibration.filfox.info/rpc/v1"
+ "https://calibration.filfox.info/rpc/v1",
+ "https://filecoin-calibration.drpc.org",
+ "wss://filecoin-calibration.drpc.org"
],
"faucets": ["https://faucet.calibration.fildev.network/"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-324.json b/_data/chains/eip155-324.json
index 7ce601805f59..a116378cf36e 100644
--- a/_data/chains/eip155-324.json
+++ b/_data/chains/eip155-324.json
@@ -1,7 +1,11 @@
{
"name": "zkSync Mainnet",
"chain": "ETH",
- "rpc": ["https://mainnet.era.zksync.io"],
+ "rpc": [
+ "https://mainnet.era.zksync.io",
+ "https://zksync.drpc.org",
+ "wss://zksync.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-33469.json b/_data/chains/eip155-33469.json
index 445a957d63d0..ac85c052845a 100644
--- a/_data/chains/eip155-33469.json
+++ b/_data/chains/eip155-33469.json
@@ -1,8 +1,8 @@
{
- "name": "Zilliqa 2 EVM Devnet",
+ "name": "Zilliqa-2 EVM Devnet",
"chain": "ZIL",
- "rpc": ["https://api.zq2-devnet.zilstg.dev"],
- "faucets": ["https://faucet.zq2-devnet.zilstg.dev"],
+ "rpc": ["https://api.zq2-devnet.zilliqa.com"],
+ "faucets": ["https://faucet.zq2-devnet.zilliqa.com"],
"nativeCurrency": {
"name": "Zilliqa",
"symbol": "ZIL",
@@ -15,8 +15,8 @@
"icon": "zilliqa",
"explorers": [
{
- "name": "Zilliqa 2 EVM Devnet Explorer",
- "url": "https://explorer.zq2-devnet.zilstg.dev",
+ "name": "Zilliqa-2 EVM Devnet Explorer",
+ "url": "https://explorer.zq2-devnet.zilliqa.com",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-336655.json b/_data/chains/eip155-336655.json
new file mode 100644
index 000000000000..697cca988dc7
--- /dev/null
+++ b/_data/chains/eip155-336655.json
@@ -0,0 +1,29 @@
+{
+ "name": "UPchain Testnet",
+ "chain": "UPchain",
+ "rpc": ["https://rpc-testnet.uniport.network"],
+ "faucets": ["https://faucet-testnet.uniport.network"],
+ "nativeCurrency": {
+ "name": "UBTC",
+ "symbol": "UBTC",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "infoURL": "https://uniport.network",
+ "shortName": "UPchain-testnet",
+ "chainId": 336655,
+ "networkId": 336655,
+ "icon": "up",
+ "explorers": [
+ {
+ "name": "UPchain Testnet Explorer",
+ "url": "https://explorer-testnet.uniport.network",
+ "icon": "up",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-336666.json b/_data/chains/eip155-336666.json
new file mode 100644
index 000000000000..a1b484a52bea
--- /dev/null
+++ b/_data/chains/eip155-336666.json
@@ -0,0 +1,29 @@
+{
+ "name": "UPchain Mainnet",
+ "chain": "UPchain",
+ "rpc": ["https://rpc.uniport.network"],
+ "nativeCurrency": {
+ "name": "UBTC",
+ "symbol": "UBTC",
+ "decimals": 18
+ },
+ "features": [
+ {
+ "name": "EIP155"
+ }
+ ],
+ "faucets": [],
+ "infoURL": "https://uniport.network",
+ "shortName": "UPchain-mainnet",
+ "chainId": 336666,
+ "networkId": 336666,
+ "icon": "up",
+ "explorers": [
+ {
+ "name": "UPchain Mainnet Explorer",
+ "url": "https://explorer.uniport.network",
+ "icon": "up",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-338.json b/_data/chains/eip155-338.json
index 14c2f1c86cf3..cdec9b715300 100644
--- a/_data/chains/eip155-338.json
+++ b/_data/chains/eip155-338.json
@@ -1,7 +1,11 @@
{
"name": "Cronos Testnet",
"chain": "CRO",
- "rpc": ["https://evm-t3.cronos.org"],
+ "rpc": [
+ "https://evm-t3.cronos.org",
+ "https://cronos-testnet.drpc.org",
+ "wss://cronos-testnet.drpc.org"
+ ],
"faucets": ["https://cronos.org/faucet"],
"nativeCurrency": {
"name": "Cronos Test Coin",
diff --git a/_data/chains/eip155-3424.json b/_data/chains/eip155-3424.json
new file mode 100644
index 000000000000..0410af388cfc
--- /dev/null
+++ b/_data/chains/eip155-3424.json
@@ -0,0 +1,23 @@
+{
+ "name": "EVOLVE Mainnet",
+ "chain": "EVO",
+ "icon": "evolveIcon",
+ "rpc": ["https://rpc.evolveblockchain.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Evolve",
+ "symbol": "EVO",
+ "decimals": 18
+ },
+ "infoURL": "https://evolveblockchain.io",
+ "shortName": "EVOm",
+ "chainId": 3424,
+ "networkId": 3424,
+ "explorers": [
+ {
+ "name": "Evolve Mainnet Explorer",
+ "url": "https://evoexplorer.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-3441005.json b/_data/chains/eip155-3441005.json
index 67d78187b417..4a75724bd171 100644
--- a/_data/chains/eip155-3441005.json
+++ b/_data/chains/eip155-3441005.json
@@ -1,7 +1,11 @@
{
"name": "Manta Pacific Testnet",
"chain": "Manta Pacific",
- "rpc": ["https://manta-testnet.calderachain.xyz/http"],
+ "rpc": [
+ "https://manta-testnet.calderachain.xyz/http",
+ "https://manta-pacific-testnet.drpc.org",
+ "wss://manta-pacific-testnet.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Manta",
diff --git a/_data/chains/eip155-3441006.json b/_data/chains/eip155-3441006.json
new file mode 100644
index 000000000000..36df4dd7a2a2
--- /dev/null
+++ b/_data/chains/eip155-3441006.json
@@ -0,0 +1,25 @@
+{
+ "name": "Manta Pacific Sepolia Testnet",
+ "chain": "Manta Pacific",
+ "rpc": ["https://pacific-rpc.sepolia-testnet.manta.network/http"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://manta-testnet.caldera.dev/",
+ "shortName": "mantaSepoliaTestnet",
+ "chainId": 3441006,
+ "networkId": 3441006,
+ "slip44": 1,
+ "icon": "manta",
+ "explorers": [
+ {
+ "name": "manta-testnet Explorer",
+ "url": "https://pacific-explorer.sepolia-testnet.manta.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-34443.json b/_data/chains/eip155-34443.json
index c7551fa7a551..48c5d7e8beb3 100644
--- a/_data/chains/eip155-34443.json
+++ b/_data/chains/eip155-34443.json
@@ -1,7 +1,11 @@
{
"name": "Mode",
"chain": "ETH",
- "rpc": ["https://mainnet.mode.network"],
+ "rpc": [
+ "https://mainnet.mode.network",
+ "https://mode.drpc.org",
+ "wss://mode.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
diff --git a/_data/chains/eip155-395.json b/_data/chains/eip155-395.json
new file mode 100644
index 000000000000..7913fb47eb4c
--- /dev/null
+++ b/_data/chains/eip155-395.json
@@ -0,0 +1,25 @@
+{
+ "name": "CamDL Testnet",
+ "chain": "CADL",
+ "rpc": ["https://rpc1.testnet.camdl.gov.kh/"],
+ "faucets": ["https://faucet.testnet.camdl.gov.kh/"],
+ "nativeCurrency": {
+ "name": "CADL",
+ "symbol": "CADL",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "https://camdl.gov.kh/",
+ "shortName": "camdl-testnet",
+ "chainId": 395,
+ "networkId": 395,
+ "icon": "camdl",
+ "explorers": [
+ {
+ "name": "CamDL Testnet Explorer",
+ "url": "https://explorer.testnet.camdl.gov.kh",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json
new file mode 100644
index 000000000000..4eee6db46f72
--- /dev/null
+++ b/_data/chains/eip155-397.json
@@ -0,0 +1,23 @@
+{
+ "name": "Near Mainnet",
+ "chain": "NEAR",
+ "rpc": [],
+ "icon": "near",
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "NEAR",
+ "symbol": "NEAR",
+ "decimals": 18
+ },
+ "infoURL": "https://near.org/",
+ "shortName": "near",
+ "chainId": 397,
+ "networkId": 397,
+ "explorers": [
+ {
+ "name": "Near Blocks",
+ "url": "https://nearblocks.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json
new file mode 100644
index 000000000000..040d64fd0951
--- /dev/null
+++ b/_data/chains/eip155-398.json
@@ -0,0 +1,23 @@
+{
+ "name": "Near Testnet",
+ "chain": "NEAR",
+ "rpc": [],
+ "icon": "near",
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Testnet NEAR",
+ "symbol": "NEAR",
+ "decimals": 18
+ },
+ "infoURL": "https://aurora.dev",
+ "shortName": "near-testnet",
+ "chainId": 398,
+ "networkId": 398,
+ "explorers": [
+ {
+ "name": "Near blocks",
+ "url": "https://testnet.nearblocks.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-39916801.json b/_data/chains/eip155-39916801.json
new file mode 100644
index 000000000000..882b7695c4a0
--- /dev/null
+++ b/_data/chains/eip155-39916801.json
@@ -0,0 +1,23 @@
+{
+ "name": "Kingdom Chain",
+ "chain": "KingdomChain",
+ "rpc": ["https://kingdomchain.observer/rpc"],
+ "features": [{ "name": "EIP155" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Kozi",
+ "symbol": "KOZI",
+ "decimals": 18
+ },
+ "infoURL": "https://www.beastkingdom.io/",
+ "shortName": "kchain",
+ "chainId": 39916801,
+ "networkId": 39916801,
+ "explorers": [
+ {
+ "name": "TravelSong",
+ "url": "https://www.beastkingdom.io/travelsong",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-40.json b/_data/chains/eip155-40.json
index 7f3c11ae98ed..70a0c8cd303d 100644
--- a/_data/chains/eip155-40.json
+++ b/_data/chains/eip155-40.json
@@ -1,7 +1,11 @@
{
"name": "Telos EVM Mainnet",
"chain": "TLOS",
- "rpc": ["https://mainnet.telos.net/evm"],
+ "rpc": [
+ "https://mainnet.telos.net/evm",
+ "https://telos.drpc.org",
+ "wss://telos.drpc.org"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Telos",
diff --git a/_data/chains/eip155-4002.json b/_data/chains/eip155-4002.json
index 32590d4e1846..345378d20887 100644
--- a/_data/chains/eip155-4002.json
+++ b/_data/chains/eip155-4002.json
@@ -4,7 +4,9 @@
"rpc": [
"https://rpc.testnet.fantom.network",
"https://fantom-testnet-rpc.publicnode.com",
- "wss://fantom-testnet-rpc.publicnode.com"
+ "wss://fantom-testnet-rpc.publicnode.com",
+ "https://fantom-testnet.drpc.org",
+ "wss://fantom-testnet.drpc.org"
],
"faucets": ["https://faucet.fantom.network"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-404.json b/_data/chains/eip155-404.json
new file mode 100644
index 000000000000..969caef8b030
--- /dev/null
+++ b/_data/chains/eip155-404.json
@@ -0,0 +1,33 @@
+{
+ "name": "Syndr L3",
+ "chainId": 404,
+ "shortName": "syndr-l3",
+ "title": "Syndr L3 Rollup",
+ "chain": "SYNDR",
+ "networkId": 404,
+ "icon": "syndr",
+ "rpc": ["https://rpc.syndr.com", "wss://rpc.syndr.com/ws"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://syndr.com",
+ "explorers": [
+ {
+ "name": "Syndr L3 Explorer",
+ "url": "https://explorer.syndr.com",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-42161",
+ "bridges": [
+ {
+ "url": "https://bridge.syndr.com"
+ }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-4051.json b/_data/chains/eip155-4051.json
index 065c22b07c44..deb763a17de9 100644
--- a/_data/chains/eip155-4051.json
+++ b/_data/chains/eip155-4051.json
@@ -1,6 +1,7 @@
{
"name": "Bobaopera Testnet",
"chain": "Bobaopera Testnet",
+ "status": "deprecated",
"rpc": [
"https://testnet.bobaopera.boba.network",
"wss://wss.testnet.bobaopera.boba.network",
diff --git a/_data/chains/eip155-41.json b/_data/chains/eip155-41.json
index 73f16326056e..4e4978bd258d 100644
--- a/_data/chains/eip155-41.json
+++ b/_data/chains/eip155-41.json
@@ -1,7 +1,11 @@
{
"name": "Telos EVM Testnet",
"chain": "TLOS",
- "rpc": ["https://testnet.telos.net/evm"],
+ "rpc": [
+ "https://testnet.telos.net/evm",
+ "https://telos-testnet.drpc.org",
+ "wss://telos-testnet.drpc.org"
+ ],
"faucets": ["https://app.telos.net/testnet/developers"],
"nativeCurrency": {
"name": "Telos",
diff --git a/_data/chains/eip155-413413.json b/_data/chains/eip155-413413.json
new file mode 100644
index 000000000000..b2076bcc0779
--- /dev/null
+++ b/_data/chains/eip155-413413.json
@@ -0,0 +1,24 @@
+{
+ "name": "AIE Testnet",
+ "chain": "AIE",
+ "rpc": ["https://rpc1-testnet.aiechain.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AIE",
+ "symbol": "tAIE",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.aiescan.io",
+ "shortName": "aiet",
+ "chainId": 413413,
+ "networkId": 413413,
+ "icon": "aie",
+ "explorers": [
+ {
+ "name": "aiescan-testnet",
+ "icon": "aie",
+ "url": "https://testnet.aiescan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-4157.json b/_data/chains/eip155-4157.json
new file mode 100644
index 000000000000..0cbbf4d033cb
--- /dev/null
+++ b/_data/chains/eip155-4157.json
@@ -0,0 +1,24 @@
+{
+ "name": "CrossFi Testnet",
+ "title": "CrossFi Testnet",
+ "chain": "XFI",
+ "rpc": ["https://rpc.testnet.ms"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "XFI",
+ "symbol": "XFI",
+ "decimals": 18
+ },
+ "infoURL": "https://crossfi.org/",
+ "shortName": "crossfi-testnet",
+ "chainId": 4157,
+ "networkId": 4157,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "CrossFi Testnet Scan",
+ "url": "https://scan.testnet.ms",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-420.json b/_data/chains/eip155-420.json
index 126f78b9ece2..18c1a44bf260 100644
--- a/_data/chains/eip155-420.json
+++ b/_data/chains/eip155-420.json
@@ -6,7 +6,9 @@
"https://optimism-goerli-rpc.publicnode.com",
"wss://optimism-goerli-rpc.publicnode.com",
"https://optimism-goerli.gateway.tenderly.co",
- "wss://optimism-goerli.gateway.tenderly.co"
+ "wss://optimism-goerli.gateway.tenderly.co",
+ "https://optimism-testnet.drpc.org",
+ "wss://optimism-testnet.drpc.org"
],
"faucets": [],
"nativeCurrency": {
diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json
index 81b0c86f6ac7..7e256b003110 100644
--- a/_data/chains/eip155-42261.json
+++ b/_data/chains/eip155-42261.json
@@ -3,10 +3,10 @@
"chain": "Emerald",
"icon": "oasis",
"rpc": [
- "https://testnet.emerald.oasis.dev/",
- "wss://testnet.emerald.oasis.dev/ws"
+ "https://testnet.emerald.oasis.io/",
+ "wss://testnet.emerald.oasis.io/ws"
],
- "faucets": ["https://faucet.testnet.oasis.dev/"],
+ "faucets": ["https://faucet.testnet.oasis.io/"],
"nativeCurrency": {
"name": "Emerald Rose",
"symbol": "ROSE",
@@ -20,7 +20,7 @@
"explorers": [
{
"name": "Oasis Emerald Testnet Explorer",
- "url": "https://testnet.explorer.emerald.oasis.dev",
+ "url": "https://explorer.oasis.io/testnet/emerald",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json
index 2d907a4fc513..e1d67c2a3826 100644
--- a/_data/chains/eip155-42262.json
+++ b/_data/chains/eip155-42262.json
@@ -2,7 +2,7 @@
"name": "Oasis Emerald",
"chain": "Emerald",
"icon": "oasis",
- "rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"],
+ "rpc": ["https://emerald.oasis.io", "wss://emerald.oasis.io/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Emerald Rose",
@@ -16,7 +16,7 @@
"explorers": [
{
"name": "Oasis Emerald Explorer",
- "url": "https://explorer.emerald.oasis.dev",
+ "url": "https://explorer.oasis.io/mainnet/emerald",
"standard": "EIP3091"
}
]
diff --git a/_data/chains/eip155-43111.json b/_data/chains/eip155-43111.json
new file mode 100644
index 000000000000..b8da5ec20f86
--- /dev/null
+++ b/_data/chains/eip155-43111.json
@@ -0,0 +1,21 @@
+{
+ "name": "Hemi Network",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://hemi.xyz",
+ "shortName": "hemi",
+ "chainId": 43111,
+ "networkId": 43111,
+ "explorers": [],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ },
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-4328.json b/_data/chains/eip155-4328.json
index ed15c6a5ae68..3823b4837cc5 100644
--- a/_data/chains/eip155-4328.json
+++ b/_data/chains/eip155-4328.json
@@ -1,6 +1,7 @@
{
"name": "Bobafuji Testnet",
"chain": "Bobafuji Testnet",
+ "status": "deprecated",
"rpc": [
"https://testnet.avax.boba.network",
"wss://wss.testnet.avax.boba.network",
diff --git a/_data/chains/eip155-43288.json b/_data/chains/eip155-43288.json
index e74af4946fd9..272fc66a89cf 100644
--- a/_data/chains/eip155-43288.json
+++ b/_data/chains/eip155-43288.json
@@ -1,6 +1,7 @@
{
"name": "Boba Avax",
"chain": "Boba Avax",
+ "status": "deprecated",
"rpc": [
"https://avax.boba.network",
"wss://wss.avax.boba.network",
diff --git a/_data/chains/eip155-434.json b/_data/chains/eip155-434.json
new file mode 100644
index 000000000000..d7f86f177ed7
--- /dev/null
+++ b/_data/chains/eip155-434.json
@@ -0,0 +1,23 @@
+{
+ "name": "Boyaa Mainnet",
+ "chain": "BYC",
+ "rpc": ["https://evm-rpc.mainnet.boyaa.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Boyaa mainnet native coin",
+ "symbol": "BYC",
+ "decimals": 18
+ },
+ "infoURL": "https://boyaa.network",
+ "shortName": "BYC",
+ "chainId": 434,
+ "networkId": 434,
+ "icon": "boyaanetwork",
+ "explorers": [
+ {
+ "name": "Boyaa explorer",
+ "url": "https://explorer.mainnet.boyaa.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-44445.json b/_data/chains/eip155-44445.json
new file mode 100644
index 000000000000..be13aefb3eed
--- /dev/null
+++ b/_data/chains/eip155-44445.json
@@ -0,0 +1,24 @@
+{
+ "name": "Quantum Network",
+ "chain": "Quantum",
+ "rpc": ["https://rpcqtm.avescoin.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Quantum",
+ "symbol": "QTM",
+ "decimals": 18
+ },
+ "infoURL": "https://avescoin.io/",
+ "shortName": "QTM",
+ "chainId": 44445,
+ "networkId": 44445,
+ "icon": "quantum",
+ "explorers": [
+ {
+ "name": "Quantum Explorer",
+ "url": "https://qtm.avescoin.io",
+ "icon": "quantum",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-45454.json b/_data/chains/eip155-45454.json
new file mode 100644
index 000000000000..818099f128dd
--- /dev/null
+++ b/_data/chains/eip155-45454.json
@@ -0,0 +1,24 @@
+{
+ "name": "Swamps L2",
+ "chain": "SWP",
+ "icon": "swamps",
+ "rpc": ["https://swamps.tc.l2aas.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SWP",
+ "symbol": "SWP",
+ "decimals": 18
+ },
+ "infoURL": "https://www.swamps.fi",
+ "shortName": "SWP",
+ "chainId": 45454,
+ "networkId": 45454,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://swamps-explorer.tc.l2aas.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5039.json b/_data/chains/eip155-5039.json
new file mode 100644
index 000000000000..151624572228
--- /dev/null
+++ b/_data/chains/eip155-5039.json
@@ -0,0 +1,23 @@
+{
+ "name": "ONIGIRI Test Subnet",
+ "chain": "ONIGIRI",
+ "rpc": ["https://subnets.avax.network/onigiri/testnet/rpc"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ONIGIRI",
+ "symbol": "ONGR",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ongr.org/",
+ "shortName": "onigiri",
+ "chainId": 5039,
+ "networkId": 5039,
+ "explorers": [
+ {
+ "name": "ONIGIRI Explorer",
+ "url": "https://subnets-test.avax.network/onigiri",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5051.json b/_data/chains/eip155-5051.json
new file mode 100644
index 000000000000..2b722e63b6ad
--- /dev/null
+++ b/_data/chains/eip155-5051.json
@@ -0,0 +1,25 @@
+{
+ "name": "Nollie Skatechain Testnet",
+ "chain": "Skatechain",
+ "rpc": ["https://nollie-rpc.skatechain.org/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }],
+ "infoURL": "",
+ "shortName": "nollie-testnet",
+ "chainId": 5051,
+ "networkId": 5051,
+ "icon": "nollie",
+ "explorers": [
+ {
+ "name": "Nollie Skate Chain Testnet Explorer",
+ "url": "https://nolliescan.skatechain.org",
+ "standard": "EIP3091"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-5102.json b/_data/chains/eip155-5102.json
new file mode 100644
index 000000000000..573d6177d585
--- /dev/null
+++ b/_data/chains/eip155-5102.json
@@ -0,0 +1,22 @@
+{
+ "name": "SIC Testnet",
+ "chain": "SIC Testnet",
+ "rpc": ["https://rpc-sic-testnet-zvr7tlkzsi.t.conduit.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.fwb.help/",
+ "shortName": "sic-testnet",
+ "chainId": 5102,
+ "networkId": 5102,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorerl2new-sic-testnet-zvr7tlkzsi.t.conduit.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5103.json b/_data/chains/eip155-5103.json
new file mode 100644
index 000000000000..8cc1b8dfc088
--- /dev/null
+++ b/_data/chains/eip155-5103.json
@@ -0,0 +1,15 @@
+{
+ "name": "Coordinape Testnet",
+ "chain": "Coordinape Testnet",
+ "rpc": ["https://rpc-coordinape-testnet-vs9se3oc4v.t.conduit.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://coordinape.com/",
+ "shortName": "coordinape-testnet",
+ "chainId": 5103,
+ "networkId": 5103
+}
diff --git a/_data/chains/eip155-5104.json b/_data/chains/eip155-5104.json
new file mode 100644
index 000000000000..15ec4aad0866
--- /dev/null
+++ b/_data/chains/eip155-5104.json
@@ -0,0 +1,15 @@
+{
+ "name": "Charmverse Testnet",
+ "chain": "Charmverse Testnet",
+ "rpc": ["https://rpc-charmverse-testnet-g6blnaebes.t.conduit.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://charmverse.io/",
+ "shortName": "charmverse-testnet",
+ "chainId": 5104,
+ "networkId": 5104
+}
diff --git a/_data/chains/eip155-5105.json b/_data/chains/eip155-5105.json
new file mode 100644
index 000000000000..00de771c9cc0
--- /dev/null
+++ b/_data/chains/eip155-5105.json
@@ -0,0 +1,15 @@
+{
+ "name": "Superloyalty Testnet",
+ "chain": "Superloyalty Testnet",
+ "rpc": ["https://rpc-superloyalty-testnet-1m5gwjbsv1.t.conduit.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.superloyal.com/",
+ "shortName": "superloyalty-testnet",
+ "chainId": 5105,
+ "networkId": 5105
+}
diff --git a/_data/chains/eip155-5106.json b/_data/chains/eip155-5106.json
new file mode 100644
index 000000000000..9091f5687b8c
--- /dev/null
+++ b/_data/chains/eip155-5106.json
@@ -0,0 +1,22 @@
+{
+ "name": "Azra Testnet",
+ "chain": "Azra Testnet",
+ "rpc": ["https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://azragames.com",
+ "shortName": "azra-testnet",
+ "chainId": 5106,
+ "networkId": 5106,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5167003.json b/_data/chains/eip155-5167003.json
index 4384c742b148..603dfaa42161 100644
--- a/_data/chains/eip155-5167003.json
+++ b/_data/chains/eip155-5167003.json
@@ -10,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://wannsee.mxc.com/docs/intro",
- "shortName": "MXC",
+ "shortName": "MXCdiscontinued",
"chainId": 5167003,
"networkId": 5167003,
"slip44": 1,
diff --git a/_data/chains/eip155-5167004.json b/_data/chains/eip155-5167004.json
new file mode 100644
index 000000000000..69cbeeb6ae52
--- /dev/null
+++ b/_data/chains/eip155-5167004.json
@@ -0,0 +1,24 @@
+{
+ "name": "Moonchain Geneva Testnet",
+ "chain": "MXC zkEVM",
+ "icon": "mxc",
+ "rpc": ["https://geneva-rpc.moonchain.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Moonchain Geneva Testnet",
+ "symbol": "MXC",
+ "decimals": 18
+ },
+ "infoURL": "https://doc.mxc.com/docs/intro",
+ "shortName": "MXC",
+ "chainId": 5167004,
+ "networkId": 5167004,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "Moonchain Geneva Testnet",
+ "url": "https://geneva-explorer.moonchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-52014.json b/_data/chains/eip155-52014.json
index 492fac2b065f..c8ee61157c61 100644
--- a/_data/chains/eip155-52014.json
+++ b/_data/chains/eip155-52014.json
@@ -1,7 +1,7 @@
{
"name": "Electroneum Mainnet",
"chain": "Electroneum",
- "rpc": ["https://api.electroneum.com"],
+ "rpc": ["https://rpc.electroneum.com"],
"faucets": [],
"nativeCurrency": {
"name": "Electroneum",
diff --git a/_data/chains/eip155-5201420.json b/_data/chains/eip155-5201420.json
index 728632282a0a..d465ecc431b6 100644
--- a/_data/chains/eip155-5201420.json
+++ b/_data/chains/eip155-5201420.json
@@ -1,7 +1,7 @@
{
"name": "Electroneum Testnet",
"chain": "Electroneum",
- "rpc": ["https://api.electroneum.com"],
+ "rpc": ["https://testnet-rpc.electroneum.com"],
"faucets": [],
"nativeCurrency": {
"name": "Electroneum",
diff --git a/_data/chains/eip155-526916.json b/_data/chains/eip155-526916.json
new file mode 100644
index 000000000000..c888a2ffba55
--- /dev/null
+++ b/_data/chains/eip155-526916.json
@@ -0,0 +1,23 @@
+{
+ "name": "DoCoin Community Chain",
+ "title": "DoCoin Community Chain",
+ "chain": "DoCoin",
+ "rpc": ["https://rpc.docoin.shop"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DO",
+ "symbol": "DCT",
+ "decimals": 18
+ },
+ "infoURL": "https://docoin.network",
+ "shortName": "DoCoin",
+ "chainId": 526916,
+ "networkId": 526916,
+ "explorers": [
+ {
+ "name": "DoCoin Community Chain Explorer",
+ "url": "https://explorer.docoin.shop",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5317.json b/_data/chains/eip155-5317.json
new file mode 100644
index 000000000000..20f5f409abe6
--- /dev/null
+++ b/_data/chains/eip155-5317.json
@@ -0,0 +1,24 @@
+{
+ "name": "OpTrust Testnet",
+ "chain": "OpTrust",
+ "rpc": ["https://rpctest.optrust.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TestBSC",
+ "symbol": "tBNB",
+ "decimals": 18
+ },
+ "infoURL": "https://optrust.io",
+ "shortName": "toptrust",
+ "chainId": 5317,
+ "networkId": 5317,
+ "icon": "optrust",
+ "explorers": [
+ {
+ "name": "OpTrust Testnet explorer",
+ "url": "https://scantest.optrust.io",
+ "icon": "optrust",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-534351.json b/_data/chains/eip155-534351.json
index 0f699eb0088b..836b477f71d2 100644
--- a/_data/chains/eip155-534351.json
+++ b/_data/chains/eip155-534351.json
@@ -24,11 +24,6 @@
"name": "Scroll Sepolia Etherscan",
"url": "https://sepolia.scrollscan.com",
"standard": "EIP3091"
- },
- {
- "name": "Scroll Sepolia Blockscout",
- "url": "https://sepolia-blockscout.scroll.io",
- "standard": "EIP3091"
}
],
"parent": {
diff --git a/_data/chains/eip155-534352.json b/_data/chains/eip155-534352.json
index dbf097f63dd0..37c8e18edfcc 100644
--- a/_data/chains/eip155-534352.json
+++ b/_data/chains/eip155-534352.json
@@ -4,7 +4,6 @@
"status": "active",
"rpc": [
"https://rpc.scroll.io",
- "https://rpc-scroll.icecreamswap.com",
"https://rpc.ankr.com/scroll",
"https://scroll-mainnet.chainstacklabs.com"
],
@@ -23,11 +22,6 @@
"name": "Scrollscan",
"url": "https://scrollscan.com",
"standard": "EIP3091"
- },
- {
- "name": "Blockscout",
- "url": "https://blockscout.scroll.io",
- "standard": "EIP3091"
}
],
"parent": {
diff --git a/_data/chains/eip155-537.json b/_data/chains/eip155-537.json
new file mode 100644
index 000000000000..216d20d3959e
--- /dev/null
+++ b/_data/chains/eip155-537.json
@@ -0,0 +1,24 @@
+{
+ "name": "OpTrust Mainnet",
+ "chain": "OpTrust",
+ "rpc": ["https://rpc.optrust.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BSC",
+ "symbol": "BNB",
+ "decimals": 18
+ },
+ "infoURL": "https://optrust.io",
+ "shortName": "optrust",
+ "chainId": 537,
+ "networkId": 537,
+ "icon": "optrust",
+ "explorers": [
+ {
+ "name": "OpTrust explorer",
+ "url": "https://scan.optrust.io",
+ "icon": "optrust",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5439.json b/_data/chains/eip155-5439.json
new file mode 100644
index 000000000000..1eb91ba22d6a
--- /dev/null
+++ b/_data/chains/eip155-5439.json
@@ -0,0 +1,22 @@
+{
+ "name": "Egochain",
+ "chainId": 5439,
+ "shortName": "egax",
+ "chain": "EGAX",
+ "networkId": 5439,
+ "nativeCurrency": {
+ "name": "EGAX",
+ "symbol": "EGAX",
+ "decimals": 18
+ },
+ "rpc": ["https://mainnet.egochain.org"],
+ "faucets": [],
+ "infoURL": "https://docs.egochain.org/",
+ "explorers": [
+ {
+ "name": "egoscan",
+ "url": "https://egoscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-545.json b/_data/chains/eip155-545.json
new file mode 100644
index 000000000000..923b86801aa8
--- /dev/null
+++ b/_data/chains/eip155-545.json
@@ -0,0 +1,23 @@
+{
+ "name": "Testnet",
+ "chain": "Flow",
+ "rpc": ["https://testnet.evm.nodes.onflow.org"],
+ "faucets": ["https://testnet-faucet.onflow.org"],
+ "nativeCurrency": {
+ "name": "FLOW",
+ "symbol": "FLOW",
+ "decimals": 18
+ },
+ "infoURL": "https://developers.flow.com/evm/about",
+ "shortName": "flow-testnet",
+ "chainId": 545,
+ "networkId": 545,
+ "icon": "flowevm",
+ "explorers": [
+ {
+ "name": "Flow Diver",
+ "url": "https://testnet.flowdiver.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-54555.json b/_data/chains/eip155-54555.json
new file mode 100644
index 000000000000..a348d9c6d40b
--- /dev/null
+++ b/_data/chains/eip155-54555.json
@@ -0,0 +1,22 @@
+{
+ "name": "Photon Testnet",
+ "chain": "Photon",
+ "rpc": ["https://rpc-test.photonchain.io"],
+ "faucets": ["https://photonchain.io/airdrop"],
+ "nativeCurrency": {
+ "name": "Photon",
+ "symbol": "PTON",
+ "decimals": 18
+ },
+ "infoURL": "https://photonchain.io",
+ "shortName": "pton",
+ "chainId": 54555,
+ "networkId": 54555,
+ "explorers": [
+ {
+ "name": "photon_testnet_explorer",
+ "url": "https://testnet.photonchain.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-555666.json b/_data/chains/eip155-555666.json
new file mode 100644
index 000000000000..dbb1ba596228
--- /dev/null
+++ b/_data/chains/eip155-555666.json
@@ -0,0 +1,27 @@
+{
+ "name": "Eclipse Testnet",
+ "chain": "ECLIPSE",
+ "rpc": ["https://subnets.avax.network/eclipsecha/testnet/rpc"],
+ "features": [
+ {
+ "name": "EIP1559"
+ }
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Eclipse",
+ "symbol": "ECLPS",
+ "decimals": 18
+ },
+ "infoURL": "http://eclipsenet.io",
+ "shortName": "eclipset",
+ "chainId": 555666,
+ "networkId": 555666,
+ "explorers": [
+ {
+ "name": "ECLIPSE Explorer",
+ "url": "https://subnets-test.avax.network/eclipsecha",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5615.json b/_data/chains/eip155-5615.json
new file mode 100644
index 000000000000..68a08d0e64cf
--- /dev/null
+++ b/_data/chains/eip155-5615.json
@@ -0,0 +1,23 @@
+{
+ "name": "Arcturus Testneet",
+ "chain": "Arcturus",
+ "rpc": ["https://rpc-testnet.arcturuschain.io/"],
+ "faucets": ["https://faucet.arcturuschain.io"],
+ "nativeCurrency": {
+ "name": "tARC",
+ "symbol": "tARC",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://arcturuschain.io",
+ "shortName": "arcturus-testnet",
+ "chainId": 5615,
+ "networkId": 5615,
+ "explorers": [
+ {
+ "name": "explorer-arcturus-testnet",
+ "url": "https://testnet.arcscan.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-56288.json b/_data/chains/eip155-56288.json
index 88be27cda029..99597736cff7 100644
--- a/_data/chains/eip155-56288.json
+++ b/_data/chains/eip155-56288.json
@@ -22,7 +22,7 @@
"explorers": [
{
"name": "Boba BNB block explorer",
- "url": "https://blockexplorer.bnb.boba.network",
+ "url": "https://bobascan.com",
"standard": "none"
}
],
diff --git a/_data/chains/eip155-5656.json b/_data/chains/eip155-5656.json
new file mode 100644
index 000000000000..cb1da8368aab
--- /dev/null
+++ b/_data/chains/eip155-5656.json
@@ -0,0 +1,26 @@
+{
+ "name": "QIE Blockchain",
+ "chain": "QIE",
+ "icon": "qie",
+ "rpc": [
+ "https://rpc-main1.qiblockchain.online/",
+ "https://rpc-main2.qiblockchain.online/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "QIE Blockchain",
+ "symbol": "QIE",
+ "decimals": 18
+ },
+ "infoURL": "https://qiblockchain.online/",
+ "shortName": "QIE",
+ "chainId": 5656,
+ "networkId": 5656,
+ "explorers": [
+ {
+ "name": "QIE Explorer",
+ "url": "https://mainnet.qiblockchain.online",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5675.json b/_data/chains/eip155-5675.json
new file mode 100644
index 000000000000..0a7a746ea647
--- /dev/null
+++ b/_data/chains/eip155-5675.json
@@ -0,0 +1,24 @@
+{
+ "name": "Filenova Testnet",
+ "chain": "Filenova",
+ "rpc": ["https://rpctest.filenova.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Test Filecoin",
+ "symbol": "tFIL",
+ "decimals": 18
+ },
+ "infoURL": "https://filenova.org",
+ "shortName": "tfilenova",
+ "chainId": 5675,
+ "networkId": 5675,
+ "icon": "filenova",
+ "explorers": [
+ {
+ "name": "filenova testnet explorer",
+ "url": "https://scantest.filenova.org",
+ "icon": "filenova",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-570.json b/_data/chains/eip155-570.json
index 657227dc3da5..fe508f88b748 100644
--- a/_data/chains/eip155-570.json
+++ b/_data/chains/eip155-570.json
@@ -1,7 +1,12 @@
{
"name": "Rollux Mainnet",
"chain": "SYS",
- "rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"],
+ "rpc": [
+ "https://rpc.rollux.com",
+ "wss://rpc.rollux.com/wss",
+ "https://rollux.rpc.syscoin.org",
+ "wss://rollux.rpc.syscoin.org/wss"
+ ],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Syscoin",
diff --git a/_data/chains/eip155-57000.json b/_data/chains/eip155-57000.json
index a24eb21acba2..1e50a135e13f 100644
--- a/_data/chains/eip155-57000.json
+++ b/_data/chains/eip155-57000.json
@@ -4,7 +4,9 @@
"rpc": [
"https://rpc-tanenbaum.rollux.com",
"https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}",
- "wss://rpc-tanenbaum.rollux.com/wss"
+ "wss://rpc-tanenbaum.rollux.com/wss",
+ "https://rollux.rpc.tanenbaum.io",
+ "wss://rollux.rpc.tanenbaum.io/wss"
],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
diff --git a/_data/chains/eip155-579.json b/_data/chains/eip155-579.json
new file mode 100644
index 000000000000..7bf8460493fb
--- /dev/null
+++ b/_data/chains/eip155-579.json
@@ -0,0 +1,24 @@
+{
+ "name": "Filenova Mainnet",
+ "chain": "Filenova",
+ "rpc": ["https://rpc.filenova.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Filecoin",
+ "symbol": "FIL",
+ "decimals": 18
+ },
+ "infoURL": "https://filenova.org",
+ "shortName": "filenova",
+ "chainId": 579,
+ "networkId": 579,
+ "icon": "filenova",
+ "explorers": [
+ {
+ "name": "filenova explorer",
+ "url": "https://scan.filenova.org",
+ "icon": "filenova",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-5845.json b/_data/chains/eip155-5845.json
new file mode 100644
index 000000000000..29e2f6c1b532
--- /dev/null
+++ b/_data/chains/eip155-5845.json
@@ -0,0 +1,24 @@
+{
+ "name": "Tangle",
+ "chain": "Tangle",
+ "rpc": ["https://rpc.tangle.tools", "wss://rpc.tangle.tools"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Tangle",
+ "symbol": "TNT",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.tangle.tools",
+ "shortName": "tangle",
+ "chainId": 5845,
+ "networkId": 5845,
+ "icon": "tangle",
+ "explorers": [
+ {
+ "name": "Tangle EVM Explorer",
+ "url": "https://explorer.tangle.tools",
+ "standard": "EIP3091",
+ "icon": "tangle"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-59140.json b/_data/chains/eip155-59140.json
index 9b0b11395355..7925b2612306 100644
--- a/_data/chains/eip155-59140.json
+++ b/_data/chains/eip155-59140.json
@@ -1,5 +1,5 @@
{
- "name": "Linea Testnet",
+ "name": "Linea Goerli",
"title": "Linea Goerli Testnet",
"chain": "ETH",
"rpc": [
@@ -15,7 +15,7 @@
"decimals": 18
},
"infoURL": "https://linea.build",
- "shortName": "linea-testnet",
+ "shortName": "linea-goerli",
"chainId": 59140,
"networkId": 59140,
"slip44": 1,
diff --git a/_data/chains/eip155-59141.json b/_data/chains/eip155-59141.json
new file mode 100644
index 000000000000..96428895a5d8
--- /dev/null
+++ b/_data/chains/eip155-59141.json
@@ -0,0 +1,47 @@
+{
+ "name": "Linea Sepolia",
+ "title": "Linea Sepolia Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.sepolia.linea.build",
+ "wss://rpc.sepolia.linea.build",
+ "https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}",
+ "wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Linea Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://linea.build",
+ "shortName": "linea-sepolia",
+ "chainId": 59141,
+ "networkId": 59141,
+ "slip44": 1,
+ "icon": "linea",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-5",
+ "bridges": [
+ {
+ "url": "https://bridge.linea.build/"
+ }
+ ]
+ },
+ "explorers": [
+ {
+ "name": "Etherscan",
+ "url": "https://sepolia.lineascan.build",
+ "standard": "EIP3091",
+ "icon": "linea"
+ },
+ {
+ "name": "Blockscout",
+ "url": "https://explorer.sepolia.linea.build",
+ "standard": "EIP3091",
+ "icon": "linea"
+ }
+ ],
+ "status": "active"
+}
diff --git a/_data/chains/eip155-6000.json b/_data/chains/eip155-6000.json
new file mode 100644
index 000000000000..9038b7ae2ded
--- /dev/null
+++ b/_data/chains/eip155-6000.json
@@ -0,0 +1,22 @@
+{
+ "name": "BounceBit Testnet",
+ "chain": "BounceBit",
+ "rpc": ["https://fullnode-testnet.bouncebitapi.com/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BounceBit",
+ "symbol": "BB",
+ "decimals": 18
+ },
+ "infoURL": "https://bouncebit.io",
+ "shortName": "bouncebit-testnet",
+ "chainId": 6000,
+ "networkId": 6000,
+ "explorers": [
+ {
+ "name": "BBScan Testnet Explorer",
+ "url": "https://bbscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-6001.json b/_data/chains/eip155-6001.json
new file mode 100644
index 000000000000..3ff63ecacd48
--- /dev/null
+++ b/_data/chains/eip155-6001.json
@@ -0,0 +1,22 @@
+{
+ "name": "BounceBit Mainnet",
+ "chain": "BounceBit",
+ "rpc": ["https://fullnode-mainnet.bouncebitapi.com/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BounceBit",
+ "symbol": "BB",
+ "decimals": 18
+ },
+ "infoURL": "https://bouncebit.io",
+ "shortName": "bouncebit-mainnet",
+ "chainId": 6001,
+ "networkId": 6001,
+ "explorers": [
+ {
+ "name": "BBScan Mainnet Explorer",
+ "url": "https://bbscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-60808.json b/_data/chains/eip155-60808.json
new file mode 100644
index 000000000000..dc79b256e64c
--- /dev/null
+++ b/_data/chains/eip155-60808.json
@@ -0,0 +1,16 @@
+{
+ "name": "BOB",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://gobob.xyz",
+ "shortName": "bob",
+ "chainId": 60808,
+ "networkId": 60808,
+ "status": "incubating"
+}
diff --git a/_data/chains/eip155-61406.json b/_data/chains/eip155-61406.json
new file mode 100644
index 000000000000..0f8e1456e496
--- /dev/null
+++ b/_data/chains/eip155-61406.json
@@ -0,0 +1,22 @@
+{
+ "name": "KaiChain",
+ "chain": "KaiChain",
+ "rpc": ["https://mainnet-rpc.kaichain.net"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "KaiChain Native Token",
+ "symbol": "KEC",
+ "decimals": 18
+ },
+ "infoURL": "https://kaichain.net",
+ "shortName": "kec",
+ "chainId": 61406,
+ "networkId": 61406,
+ "explorers": [
+ {
+ "name": "KaiChain Explorer",
+ "url": "https://explorer.kaichain.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-62049.json b/_data/chains/eip155-62049.json
new file mode 100644
index 000000000000..e30145c4f3bb
--- /dev/null
+++ b/_data/chains/eip155-62049.json
@@ -0,0 +1,30 @@
+{
+ "name": "OPTOPIA Testnet",
+ "chain": "ETH",
+ "rpc": ["https://rpc-testnet.optopia.ai"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP1559" }],
+ "infoURL": "https://optopia.ai",
+ "shortName": "OPTOPIA-Testnet",
+ "chainId": 62049,
+ "networkId": 62049,
+ "icon": "optopia",
+ "explorers": [
+ {
+ "name": "optopia-testnet-scan",
+ "url": "https://scan-testnet.optopia.ai",
+ "icon": "optopia",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [{ "url": "https://bridge-testnet.optopia.ai" }]
+ }
+}
diff --git a/_data/chains/eip155-62050.json b/_data/chains/eip155-62050.json
new file mode 100644
index 000000000000..557882d66154
--- /dev/null
+++ b/_data/chains/eip155-62050.json
@@ -0,0 +1,23 @@
+{
+ "name": "Optopia Mainnet",
+ "status": "incubating",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP1559" }],
+ "infoURL": "https://optopia.ai",
+ "shortName": "Optopia",
+ "chainId": 62050,
+ "networkId": 62050,
+ "icon": "optopia",
+ "explorers": [],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ }
+}
diff --git a/_data/chains/eip155-646.json b/_data/chains/eip155-646.json
new file mode 100644
index 000000000000..71a5a1aea229
--- /dev/null
+++ b/_data/chains/eip155-646.json
@@ -0,0 +1,23 @@
+{
+ "name": "Previewnet",
+ "chain": "Flow",
+ "rpc": ["https://previewnet.evm.nodes.onflow.org"],
+ "faucets": ["https://previewnet-faucet.onflow.org"],
+ "nativeCurrency": {
+ "name": "FLOW",
+ "symbol": "FLOW",
+ "decimals": 18
+ },
+ "infoURL": "https://developers.flow.com/evm/about",
+ "shortName": "flow-previewnet",
+ "chainId": 646,
+ "networkId": 646,
+ "icon": "flowevm",
+ "explorers": [
+ {
+ "name": "Flow Diver",
+ "url": "https://previewnet.flowdiver.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-65100001.json b/_data/chains/eip155-65100001.json
index 6ab1e38c3859..e5b47081b9b1 100644
--- a/_data/chains/eip155-65100001.json
+++ b/_data/chains/eip155-65100001.json
@@ -1,10 +1,8 @@
{
"name": "Autonity Piccadilly (Barada) Testnet",
+ "status": "deprecated",
"chain": "AUT",
- "rpc": [
- "https://rpc1.piccadilly.autonity.org/",
- "wss://rpc1.piccadilly.autonity.org/ws/"
- ],
+ "rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Piccadilly Auton",
diff --git a/_data/chains/eip155-65100002.json b/_data/chains/eip155-65100002.json
new file mode 100644
index 000000000000..ef38e2e73940
--- /dev/null
+++ b/_data/chains/eip155-65100002.json
@@ -0,0 +1,27 @@
+{
+ "name": "Autonity Piccadilly (Sumida) Testnet",
+ "chain": "AUT",
+ "rpc": [
+ "https://rpc1.piccadilly.autonity.org/",
+ "wss://rpc1.piccadilly.autonity.org/ws/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Piccadilly Auton",
+ "symbol": "ATN",
+ "decimals": 18
+ },
+ "infoURL": "https://autonity.org/",
+ "shortName": "piccadilly-02",
+ "chainId": 65100002,
+ "networkId": 65100002,
+ "slip44": 1,
+ "icon": "autonity",
+ "explorers": [
+ {
+ "name": "autonity-blockscout",
+ "url": "https://piccadilly.autonity.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-6666665.json b/_data/chains/eip155-6666665.json
new file mode 100644
index 000000000000..b3c00c586b16
--- /dev/null
+++ b/_data/chains/eip155-6666665.json
@@ -0,0 +1,24 @@
+{
+ "name": "Safe(AnWang) Mainnet",
+ "chain": "Safe(AnWang)",
+ "icon": "safe-anwang",
+ "rpc": ["https://rpc.anwang.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SAFE(AnWang)",
+ "symbol": "SAFE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.anwang.com",
+ "shortName": "SafeMainnet",
+ "chainId": 6666665,
+ "networkId": 6666665,
+ "explorers": [
+ {
+ "name": "Safe(AnWang) Explorer",
+ "url": "http://safe4.anwang.com",
+ "icon": "safe-anwang",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-6666666.json b/_data/chains/eip155-6666666.json
new file mode 100644
index 000000000000..b095365de07e
--- /dev/null
+++ b/_data/chains/eip155-6666666.json
@@ -0,0 +1,24 @@
+{
+ "name": "Safe(AnWang) Testnet",
+ "chain": "Safe(AnWang)",
+ "icon": "safe-anwang",
+ "rpc": ["https://rpc-testnet.anwang.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SAFE(AnWang)",
+ "symbol": "SAFE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.anwang.com",
+ "shortName": "SafeTestnet",
+ "chainId": 6666666,
+ "networkId": 6666666,
+ "explorers": [
+ {
+ "name": "Safe(AnWang) Testnet Explorer",
+ "url": "http://safe4-testnet.anwang.com",
+ "icon": "safe-anwang",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-686868.json b/_data/chains/eip155-686868.json
new file mode 100644
index 000000000000..78aa321da2c1
--- /dev/null
+++ b/_data/chains/eip155-686868.json
@@ -0,0 +1,23 @@
+{
+ "name": "Won Network",
+ "chainId": 686868,
+ "shortName": "WonChain",
+ "chain": "WON",
+ "icon": "won",
+ "networkId": 686868,
+ "nativeCurrency": {
+ "name": "Won",
+ "symbol": "WON",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.wonnetwork.org"],
+ "faucets": ["https://faucet.wondollars.org"],
+ "explorers": [
+ {
+ "name": "Won Explorer",
+ "url": "https://scan.wonnetwork.org",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://wonnetwork.org"
+}
diff --git a/_data/chains/eip155-696969.json b/_data/chains/eip155-696969.json
new file mode 100644
index 000000000000..fc7fbe0174c1
--- /dev/null
+++ b/_data/chains/eip155-696969.json
@@ -0,0 +1,22 @@
+{
+ "name": "Galadriel Devnet",
+ "chain": "Galadriel",
+ "rpc": ["https://devnet.galadriel.com"],
+ "faucets": ["https://docs.galadriel.com/faucet"],
+ "nativeCurrency": {
+ "name": "Galadriel Devnet token",
+ "symbol": "GAL",
+ "decimals": 18
+ },
+ "infoURL": "https://galadriel.com",
+ "shortName": "galadriel-devnet",
+ "chainId": 696969,
+ "networkId": 696969,
+ "explorers": [
+ {
+ "name": "Galadriel Explorer",
+ "url": "https://explorer.galadriel.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json
index 30ad76e59e1e..e1c10592a950 100644
--- a/_data/chains/eip155-7001.json
+++ b/_data/chains/eip155-7001.json
@@ -2,7 +2,12 @@
"name": "ZetaChain Athens 3 Testnet",
"chain": "ZetaChain",
"icon": "zetachain",
- "rpc": ["https://rpc.ankr.com/zetachain_evm_athens_testnet"],
+ "rpc": [
+ "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
+ "wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket",
+ "https://zetachain-testnet-archive.allthatnode.com:8545"
+ ],
+
"faucets": ["https://labs.zetachain.com/get-zeta"],
"nativeCurrency": {
"name": "Zeta",
diff --git a/_data/chains/eip155-70700.json b/_data/chains/eip155-70700.json
new file mode 100644
index 000000000000..cf3cae4f8881
--- /dev/null
+++ b/_data/chains/eip155-70700.json
@@ -0,0 +1,32 @@
+{
+ "name": "Proof of Play - Apex",
+ "chainId": 70700,
+ "shortName": "pop-apex",
+ "chain": "ETH",
+ "networkId": 70700,
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "rpc": ["https://rpc.apex.proofofplay.com"],
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "Proof of Play Apex Explorer",
+ "url": "https://explorer.apex.proofofplay.com",
+ "icon": "pop-apex",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://proofofplay.com",
+ "icon": "pop-apex",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-42161",
+ "bridges": [
+ { "url": "https://bridge.arbitrum.io" },
+ { "url": "https://relay.link/bridge/apex/" }
+ ]
+ }
+}
diff --git a/_data/chains/eip155-7077.json b/_data/chains/eip155-7077.json
new file mode 100644
index 000000000000..214c28803569
--- /dev/null
+++ b/_data/chains/eip155-7077.json
@@ -0,0 +1,17 @@
+{
+ "name": "Planq Atlas Testnet",
+ "chain": "Planq",
+ "icon": "planq",
+ "rpc": ["https://evm-rpc-atlas.planq.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Planq",
+ "symbol": "tPLQ",
+ "decimals": 18
+ },
+ "infoURL": "https://planq.network",
+ "shortName": "planq-atlas-testnet",
+ "chainId": 7077,
+ "networkId": 7077,
+ "explorers": []
+}
diff --git a/_data/chains/eip155-72778.json b/_data/chains/eip155-72778.json
new file mode 100644
index 000000000000..a3c922684b58
--- /dev/null
+++ b/_data/chains/eip155-72778.json
@@ -0,0 +1,26 @@
+{
+ "name": "CAGA crypto Ankara testnet",
+ "chain": "Ankara",
+ "rpc": [
+ "https://www.ankara-cagacrypto.com",
+ "wss://wss.ankara-cagacrypto.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Caga",
+ "symbol": "CAGA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.cagacrypto.com/",
+ "shortName": "caga",
+ "chainId": 72778,
+ "networkId": 72778,
+ "icon": "ankaracaga",
+ "explorers": [
+ {
+ "name": "ankara",
+ "url": "https://explorer.ankara-cagacrypto.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-73114.json b/_data/chains/eip155-73114.json
new file mode 100644
index 000000000000..fa7fd92062eb
--- /dev/null
+++ b/_data/chains/eip155-73114.json
@@ -0,0 +1,26 @@
+{
+ "name": "ICB Testnet",
+ "chain": "ICBT",
+ "icon": "icbnetwork",
+ "rpc": [
+ "https://rpc1-testnet.icbnetwork.info/",
+ "https://rpc2-testnet.icbnetwork.info/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ICB Testnet Token",
+ "symbol": "ICBT",
+ "decimals": 18
+ },
+ "infoURL": "https://icb.network",
+ "shortName": "ICBT",
+ "chainId": 73114,
+ "networkId": 73114,
+ "explorers": [
+ {
+ "name": "ICB Tesnet Explorer",
+ "url": "https://testnet.icbscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-73115.json b/_data/chains/eip155-73115.json
new file mode 100644
index 000000000000..51afb05459e9
--- /dev/null
+++ b/_data/chains/eip155-73115.json
@@ -0,0 +1,26 @@
+{
+ "name": "ICB Network",
+ "chain": "ICB",
+ "icon": "icbnetwork",
+ "rpc": [
+ "https://rpc1-mainnet.icbnetwork.info/",
+ "https://rpc2-mainnet.icbnetwork.info/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ICB Native Token",
+ "symbol": "ICBX",
+ "decimals": 18
+ },
+ "infoURL": "https://icb.network",
+ "shortName": "ICBX",
+ "chainId": 73115,
+ "networkId": 73115,
+ "explorers": [
+ {
+ "name": "ICB Explorer",
+ "url": "https://icbscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-743111.json b/_data/chains/eip155-743111.json
new file mode 100644
index 000000000000..56afc2c21961
--- /dev/null
+++ b/_data/chains/eip155-743111.json
@@ -0,0 +1,28 @@
+{
+ "name": "Hemi Sepolia",
+ "chain": "ETH",
+ "rpc": ["https://testnet.rpc.hemi.network/rpc"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://hemi.xyz",
+ "shortName": "hemi-sep",
+ "chainId": 743111,
+ "networkId": 743111,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://testnet.explorer.hemi.network",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ },
+ "status": "active"
+}
diff --git a/_data/chains/eip155-747.json b/_data/chains/eip155-747.json
new file mode 100644
index 000000000000..c223995249cc
--- /dev/null
+++ b/_data/chains/eip155-747.json
@@ -0,0 +1,23 @@
+{
+ "name": "Mainnet",
+ "chain": "Flow",
+ "rpc": ["https://mainnet.evm.nodes.onflow.org"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "FLOW",
+ "symbol": "FLOW",
+ "decimals": 18
+ },
+ "infoURL": "https://developers.flow.com/evm/about",
+ "shortName": "flow-mainnet",
+ "chainId": 747,
+ "networkId": 747,
+ "icon": "flowevm",
+ "explorers": [
+ {
+ "name": "Flow Diver",
+ "url": "https://flowdiver.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-7560.json b/_data/chains/eip155-7560.json
new file mode 100644
index 000000000000..ffbf18da36a2
--- /dev/null
+++ b/_data/chains/eip155-7560.json
@@ -0,0 +1,21 @@
+{
+ "name": "Cyber Mainnet",
+ "chain": "Cyber",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "icon": "cyber",
+ "infoURL": "https://cyber.co/",
+ "shortName": "cyeth",
+ "chainId": 7560,
+ "networkId": 7560,
+ "status": "incubating",
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1"
+ }
+}
diff --git a/_data/chains/eip155-77001.json b/_data/chains/eip155-77001.json
new file mode 100644
index 000000000000..fa1398104376
--- /dev/null
+++ b/_data/chains/eip155-77001.json
@@ -0,0 +1,24 @@
+{
+ "name": "BORAchain mainnet",
+ "chain": "BORA",
+ "icon": "bora",
+ "rpc": ["https://public-node.api.boraportal.com/bora/mainnet"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BGAS",
+ "symbol": "BGAS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.boraportal.com",
+ "shortName": "BORAchain",
+ "chainId": 77001,
+ "networkId": 77001,
+ "slip44": 8217,
+ "explorers": [
+ {
+ "name": "BORAchainscope",
+ "url": "https://scope.boraportal.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-7778.json b/_data/chains/eip155-7778.json
new file mode 100644
index 000000000000..c1cf0959c42a
--- /dev/null
+++ b/_data/chains/eip155-7778.json
@@ -0,0 +1,29 @@
+{
+ "name": "Orenium Mainnet Protocol",
+ "chain": "ORE",
+ "rpc": [
+ "https://validator-mainnet.orenium.org",
+ "https://rpc-oracle-mainnet.orenium.org",
+ "https://portalmainnet.orenium.org"
+ ],
+ "nativeCurrency": {
+ "name": "ORENIUM",
+ "symbol": "ORE",
+ "decimals": 18
+ },
+ "infoURL": "https://orenium.org",
+ "shortName": "ore",
+ "chainId": 7778,
+ "networkId": 7778,
+ "slip44": 1,
+ "icon": "ore",
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "ORE Mainnet Explorer",
+ "icon": "ore",
+ "url": "https://oreniumscan.org",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-77787778.json b/_data/chains/eip155-77787778.json
new file mode 100644
index 000000000000..aaa563acd05b
--- /dev/null
+++ b/_data/chains/eip155-77787778.json
@@ -0,0 +1,31 @@
+{
+ "name": "0xHash Testnet",
+ "chain": "HETH",
+ "icon": "ethereum",
+ "rpc": ["https://rpc-test.0xhash.io"],
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "0xHash",
+ "symbol": "HETH",
+ "decimals": 18
+ },
+ "infoURL": "https://0xhash.io",
+ "shortName": "HETH",
+ "chainId": 77787778,
+ "networkId": 77787778,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://test.0xhashscan.io",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-1",
+ "bridges": [{ "url": "https://app.optimism.io/bridge/deposit" }]
+ }
+}
diff --git a/_data/chains/eip155-7798.json b/_data/chains/eip155-7798.json
new file mode 100644
index 000000000000..11961ae81062
--- /dev/null
+++ b/_data/chains/eip155-7798.json
@@ -0,0 +1,26 @@
+{
+ "name": "OpenEX LONG Testnet",
+ "title": "OpenEX LONG Testnet",
+ "chain": "OEX",
+ "icon": "oex",
+ "rpc": ["https://long.rpc.openex.network/"],
+ "faucets": ["https://long.hub.openex.network/faucet"],
+ "nativeCurrency": {
+ "name": "USDT Testnet",
+ "symbol": "USDT",
+ "decimals": 18
+ },
+ "infoURL": "https://openex.network",
+ "shortName": "oex",
+ "chainId": 7798,
+ "networkId": 7798,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "OpenEX Long Testnet Explorer",
+ "url": "https://scan.long.openex.network",
+ "icon": "oex",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-78600.json b/_data/chains/eip155-78600.json
index 4e006d71d45f..46ac9d3baad9 100644
--- a/_data/chains/eip155-78600.json
+++ b/_data/chains/eip155-78600.json
@@ -9,7 +9,7 @@
"faucets": ["https://faucet.vanarchain.com"],
"nativeCurrency": {
"name": "Vanguard Vanry",
- "symbol": "VG",
+ "symbol": "VANRY",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
diff --git a/_data/chains/eip155-7923.json b/_data/chains/eip155-7923.json
new file mode 100644
index 000000000000..fe6124d25278
--- /dev/null
+++ b/_data/chains/eip155-7923.json
@@ -0,0 +1,23 @@
+{
+ "name": "Dot Blox",
+ "chain": "DTBX",
+ "icon": "dotblox",
+ "rpc": ["https://rpc.dotblox.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Dot Blox",
+ "symbol": "DTBX",
+ "decimals": 18
+ },
+ "infoURL": "https://explorer.dotblox.io",
+ "shortName": "DTBX",
+ "chainId": 7923,
+ "networkId": 7923,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.dotblox.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-80002.json b/_data/chains/eip155-80002.json
new file mode 100644
index 000000000000..f76af6d33ccf
--- /dev/null
+++ b/_data/chains/eip155-80002.json
@@ -0,0 +1,29 @@
+{
+ "name": "Amoy",
+ "title": "Polygon Amoy Testnet",
+ "chain": "Polygon",
+ "icon": "polygon",
+ "rpc": [
+ "https://rpc-amoy.polygon.technology",
+ "https://polygon-amoy-bor-rpc.publicnode.com",
+ "wss://polygon-amoy-bor-rpc.publicnode.com"
+ ],
+ "faucets": ["https://faucet.polygon.technology/"],
+ "nativeCurrency": {
+ "name": "MATIC",
+ "symbol": "MATIC",
+ "decimals": 18
+ },
+ "infoURL": "https://polygon.technology/",
+ "shortName": "polygonamoy",
+ "chainId": 80002,
+ "networkId": 80002,
+ "slip44": 1,
+ "explorers": [
+ {
+ "name": "polygonamoy",
+ "url": "https://www.oklink.com/amoy",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-8054.json b/_data/chains/eip155-8054.json
new file mode 100644
index 000000000000..19e17d13e10f
--- /dev/null
+++ b/_data/chains/eip155-8054.json
@@ -0,0 +1,28 @@
+{
+ "name": "Karak Sepolia",
+ "title": "Karak Testnet Sepolia",
+ "chain": "Karak",
+ "icon": "karak",
+ "rpc": ["https://rpc.sepolia.karak.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://karak.network",
+ "shortName": "karak-sepolia",
+ "chainId": 8054,
+ "networkId": 8054,
+ "explorers": [
+ {
+ "name": "Karak Sepolia Explorer",
+ "url": "https://explorer.sepolia.karak.network",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111"
+ }
+}
diff --git a/_data/chains/eip155-808080.json b/_data/chains/eip155-808080.json
new file mode 100644
index 000000000000..967f12e57869
--- /dev/null
+++ b/_data/chains/eip155-808080.json
@@ -0,0 +1,25 @@
+{
+ "name": "BIZ Smart Chain Testnet",
+ "chain": "BIZT Testnet",
+ "rpc": ["https://rpc-testnet.bizex.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "tBIZT",
+ "symbol": "tBIZT",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://www.biztoken.io/",
+ "shortName": "bizt-testnet",
+ "chainId": 808080,
+ "networkId": 808080,
+ "slip44": 1,
+ "icon": "biz",
+ "explorers": [
+ {
+ "name": "BIZ Smart Chain Testnet Explorer",
+ "url": "https://testnet.btscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-810180.json b/_data/chains/eip155-810180.json
new file mode 100644
index 000000000000..f07c20c67feb
--- /dev/null
+++ b/_data/chains/eip155-810180.json
@@ -0,0 +1,30 @@
+{
+ "name": "zkLink Nova Mainnet",
+ "chain": "ETH",
+ "rpc": ["https://rpc.zklink.io", "wss://rpc.zklink.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://zklink.io",
+ "shortName": "zklink-nova",
+ "chainId": 810180,
+ "networkId": 810180,
+ "slip44": 1,
+ "icon": "zklink-nova",
+ "explorers": [
+ {
+ "name": "zkLink Nova Block Explorer",
+ "url": "https://explorer.zklink.io",
+ "icon": "zklink-nova",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-59144",
+ "bridges": [{ "url": "https://portal.zklink.io" }]
+ }
+}
diff --git a/_data/chains/eip155-810181.json b/_data/chains/eip155-810181.json
new file mode 100644
index 000000000000..404bbe219677
--- /dev/null
+++ b/_data/chains/eip155-810181.json
@@ -0,0 +1,30 @@
+{
+ "name": "zkLink Nova Sepolia Testnet",
+ "chain": "ETH",
+ "rpc": ["https://sepolia.rpc.zklink.io", "wss://sepolia.rpc.zklink.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://zklink.io",
+ "shortName": "zklink-nova-sepolia",
+ "chainId": 810181,
+ "networkId": 810181,
+ "slip44": 1,
+ "icon": "zklink-nova",
+ "explorers": [
+ {
+ "name": "zkLink Nova Block Explorer",
+ "url": "https://sepolia.explorer.zklink.io",
+ "icon": "zklink-nova",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-59141",
+ "bridges": [{ "url": "https://sepolia.portal.zklink.io" }]
+ }
+}
diff --git a/_data/chains/eip155-810182.json b/_data/chains/eip155-810182.json
new file mode 100644
index 000000000000..54e7e8487256
--- /dev/null
+++ b/_data/chains/eip155-810182.json
@@ -0,0 +1,30 @@
+{
+ "name": "zkLink Nova Goerli Testnet",
+ "chain": "ETH",
+ "rpc": ["https://goerli.rpc.zklink.io", "wss://goerli.rpc.zklink.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://zklink.io",
+ "shortName": "zklink-nova-goerli",
+ "chainId": 810182,
+ "networkId": 810182,
+ "slip44": 1,
+ "icon": "zklink-nova",
+ "explorers": [
+ {
+ "name": "zkLink Nova Block Explorer",
+ "url": "https://goerli.explorer.zklink.io",
+ "icon": "zklink-nova",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-59140",
+ "bridges": [{ "url": "https://goerli.portal.zklink.io" }]
+ }
+}
diff --git a/_data/chains/eip155-813.json b/_data/chains/eip155-813.json
index 2586ab5194d1..d72ced4db270 100644
--- a/_data/chains/eip155-813.json
+++ b/_data/chains/eip155-813.json
@@ -1,13 +1,11 @@
{
- "name": "Qitmeer",
+ "name": "Qitmeer Network Mainnet",
"chain": "MEER",
"rpc": [
"https://evm-dataseed1.meerscan.io",
"https://evm-dataseed2.meerscan.io",
"https://evm-dataseed3.meerscan.io",
"https://evm-dataseed.meerscan.com",
- "https://evm-dataseed1.meerscan.com",
- "https://evm-dataseed2.meerscan.com",
"https://qng.rpc.qitmeer.io",
"https://mainnet.meerlabs.com",
"https://rpc.dimai.ai",
@@ -26,11 +24,17 @@
"slip44": 813,
"icon": "meer",
"explorers": [
+ {
+ "name": "meerscan",
+ "icon": "meer",
+ "url": "https://qng.qitmeer.io",
+ "standard": "EIP3091"
+ },
{
"name": "meerscan",
"icon": "meer",
"url": "https://qng.meerscan.io",
- "standard": "none"
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-8131.json b/_data/chains/eip155-8131.json
index abf983d4f046..819cfc1ecc45 100644
--- a/_data/chains/eip155-8131.json
+++ b/_data/chains/eip155-8131.json
@@ -22,8 +22,8 @@
{
"name": "meerscan testnet",
"icon": "meer",
- "url": "https://qng-testnet.meerscan.io",
- "standard": "none"
+ "url": "https://testnet-qng.qitmeer.io",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json
index 68477928a40c..85b52c4c5555 100644
--- a/_data/chains/eip155-8217.json
+++ b/_data/chains/eip155-8217.json
@@ -1,14 +1,14 @@
{
"name": "Klaytn Mainnet Cypress",
"chain": "KLAY",
- "rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"],
+ "rpc": ["https://public-en-cypress.klaytn.net"],
"faucets": [],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"decimals": 18
},
- "infoURL": "https://www.klaytn.com/",
+ "infoURL": "https://klaytn.foundation",
"shortName": "Cypress",
"chainId": 8217,
"networkId": 8217,
@@ -17,7 +17,12 @@
{
"name": "Klaytnscope",
"url": "https://scope.klaytn.com",
- "standard": "none"
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Klaytnfinder",
+ "url": "https://klaytnfinder.io",
+ "standard": "EIP3091"
}
]
}
diff --git a/_data/chains/eip155-83872.json b/_data/chains/eip155-83872.json
new file mode 100644
index 000000000000..a09be0410af6
--- /dev/null
+++ b/_data/chains/eip155-83872.json
@@ -0,0 +1,22 @@
+{
+ "name": "ZEDXION",
+ "chain": "ZEDXION",
+ "rpc": ["https://mainnet-rpc.zedscan.net"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Zedxion",
+ "symbol": "zedx",
+ "decimals": 9
+ },
+ "infoURL": "https://docs.zedscan.net",
+ "shortName": "ZEDX",
+ "chainId": 83872,
+ "networkId": 83872,
+ "explorers": [
+ {
+ "name": "Zedscan",
+ "url": "http://zedscan.net",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-88.json b/_data/chains/eip155-88.json
index 487c820ccc32..6b1b922b2f72 100644
--- a/_data/chains/eip155-88.json
+++ b/_data/chains/eip155-88.json
@@ -1,15 +1,15 @@
{
- "name": "TomoChain",
- "chain": "TOMO",
- "rpc": ["https://rpc.tomochain.com"],
+ "name": "Viction",
+ "chain": "Viction",
+ "rpc": ["https://rpc.viction.xyz"],
"faucets": [],
"nativeCurrency": {
- "name": "TomoChain",
- "symbol": "TOMO",
+ "name": "Viction",
+ "symbol": "VIC",
"decimals": 18
},
- "infoURL": "https://tomochain.com",
- "shortName": "tomo",
+ "infoURL": "https://viction.xyz",
+ "shortName": "vic",
"chainId": 88,
"networkId": 88,
"slip44": 889
diff --git a/_data/chains/eip155-88153591557.json b/_data/chains/eip155-88153591557.json
new file mode 100644
index 000000000000..6257c44350e1
--- /dev/null
+++ b/_data/chains/eip155-88153591557.json
@@ -0,0 +1,34 @@
+{
+ "name": "Arbitrum Blueberry",
+ "title": "Arbitrum Blueberry Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.arb-blueberry.gelato.digital",
+ "wss://ws.arb-blueberry.gelato.digital"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "GelatoCGT",
+ "symbol": "CGT",
+ "decimals": 18
+ },
+ "infoURL": "https://raas.gelato.network/rollups/details/public/arb-blueberry",
+ "shortName": "arb-blueberry",
+ "chainId": 88153591557,
+ "networkId": 88153591557,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://arb-blueberry.gelatoscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-421614",
+ "bridges": [{ "url": "https://bridge.gelato.network/bridge/arb-blueberry" }]
+ },
+ "status": "active"
+}
diff --git a/_data/chains/eip155-8822.json b/_data/chains/eip155-8822.json
new file mode 100644
index 000000000000..977165c2ec2e
--- /dev/null
+++ b/_data/chains/eip155-8822.json
@@ -0,0 +1,25 @@
+{
+ "name": "IOTA EVM",
+ "title": "IOTA EVM",
+ "chain": "IOTA EVM",
+ "rpc": ["https://json-rpc.evm.iotaledger.net"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "IOTA",
+ "symbol": "IOTA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.iota.org",
+ "shortName": "iotaevm",
+ "chainId": 8822,
+ "networkId": 8822,
+ "icon": "iotaevm",
+ "explorers": [
+ {
+ "name": "explorer",
+ "url": "https://iota-evm.blockscout.com",
+ "icon": "iotaevm",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-8866.json b/_data/chains/eip155-8866.json
new file mode 100644
index 000000000000..568a08b74fe3
--- /dev/null
+++ b/_data/chains/eip155-8866.json
@@ -0,0 +1,23 @@
+{
+ "name": "SuperLumio",
+ "chain": "SuperLumio",
+ "icon": "superlumio",
+ "rpc": ["https://mainnet.lumio.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://lumio.io/",
+ "shortName": "superlumio",
+ "chainId": 8866,
+ "networkId": 8866,
+ "explorers": [
+ {
+ "name": "Lumio explorer",
+ "url": "https://explorer.lumio.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-88817.json b/_data/chains/eip155-88817.json
new file mode 100644
index 000000000000..4a89f4f76167
--- /dev/null
+++ b/_data/chains/eip155-88817.json
@@ -0,0 +1,23 @@
+{
+ "name": "Unit Zero Testnet",
+ "chain": "Unit Zero",
+ "rpc": ["https://rpc-testnet.unit0.dev"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "UNIT0",
+ "symbol": "UNIT0",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://units.network",
+ "shortName": "unit0-testnet",
+ "chainId": 88817,
+ "networkId": 88817,
+ "explorers": [
+ {
+ "name": "explorer-testnet",
+ "url": "https://explorer-testnet.unit0.dev",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-88819.json b/_data/chains/eip155-88819.json
new file mode 100644
index 000000000000..3c388924e0bb
--- /dev/null
+++ b/_data/chains/eip155-88819.json
@@ -0,0 +1,23 @@
+{
+ "name": "Unit Zero Stagenet",
+ "chain": "Unit Zero",
+ "rpc": ["https://rpc-stagenet.unit0.dev"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "UNIT0",
+ "symbol": "UNIT0",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://units.network",
+ "shortName": "unit0-stagenet",
+ "chainId": 88819,
+ "networkId": 88819,
+ "explorers": [
+ {
+ "name": "explorer-stagenet",
+ "url": "https://explorer-stagenet.unit0.dev",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-888882.json b/_data/chains/eip155-888882.json
new file mode 100644
index 000000000000..67420c401c29
--- /dev/null
+++ b/_data/chains/eip155-888882.json
@@ -0,0 +1,23 @@
+{
+ "name": "REXX Mainnet",
+ "title": "REXX Mainnet",
+ "chain": "REXX",
+ "rpc": ["https://rpc.rexxnetwork.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "REXX",
+ "symbol": "REXX",
+ "decimals": 18
+ },
+ "infoURL": "https://rexxnetwork.com",
+ "shortName": "REXX",
+ "chainId": 888882,
+ "networkId": 888882,
+ "explorers": [
+ {
+ "name": "REXX Mainnet Explorer",
+ "url": "https://rexxnetwork.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-8890.json b/_data/chains/eip155-8890.json
index 38032884d421..de932226bb09 100644
--- a/_data/chains/eip155-8890.json
+++ b/_data/chains/eip155-8890.json
@@ -3,7 +3,10 @@
"chain": "ORE",
"rpc": [
"https://rpc-dev-testnet.orenium.org/",
- "https://rpc-testnet.orenium.org/"
+ "https://rpc-testnet.orenium.org/",
+ "https://rpc-orc.oredex.finance",
+ "https://testnet-rpc.oredex.finance",
+ "https://oredex-node.oredex.finance"
],
"nativeCurrency": {
"name": "ORENIUM",
diff --git a/_data/chains/eip155-889910245.json b/_data/chains/eip155-889910245.json
new file mode 100644
index 000000000000..7d18ef20e8c0
--- /dev/null
+++ b/_data/chains/eip155-889910245.json
@@ -0,0 +1,23 @@
+{
+ "name": "PTCESCAN Testnet",
+ "title": "PTCESCAN Testnet",
+ "chain": "PTCE",
+ "rpc": ["https://rpc-testnet.ptcscan.io"],
+ "faucets": ["https://faucet.ptcscan.io/"],
+ "nativeCurrency": {
+ "name": "PTCE",
+ "symbol": "PTCE",
+ "decimals": 18
+ },
+ "infoURL": "https://ptcscan.io",
+ "shortName": "PTCE",
+ "chainId": 889910245,
+ "networkId": 889910245,
+ "explorers": [
+ {
+ "name": "PTCESCAN Testnet Explorer",
+ "url": "https://explorer-testnet.ptcscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-889910246.json b/_data/chains/eip155-889910246.json
new file mode 100644
index 000000000000..0ff0d328bb9d
--- /dev/null
+++ b/_data/chains/eip155-889910246.json
@@ -0,0 +1,23 @@
+{
+ "name": "PTCESCAN Mainnet",
+ "title": "PTCESCAN Mainnet",
+ "chain": "PTCE",
+ "rpc": ["https://rpc.ptcscan.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PTCE",
+ "symbol": "PTCE",
+ "decimals": 18
+ },
+ "infoURL": "https://ptcscan.io",
+ "shortName": "POLYTECH",
+ "chainId": 889910246,
+ "networkId": 889910246,
+ "explorers": [
+ {
+ "name": "PTCESCAN Explorer",
+ "url": "https://ptcscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-89.json b/_data/chains/eip155-89.json
index 35b7e047b040..771a14a68453 100644
--- a/_data/chains/eip155-89.json
+++ b/_data/chains/eip155-89.json
@@ -1,15 +1,15 @@
{
- "name": "TomoChain Testnet",
- "chain": "TOMO",
- "rpc": ["https://rpc.testnet.tomochain.com"],
+ "name": "Viction Testnet",
+ "chain": "Viction",
+ "rpc": ["https://rpc-testnet.viction.xyz"],
"faucets": [],
"nativeCurrency": {
- "name": "TomoChain",
- "symbol": "TOMO",
+ "name": "Viction",
+ "symbol": "VIC",
"decimals": 18
},
- "infoURL": "https://tomochain.com",
- "shortName": "tomot",
+ "infoURL": "https://viction.xyz",
+ "shortName": "vict",
"chainId": 89,
"networkId": 89,
"slip44": 1
diff --git a/_data/chains/eip155-898.json b/_data/chains/eip155-898.json
new file mode 100644
index 000000000000..fedeaf71d970
--- /dev/null
+++ b/_data/chains/eip155-898.json
@@ -0,0 +1,24 @@
+{
+ "name": "MAXI Chain Testnet",
+ "chain": "MAXI",
+ "rpc": ["https://rpc-testnet.maxi.network"],
+ "faucets": ["https://faucet.maxi.network"],
+ "nativeCurrency": {
+ "name": "MAXICOIN",
+ "symbol": "MAXI",
+ "decimals": 18
+ },
+ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+ "infoURL": "https://maxi.network",
+ "shortName": "maxi-testnet",
+ "chainId": 898,
+ "networkId": 898,
+ "icon": "maxi",
+ "explorers": [
+ {
+ "name": "Maxi Chain Testnet Explorer",
+ "url": "https://testnet.maxi.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-90001.json b/_data/chains/eip155-90001.json
new file mode 100644
index 000000000000..739868b5402d
--- /dev/null
+++ b/_data/chains/eip155-90001.json
@@ -0,0 +1,16 @@
+{
+ "name": "F(x)Core Testnet Network",
+ "chain": "Fxcore",
+ "rpc": ["https://testnet-fx-json-web3.functionx.io:8545"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Function X",
+ "symbol": "FX",
+ "decimals": 18
+ },
+ "infoURL": "https://functionx.io/",
+ "shortName": "dhobyghaut",
+ "chainId": 90001,
+ "networkId": 90001,
+ "icon": "fxcore"
+}
diff --git a/_data/chains/eip155-9007.json b/_data/chains/eip155-9007.json
new file mode 100644
index 000000000000..4262b9566c75
--- /dev/null
+++ b/_data/chains/eip155-9007.json
@@ -0,0 +1,27 @@
+{
+ "name": "Shido Testnet Block",
+ "chain": "Shido Testnet",
+ "rpc": [
+ "https://rpc-testnet-nodes.shidoscan.com",
+ "wss://wss-testnet-nodes.shidoscan.com"
+ ],
+ "faucets": ["https://testnet.shidoscan.com/faucet"],
+ "nativeCurrency": {
+ "name": "Shido Testnet Token",
+ "symbol": "SHIDO",
+ "decimals": 18
+ },
+ "infoURL": "https://www.nexablock.io",
+ "shortName": "ShidoTestnet",
+ "chainId": 9007,
+ "networkId": 9007,
+ "icon": "shidoChain",
+ "explorers": [
+ {
+ "name": "Shidoblock Testnet Explorer",
+ "url": "https://testnet.shidoscan.com",
+ "standard": "none",
+ "icon": "shidoChain"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9008.json b/_data/chains/eip155-9008.json
new file mode 100644
index 000000000000..e02fb5f46f97
--- /dev/null
+++ b/_data/chains/eip155-9008.json
@@ -0,0 +1,29 @@
+{
+ "name": "Shido Mainnet Block",
+ "chain": "Shido Mainnet",
+ "rpc": [
+ "https://rpc-nodes.shidoscan.com",
+ "wss://wss-nodes.shidoscan.com",
+ "https://rpc-delta-nodes.shidoscan.com",
+ "wss://wss-delta-nodes.shidoscan.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Shido Mainnet Token",
+ "symbol": "SHIDO",
+ "decimals": 18
+ },
+ "infoURL": "https://shido.io",
+ "shortName": "Shido",
+ "chainId": 9008,
+ "networkId": 9008,
+ "icon": "shidoChain",
+ "explorers": [
+ {
+ "name": "Shidoblock Mainnet Explorer",
+ "url": "https://shidoscan.com",
+ "standard": "none",
+ "icon": "shidoChain"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9025.json b/_data/chains/eip155-9025.json
index 60207b8e614e..8fa8d6ad72ab 100644
--- a/_data/chains/eip155-9025.json
+++ b/_data/chains/eip155-9025.json
@@ -1,7 +1,11 @@
{
"name": "Nexa Mainnet Block",
"chain": "Nexa Mainnet",
- "rpc": ["https://rpc-nodes.nexablockscan.io"],
+ "rpc": [
+ "https://rpc-nodes.nexablockscan.io",
+ "wss://wss-nodes.nexablockscan.io",
+ "https://rpc-nodes-delta.nexablockscan.io"
+ ],
"faucets": [],
"nativeCurrency": {
"name": "Nexa Mainnet Token",
diff --git a/_data/chains/eip155-911.json b/_data/chains/eip155-911.json
new file mode 100644
index 000000000000..653bb461161c
--- /dev/null
+++ b/_data/chains/eip155-911.json
@@ -0,0 +1,25 @@
+{
+ "name": "TAPROOT Mainnet",
+ "title": "TAPROOT Mainnet",
+ "chain": "TAPROOT CHAIN",
+ "rpc": ["https://rpc.taprootchain.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TBTC",
+ "symbol": "TBTC",
+ "decimals": 18
+ },
+ "infoURL": "https://taprootchain.io",
+ "shortName": "TAPROOT-Mainnet",
+ "chainId": 911,
+ "networkId": 911,
+ "icon": "taproot",
+ "explorers": [
+ {
+ "name": "TAPROOT Scan",
+ "url": "https://scan.taprootchain.io",
+ "icon": "taproot",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-94204209.json b/_data/chains/eip155-94204209.json
new file mode 100644
index 000000000000..e8f8712eb2ad
--- /dev/null
+++ b/_data/chains/eip155-94204209.json
@@ -0,0 +1,36 @@
+{
+ "name": "Polygon Blackberry",
+ "title": "Polygon Blackberry Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.polygon-blackberry.gelato.digital",
+ "wss://ws.polygon-blackberry.gelato.digital"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://raas.gelato.network/rollups/details/public/polygon-blackberry",
+ "shortName": "polygon-blackberry",
+ "chainId": 94204209,
+ "networkId": 94204209,
+ "slip44": 60,
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://polygon-blackberry.gelatoscout.com",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type": "L2",
+ "chain": "eip155-11155111",
+ "bridges": [
+ { "url": "https://bridge.gelato.network/bridge/polygon-blackberry" }
+ ]
+ },
+ "status": "active"
+}
diff --git a/_data/chains/eip155-9728.json b/_data/chains/eip155-9728.json
index b64d6bb8ca73..acf67f631438 100644
--- a/_data/chains/eip155-9728.json
+++ b/_data/chains/eip155-9728.json
@@ -23,7 +23,7 @@
"explorers": [
{
"name": "Boba BNB Testnet block explorer",
- "url": "https://blockexplorer.testnet.bnb.boba.network",
+ "url": "https://testnet.bobascan.com",
"standard": "none"
}
],
diff --git a/_data/chains/eip155-9898.json b/_data/chains/eip155-9898.json
new file mode 100644
index 000000000000..47b295a8ac4e
--- /dev/null
+++ b/_data/chains/eip155-9898.json
@@ -0,0 +1,26 @@
+{
+ "name": "Larissa Chain",
+ "title": "Larissa Chain",
+ "chain": "Larissa",
+ "rpc": ["https://rpc.larissa.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Larissa",
+ "symbol": "LRS",
+ "decimals": 18
+ },
+ "infoURL": "https://larissa.network",
+ "shortName": "lrs",
+ "chainId": 9898,
+ "networkId": 1,
+ "slip44": 9898,
+ "status": "active",
+ "icon": "larissa",
+ "explorers": [
+ {
+ "name": "Larissa Scan",
+ "url": "https://scan.larissa.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9911.json b/_data/chains/eip155-9911.json
new file mode 100644
index 000000000000..62ef74e81d72
--- /dev/null
+++ b/_data/chains/eip155-9911.json
@@ -0,0 +1,24 @@
+{
+ "name": "Espento Mainnet",
+ "chain": "SPENT",
+ "rpc": ["https://rpc.escscan.com/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ESPENTO",
+ "symbol": "SPENT",
+ "decimals": 18
+ },
+ "infoURL": "https://espento.network",
+ "shortName": "spent",
+ "chainId": 9911,
+ "networkId": 9911,
+ "icon": "espento",
+ "explorers": [
+ {
+ "name": "escscan",
+ "url": "https://escscan.com",
+ "icon": "espento",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/_data/chains/eip155-9998.json b/_data/chains/eip155-9998.json
new file mode 100644
index 000000000000..feb1310d88cf
--- /dev/null
+++ b/_data/chains/eip155-9998.json
@@ -0,0 +1,15 @@
+{
+ "name": "Ztc Mainnet",
+ "chain": "ZTC",
+ "rpc": ["https://zitcoin.us"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ztcer",
+ "symbol": "ZTC",
+ "decimals": 5
+ },
+ "infoURL": "https://ztc.best",
+ "shortName": "ZTC",
+ "chainId": 9998,
+ "networkId": 9998
+}
diff --git a/_data/icons/aie.json b/_data/icons/aie.json
new file mode 100644
index 000000000000..7636c24640cf
--- /dev/null
+++ b/_data/icons/aie.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreihok46mhn5yf7b5jgmq7tiyw2fw76wklvj4frpc3gbswgfxzerhhm",
+ "width": 3481,
+ "height": 3500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/ankaracaga.json b/_data/icons/ankaracaga.json
new file mode 100644
index 000000000000..83f69546fde2
--- /dev/null
+++ b/_data/icons/ankaracaga.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ",
+ "width": 640,
+ "height": 640,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/atleta.json b/_data/icons/atleta.json
new file mode 100644
index 000000000000..865cf86dbac7
--- /dev/null
+++ b/_data/icons/atleta.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmV2JVr4FCcb6aRiUoA3wS5erLoxtLBLonQ1Nvz8fNuEcR",
+ "width": 128,
+ "height": 128,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/bevm.json b/_data/icons/bevm.json
new file mode 100644
index 000000000000..51d91c2cb6f4
--- /dev/null
+++ b/_data/icons/bevm.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/bevmcanary.json b/_data/icons/bevmcanary.json
index 51d91c2cb6f4..362c3811e9ef 100644
--- a/_data/icons/bevmcanary.json
+++ b/_data/icons/bevmcanary.json
@@ -1,6 +1,6 @@
[
{
- "url": "ipfs://QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu",
+ "url": "ipfs://QmdDHRKWaQErTzt4SdcVgoVHEzBHCswhoaojBxT9LNR6sq",
"width": 1000,
"height": 1000,
"format": "png"
diff --git a/_data/icons/biz.json b/_data/icons/biz.json
new file mode 100644
index 000000000000..1bd61bb7bbf4
--- /dev/null
+++ b/_data/icons/biz.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNnaDZRoMz9aoho35TGHBY5zD16P39cgPpw3z3jnkDHHB",
+ "width": 104,
+ "height": 104,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/bora.json b/_data/icons/bora.json
new file mode 100644
index 000000000000..422502dc3df1
--- /dev/null
+++ b/_data/icons/bora.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmccGWJcCzQh3rP6ZMdRyTc7JjtusKnXkoUtGUANQgjNqR",
+ "width": 48,
+ "height": 48,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/boyaanetwork.json b/_data/icons/boyaanetwork.json
new file mode 100644
index 000000000000..d9b5b3645d1d
--- /dev/null
+++ b/_data/icons/boyaanetwork.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiapootrvggtigdlvgvk6srfseplpuowsqq3zpyup4j5yj5moxuala",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/bsquare.json b/_data/icons/bsquare.json
new file mode 100644
index 000000000000..6746891d0296
--- /dev/null
+++ b/_data/icons/bsquare.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9",
+ "width": 640,
+ "height": 640,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/catena.json b/_data/icons/catena.json
new file mode 100644
index 000000000000..ef076409b831
--- /dev/null
+++ b/_data/icons/catena.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmeAwHS3wcYz7k24LSYEjN1G7nwSfWmGf5FghNZ2qzVD4N",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/creditcoin.json b/_data/icons/creditcoin.json
new file mode 100644
index 000000000000..7cd9c53c795a
--- /dev/null
+++ b/_data/icons/creditcoin.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/cyber.json b/_data/icons/cyber.json
new file mode 100644
index 000000000000..483572f319af
--- /dev/null
+++ b/_data/icons/cyber.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmP61yDNPv7fxY9ZzPs4CjQDbZLoKtF8eWWjszVYbwkabd",
+ "width": 1000,
+ "height": 1000,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/doric.json b/_data/icons/doric.json
new file mode 100644
index 000000000000..98af97666867
--- /dev/null
+++ b/_data/icons/doric.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdFEozqneC8abhpfgtGpvfKpWVEbL8eMZjJKtUPuBTanK",
+ "width": 988,
+ "height": 901,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/dotblox.json b/_data/icons/dotblox.json
new file mode 100644
index 000000000000..5dbbd1ebffa8
--- /dev/null
+++ b/_data/icons/dotblox.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZy2TMY881ghRxXJA7VyRA8Zhj2LJJ86DpHRZs3VQZqoJ",
+ "width": 53,
+ "height": 53,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/dreyerx.json b/_data/icons/dreyerx.json
new file mode 100644
index 000000000000..a6f2ab70d809
--- /dev/null
+++ b/_data/icons/dreyerx.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTGjVbiSdHYhjzpeqzY6fGwGiLQuEa2hW7irD75sUSx9e",
+ "width": 4501,
+ "height": 4501,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/eluxchain.json b/_data/icons/eluxchain.json
new file mode 100644
index 000000000000..c3a7e920fc37
--- /dev/null
+++ b/_data/icons/eluxchain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQC7LzzFj8kL71a1MXRgn3TSeRrgF1tTuVEzvWx5cQjv1",
+ "width": 114,
+ "height": 132,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/espento.json b/_data/icons/espento.json
new file mode 100644
index 000000000000..a66ac8f9d501
--- /dev/null
+++ b/_data/icons/espento.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf",
+ "width": 335,
+ "height": 335,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/evolveIcon.json b/_data/icons/evolveIcon.json
new file mode 100644
index 000000000000..3d482cd962ae
--- /dev/null
+++ b/_data/icons/evolveIcon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa",
+ "width": 600,
+ "height": 600,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/filenova.json b/_data/icons/filenova.json
new file mode 100644
index 000000000000..1c3dc452f873
--- /dev/null
+++ b/_data/icons/filenova.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmc4KSKiAChhtN7ZNE5gvkLTRbvtLreKU9xaQFG8BKM8RE",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/flowevm.json b/_data/icons/flowevm.json
new file mode 100644
index 000000000000..8f5e01b999dd
--- /dev/null
+++ b/_data/icons/flowevm.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC",
+ "width": 2000,
+ "height": 2000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/fraxtal.json b/_data/icons/fraxtal.json
new file mode 100644
index 000000000000..c033d07e1d44
--- /dev/null
+++ b/_data/icons/fraxtal.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/fxcore.json b/_data/icons/fxcore.json
index 5cc0c01ee95a..fd372ed6f3ff 100644
--- a/_data/icons/fxcore.json
+++ b/_data/icons/fxcore.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i",
- "width": 500,
- "height": 500,
+ "url": "ipfs://QmauD5hzc5q1VgEU1nT4AGLCeV79CB8GgfnXXeeLmBZVHf",
+ "width": 36,
+ "height": 36,
"format": "png"
}
]
diff --git a/_data/icons/gtn.json b/_data/icons/gtn.json
new file mode 100644
index 000000000000..c3f8331604ca
--- /dev/null
+++ b/_data/icons/gtn.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreid3wd6ouu53r677q2z24a4eq5un5tlwbc4izfapcvvtrlhkmz43au",
+ "width": 133,
+ "height": 144,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/hubblenet.json b/_data/icons/hubblenet.json
new file mode 100644
index 000000000000..76853b25b738
--- /dev/null
+++ b/_data/icons/hubblenet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/hychain.json b/_data/icons/hychain.json
new file mode 100644
index 000000000000..c061ebd7bf32
--- /dev/null
+++ b/_data/icons/hychain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmcSJmAfk3iay6uCGJxgUPd9pTsRxbtF4BrNnC5txE9cg8",
+ "width": 400,
+ "height": 400,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/hydradx.json b/_data/icons/hydradx.json
new file mode 100644
index 000000000000..85cb2e273a5a
--- /dev/null
+++ b/_data/icons/hydradx.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQnx3j1ZtQ9Br873FuS6612HQfosXsr4Whew8eN4ArYwE",
+ "width": 400,
+ "height": 400,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/icbnetwork.json b/_data/icons/icbnetwork.json
new file mode 100644
index 000000000000..8ff706e8d65f
--- /dev/null
+++ b/_data/icons/icbnetwork.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreifgpv7tnai42hsdegnpwzbvq5iymgub357e553cotitirwy2ir7je",
+ "width": 2000,
+ "height": 2243,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/iotaevm.json b/_data/icons/iotaevm.json
new file mode 100644
index 000000000000..4bab3c5b8530
--- /dev/null
+++ b/_data/icons/iotaevm.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
+ "width": 720,
+ "height": 720,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/kol.json b/_data/icons/kol.json
new file mode 100644
index 000000000000..eddc07e6117b
--- /dev/null
+++ b/_data/icons/kol.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH",
+ "width": 400,
+ "height": 400,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/kronobit.json b/_data/icons/kronobit.json
new file mode 100644
index 000000000000..7ea79897302f
--- /dev/null
+++ b/_data/icons/kronobit.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/larissa.json b/_data/icons/larissa.json
new file mode 100644
index 000000000000..24eb997f2ab0
--- /dev/null
+++ b/_data/icons/larissa.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/masa.json b/_data/icons/masa.json
new file mode 100644
index 000000000000..02d2b5568e05
--- /dev/null
+++ b/_data/icons/masa.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmV4f9byENNduHgLi8o1pC1sBNe3QAege2NnFkqGkTKojT",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/maxi.json b/_data/icons/maxi.json
new file mode 100644
index 000000000000..641988f1e64a
--- /dev/null
+++ b/_data/icons/maxi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmXMLcCaNPMyWCEYX2MZDJHNvj5cpj2cR5dRQtedBRNypT",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/near.json b/_data/icons/near.json
new file mode 100644
index 000000000000..36988336c4b2
--- /dev/null
+++ b/_data/icons/near.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq",
+ "width": 639,
+ "height": 639,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/netmind.json b/_data/icons/netmind.json
new file mode 100644
index 000000000000..ce2eb41afef5
--- /dev/null
+++ b/_data/icons/netmind.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQNipd6uen7sm7HZXGbqhcSVkUXxu3Tp6c3BoeFpvmywp",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/neura.json b/_data/icons/neura.json
new file mode 100644
index 000000000000..2295fbe2fcd1
--- /dev/null
+++ b/_data/icons/neura.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmWdpK5WFKrosaCSpJRCvU7uXeKk2qVeCckTxh6Zw2JrK8",
+ "width": 600,
+ "height": 600,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/nexis.json b/_data/icons/nexis.json
new file mode 100644
index 000000000000..c7de558681df
--- /dev/null
+++ b/_data/icons/nexis.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdJwWuMgbhoZhgFM4zWrZne6qs5ktcL1vBLKX12VGgALM",
+ "width": 1892,
+ "height": 1892,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/nollie.json b/_data/icons/nollie.json
new file mode 100644
index 000000000000..ac25779cd64c
--- /dev/null
+++ b/_data/icons/nollie.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h",
+ "width": 600,
+ "height": 875,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/oasys.json b/_data/icons/oasys.json
index dacc868a15f5..155ca513fbb1 100644
--- a/_data/icons/oasys.json
+++ b/_data/icons/oasys.json
@@ -1,8 +1,8 @@
[
{
- "url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR",
- "width": 3600,
- "height": 3600,
+ "url": "ipfs://QmVjT18MJ7S965w5oTce5D3KPbzfoGGaKaNDKJcfGfSNWm",
+ "width": 733,
+ "height": 733,
"format": "png"
}
]
diff --git a/_data/icons/odyssey.json b/_data/icons/odyssey.json
new file mode 100644
index 000000000000..be00f6f84538
--- /dev/null
+++ b/_data/icons/odyssey.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVt5Y585JqBSrkpZmYaEnX9FW7tDwfDLmUGNyDdyV2Pd2",
+ "width": 48,
+ "height": 48,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/oex.json b/_data/icons/oex.json
new file mode 100644
index 000000000000..9f7057107df6
--- /dev/null
+++ b/_data/icons/oex.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/omnia.json b/_data/icons/omnia.json
new file mode 100644
index 000000000000..7b1b57f48b33
--- /dev/null
+++ b/_data/icons/omnia.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdNQMFxcjB9PAP1LZVqaQmyppV5QGTqXXmbBeQyaTUpMM",
+ "width": 192,
+ "height": 192,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/optopia.json b/_data/icons/optopia.json
new file mode 100644
index 000000000000..13362b5e2e75
--- /dev/null
+++ b/_data/icons/optopia.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreid3xv3zkuo2cygwt7vwm5c2aqjbyhy5qxn7xkc66ajhu2mjh2ybki",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/optrust.json b/_data/icons/optrust.json
new file mode 100644
index 000000000000..4fc74896e210
--- /dev/null
+++ b/_data/icons/optrust.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmYktPMo4tdQhMA9nRJBVckjzHcFLbpHbTVNSpGUUPEP8J",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/pop-apex.json b/_data/icons/pop-apex.json
new file mode 100644
index 000000000000..254574da3d71
--- /dev/null
+++ b/_data/icons/pop-apex.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC",
+ "width": 1256,
+ "height": 1256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/qie.json b/_data/icons/qie.json
new file mode 100644
index 000000000000..acad5b394884
--- /dev/null
+++ b/_data/icons/qie.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmRoNxCti6cHrPgZ48YQVSMg9g6ympfXuV8kGQJXrbbmed",
+ "width": 600,
+ "height": 600,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/quantum.json b/_data/icons/quantum.json
new file mode 100644
index 000000000000..17eb10e6b352
--- /dev/null
+++ b/_data/icons/quantum.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
+ "width": 232,
+ "height": 232,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/real.json b/_data/icons/real.json
new file mode 100644
index 000000000000..e6be1167afa4
--- /dev/null
+++ b/_data/icons/real.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9",
+ "width": 301,
+ "height": 302,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/roburna.json b/_data/icons/roburna.json
new file mode 100644
index 000000000000..db8886a1a009
--- /dev/null
+++ b/_data/icons/roburna.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTk1uhB9nvnvXifvwEPGFcdgsXRt4EXNjovUGyUmfFRcB",
+ "width": 4000,
+ "height": 4000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/rss3-testnet.json b/_data/icons/rss3-testnet.json
new file mode 100644
index 000000000000..e8bf8689e605
--- /dev/null
+++ b/_data/icons/rss3-testnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTE6hnMTQaGU8Fm7nQbeTqQ5Ha3kyLKHR6QTd59prP2mC",
+ "width": 200,
+ "height": 200,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/rss3.json b/_data/icons/rss3.json
new file mode 100644
index 000000000000..40d5c207c1a0
--- /dev/null
+++ b/_data/icons/rss3.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZFWYnufi6G2Z54oJ25sx2yf2Skx5tseJHJJa6Hc1G34t",
+ "width": 200,
+ "height": 200,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/safe-anwang.json b/_data/icons/safe-anwang.json
new file mode 100644
index 000000000000..f5216051dd54
--- /dev/null
+++ b/_data/icons/safe-anwang.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv",
+ "width": 768,
+ "height": 768,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/sahara.json b/_data/icons/sahara.json
new file mode 100644
index 000000000000..1e0504076821
--- /dev/null
+++ b/_data/icons/sahara.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF",
+ "width": 608,
+ "height": 608,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/satoshivm.json b/_data/icons/satoshivm.json
new file mode 100644
index 000000000000..9d74f13ec87c
--- /dev/null
+++ b/_data/icons/satoshivm.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdXnQw9YwzEBZnciSe42MMwnH1SqhfY3FcVbseyM4k7Th",
+ "width": 940,
+ "height": 941,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/shidoChain.json b/_data/icons/shidoChain.json
new file mode 100644
index 000000000000..47ca8f927100
--- /dev/null
+++ b/_data/icons/shidoChain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiatrf5pp7ywvrwvsv4otrex73u6v6bvhorqkxiop2hy2i572zjrba",
+ "width": 1080,
+ "height": 1080,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/shine.json b/_data/icons/shine.json
new file mode 100644
index 000000000000..3e43872a6e66
--- /dev/null
+++ b/_data/icons/shine.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmUBkpY3prCTZHpx1fjrYLAJ6dPaGvNVTj97iy6p3NPUi1",
+ "width": 161,
+ "height": 161,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/soverunTestnet.json b/_data/icons/soverunTestnet.json
deleted file mode 100644
index 170d3c784d2d..000000000000
--- a/_data/icons/soverunTestnet.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "url": "ipfs://QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi",
- "width": 1154,
- "height": 1154,
- "format": "png"
- }
-]
diff --git a/_data/icons/stabilitytestnet.json b/_data/icons/stabilitytestnet.json
new file mode 100644
index 000000000000..c3f8331604ca
--- /dev/null
+++ b/_data/icons/stabilitytestnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreid3wd6ouu53r677q2z24a4eq5un5tlwbc4izfapcvvtrlhkmz43au",
+ "width": 133,
+ "height": 144,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/stratis.json b/_data/icons/stratis.json
new file mode 100644
index 000000000000..44d3a5072b72
--- /dev/null
+++ b/_data/icons/stratis.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA",
+ "width": 59,
+ "height": 55,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/superlumio.json b/_data/icons/superlumio.json
new file mode 100644
index 000000000000..74763a6a5cdb
--- /dev/null
+++ b/_data/icons/superlumio.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmXiatdz5WBFypfsudoDsFnsLdiHzDwcD3pWcHwBovbPiZ",
+ "width": 256,
+ "height": 256,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/swamps.json b/_data/icons/swamps.json
new file mode 100644
index 000000000000..5376c79e97ab
--- /dev/null
+++ b/_data/icons/swamps.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTEEgWsknzdqjLbaAvLHqCCzCtMJZh2d1SqMscxZCXBwA",
+ "width": 150,
+ "height": 150,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/syndr.json b/_data/icons/syndr.json
new file mode 100644
index 000000000000..1714b22bfdc4
--- /dev/null
+++ b/_data/icons/syndr.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreibsl7iuxeibovp7uddigbus3lyse2f7n4s2lomgvf33fmgyxjwq5i",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/taproot.json b/_data/icons/taproot.json
new file mode 100644
index 000000000000..ed9aecbdb06d
--- /dev/null
+++ b/_data/icons/taproot.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi",
+ "width": 100,
+ "height": 100,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/up.json b/_data/icons/up.json
new file mode 100644
index 000000000000..bc97617be8a1
--- /dev/null
+++ b/_data/icons/up.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNMqcPyQnaaFfUDsmsnu2T6agZfoWij3zFYebCNUPkfAH",
+ "width": 320,
+ "height": 320,
+ "format": "jpg"
+ }
+]
diff --git a/_data/icons/vanar.json b/_data/icons/vanar.json
new file mode 100644
index 000000000000..fbf6b1b91420
--- /dev/null
+++ b/_data/icons/vanar.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmbx25iq4Vn4zLooPit9bbguXJzdiogwtVQWtSseyQPuSC",
+ "width": 1000,
+ "height": 1628,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/vizing.json b/_data/icons/vizing.json
new file mode 100644
index 000000000000..65ddf661833b
--- /dev/null
+++ b/_data/icons/vizing.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo",
+ "width": 200,
+ "height": 200,
+ "format": "svg"
+ }
+]
diff --git a/_data/icons/won.json b/_data/icons/won.json
new file mode 100644
index 000000000000..93158b89d039
--- /dev/null
+++ b/_data/icons/won.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQ6mjKWJQ5WmFiJzcqJnuHWZK53nQYJB1SnMQZEqgr74h",
+ "width": 250,
+ "height": 250,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/xr.json b/_data/icons/xr.json
new file mode 100644
index 000000000000..c20c36dda5ae
--- /dev/null
+++ b/_data/icons/xr.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmTrFxtjUBwxi87rty13jbXg4BW9nvVuBmtbzb9j9F99Gt",
+ "width": 886,
+ "height": 886,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/zillion.json b/_data/icons/zillion.json
new file mode 100644
index 000000000000..1a51bcbfa69d
--- /dev/null
+++ b/_data/icons/zillion.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn",
+ "width": 264,
+ "height": 264,
+ "format": "png"
+ }
+]
diff --git a/_data/icons/zklink-nova.json b/_data/icons/zklink-nova.json
new file mode 100644
index 000000000000..d32251c6706a
--- /dev/null
+++ b/_data/icons/zklink-nova.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/_data/iconsDownload/QmNMqcPyQnaaFfUDsmsnu2T6agZfoWij3zFYebCNUPkfAH b/_data/iconsDownload/QmNMqcPyQnaaFfUDsmsnu2T6agZfoWij3zFYebCNUPkfAH
new file mode 100644
index 000000000000..4e24ca1e5f99
Binary files /dev/null and b/_data/iconsDownload/QmNMqcPyQnaaFfUDsmsnu2T6agZfoWij3zFYebCNUPkfAH differ
diff --git a/_data/iconsDownload/QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo b/_data/iconsDownload/QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo
new file mode 100644
index 000000000000..f80c1573dcbd
--- /dev/null
+++ b/_data/iconsDownload/QmPgpWfGsAZ5UHekWFR8rioadVe3Wox8idFyeVxuv9N4Vo
@@ -0,0 +1,11 @@
+
diff --git a/_data/iconsDownload/QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR b/_data/iconsDownload/QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR
deleted file mode 100644
index 9007b687c9fb..000000000000
Binary files a/_data/iconsDownload/QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR and /dev/null differ
diff --git a/_data/iconsDownload/QmTGjVbiSdHYhjzpeqzY6fGwGiLQuEa2hW7irD75sUSx9e b/_data/iconsDownload/QmTGjVbiSdHYhjzpeqzY6fGwGiLQuEa2hW7irD75sUSx9e
new file mode 100644
index 000000000000..09113041b79e
Binary files /dev/null and b/_data/iconsDownload/QmTGjVbiSdHYhjzpeqzY6fGwGiLQuEa2hW7irD75sUSx9e differ
diff --git a/_data/iconsDownload/QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH b/_data/iconsDownload/QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH
new file mode 100644
index 000000000000..cb4be01ddc0f
Binary files /dev/null and b/_data/iconsDownload/QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH differ
diff --git a/_data/iconsDownload/QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa b/_data/iconsDownload/QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa
new file mode 100644
index 000000000000..14f8eec6975d
Binary files /dev/null and b/_data/iconsDownload/QmVxtpYYzc5214CB7BgsMC4mRNRHCD8fpbNMzZguBWyRwa differ
diff --git a/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA b/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA
new file mode 100644
index 000000000000..45b5d5b9a856
--- /dev/null
+++ b/_data/iconsDownload/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA
@@ -0,0 +1,3 @@
+
diff --git a/_data/iconsDownload/QmYktPMo4tdQhMA9nRJBVckjzHcFLbpHbTVNSpGUUPEP8J b/_data/iconsDownload/QmYktPMo4tdQhMA9nRJBVckjzHcFLbpHbTVNSpGUUPEP8J
new file mode 100644
index 000000000000..24cc080a192c
Binary files /dev/null and b/_data/iconsDownload/QmYktPMo4tdQhMA9nRJBVckjzHcFLbpHbTVNSpGUUPEP8J differ
diff --git a/_data/iconsDownload/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv b/_data/iconsDownload/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv
new file mode 100644
index 000000000000..5f1b4ca2ebe5
Binary files /dev/null and b/_data/iconsDownload/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv differ
diff --git a/_data/iconsDownload/QmdDHRKWaQErTzt4SdcVgoVHEzBHCswhoaojBxT9LNR6sq b/_data/iconsDownload/QmdDHRKWaQErTzt4SdcVgoVHEzBHCswhoaojBxT9LNR6sq
new file mode 100644
index 000000000000..862f3f9f740c
Binary files /dev/null and b/_data/iconsDownload/QmdDHRKWaQErTzt4SdcVgoVHEzBHCswhoaojBxT9LNR6sq differ
diff --git a/_data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi b/_data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi
new file mode 100644
index 000000000000..b1893ea78669
Binary files /dev/null and b/_data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi differ
diff --git a/_data/iconsDownload/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn b/_data/iconsDownload/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn
new file mode 100644
index 000000000000..fdcb9f6e46fe
Binary files /dev/null and b/_data/iconsDownload/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn differ
diff --git a/_data/iconsDownload/bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i b/_data/iconsDownload/bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i
new file mode 100644
index 000000000000..659c290dd685
Binary files /dev/null and b/_data/iconsDownload/bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i differ
diff --git a/_data/iconsDownload/bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i b/_data/iconsDownload/bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i
deleted file mode 100644
index e9c8040fbccd..000000000000
Binary files a/_data/iconsDownload/bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i and /dev/null differ
diff --git a/_data/iconsDownload/bafybeiapootrvggtigdlvgvk6srfseplpuowsqq3zpyup4j5yj5moxuala b/_data/iconsDownload/bafybeiapootrvggtigdlvgvk6srfseplpuowsqq3zpyup4j5yj5moxuala
new file mode 100644
index 000000000000..d5e6b4bbb076
Binary files /dev/null and b/_data/iconsDownload/bafybeiapootrvggtigdlvgvk6srfseplpuowsqq3zpyup4j5yj5moxuala differ
diff --git a/build.gradle b/build.gradle
index 263ef9144052..bb96c82ab177 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- KOTLIN_VERSION = "1.9.22"
+ KOTLIN_VERSION = "1.9.23"
KETHEREUM_VERSION = "0.86.0"
}