diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml
index a95936d70595..35a7174d9ef7 100644
--- a/.github/workflows/pr_checks.yml
+++ b/.github/workflows/pr_checks.yml
@@ -53,7 +53,7 @@ jobs:
             else
               echo "Trying to download the image..."
               TARGET_FILE=icon
-              curl -Lo icon "https://cloudflare-ipfs.com/ipfs/$IPFS_HASH" 2>/dev/null
+              curl -Lo icon "https://dweb.link/ipfs/$IPFS_HASH" 2>/dev/null
             fi
 
             METADATA=$(exiftool $TARGET_FILE -json)
diff --git a/.github/workflows/pr_intro_comment.yml b/.github/workflows/pr_intro_comment.yml
new file mode 100644
index 000000000000..a9e7d2e74cb0
--- /dev/null
+++ b/.github/workflows/pr_intro_comment.yml
@@ -0,0 +1,14 @@
+on:
+  pull_request_target:
+    types: [opened]
+jobs:
+  comment_on_pr:
+    runs-on: ubuntu-latest
+    name: Comment after PR is submitted
+    steps:
+      - name: Comment PR
+        uses: thollander/actions-comment-pull-request@v2
+        with:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          message: |
+            You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review.
\ No newline at end of file
diff --git a/.github/workflows/prettier_write.yml b/.github/workflows/prettier_write.yml
deleted file mode 100644
index 73baf45cc5e8..000000000000
--- a/.github/workflows/prettier_write.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: prettier review
-on: [pull_request_target]
-jobs:
-  prettier:
-    name: runner / prettier
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - uses: bryant-finney/reviewdog-action-prettier@v1.2.1
-        with:
-          github_token: ${{ secrets.PAT }}
-          reporter: github-pr-review
-          prettier_flags: '_data/*/*.json'
diff --git a/_data/chains/eip155-100000000.json b/_data/chains/eip155-100000000.json
new file mode 100644
index 000000000000..62e4aa47936e
--- /dev/null
+++ b/_data/chains/eip155-100000000.json
@@ -0,0 +1,25 @@
+{
+  "name": "Ethos",
+  "chain": "ETHOS",
+  "rpc": ["https://rpc.ethos.cool"],
+  "faucets": ["https://faucet.ethos.cool"],
+  "nativeCurrency": {
+    "name": "ETHOS",
+    "symbol": "ETHOS",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://ethos.cool",
+  "shortName": "ETHOS",
+  "chainId": 100000000,
+  "networkId": 100000000,
+  "icon": "ethos",
+  "explorers": [
+    {
+      "name": "ethos scan",
+      "url": "https://scan.ethos.cool",
+      "icon": "ethos",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json
index 3cc7755806c9..82d9b8cc0eed 100644
--- a/_data/chains/eip155-1001.json
+++ b/_data/chains/eip155-1001.json
@@ -5,7 +5,7 @@
   "faucets": ["https://faucet.kaia.io"],
   "nativeCurrency": {
     "name": "KAIA",
-    "symbol": "KAIA",
+    "symbol": "KLAY",
     "decimals": 18
   },
   "infoURL": "https://kaia.io/",
diff --git a/_data/chains/eip155-1005.json b/_data/chains/eip155-1005.json
new file mode 100644
index 000000000000..874bf3dcafda
--- /dev/null
+++ b/_data/chains/eip155-1005.json
@@ -0,0 +1,19 @@
+{
+  "name": "LemonChainTestnet",
+  "chain": "tLEMX",
+  "rpc": [
+    "https://rpc.testnet.lemonchain.io",
+    "https://rpc.testnet.allthingslemon.io"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "testnet LEMX",
+    "symbol": "tLEMX",
+    "decimals": 18
+  },
+  "infoURL": "https://dapp.allthingslemon.io/home",
+  "shortName": "tlemx",
+  "chainId": 1005,
+  "networkId": 1005,
+  "explorers": []
+}
diff --git a/_data/chains/eip155-10058111.json b/_data/chains/eip155-10058111.json
new file mode 100644
index 000000000000..340713fbd092
--- /dev/null
+++ b/_data/chains/eip155-10058111.json
@@ -0,0 +1,16 @@
+{
+  "name": "Spotlight",
+  "chain": "ETH",
+  "rpc": [],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://spotlightchain.com/",
+  "shortName": "spotlight",
+  "chainId": 10058111,
+  "networkId": 10058111,
+  "status": "incubating"
+}
diff --git a/_data/chains/eip155-10058112.json b/_data/chains/eip155-10058112.json
new file mode 100644
index 000000000000..a95055517096
--- /dev/null
+++ b/_data/chains/eip155-10058112.json
@@ -0,0 +1,16 @@
+{
+  "name": "Spotlight Sepolia Testnet",
+  "chain": "ETH",
+  "rpc": [],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Sepolia Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://spotlightchain.com/",
+  "shortName": "spotlightsep",
+  "chainId": 10058112,
+  "networkId": 10058112,
+  "status": "incubating"
+}
diff --git a/_data/chains/eip155-1006.json b/_data/chains/eip155-1006.json
new file mode 100644
index 000000000000..294a3c6e55f6
--- /dev/null
+++ b/_data/chains/eip155-1006.json
@@ -0,0 +1,16 @@
+{
+  "name": "LemonChain",
+  "chain": "LEMX",
+  "rpc": ["https://rpc.lemonchain.io", "https://rpc.allthingslemon.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "LEMX",
+    "symbol": "LEMX",
+    "decimals": 18
+  },
+  "infoURL": "https://dapp.allthingslemon.io/home",
+  "shortName": "lemx",
+  "chainId": 1006,
+  "networkId": 1006,
+  "explorers": []
+}
diff --git a/_data/chains/eip155-102030.json b/_data/chains/eip155-102030.json
new file mode 100644
index 000000000000..0f3f7592be8e
--- /dev/null
+++ b/_data/chains/eip155-102030.json
@@ -0,0 +1,32 @@
+{
+  "name": "Creditcoin",
+  "chain": "CTC",
+  "icon": "creditcoin",
+  "rpc": ["https://mainnet3.creditcoin.network"],
+  "features": [
+    {
+      "name": "EIP155"
+    },
+    {
+      "name": "EIP1559"
+    }
+  ],
+  "nativeCurrency": {
+    "name": "CTC",
+    "symbol": "CTC",
+    "decimals": 18
+  },
+  "infoURL": "https://creditcoin.org",
+  "shortName": "ctc",
+  "chainId": 102030,
+  "networkId": 102030,
+  "faucets": [],
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://creditcoin.blockscout.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-102032.json b/_data/chains/eip155-102032.json
new file mode 100644
index 000000000000..0a3864982751
--- /dev/null
+++ b/_data/chains/eip155-102032.json
@@ -0,0 +1,32 @@
+{
+  "name": "Creditcoin Devnet",
+  "chain": "CTC",
+  "icon": "creditcoin",
+  "rpc": ["https://rpc.cc3-devnet.creditcoin.network"],
+  "features": [
+    {
+      "name": "EIP155"
+    },
+    {
+      "name": "EIP1559"
+    }
+  ],
+  "nativeCurrency": {
+    "name": "Devnet CTC",
+    "symbol": "devCTC",
+    "decimals": 18
+  },
+  "infoURL": "https://creditcoin.org",
+  "shortName": "ctcdev",
+  "chainId": 102032,
+  "networkId": 102032,
+  "faucets": [],
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://creditcoin-devnet.blockscout.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-11000.json b/_data/chains/eip155-11000.json
new file mode 100644
index 000000000000..aa95e01838e5
--- /dev/null
+++ b/_data/chains/eip155-11000.json
@@ -0,0 +1,23 @@
+{
+  "name": "KB Chain",
+  "chain": "KB",
+  "rpc": ["https://mainnet-rpc.kbcfoundation.com"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }],
+  "nativeCurrency": {
+    "name": "KBC",
+    "symbol": "KBC",
+    "decimals": 18
+  },
+  "infoURL": "https://kbcfoundation.com",
+  "shortName": "KBC",
+  "chainId": 11000,
+  "networkId": 11000,
+  "explorers": [
+    {
+      "name": "KBC Explorer",
+      "url": "https://scan.kbcfoundation.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-11011.json b/_data/chains/eip155-11011.json
index 3d38019fa293..f3f6441ed6cc 100644
--- a/_data/chains/eip155-11011.json
+++ b/_data/chains/eip155-11011.json
@@ -12,10 +12,11 @@
   "shortName": "shapesep",
   "chainId": 11011,
   "networkId": 11011,
+  "icon": "shapeTestnet",
   "explorers": [
     {
       "name": "blockscout",
-      "url": "https://shape-sepolia-explorer.alchemy.com",
+      "url": "https://explorer-sepolia.shape.network",
       "standard": "EIP3091"
     }
   ],
diff --git a/_data/chains/eip155-111188.json b/_data/chains/eip155-111188.json
index 88a56cb2bf64..d63ceeee028c 100644
--- a/_data/chains/eip155-111188.json
+++ b/_data/chains/eip155-111188.json
@@ -3,8 +3,9 @@
   "title": "re.al Real-World Assets network",
   "chain": "re.al",
   "rpc": [
+    "https://rpc.realforreal.gelato.digital",
+    "wss://ws.realforreal.gelato.digital",
     "https://tangible-real.gateway.tenderly.co",
-    "wss://tangible-real.gateway.tenderly.co",
     "https://real.drpc.org",
     "wss://real.drpc.org"
   ],
diff --git a/_data/chains/eip155-11145513.json b/_data/chains/eip155-11145513.json
new file mode 100644
index 000000000000..e8458977fbf7
--- /dev/null
+++ b/_data/chains/eip155-11145513.json
@@ -0,0 +1,35 @@
+{
+  "name": "Blessnet Sepolia",
+  "chain": "ETH",
+  "rpc": [
+    "https://blessnet-sepolia-testnet.rpc.caldera.xyz/http",
+    "wss://blessnet-sepolia-testnet.rpc.caldera.xyz/ws"
+  ],
+  "faucets": ["https://blessnet-sepolia-testnet.hub.caldera.xyz"],
+  "nativeCurrency": {
+    "name": "Bless",
+    "symbol": "BLESS",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://blessnet.io",
+  "shortName": "bless-sepolia",
+  "chainId": 11145513,
+  "networkId": 11145513,
+  "icon": "bless",
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://blessnet-sepolia-testnet.explorer.caldera.xyz",
+      "icon": "bless",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-421614",
+    "bridges": [
+      { "url": "https://blessnet-sepolia-testnet.bridge.caldera.xyz" }
+    ]
+  }
+}
diff --git a/_data/chains/eip155-111551119090.json b/_data/chains/eip155-111551119090.json
new file mode 100644
index 000000000000..4ada3f0da63d
--- /dev/null
+++ b/_data/chains/eip155-111551119090.json
@@ -0,0 +1,25 @@
+{
+  "name": "Thanos Sepolia",
+  "chain": "ETH",
+  "rpc": [
+    "https://rpc.thanos-sepolia.tokamak.network",
+    "wss://rpc.thanos-sepolia.tokamak.network"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Tokamak Network",
+    "symbol": "TON",
+    "decimals": 18
+  },
+  "infoURL": "https://tokamak.network",
+  "shortName": "thanos-sepolia",
+  "chainId": 111551119090,
+  "networkId": 111551119090,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://explorer.thanos-sepolia.tokamak.network",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-12227332.json b/_data/chains/eip155-12227332.json
index e0e94dde67e2..8381a030f4ad 100644
--- a/_data/chains/eip155-12227332.json
+++ b/_data/chains/eip155-12227332.json
@@ -1,6 +1,6 @@
 {
-  "name": "NeoX Testnet T4",
-  "chain": "NeoX",
+  "name": "Neo X Testnet T4",
+  "chain": "Neo X",
   "rpc": ["https://testnet.rpc.banelabs.org/"],
   "faucets": [],
   "nativeCurrency": {
@@ -16,7 +16,7 @@
   "explorers": [
     {
       "name": "neox-scan",
-      "url": "https://testnet.scan.banelabs.org",
+      "url": "https://xt4scan.ngd.network",
       "standard": "EIP3091"
     }
   ],
diff --git a/_data/chains/eip155-1228.json b/_data/chains/eip155-1228.json
new file mode 100644
index 000000000000..33296a51b728
--- /dev/null
+++ b/_data/chains/eip155-1228.json
@@ -0,0 +1,16 @@
+{
+  "name": "Cycle Network Testnet Cuttlefish",
+  "chain": "ETH",
+  "rpc": ["https://cuttlefish-rpc-testnet.cyclenetwork.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://www.cyclenetwork.io/",
+  "shortName": "cyclec",
+  "chainId": 1228,
+  "networkId": 1228,
+  "icon": "cycle"
+}
diff --git a/_data/chains/eip155-123420000220.json b/_data/chains/eip155-123420000220.json
index 43f3f4167743..64a50d0cc1cb 100644
--- a/_data/chains/eip155-123420000220.json
+++ b/_data/chains/eip155-123420000220.json
@@ -1,10 +1,7 @@
 {
   "name": "Fluence Stage",
   "chain": "Fluence Stage (Testnet)",
-  "rpc": [
-    "https://rpc-123420000220.raas-testnet.gelato.digital/",
-    "wss://ws-123420000220.raas-testnet.gelato.digital/"
-  ],
+  "rpc": ["https://rpc.stage.fluence.dev", "wss://ws.stage.fluence.dev"],
   "faucets": [],
   "nativeCurrency": {
     "name": "tFLT",
@@ -18,7 +15,7 @@
   "explorers": [
     {
       "name": "blockscout",
-      "url": "https://blockscout-123420000220.raas-testnet.gelato.digital",
+      "url": "https://blockscout.stage.fluence.dev",
       "standard": "EIP3091"
     }
   ],
diff --git a/_data/chains/eip155-12358.json b/_data/chains/eip155-12358.json
new file mode 100644
index 000000000000..f9fb019a10ed
--- /dev/null
+++ b/_data/chains/eip155-12358.json
@@ -0,0 +1,22 @@
+{
+  "name": "GDPR Mainnet",
+  "chain": "GDPR",
+  "rpc": ["https://rpc.gdprchain.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "GDPR",
+    "symbol": "GDPR",
+    "decimals": 18
+  },
+  "infoURL": "https://explorer.gdprchain.com",
+  "shortName": "gdpr",
+  "chainId": 12358,
+  "networkId": 12358,
+  "explorers": [
+    {
+      "name": "GDPR Mainnet Explorer (Blockscout)",
+      "url": "https://explorer.gdprchain.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1260.json b/_data/chains/eip155-1260.json
new file mode 100644
index 000000000000..aa3421b4b3f0
--- /dev/null
+++ b/_data/chains/eip155-1260.json
@@ -0,0 +1,24 @@
+{
+  "name": "Metacces Testnet",
+  "chain": "Metacces Testnet",
+  "icon": "metacces",
+  "rpc": ["https://tapi.accesscan.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Metacces",
+    "symbol": "ACCES",
+    "decimals": 18
+  },
+  "infoURL": "https://metacces.com",
+  "shortName": "ACCESt",
+  "chainId": 1260,
+  "networkId": 1260,
+  "explorers": [
+    {
+      "name": "accesscan",
+      "url": "https://testnet.accesscan.io",
+      "icon": "metacces",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json
index ceccc1305777..d887b330506b 100644
--- a/_data/chains/eip155-1313161554.json
+++ b/_data/chains/eip155-1313161554.json
@@ -18,8 +18,8 @@
   "networkId": 1313161554,
   "explorers": [
     {
-      "name": "aurorascan.dev",
-      "url": "https://aurorascan.dev",
+      "name": "Aurora Explorer",
+      "url": "https://explorer.aurora.dev",
       "standard": "EIP3091"
     }
   ]
diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json
index ff3abdda1d7c..b4b1d8318c3d 100644
--- a/_data/chains/eip155-1313161555.json
+++ b/_data/chains/eip155-1313161555.json
@@ -19,8 +19,8 @@
   "slip44": 1,
   "explorers": [
     {
-      "name": "aurorascan.dev",
-      "url": "https://testnet.aurorascan.dev",
+      "name": "Aurora Explorer",
+      "url": "https://explorer.testnet.aurora.dev",
       "standard": "EIP3091"
     }
   ]
diff --git a/_data/chains/eip155-13370.json b/_data/chains/eip155-13370.json
new file mode 100644
index 000000000000..044bd593e1c9
--- /dev/null
+++ b/_data/chains/eip155-13370.json
@@ -0,0 +1,16 @@
+{
+  "name": "Cannon Testnet",
+  "title": "Cannon Private Testnet",
+  "chain": "ETH",
+  "rpc": ["http://127.0.0.1:8545"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Cannon Testnet Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://usecannon.com",
+  "shortName": "cannon",
+  "chainId": 13370,
+  "networkId": 13370
+}
diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json
index 569896a6b2c2..33be861bc64e 100644
--- a/_data/chains/eip155-137.json
+++ b/_data/chains/eip155-137.json
@@ -18,12 +18,12 @@
   ],
   "faucets": [],
   "nativeCurrency": {
-    "name": "MATIC",
-    "symbol": "MATIC",
+    "name": "POL",
+    "symbol": "POL",
     "decimals": 18
   },
   "infoURL": "https://polygon.technology/",
-  "shortName": "matic",
+  "shortName": "pol",
   "chainId": 137,
   "networkId": 137,
   "slip44": 966,
diff --git a/_data/chains/eip155-1398244.json b/_data/chains/eip155-1398244.json
new file mode 100644
index 000000000000..d66740ecfa20
--- /dev/null
+++ b/_data/chains/eip155-1398244.json
@@ -0,0 +1,23 @@
+{
+  "name": "Automata Orbit Testnet",
+  "chain": "Automata Orbit Testnet",
+  "rpc": ["https://rpc-orbit-testnet.ata.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ATA",
+    "symbol": "ATA",
+    "decimals": 18
+  },
+  "infoURL": "https://ata.network",
+  "shortName": "automataorbittestnet",
+  "chainId": 1398244,
+  "networkId": 1398244,
+  "icon": "automata",
+  "explorers": [
+    {
+      "name": "Automata Orbit Testnet Explorer",
+      "url": "https://automata-orbit-testnet-explorer.alt.technology",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-14088.json b/_data/chains/eip155-14088.json
new file mode 100644
index 000000000000..3575aa0cba97
--- /dev/null
+++ b/_data/chains/eip155-14088.json
@@ -0,0 +1,24 @@
+{
+  "name": "Zeroth Testnet",
+  "chain": "Zeroth",
+  "icon": "zeroth",
+  "rpc": ["https://test-my.zeroth.run"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Zeroth",
+    "symbol": "ZRHt",
+    "decimals": 18
+  },
+  "infoURL": "https://www.zeroth.foundation",
+  "shortName": "ZRHt",
+  "chainId": 14088,
+  "networkId": 14088,
+  "explorers": [
+    {
+      "name": "Zeroth Explorer",
+      "url": "https://test-scan.zeroth.run",
+      "icon": "zeroth",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1414.json b/_data/chains/eip155-1414.json
index cc4b9eb1c0fd..4d9834b02a6f 100644
--- a/_data/chains/eip155-1414.json
+++ b/_data/chains/eip155-1414.json
@@ -1,6 +1,6 @@
 {
-  "name": "Silicon zkEVM Sepolia Testnet",
-  "title": "Silicon zkEVM Sepolia Testnet",
+  "name": "Silicon zkEVM Sepolia Testnet(Deprecated)",
+  "title": "Silicon zkEVM Sepolia Testnet(Deprecated)",
   "chain": "Silicon",
   "rpc": [],
   "faucets": [],
@@ -10,7 +10,7 @@
     "decimals": 18
   },
   "infoURL": "",
-  "shortName": "silicon-sepolia-testnet",
+  "shortName": "silicon-sepolia-testnet-deprecated",
   "chainId": 1414,
   "networkId": 1414,
   "icon": "silicon",
@@ -20,5 +20,5 @@
     "chain": "eip155-11155111",
     "bridges": []
   },
-  "status": "incubating"
+  "status": "deprecated"
 }
diff --git a/_data/chains/eip155-14800.json b/_data/chains/eip155-14800.json
new file mode 100644
index 000000000000..89d1c1f8bb51
--- /dev/null
+++ b/_data/chains/eip155-14800.json
@@ -0,0 +1,23 @@
+{
+  "name": "Vana Moksha Testnet",
+  "chain": "Vana Moksha Testnet",
+  "rpc": ["https://rpc.moksha.vana.org"],
+  "nativeCurrency": {
+    "name": "VANA",
+    "symbol": "VANA",
+    "decimals": 18
+  },
+  "faucets": [],
+  "infoURL": "",
+  "shortName": "vana-moksha",
+  "chainId": 14800,
+  "networkId": 14800,
+  "explorers": [
+    {
+      "name": "Vana Moksha Testnet",
+      "url": "https://vanascan.io",
+      "icon": "vanamoksha",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1513.json b/_data/chains/eip155-1513.json
new file mode 100644
index 000000000000..ad3f0e4af225
--- /dev/null
+++ b/_data/chains/eip155-1513.json
@@ -0,0 +1,22 @@
+{
+  "name": "Story Testnet",
+  "chain": "Story Testnet",
+  "rpc": ["https://testnet.storyrpc.io"],
+  "faucets": ["https://faucet.story.foundation"],
+  "chainId": 1513,
+  "networkId": 1513,
+  "nativeCurrency": {
+    "name": "IP",
+    "symbol": "IP",
+    "decimals": 18
+  },
+  "infoURL": "https://www.story.foundation",
+  "shortName": "Story",
+  "explorers": [
+    {
+      "name": "Story Iliad Network explorer",
+      "url": "https://testnet.storyscan.xyz",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-158245.json b/_data/chains/eip155-158245.json
new file mode 100644
index 000000000000..ff2591524fee
--- /dev/null
+++ b/_data/chains/eip155-158245.json
@@ -0,0 +1,30 @@
+{
+  "name": "CryptoX",
+  "chain": "XCOIN",
+  "rpc": ["https://rpc-xcoin.cryptoxnetwork.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "XCOIN",
+    "symbol": "XCOIN",
+    "decimals": 18
+  },
+  "features": [
+    {
+      "name": "EIP155"
+    },
+    {
+      "name": "EIP1559"
+    }
+  ],
+  "infoURL": "https://cryptoxnetwork.io",
+  "shortName": "cryptox",
+  "chainId": 158245,
+  "networkId": 158245,
+  "explorers": [
+    {
+      "name": "CryptoX explorer",
+      "url": "https://cryptoxscan.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-16166.json b/_data/chains/eip155-16166.json
new file mode 100644
index 000000000000..23792ea4f100
--- /dev/null
+++ b/_data/chains/eip155-16166.json
@@ -0,0 +1,22 @@
+{
+  "name": "Cypherium Mainnet",
+  "chain": "CPH",
+  "rpc": ["https://pubnodes.cypherium.io/rpc"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Cypherium",
+    "symbol": "CPH",
+    "decimals": 18
+  },
+  "infoURL": "https://www.cypherium.io/",
+  "shortName": "cph",
+  "chainId": 16166,
+  "networkId": 16166,
+  "explorers": [
+    {
+      "name": "Testnet Block Explorer",
+      "url": "https://cypherium.tryethernal.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1625.json b/_data/chains/eip155-1625.json
index 1e750ad27b7b..fd62d23b9c31 100644
--- a/_data/chains/eip155-1625.json
+++ b/_data/chains/eip155-1625.json
@@ -1,7 +1,7 @@
 {
   "name": "Gravity Alpha Mainnet",
   "chain": "Gravity",
-  "rpc": ["https://rpc.gravity.xyz"],
+  "rpc": ["https://rpc.gravity.xyz", "https://rpc.ankr.com/gravity"],
   "faucets": [],
   "nativeCurrency": {
     "name": "Gravity",
@@ -23,6 +23,16 @@
       "name": "Gravity Alpha Mainnet Explorer",
       "url": "https://explorer.gravity.xyz",
       "standard": "EIP3091"
+    },
+    {
+      "name": "gscan",
+      "url": "https://gscan.xyz",
+      "standard": "EIP3091"
+    },
+    {
+      "name": "OKLink",
+      "url": "https://www.oklink.com/gravity-alpha",
+      "standard": "EIP3091"
     }
   ],
   "parent": {
diff --git a/_data/chains/eip155-164.json b/_data/chains/eip155-164.json
index f37f9d3d34c1..b728cb7bbbe9 100644
--- a/_data/chains/eip155-164.json
+++ b/_data/chains/eip155-164.json
@@ -1,8 +1,8 @@
 {
-  "name": "Omni Omega",
+  "name": "Omni Omega Testnet",
   "chain": "Omni",
   "status": "active",
-  "rpc": ["https://omega.omni.network"],
+  "rpc": ["https://omega.omni.network", "wss://wss.omega.omni.network"],
   "features": [{ "name": "EIP155" }],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-1648.json b/_data/chains/eip155-1648.json
index f06c1050554d..b3a05e827913 100644
--- a/_data/chains/eip155-1648.json
+++ b/_data/chains/eip155-1648.json
@@ -7,8 +7,8 @@
   "faucets": [],
   "shortName": "pivotal-mainnet",
   "nativeCurrency": {
-    "name": "Pivotal Plus",
-    "symbol": "PLUS",
+    "name": "Pivotal ETH",
+    "symbol": "ETH",
     "decimals": 18
   },
   "infoURL": "http://thepivotal.xyz/",
diff --git a/_data/chains/eip155-16481.json b/_data/chains/eip155-16481.json
index bd3e398efe7d..02b53a1047fe 100644
--- a/_data/chains/eip155-16481.json
+++ b/_data/chains/eip155-16481.json
@@ -7,8 +7,8 @@
   "faucets": [],
   "shortName": "pivotal-sepolia",
   "nativeCurrency": {
-    "name": "Pivotal Plus",
-    "symbol": "PLUS",
+    "name": "Pivotal ETH",
+    "symbol": "ETH",
     "decimals": 18
   },
   "infoURL": "http://thepivotal.xyz/",
diff --git a/_data/chains/eip155-167000.json b/_data/chains/eip155-167000.json
index ed9778b517e5..f1ddc9d20deb 100644
--- a/_data/chains/eip155-167000.json
+++ b/_data/chains/eip155-167000.json
@@ -3,7 +3,11 @@
   "chain": "ETH",
   "status": "active",
   "icon": "taiko",
-  "rpc": ["https://rpc.mainnet.taiko.xyz", "wss://ws.mainnet.taiko.xyz"],
+  "rpc": [
+    "https://rpc.mainnet.taiko.xyz",
+    "https://taiko-rpc.publicnode.com",
+    "wss://taiko-rpc.publicnode.com"
+  ],
   "faucets": [],
   "nativeCurrency": {
     "name": "Ether",
diff --git a/_data/chains/eip155-167009.json b/_data/chains/eip155-167009.json
index d551c9dfe810..a943615397e9 100644
--- a/_data/chains/eip155-167009.json
+++ b/_data/chains/eip155-167009.json
@@ -3,7 +3,12 @@
   "chain": "ETH",
   "status": "active",
   "icon": "taiko",
-  "rpc": ["https://rpc.hekla.taiko.xyz", "wss://ws.hekla.taiko.xyz"],
+  "rpc": [
+    "https://rpc.hekla.taiko.xyz",
+    "wss://ws.hekla.taiko.xyz",
+    "https://taiko-hekla-rpc.publicnode.com",
+    "wss://taiko-hekla-rpc.publicnode.com"
+  ],
   "faucets": [],
   "nativeCurrency": {
     "name": "Ether",
diff --git a/_data/chains/eip155-168168.json b/_data/chains/eip155-168168.json
new file mode 100644
index 000000000000..e77218180155
--- /dev/null
+++ b/_data/chains/eip155-168168.json
@@ -0,0 +1,23 @@
+{
+  "name": "Zchains",
+  "chain": "Zchains",
+  "rpc": ["https://rpc.zchains.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ZCD",
+    "symbol": "ZCD",
+    "decimals": 18
+  },
+  "infoURL": "https://www.zchains.com/",
+  "shortName": "zchains",
+  "chainId": 168168,
+  "networkId": 168168,
+  "icon": "zchain",
+  "explorers": [
+    {
+      "name": "zchains",
+      "url": "https://scan.zchains.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-171.json b/_data/chains/eip155-171.json
new file mode 100644
index 000000000000..25a44f327c2e
--- /dev/null
+++ b/_data/chains/eip155-171.json
@@ -0,0 +1,24 @@
+{
+  "name": "CO2e Ledger",
+  "chain": "CO2E",
+  "rpc": ["https://rpc.co2ledger.xyz"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "nativeCurrency": {
+    "name": "CO2e Token",
+    "symbol": "CO2E",
+    "decimals": 18
+  },
+  "infoURL": "https://co2ledger.xyz",
+  "shortName": "CO2e",
+  "chainId": 171,
+  "networkId": 171,
+  "icon": "co2e",
+  "explorers": [
+    {
+      "name": "CO2e Explorer",
+      "url": "https://exp.co2ledger.xyz",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-171000.json b/_data/chains/eip155-171000.json
new file mode 100644
index 000000000000..1b0cbe2e556e
--- /dev/null
+++ b/_data/chains/eip155-171000.json
@@ -0,0 +1,16 @@
+{
+  "name": "Fair Testnet",
+  "chain": "FAIR",
+  "rpc": ["https://rpc-testnet.xfair.ai", "wss://rpc-testnet.xfair.ai"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "FAIR",
+    "symbol": "FAIR",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }],
+  "infoURL": "https://xfair.ai",
+  "shortName": "fairt",
+  "chainId": 171000,
+  "networkId": 171000
+}
diff --git a/_data/chains/eip155-1722641160.json b/_data/chains/eip155-1722641160.json
new file mode 100644
index 000000000000..acf2d7b9f71b
--- /dev/null
+++ b/_data/chains/eip155-1722641160.json
@@ -0,0 +1,33 @@
+{
+  "name": "Silicon zkEVM Sepolia Testnet",
+  "title": "Silicon zkEVM Sepolia Testnet",
+  "chain": "Silicon",
+  "rpc": [
+    "https://rpc-sepolia.silicon.network",
+    "https://silicon-testnet.nodeinfra.com"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Sepolia Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://docs.silicon.network",
+  "shortName": "silicon-sepolia-testnet",
+  "chainId": 1722641160,
+  "networkId": 1722641160,
+  "icon": "silicon",
+  "explorers": [
+    {
+      "name": "siliconscope-sepolia",
+      "url": "https://scope-sepolia.silicon.network",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-11155111",
+    "bridges": [{ "url": "https://bridge-sepolia.silicon.network" }]
+  },
+  "status": "active"
+}
diff --git a/_data/chains/eip155-183.json b/_data/chains/eip155-183.json
new file mode 100644
index 000000000000..617feaa63fac
--- /dev/null
+++ b/_data/chains/eip155-183.json
@@ -0,0 +1,22 @@
+{
+  "name": "Ethernity Mainnet",
+  "chain": "Ethernity",
+  "rpc": ["https://mainnet.ethernitychain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://www.ethernity.io",
+  "shortName": "ethernity-mainnet",
+  "chainId": 183,
+  "networkId": 183,
+  "explorers": [
+    {
+      "name": "Ethernity Mainnet Explorer",
+      "url": "https://ernscan.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1853.json b/_data/chains/eip155-1853.json
new file mode 100644
index 000000000000..76e0be5cd680
--- /dev/null
+++ b/_data/chains/eip155-1853.json
@@ -0,0 +1,28 @@
+{
+  "name": "HighOctane Subnet",
+  "chain": "HighOctane Subnet",
+  "rpc": [
+    "https://subnets.avax.network/highoctane/mainnet/rpc",
+    "wss://subnets.avax.network/highoctane/mainnet/ws"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "HighOctane",
+    "symbol": "HO",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://subnets.avax.network/highoctane/details",
+  "shortName": "HighOctane",
+  "chainId": 1853,
+  "networkId": 1853,
+  "icon": "highOctane",
+  "explorers": [
+    {
+      "name": "HighOctane Subnet Explorer",
+      "url": "https://subnets.avax.network/highoctane",
+      "icon": "highOctane",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1946.json b/_data/chains/eip155-1946.json
new file mode 100644
index 000000000000..69cf2765289e
--- /dev/null
+++ b/_data/chains/eip155-1946.json
@@ -0,0 +1,33 @@
+{
+  "name": "Minato",
+  "shortName": "minato",
+  "title": "Soneium testnet Minato",
+  "chain": "ETH",
+  "icon": "minato",
+  "rpc": ["https://rpc.minato.soneium.org"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://soneium.org",
+  "chainId": 1946,
+  "networkId": 1946,
+  "explorers": [
+    {
+      "name": "Blockscout Minato explorer",
+      "url": "https://explorer-testnet.soneium.org",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-1",
+    "bridges": [
+      {
+        "url": "https://bridge.soneium.org/testnet"
+      }
+    ]
+  }
+}
diff --git a/_data/chains/eip155-19515.json b/_data/chains/eip155-19515.json
new file mode 100644
index 000000000000..998fdd3d11d4
--- /dev/null
+++ b/_data/chains/eip155-19515.json
@@ -0,0 +1,23 @@
+{
+  "name": "SEC Testnet",
+  "chain": "SEC",
+  "icon": "secIcon",
+  "rpc": ["https://testnet-rpc.secexplorer.io"],
+  "faucets": ["https://faucet.secexplorer.io"],
+  "nativeCurrency": {
+    "name": "SEP",
+    "symbol": "SEP",
+    "decimals": 18
+  },
+  "infoURL": "https://smartenergychain.org",
+  "shortName": "SEPt",
+  "chainId": 19515,
+  "networkId": 19515,
+  "explorers": [
+    {
+      "name": "SEC Testnet Explorer",
+      "url": "https://testnet.secexplorer.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-19516.json b/_data/chains/eip155-19516.json
new file mode 100644
index 000000000000..e628f2980aba
--- /dev/null
+++ b/_data/chains/eip155-19516.json
@@ -0,0 +1,23 @@
+{
+  "name": "SEC Mainnet",
+  "chain": "SEC",
+  "icon": "secIcon",
+  "rpc": ["https://rpc.secexplorer.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "SEP",
+    "symbol": "SEP",
+    "decimals": 18
+  },
+  "infoURL": "https://smartenergychain.org",
+  "shortName": "SECm",
+  "chainId": 19516,
+  "networkId": 19516,
+  "explorers": [
+    {
+      "name": "SEC Mainnet Explorer",
+      "url": "https://secexplorer.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-1953.json b/_data/chains/eip155-1953.json
index 85c0181de767..aafd67b40222 100644
--- a/_data/chains/eip155-1953.json
+++ b/_data/chains/eip155-1953.json
@@ -1,10 +1,7 @@
 {
   "name": "Selendra Network Testnet",
   "chain": "tSEL",
-  "rpc": [
-    "https://rpc0-testnet.selendra.org",
-    "https://rpc1-testnet.selendra.org"
-  ],
+  "rpc": ["https://rpc-testnet.selendra.org"],
   "faucets": [],
   "nativeCurrency": {
     "name": "Selendra",
@@ -15,5 +12,12 @@
   "shortName": "tSEL",
   "chainId": 1953,
   "networkId": 1953,
-  "icon": "selendra"
+  "icon": "selendra",
+  "explorers": [
+    {
+      "name": "Selendra Portal",
+      "url": "https://portal.selendra.org",
+      "standard": "none"
+    }
+  ]
 }
diff --git a/_data/chains/eip155-1961.json b/_data/chains/eip155-1961.json
index 942481ea74a5..632bb9fdde37 100644
--- a/_data/chains/eip155-1961.json
+++ b/_data/chains/eip155-1961.json
@@ -1,7 +1,7 @@
 {
   "name": "Selendra Network Mainnet",
   "chain": "SEL",
-  "rpc": ["https://rpc0.selendra.org", "https://rpc1.selendra.org"],
+  "rpc": ["https://rpc.selendra.org", "https://rpc2.selendra.org"],
   "faucets": [],
   "nativeCurrency": {
     "name": "Selendra",
@@ -15,8 +15,8 @@
   "icon": "selendra",
   "explorers": [
     {
-      "name": "Selendra Scan",
-      "url": "https://scan.selendra.org",
+      "name": "Selendra Portal",
+      "url": "https://portal.selendra.org",
       "standard": "none"
     }
   ]
diff --git a/_data/chains/eip155-202105.json b/_data/chains/eip155-202105.json
new file mode 100644
index 000000000000..99b7d546b5dd
--- /dev/null
+++ b/_data/chains/eip155-202105.json
@@ -0,0 +1,34 @@
+{
+  "name": "DuckChain Testnet",
+  "title": "DuckChain Testnet",
+  "chain": "DuckChain",
+  "icon": "duckchain",
+  "rpc": [
+    "https://testnet-rpc.duckchain.io",
+    "https://testnet-rpc-hk.duckchain.io"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "TON",
+    "symbol": "TON",
+    "decimals": 18
+  },
+  "infoURL": "https://duckchain.io",
+  "shortName": "Duck-Chain-Testnet",
+  "chainId": 202105,
+  "networkId": 202105,
+  "explorers": [
+    {
+      "name": "DuckChain Scan",
+      "url": "https://www.okx.com/web3/explorer/duckchain-testnet",
+      "icon": "duckchain",
+      "standard": "EIP3091"
+    },
+    {
+      "name": "DuckChain Scan",
+      "url": "https://www.oklink.com/duckchain-testnet",
+      "icon": "duckchain",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-202202.json b/_data/chains/eip155-202202.json
new file mode 100644
index 000000000000..33e41147ea1c
--- /dev/null
+++ b/_data/chains/eip155-202202.json
@@ -0,0 +1,30 @@
+{
+  "name": "Bethel Sydney",
+  "chain": "Bethel",
+  "rpc": ["https://rpc-sydney.bethel.network"],
+  "faucets": ["https://faucet-sydney.bethel.network"],
+  "nativeCurrency": {
+    "name": "Bethel",
+    "symbol": "BECX",
+    "decimals": 18
+  },
+  "features": [
+    {
+      "name": "EIP155"
+    },
+    {
+      "name": "EIP1559"
+    }
+  ],
+  "infoURL": "",
+  "shortName": "bethel-sydney",
+  "chainId": 202202,
+  "networkId": 202202,
+  "explorers": [
+    {
+      "name": "Betehl Sydney Explorer",
+      "url": "https://sydney.bethel.network",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-20230825.json b/_data/chains/eip155-20230825.json
index 71acf898bcde..eaecf124dc4c 100644
--- a/_data/chains/eip155-20230825.json
+++ b/_data/chains/eip155-20230825.json
@@ -13,10 +13,12 @@
   "shortName": "Vcity",
   "chainId": 20230825,
   "networkId": 20230825,
+  "icon": "vcity",
   "explorers": [
     {
       "name": "Vcity Explorer",
       "url": "https://scan.vcity.app",
+      "icon": "vcity",
       "standard": "EIP3091"
     }
   ]
diff --git a/_data/chains/eip155-2039.json b/_data/chains/eip155-2039.json
index 7731a7ebb595..2a7c4c4d9c04 100644
--- a/_data/chains/eip155-2039.json
+++ b/_data/chains/eip155-2039.json
@@ -1,6 +1,6 @@
 {
-  "name": "Aleph Zero Testnet",
-  "chain": "Aleph Zero Testnet",
+  "name": "Aleph Zero",
+  "chain": "Aleph Zero",
   "icon": "aleph",
   "rpc": [
     "https://rpc.alephzero-testnet.gelato.digital",
@@ -12,14 +12,14 @@
     "symbol": "TZERO",
     "decimals": 18
   },
-  "infoURL": "https://testnet.alephzero.org",
+  "infoURL": "https://alephzero.org/",
   "shortName": "aleph",
   "chainId": 2039,
   "networkId": 2039,
   "explorers": [
     {
-      "name": "Aleph Zero Testnet",
-      "url": "https://test.azero.dev/#/explorer",
+      "name": "Aleph Zero",
+      "url": "https://evm-explorer-testnet.alephzero.org",
       "icon": "aleph",
       "standard": "none"
     }
diff --git a/_data/chains/eip155-205.json b/_data/chains/eip155-205.json
new file mode 100644
index 000000000000..54d5cf908a8d
--- /dev/null
+++ b/_data/chains/eip155-205.json
@@ -0,0 +1,17 @@
+{
+  "name": "EKAASH",
+  "chain": "EKAASH",
+  "rpc": ["https://mainnet.ekaash.biz"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Global Mobile Money Gateway",
+    "symbol": "$EKH",
+    "decimals": 18
+  },
+  "infoURL": "https://ekaash.biz",
+  "shortName": "ekaash",
+  "chainId": 205,
+  "networkId": 205,
+  "slip44": 1,
+  "explorers": []
+}
diff --git a/_data/chains/eip155-2071.json b/_data/chains/eip155-2071.json
new file mode 100644
index 000000000000..4b5c376cf0ff
--- /dev/null
+++ b/_data/chains/eip155-2071.json
@@ -0,0 +1,24 @@
+{
+  "name": "Metacces Mainnet",
+  "chain": "Metacces Mainnet",
+  "icon": "metacces",
+  "rpc": ["https://oli.accesscan.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Metacces",
+    "symbol": "ACCES",
+    "decimals": 18
+  },
+  "infoURL": "https://metacces.com",
+  "shortName": "ACCES",
+  "chainId": 2071,
+  "networkId": 2071,
+  "explorers": [
+    {
+      "name": "accesscan",
+      "url": "https://accesscan.io",
+      "icon": "metacces",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-212013.json b/_data/chains/eip155-212013.json
new file mode 100644
index 000000000000..6a773764c4e8
--- /dev/null
+++ b/_data/chains/eip155-212013.json
@@ -0,0 +1,28 @@
+{
+  "name": "Litentry",
+  "chain": "Litentry",
+  "rpc": [
+    "https://rpc.litentry-parachain.litentry.io",
+    "wss://rpc.litentry-parachain.litentry.io",
+    "https://litentry-rpc.dwellir.com",
+    "wss://litentry-rpc.dwellir.com"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Litentry",
+    "symbol": "LIT",
+    "decimals": 18
+  },
+  "infoURL": "https://litentry.com",
+  "shortName": "litentry",
+  "chainId": 212013,
+  "networkId": 212013,
+  "icon": "litentry",
+  "explorers": [
+    {
+      "name": "litentry statescan",
+      "url": "https://litentry.statescan.io",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-21363.json b/_data/chains/eip155-21363.json
new file mode 100644
index 000000000000..6a767ba18431
--- /dev/null
+++ b/_data/chains/eip155-21363.json
@@ -0,0 +1,24 @@
+{
+  "name": "Lestnet",
+  "chain": "LETH",
+  "rpc": ["https://service.lestnet.org"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Lestnet Ether",
+    "symbol": "LETH",
+    "decimals": 18
+  },
+  "infoURL": "https://lestnet.org",
+  "shortName": "leth",
+  "chainId": 21363,
+  "networkId": 21363,
+  "icon": "lestnet",
+  "explorers": [
+    {
+      "name": "Lestnet Explorer",
+      "url": "https://explore.lestnet.org",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-2192.json b/_data/chains/eip155-2192.json
new file mode 100644
index 000000000000..12a492cf049f
--- /dev/null
+++ b/_data/chains/eip155-2192.json
@@ -0,0 +1,24 @@
+{
+  "name": "SnaxChain",
+  "chain": "ETH",
+  "rpc": ["https://mainnet.snaxchain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://synthetix.io",
+  "shortName": "snax",
+  "chainId": 2192,
+  "networkId": 2192,
+  "icon": "snax",
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://explorer.snaxchain.io",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-233.json b/_data/chains/eip155-233.json
new file mode 100644
index 000000000000..7c9ad313c07d
--- /dev/null
+++ b/_data/chains/eip155-233.json
@@ -0,0 +1,22 @@
+{
+  "name": "Ethernity Testnet",
+  "chain": "Ethernity",
+  "rpc": ["https://testnet.ethernitychain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://www.ethernity.io",
+  "shortName": "ethernity-testnet",
+  "chainId": 233,
+  "networkId": 233,
+  "explorers": [
+    {
+      "name": "Ethernity Testnet Explorer",
+      "url": "https://testnet.ernscan.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-2355.json b/_data/chains/eip155-2355.json
index a811f44a19f3..f025c51439b8 100644
--- a/_data/chains/eip155-2355.json
+++ b/_data/chains/eip155-2355.json
@@ -2,23 +2,35 @@
   "name": "Silicon zkEVM",
   "title": "Silicon zkEVM Mainnet",
   "chain": "Silicon",
-  "rpc": [],
+  "rpc": [
+    "https://rpc.silicon.network",
+    "https://silicon-mainnet.nodeinfra.com"
+  ],
   "faucets": [],
   "nativeCurrency": {
     "name": "Ether",
     "symbol": "ETH",
     "decimals": 18
   },
-  "infoURL": "",
+  "infoURL": "https://docs.silicon.network",
   "shortName": "silicon-zk",
   "chainId": 2355,
   "networkId": 2355,
   "icon": "silicon",
-  "explorers": [],
+  "explorers": [
+    {
+      "name": "siliconscope",
+      "url": "https://scope.silicon.network",
+      "standard": "EIP3091"
+    }
+  ],
   "parent": {
     "type": "L2",
     "chain": "eip155-1",
-    "bridges": []
+    "bridges": [
+      { "url": "https://bridge.silicon.network" },
+      { "url": "https://bridge.orbitchain.io" }
+    ]
   },
-  "status": "incubating"
+  "status": "active"
 }
diff --git a/_data/chains/eip155-24116.json b/_data/chains/eip155-24116.json
new file mode 100644
index 000000000000..2467b2dafd80
--- /dev/null
+++ b/_data/chains/eip155-24116.json
@@ -0,0 +1,25 @@
+{
+  "name": "Amauti",
+  "title": "Rails Network Testnet Amauti",
+  "chain": "RAILS",
+  "icon": "railsTestnet",
+  "rpc": ["https://testnet.steamexchange.io"],
+  "faucets": ["https://depot.steamexchange.io/faucet"],
+  "nativeCurrency": {
+    "name": "SteamX",
+    "symbol": "STEAMX",
+    "decimals": 18
+  },
+  "infoURL": "https://steamexchange.io",
+  "shortName": "railst",
+  "chainId": 24116,
+  "networkId": 24116,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://build.steamexchange.io",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-2477.json b/_data/chains/eip155-2477.json
new file mode 100644
index 000000000000..865e23dd61ce
--- /dev/null
+++ b/_data/chains/eip155-2477.json
@@ -0,0 +1,24 @@
+{
+  "name": "6Degree of Outreach",
+  "chain": "6DO",
+  "rpc": ["https://rpc.6do.world"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "6Degree Coin",
+    "symbol": "6DO",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://6do.world",
+  "shortName": "6do",
+  "chainId": 2477,
+  "networkId": 2477,
+  "icon": "6do",
+  "explorers": [
+    {
+      "name": "6Degree Chain Explorer",
+      "url": "https://explorer.6do.world",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-24772477.json b/_data/chains/eip155-24772477.json
new file mode 100644
index 000000000000..f6659083f0b7
--- /dev/null
+++ b/_data/chains/eip155-24772477.json
@@ -0,0 +1,31 @@
+{
+  "name": "6Degree of Outreach - Testnet",
+  "chain": "6DO",
+  "rpc": ["https://rpc-testnet.6do.world"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "6Degree-Testnet Coin",
+    "symbol": "6DO-T",
+    "decimals": 18
+  },
+  "features": [
+    {
+      "name": "EIP155"
+    },
+    {
+      "name": "EIP1559"
+    }
+  ],
+  "infoURL": "https://6do.world",
+  "shortName": "6dotest",
+  "chainId": 24772477,
+  "networkId": 24772477,
+  "icon": "6do",
+  "explorers": [
+    {
+      "name": "6Degree Testnet Chain Explorer",
+      "url": "https://explorer-testnet.6do.world",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-25327.json b/_data/chains/eip155-25327.json
new file mode 100644
index 000000000000..a447c5629c0a
--- /dev/null
+++ b/_data/chains/eip155-25327.json
@@ -0,0 +1,23 @@
+{
+  "name": "Everclear Mainnet",
+  "chain": "Everclear Mainnet",
+  "rpc": ["https://rpc.everclear.raas.gelato.cloud"],
+  "nativeCurrency": {
+    "name": "ETH",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "faucets": [],
+  "infoURL": "",
+  "shortName": "Everclear",
+  "chainId": 25327,
+  "networkId": 25327,
+  "explorers": [
+    {
+      "name": "Everclear",
+      "url": "https://scan.everclear.org",
+      "icon": "everclear",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-254.json b/_data/chains/eip155-254.json
index 932290cff8f8..1a7f7d3df363 100644
--- a/_data/chains/eip155-254.json
+++ b/_data/chains/eip155-254.json
@@ -1,11 +1,15 @@
 {
   "name": "Swan Chain Mainnet",
   "chain": "SWAN",
-  "rpc": ["https://mainnet-rpc01.swanchain.io"],
+  "rpc": [
+    "https://mainnet-rpc.swanchain.org",
+    "https://mainnet-rpc-01.swanchain.org",
+    "https://mainnet-rpc-02.swanchain.org"
+  ],
   "faucets": [],
   "nativeCurrency": {
-    "name": "SWANETH",
-    "symbol": "sETH",
+    "name": "Ether",
+    "symbol": "ETH",
     "decimals": 18
   },
   "infoURL": "https://swanchain.io/",
diff --git a/_data/chains/eip155-26482.json b/_data/chains/eip155-26482.json
new file mode 100644
index 000000000000..4387e9fadf7d
--- /dev/null
+++ b/_data/chains/eip155-26482.json
@@ -0,0 +1,26 @@
+{
+  "name": "DucatusX Testnet",
+  "chain": "DUCX",
+  "rpc": [
+    "https://ducx-testnet-node1.rocknblock.io",
+    "https://ducx-testnet-node2.rocknblock.io"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "DUCX",
+    "symbol": "DUCX",
+    "decimals": 18
+  },
+  "infoURL": "https://www.ducatuscoins.com/ducatusx",
+  "shortName": "ducatusx-testnet",
+  "chainId": 26482,
+  "networkId": 26482,
+  "explorers": [
+    {
+      "name": "Blockscout",
+      "url": "https://explorer-testnet.ducatusx.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-26483.json b/_data/chains/eip155-26483.json
new file mode 100644
index 000000000000..22e04682637f
--- /dev/null
+++ b/_data/chains/eip155-26483.json
@@ -0,0 +1,27 @@
+{
+  "name": "DucatusX",
+  "chain": "DUCX",
+  "rpc": [
+    "https://ducx-mainnet-node1.rocknblock.io",
+    "https://ducx-mainnet-node2.rocknblock.io",
+    "https://ducx-mainnet-node3.rocknblock.io"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "DUCX",
+    "symbol": "DUCX",
+    "decimals": 18
+  },
+  "infoURL": "https://www.ducatuscoins.com/ducatusx",
+  "shortName": "ducatusx",
+  "chainId": 26483,
+  "networkId": 26483,
+  "explorers": [
+    {
+      "name": "Blockscout",
+      "url": "https://explorer.ducatusx.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-2810.json b/_data/chains/eip155-2810.json
index 70a301965ae8..1d6966e9bd07 100644
--- a/_data/chains/eip155-2810.json
+++ b/_data/chains/eip155-2810.json
@@ -7,7 +7,7 @@
     "wss://rpc-quicknode-holesky.morphl2.io",
     "https://rpc-holesky.morphl2.io"
   ],
-  "faucets": [],
+  "faucets": ["https://morphfaucet.com/"],
   "nativeCurrency": {
     "name": "Ether",
     "symbol": "ETH",
diff --git a/_data/chains/eip155-281123.json b/_data/chains/eip155-281123.json
new file mode 100644
index 000000000000..f665856eb5a8
--- /dev/null
+++ b/_data/chains/eip155-281123.json
@@ -0,0 +1,32 @@
+{
+  "name": "Athene Parthenon",
+  "chain": "athene-parthenon",
+  "rpc": [
+    "https://rpc.parthenon.athenescan.io",
+    "wss://ws.parthenon.athenescan.io"
+  ],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon",
+  "faucets": [],
+  "shortName": "athene-parthenon",
+  "chainId": 281123,
+  "networkId": 281123,
+  "slip44": 60,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://parthenon.athenescan.io",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-11155111"
+  },
+  "status": "active"
+}
diff --git a/_data/chains/eip155-2868.json b/_data/chains/eip155-2868.json
new file mode 100644
index 000000000000..cbeefcbd0676
--- /dev/null
+++ b/_data/chains/eip155-2868.json
@@ -0,0 +1,23 @@
+{
+  "name": "HyperAGI Mainnet",
+  "chain": "HyperAGI",
+  "rpc": [],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Hyperdust",
+    "symbol": "HYPT",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://hyperagi.network",
+  "shortName": "hypt",
+  "chainId": 2868,
+  "networkId": 1,
+  "explorers": [
+    {
+      "name": "hyptscan",
+      "url": "https://block.hyperagi.network",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-2889.json b/_data/chains/eip155-2889.json
new file mode 100644
index 000000000000..26b689a98e98
--- /dev/null
+++ b/_data/chains/eip155-2889.json
@@ -0,0 +1,24 @@
+{
+  "name": "Aarma Mainnet",
+  "chain": "Aarma",
+  "rpc": ["https://aarmarpc.com/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Aarma",
+    "symbol": "ARMA",
+    "decimals": 18
+  },
+  "infoURL": "https://aarmachain.com",
+  "shortName": "ARMA",
+  "chainId": 2889,
+  "networkId": 2889,
+  "icon": "arma",
+  "explorers": [
+    {
+      "name": "aarmascan",
+      "url": "https://aarmascan.com",
+      "icon": "arma",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-30000.json b/_data/chains/eip155-30000.json
new file mode 100644
index 000000000000..dec39a388667
--- /dev/null
+++ b/_data/chains/eip155-30000.json
@@ -0,0 +1,24 @@
+{
+  "name": "qChain Mainnet",
+  "chain": "qChain",
+  "rpc": ["https://rpc.qchain.kr"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }],
+  "nativeCurrency": {
+    "name": "QCO",
+    "symbol": "QCO",
+    "decimals": 18
+  },
+  "infoURL": "https://www.qchain.kr",
+  "shortName": "qchain",
+  "chainId": 30000,
+  "networkId": 30000,
+  "icon": "qchain",
+  "explorers": [
+    {
+      "name": "qChain explorer",
+      "url": "https://scan.qchain.kr",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-31415.json b/_data/chains/eip155-31415.json
index c0f6cae4159d..c0c0988e4450 100644
--- a/_data/chains/eip155-31415.json
+++ b/_data/chains/eip155-31415.json
@@ -1,19 +1,24 @@
 {
-  "name": "Filecoin - Wallaby testnet",
-  "status": "deprecated",
-  "chain": "FIL",
-  "icon": "filecoin",
-  "rpc": [],
+  "name": "Wirex Pay Mainnet",
+  "chain": "WirexPay",
+  "icon": "wpay",
+  "rpc": ["https://rpc.wirexpaychain.com"],
   "faucets": [],
   "nativeCurrency": {
-    "name": "testnet filecoin",
-    "symbol": "tFIL",
+    "name": "Ethereum",
+    "symbol": "ETH",
     "decimals": 18
   },
-  "infoURL": "https://filecoin.io",
-  "shortName": "filecoin-wallaby",
+  "infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain",
+  "shortName": "wpay",
   "chainId": 31415,
   "networkId": 31415,
-  "slip44": 1,
-  "explorers": []
+  "explorers": [
+    {
+      "name": "Wirex Pay Explorer",
+      "url": "https://blockscout.wirexpaychain.com",
+      "standard": "EIP3091"
+    }
+  ],
+  "redFlags": ["reusedChainId"]
 }
diff --git a/_data/chains/eip155-32520.json b/_data/chains/eip155-32520.json
index d3cb41f990b3..6f07f700d7d2 100644
--- a/_data/chains/eip155-32520.json
+++ b/_data/chains/eip155-32520.json
@@ -2,7 +2,7 @@
   "name": "Bitgert Mainnet",
   "chain": "Brise",
   "rpc": [
-    "https://rpc.icecreamswap.com",
+    "https://rpc-bitgert.icecreamswap.com",
     "https://mainnet-rpc.brisescan.com",
     "https://chainrpc.com",
     "https://serverrpc.com"
diff --git a/_data/chains/eip155-33111.json b/_data/chains/eip155-33111.json
index 73cb3c7c1940..bdb7d3b4cf2b 100644
--- a/_data/chains/eip155-33111.json
+++ b/_data/chains/eip155-33111.json
@@ -1,7 +1,7 @@
 {
   "name": "Curtis",
   "chain": "Curtis",
-  "rpc": ["https://curtis.rpc.caldera.xyz/http"],
+  "rpc": ["https://rpc.curtis.apechain.com"],
   "faucets": ["https://curtis.hub.caldera.xyz"],
   "nativeCurrency": {
     "name": "ApeCoin",
@@ -16,7 +16,7 @@
   "explorers": [
     {
       "name": "Curtis Explorer",
-      "url": "https://curtis.explorer.caldera.xyz",
+      "url": "https://explorer.curtis.apechain.com",
       "standard": "EIP3091"
     }
   ]
diff --git a/_data/chains/eip155-33469.json b/_data/chains/eip155-33469.json
index ac85c052845a..ad5b5707bccb 100644
--- a/_data/chains/eip155-33469.json
+++ b/_data/chains/eip155-33469.json
@@ -1,5 +1,5 @@
 {
-  "name": "Zilliqa-2 EVM Devnet",
+  "name": "Zilliqa 2 EVM devnet",
   "chain": "ZIL",
   "rpc": ["https://api.zq2-devnet.zilliqa.com"],
   "faucets": ["https://faucet.zq2-devnet.zilliqa.com"],
diff --git a/_data/chains/eip155-33626250.json b/_data/chains/eip155-33626250.json
new file mode 100644
index 000000000000..89a57d591d46
--- /dev/null
+++ b/_data/chains/eip155-33626250.json
@@ -0,0 +1,23 @@
+{
+  "name": "Toliman Suave Testnet",
+  "chain": "ETH",
+  "rpc": ["https://rpc.toliman.suave.flashbots.net"],
+  "faucets": ["https://faucet.toliman.suave.flashbots.net"],
+  "nativeCurrency": {
+    "name": "SUAVE Toliman Eth",
+    "symbol": "TEEth",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://suave-alpha.flashbots.net/toliman",
+  "shortName": "suave-toliman",
+  "chainId": 33626250,
+  "networkId": 33626250,
+  "explorers": [
+    {
+      "name": "Blockscout",
+      "url": "https://explorer.toliman.suave.flashbots.net",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-34504.json b/_data/chains/eip155-34504.json
index ed5dadb6357f..7dbbd008a16a 100644
--- a/_data/chains/eip155-34504.json
+++ b/_data/chains/eip155-34504.json
@@ -1,15 +1,15 @@
 {
   "name": "ZEUS Mainnet",
-  "chain": "ZEUS",
+  "chain": "ZEUSX",
   "icon": "zeusicon",
   "rpc": ["https://mainnet-rpc.zeuschainscan.io"],
   "nativeCurrency": {
     "name": "The ZEUS Token",
-    "symbol": "ZEUS",
+    "symbol": "ZEUSX",
     "decimals": 18
   },
   "infoURL": "https://zeuschainscan.io",
-  "shortName": "ZEUS",
+  "shortName": "ZEUSX",
   "chainId": 34504,
   "networkId": 34504,
   "faucets": [],
diff --git a/_data/chains/eip155-360.json b/_data/chains/eip155-360.json
index 9605fe1d97e2..fcaa5b2abe46 100644
--- a/_data/chains/eip155-360.json
+++ b/_data/chains/eip155-360.json
@@ -1,16 +1,27 @@
 {
   "name": "Shape",
   "chain": "ETH",
-  "rpc": [],
+  "rpc": [
+    "https://mainnet.shape.network",
+    "https://shape-mainnet.g.alchemy.com/public"
+  ],
   "faucets": [],
   "nativeCurrency": {
     "name": "Ether",
     "symbol": "ETH",
     "decimals": 18
   },
-  "infoURL": "https://shape.us",
+  "infoURL": "https://shape.network",
   "shortName": "shape",
   "chainId": 360,
   "networkId": 360,
-  "status": "incubating"
+  "icon": "shape",
+  "explorers": [
+    {
+      "name": "shapescan",
+      "url": "https://shapescan.xyz",
+      "standard": "EIP3091"
+    }
+  ],
+  "status": "active"
 }
diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json
index 4eee6db46f72..ede53d7410cb 100644
--- a/_data/chains/eip155-397.json
+++ b/_data/chains/eip155-397.json
@@ -1,7 +1,7 @@
 {
-  "name": "Near Mainnet",
+  "name": "NEAR Protocol",
   "chain": "NEAR",
-  "rpc": [],
+  "rpc": ["https://eth-rpc.mainnet.near.org"],
   "icon": "near",
   "faucets": [],
   "nativeCurrency": {
@@ -9,15 +9,15 @@
     "symbol": "NEAR",
     "decimals": 18
   },
-  "infoURL": "https://near.org/",
+  "infoURL": "https://near.org",
   "shortName": "near",
   "chainId": 397,
   "networkId": 397,
   "explorers": [
     {
-      "name": "Near Blocks",
-      "url": "https://nearblocks.io",
-      "standard": "none"
+      "name": "NEAR Explorer",
+      "url": "https://eth-explorer.near.org",
+      "standard": "EIP3091"
     }
   ]
 }
diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json
index 040d64fd0951..a907c77fc0a1 100644
--- a/_data/chains/eip155-398.json
+++ b/_data/chains/eip155-398.json
@@ -1,23 +1,23 @@
 {
-  "name": "Near Testnet",
+  "name": "NEAR Protocol Testnet",
   "chain": "NEAR",
-  "rpc": [],
+  "rpc": ["https://eth-rpc.testnet.near.org"],
   "icon": "near",
   "faucets": [],
   "nativeCurrency": {
-    "name": "Testnet NEAR",
+    "name": "NEAR",
     "symbol": "NEAR",
     "decimals": 18
   },
-  "infoURL": "https://aurora.dev",
+  "infoURL": "https://near.org",
   "shortName": "near-testnet",
   "chainId": 398,
   "networkId": 398,
   "explorers": [
     {
-      "name": "Near blocks",
-      "url": "https://testnet.nearblocks.io",
-      "standard": "none"
+      "name": "NEAR Explorer",
+      "url": "https://eth-explorer-testnet.near.org",
+      "standard": "EIP3091"
     }
   ]
 }
diff --git a/_data/chains/eip155-40000.json b/_data/chains/eip155-40000.json
new file mode 100644
index 000000000000..63ca15eb6fde
--- /dev/null
+++ b/_data/chains/eip155-40000.json
@@ -0,0 +1,24 @@
+{
+  "name": "DIV Chain",
+  "chain": "DIVC",
+  "rpc": ["https://rpc.divchain.org"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }],
+  "nativeCurrency": {
+    "name": "DIVC",
+    "symbol": "DIVC",
+    "decimals": 18
+  },
+  "infoURL": "https://www.divchain.org",
+  "shortName": "divc",
+  "chainId": 40000,
+  "networkId": 40000,
+  "icon": "divc",
+  "explorers": [
+    {
+      "name": "DIV Chain explorer",
+      "url": "https://scan.divchain.org",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-4080.json b/_data/chains/eip155-4080.json
index fdbb92f54214..2ef9c445bd95 100644
--- a/_data/chains/eip155-4080.json
+++ b/_data/chains/eip155-4080.json
@@ -1,12 +1,12 @@
 {
-  "name": "Tobe Chain",
+  "name": "Tobe Chain Testnet",
   "chain": "TBC",
   "icon": "tobe",
-  "rpc": ["https://rpc.tobescan.com"],
-  "faucets": [],
+  "rpc": ["https://rpc-testnet.tobescan.com"],
+  "faucets": ["https://faucet.tobescan.com/faucet"],
   "nativeCurrency": {
     "name": "Tobe Coin",
-    "symbol": "TBC",
+    "symbol": "TOBE",
     "decimals": 18
   },
   "infoURL": "https://tobechain.net",
@@ -15,8 +15,8 @@
   "networkId": 4080,
   "explorers": [
     {
-      "name": "tobescan",
-      "url": "https://tobescan.com",
+      "name": "tobescan testnet",
+      "url": "https://testnet.tobescan.com",
       "standard": "EIP3091"
     }
   ]
diff --git a/_data/chains/eip155-4088.json b/_data/chains/eip155-4088.json
new file mode 100644
index 000000000000..7f9ba8850d3f
--- /dev/null
+++ b/_data/chains/eip155-4088.json
@@ -0,0 +1,24 @@
+{
+  "name": "Zeroth Mainnet",
+  "chain": "ZRH",
+  "icon": "zeroth",
+  "rpc": ["https://my.zeroth.run"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ZRH",
+    "symbol": "ZRH",
+    "decimals": 18
+  },
+  "infoURL": "https://www.zeroth.foundation",
+  "shortName": "ZRH",
+  "chainId": 4088,
+  "networkId": 4088,
+  "explorers": [
+    {
+      "name": "Zeroth Explorer",
+      "url": "https://scan.zeroth.run",
+      "icon": "zeroth",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-42420.json b/_data/chains/eip155-42420.json
new file mode 100644
index 000000000000..f73e04cd5402
--- /dev/null
+++ b/_data/chains/eip155-42420.json
@@ -0,0 +1,23 @@
+{
+  "name": "Asset Chain Mainnet",
+  "chain": "Asset Chain",
+  "rpc": ["https://mainnet-rpc.assetchain.org"],
+  "faucets": ["https://faucet.assetchain.org"],
+  "nativeCurrency": {
+    "name": "Real World Asset",
+    "symbol": "RWA",
+    "decimals": 18
+  },
+  "infoURL": "https://docs.assetchain.org",
+  "shortName": "assetchain",
+  "chainId": 42420,
+  "networkId": 42420,
+  "icon": "assetchain",
+  "explorers": [
+    {
+      "name": "Asset Chain Explorer",
+      "url": "https://scan.assetchain.org",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-42421.json b/_data/chains/eip155-42421.json
index 6f19904e187e..9dd90af9af78 100644
--- a/_data/chains/eip155-42421.json
+++ b/_data/chains/eip155-42421.json
@@ -1,6 +1,6 @@
 {
-  "name": "AssetChain Testnet",
-  "chain": "RWA",
+  "name": "Asset Chain Testnet",
+  "chain": "Asset Chain",
   "rpc": ["https://enugu-rpc.assetchain.org"],
   "faucets": ["https://faucet.assetchain.org"],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-4269.json b/_data/chains/eip155-4269.json
new file mode 100644
index 000000000000..593ed1d3b1ac
--- /dev/null
+++ b/_data/chains/eip155-4269.json
@@ -0,0 +1,23 @@
+{
+  "name": "Laika Testnet",
+  "chain": "LAIKA",
+  "rpc": ["https://testnetrpc1.laikachain.dog"],
+  "faucets": ["https://laikachain.dog/faucets"],
+  "nativeCurrency": {
+    "name": "Dogecoin",
+    "symbol": "DOGE",
+    "decimals": 18
+  },
+  "infoURL": "https://laikachain.dog",
+  "shortName": "laika-testnet",
+  "chainId": 4269,
+  "networkId": 4269,
+  "icon": "laika",
+  "explorers": [
+    {
+      "name": "Laika Testnet Explorer",
+      "url": "https://testnet.laikachain.dog",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-45513.json b/_data/chains/eip155-45513.json
new file mode 100644
index 000000000000..6967376573fa
--- /dev/null
+++ b/_data/chains/eip155-45513.json
@@ -0,0 +1,33 @@
+{
+  "name": "Blessnet",
+  "chain": "ETH",
+  "rpc": [
+    "https://blessnet.calderachain.xyz/http",
+    "wss://blessnet.calderachain.xyz/ws"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Bless",
+    "symbol": "BLESS",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://blessnet.io",
+  "shortName": "bless",
+  "chainId": 45513,
+  "networkId": 45513,
+  "icon": "bless",
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://blessnet.calderaexplorer.xyz",
+      "icon": "bless",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-42161",
+    "bridges": [{ "url": "https://blessnet.bridge.caldera.xyz" }]
+  }
+}
diff --git a/_data/chains/eip155-47763.json b/_data/chains/eip155-47763.json
index ef658a56490c..2fdd83ba6963 100644
--- a/_data/chains/eip155-47763.json
+++ b/_data/chains/eip155-47763.json
@@ -1,7 +1,10 @@
 {
   "name": "Neo X Mainnet",
   "chain": "Neo X",
-  "rpc": ["https://mainnet-1.rpc.banelabs.org"],
+  "rpc": [
+    "https://mainnet-1.rpc.banelabs.org",
+    "https://mainnet-2.rpc.banelabs.org"
+  ],
   "faucets": [],
   "nativeCurrency": {
     "name": "Gas",
diff --git a/_data/chains/eip155-480.json b/_data/chains/eip155-480.json
index 35c4ff7bf563..c9453cc4e385 100644
--- a/_data/chains/eip155-480.json
+++ b/_data/chains/eip155-480.json
@@ -1,7 +1,7 @@
 {
   "name": "World Chain",
   "chain": "ETH",
-  "rpc": [],
+  "rpc": ["https://worldchain-mainnet.g.alchemy.com/public"],
   "faucets": [],
   "nativeCurrency": {
     "name": "Ether",
diff --git a/_data/chains/eip155-4801.json b/_data/chains/eip155-4801.json
index bcfd4a573b97..c6298ee834d8 100644
--- a/_data/chains/eip155-4801.json
+++ b/_data/chains/eip155-4801.json
@@ -1,7 +1,7 @@
 {
   "name": "World Chain Sepolia Testnet",
   "chain": "ETH",
-  "rpc": [],
+  "rpc": ["https://worldchain-sepolia.g.alchemy.com/public"],
   "faucets": [],
   "nativeCurrency": {
     "name": "Sepolia Ether",
diff --git a/_data/chains/eip155-499.json b/_data/chains/eip155-499.json
index edaf82e4923b..827e5b935878 100644
--- a/_data/chains/eip155-499.json
+++ b/_data/chains/eip155-499.json
@@ -1,8 +1,8 @@
 {
   "name": "Rupaya",
   "chain": "RUPX",
-  "rpc": [],
-  "faucets": [],
+  "rpc": ["https://rpc.rupaya.io"],
+  "faucets": ["https://faucet.rupaya.io"],
   "nativeCurrency": {
     "name": "Rupaya",
     "symbol": "RUPX",
@@ -12,5 +12,12 @@
   "shortName": "rupx",
   "chainId": 499,
   "networkId": 499,
-  "slip44": 499
+  "slip44": 499,
+  "explorers": [
+    {
+      "name": "Rupaya Explorer",
+      "url": "https://scan.rupaya.io",
+      "standard": "EIP3091"
+    }
+  ]
 }
diff --git a/_data/chains/eip155-50888.json b/_data/chains/eip155-50888.json
new file mode 100644
index 000000000000..7b6918c3a65c
--- /dev/null
+++ b/_data/chains/eip155-50888.json
@@ -0,0 +1,24 @@
+{
+  "name": "Erbie Mainnet",
+  "chain": "Erbie",
+  "rpc": ["https://api.erbie.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ERB",
+    "symbol": "ERB",
+    "decimals": 18
+  },
+  "infoURL": "https://www.erbie.io",
+  "shortName": "Erbie",
+  "chainId": 50888,
+  "networkId": 50888,
+  "icon": "erbie",
+  "explorers": [
+    {
+      "name": "Erbie Explorer",
+      "url": "https://www.erbie.io/explorer",
+      "standard": "none",
+      "icon": "erbie"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-5115.json b/_data/chains/eip155-5115.json
new file mode 100644
index 000000000000..6b8b3a3fdb34
--- /dev/null
+++ b/_data/chains/eip155-5115.json
@@ -0,0 +1,25 @@
+{
+  "name": "Citrea Testnet",
+  "chain": "Citrea",
+  "rpc": ["https://rpc.testnet.citrea.xyz"],
+  "faucets": ["https://citrea.xyz/faucet"],
+  "nativeCurrency": {
+    "name": "Citrea BTC",
+    "symbol": "cBTC",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://citrea.xyz",
+  "shortName": "citrea-testnet",
+  "chainId": 5115,
+  "networkId": 5115,
+  "icon": "citrea",
+  "explorers": [
+    {
+      "name": "Citrea Testnet Explorer",
+      "url": "https://explorer.testnet.citrea.xyz",
+      "icon": "citrea",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-5151.json b/_data/chains/eip155-5151.json
new file mode 100644
index 000000000000..f2847e179f6c
--- /dev/null
+++ b/_data/chains/eip155-5151.json
@@ -0,0 +1,25 @@
+{
+  "name": "MeChain Testnet",
+  "chain": "MeChain",
+  "rpc": ["https://testnet-rpc.mechain.tech"],
+  "faucets": ["https://faucet.mechain.tech"],
+  "nativeCurrency": {
+    "name": "ZKME",
+    "symbol": "ZKME",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://mechain.tech",
+  "shortName": "ZKME",
+  "chainId": 5151,
+  "networkId": 5151,
+  "icon": "mechain",
+  "explorers": [
+    {
+      "name": "MeChain Scan",
+      "url": "https://testnet-scan.mechain.tech",
+      "icon": "mechain",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-52164803.json b/_data/chains/eip155-52164803.json
new file mode 100644
index 000000000000..fd727b166c77
--- /dev/null
+++ b/_data/chains/eip155-52164803.json
@@ -0,0 +1,26 @@
+{
+  "name": "Fluence Testnet",
+  "chain": "Fluence Testnet",
+  "rpc": ["https://rpc.testnet.fluence.dev/", "wss://ws.testnet.fluence.dev/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "tFLT",
+    "symbol": "tFLT",
+    "decimals": 18
+  },
+  "infoURL": "https://fluence.network/",
+  "shortName": "fluence-testnet",
+  "chainId": 52164803,
+  "networkId": 52164803,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://blockscout.testnet.fluence.dev",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-11155111"
+  }
+}
diff --git a/_data/chains/eip155-531050104.json b/_data/chains/eip155-531050104.json
new file mode 100644
index 000000000000..a2c571f1dec4
--- /dev/null
+++ b/_data/chains/eip155-531050104.json
@@ -0,0 +1,32 @@
+{
+  "name": "Sophon Testnet",
+  "chain": "Sophon Testnet",
+  "rpc": ["https://rpc.testnet.sophon.xyz", "wss://rpc.testnet.sophon.xyz/ws"],
+  "nativeCurrency": {
+    "name": "Sophon",
+    "symbol": "SOPH",
+    "decimals": 18
+  },
+  "faucets": [],
+  "infoURL": "",
+  "shortName": "sophon-testnet",
+  "chainId": 531050104,
+  "networkId": 531050104,
+  "explorers": [
+    {
+      "name": "Sophon Block Explorer",
+      "url": "https://explorer.testnet.sophon.xyz",
+      "icon": "sophon-testnet",
+      "standard": "none"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-1",
+    "bridges": [
+      {
+        "url": "https://portal.testnet.sophon.xyz/bridge"
+      }
+    ]
+  }
+}
diff --git a/_data/chains/eip155-534351.json b/_data/chains/eip155-534351.json
index 836b477f71d2..8a56bbe23434 100644
--- a/_data/chains/eip155-534351.json
+++ b/_data/chains/eip155-534351.json
@@ -6,7 +6,9 @@
     "https://sepolia-rpc.scroll.io",
     "https://rpc.ankr.com/scroll_sepolia_testnet",
     "https://scroll-sepolia.chainstacklabs.com",
-    "https://scroll-testnet-public.unifra.io"
+    "https://scroll-testnet-public.unifra.io",
+    "https://scroll-sepolia-rpc.publicnode.com",
+    "wss://scroll-sepolia-rpc.publicnode.com"
   ],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-534352.json b/_data/chains/eip155-534352.json
index 37c8e18edfcc..46ccb11b7304 100644
--- a/_data/chains/eip155-534352.json
+++ b/_data/chains/eip155-534352.json
@@ -5,7 +5,9 @@
   "rpc": [
     "https://rpc.scroll.io",
     "https://rpc.ankr.com/scroll",
-    "https://scroll-mainnet.chainstacklabs.com"
+    "https://scroll-mainnet.chainstacklabs.com",
+    "https://scroll-rpc.publicnode.com",
+    "wss://scroll-rpc.publicnode.com"
   ],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-54176.json b/_data/chains/eip155-54176.json
new file mode 100644
index 000000000000..6838e0fe7407
--- /dev/null
+++ b/_data/chains/eip155-54176.json
@@ -0,0 +1,23 @@
+{
+  "name": "OverProtocol Mainnet",
+  "chain": "OverProtocol",
+  "icon": "overIcon",
+  "rpc": ["https://public.rpc.overprotocol.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Over",
+    "symbol": "OVER",
+    "decimals": 18
+  },
+  "infoURL": "https://docs.over.network",
+  "shortName": "overprotocol",
+  "chainId": 54176,
+  "networkId": 54176,
+  "explorers": [
+    {
+      "name": "OverView",
+      "url": "https://view.over.network",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-541764.json b/_data/chains/eip155-541764.json
new file mode 100644
index 000000000000..13e969495ee3
--- /dev/null
+++ b/_data/chains/eip155-541764.json
@@ -0,0 +1,23 @@
+{
+  "name": "OverProtocol Testnet",
+  "chain": "OverProtocol",
+  "icon": "overIcon",
+  "rpc": ["https://wallet-dolphin.rpc.over.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Over",
+    "symbol": "OVER",
+    "decimals": 18
+  },
+  "infoURL": "https://docs.over.network",
+  "shortName": "overprotocol-testnet",
+  "chainId": 541764,
+  "networkId": 541764,
+  "explorers": [
+    {
+      "name": "OverView Testnet",
+      "url": "https://dolphin.view.over.network",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-54321.json b/_data/chains/eip155-54321.json
index 743fb024e650..012b044b743d 100644
--- a/_data/chains/eip155-54321.json
+++ b/_data/chains/eip155-54321.json
@@ -2,11 +2,11 @@
   "name": "Toronet Testnet",
   "chain": "Toronet",
   "icon": "toronet",
-  "rpc": ["http://testnet.toronet.org/rpc"],
+  "rpc": ["https://testnet.toronet.org/rpc"],
   "faucets": [],
   "nativeCurrency": {
-    "name": "Toro",
-    "symbol": "TORO",
+    "name": "Toroe",
+    "symbol": "TOROE",
     "decimals": 18
   },
   "infoURL": "https://toronet.org",
diff --git a/_data/chains/eip155-545.json b/_data/chains/eip155-545.json
index 923b86801aa8..f2651e897f81 100644
--- a/_data/chains/eip155-545.json
+++ b/_data/chains/eip155-545.json
@@ -1,8 +1,8 @@
 {
-  "name": "Testnet",
+  "name": "EVM on Flow Testnet",
   "chain": "Flow",
   "rpc": ["https://testnet.evm.nodes.onflow.org"],
-  "faucets": ["https://testnet-faucet.onflow.org"],
+  "faucets": ["https://faucet.flow.com/fund-account"],
   "nativeCurrency": {
     "name": "FLOW",
     "symbol": "FLOW",
@@ -15,9 +15,9 @@
   "icon": "flowevm",
   "explorers": [
     {
-      "name": "Flow Diver",
-      "url": "https://testnet.flowdiver.io",
-      "standard": "none"
+      "name": "FlowScan Testnet",
+      "url": "https://evm-testnet.flowscan.io",
+      "standard": "EIP3091"
     }
   ]
 }
diff --git a/_data/chains/eip155-55244.json b/_data/chains/eip155-55244.json
new file mode 100644
index 000000000000..904a317166a6
--- /dev/null
+++ b/_data/chains/eip155-55244.json
@@ -0,0 +1,27 @@
+{
+  "name": "Superposition",
+  "chain": "Superposition",
+  "rpc": ["https://rpc.superposition.so"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://superposition.so",
+  "shortName": "spn",
+  "chainId": 55244,
+  "networkId": 55244,
+  "explorers": [
+    {
+      "name": "Superposition Explorer",
+      "url": "https://explorer.superposition.so",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-42161",
+    "bridges": []
+  }
+}
diff --git a/_data/chains/eip155-5545.json b/_data/chains/eip155-5545.json
new file mode 100644
index 000000000000..be929c88f7a8
--- /dev/null
+++ b/_data/chains/eip155-5545.json
@@ -0,0 +1,17 @@
+{
+  "name": "DuckChain Mainnet",
+  "title": "DuckChain Mainnet",
+  "chain": "DuckChain",
+  "icon": "duckchain",
+  "rpc": ["https://rpc.duckchain.io", "https://rpc-hk.duckchain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "TON",
+    "symbol": "TON",
+    "decimals": 18
+  },
+  "infoURL": "https://duckchain.io",
+  "shortName": "Duck-Chain-Mainnet",
+  "chainId": 5545,
+  "networkId": 5545
+}
diff --git a/_data/chains/eip155-555888.json b/_data/chains/eip155-555888.json
new file mode 100644
index 000000000000..0336d1189ec4
--- /dev/null
+++ b/_data/chains/eip155-555888.json
@@ -0,0 +1,31 @@
+{
+  "name": "DustBoy IoT",
+  "title": "DustBoy IoT",
+  "status": "active",
+  "chain": "DUSTBOY",
+  "rpc": ["https://dustboy-rpc.jibl2.com/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "DST",
+    "decimals": 18
+  },
+  "infoURL": "https://www.cmuccdc.org/",
+  "shortName": "DustBoy_IoT",
+  "chainId": 555888,
+  "networkId": 555888,
+  "slip44": 1,
+  "icon": "dustboy",
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://dustboy.jibl2.com",
+      "standard": "EIP3091",
+      "icon": "dustboy"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-1"
+  }
+}
diff --git a/_data/chains/eip155-55614.json b/_data/chains/eip155-55614.json
new file mode 100644
index 000000000000..41723cd3d24e
--- /dev/null
+++ b/_data/chains/eip155-55614.json
@@ -0,0 +1,22 @@
+{
+  "name": "Flamma Mainnet",
+  "chain": "Flamma",
+  "rpc": ["https://rpc.flamma.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Flamma",
+    "symbol": "FLA",
+    "decimals": 18
+  },
+  "infoURL": "https://flamma.network",
+  "shortName": "FlammaMainnet",
+  "chainId": 55614,
+  "networkId": 55614,
+  "explorers": [
+    {
+      "name": "flascan",
+      "url": "https://flascan.net",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-5858.json b/_data/chains/eip155-5858.json
new file mode 100644
index 000000000000..39b2f46c1598
--- /dev/null
+++ b/_data/chains/eip155-5858.json
@@ -0,0 +1,24 @@
+{
+  "name": "Chang Chain Foundation Mainnet",
+  "chain": "ChangChain",
+  "rpc": ["https://rpc.cthscan.com/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Chang Coin Thailand",
+    "symbol": "CTH",
+    "decimals": 18
+  },
+  "infoURL": "https://changcoin.foundation/",
+  "shortName": "ChangChain",
+  "chainId": 5858,
+  "networkId": 5858,
+  "icon": "changchain",
+  "explorers": [
+    {
+      "name": "CTH Scan",
+      "url": "https://cthscan.com",
+      "standard": "EIP3091",
+      "icon": "blockscout"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-58680.json b/_data/chains/eip155-58680.json
new file mode 100644
index 000000000000..5d08d90e3ea0
--- /dev/null
+++ b/_data/chains/eip155-58680.json
@@ -0,0 +1,26 @@
+{
+  "name": "Lumoz Quidditch Testnet",
+  "chain": "ETH",
+  "rpc": ["https://quidditch-rpc.lumoz.org"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Lumoz Quidditch Testnet Token",
+    "symbol": "MOZ",
+    "decimals": 18
+  },
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "infoURL": "https://lumoz.org",
+  "shortName": "Lumoz-Quidditch-Testnet",
+  "chainId": 58680,
+  "networkId": 58680,
+  "slip44": 1,
+  "icon": "opside-new",
+  "explorers": [
+    {
+      "name": "LumozQuidditchTestnetInfo",
+      "url": "https://quidditch.lumoz.info",
+      "icon": "opside-new",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-59141.json b/_data/chains/eip155-59141.json
index 96428895a5d8..6067ed870b15 100644
--- a/_data/chains/eip155-59141.json
+++ b/_data/chains/eip155-59141.json
@@ -6,7 +6,9 @@
     "https://rpc.sepolia.linea.build",
     "wss://rpc.sepolia.linea.build",
     "https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}",
-    "wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}"
+    "wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}",
+    "https://linea-sepolia-rpc.publicnode.com",
+    "wss://linea-sepolia-rpc.publicnode.com"
   ],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-59144.json b/_data/chains/eip155-59144.json
index bbf1919df7c6..08ae917bcad2 100644
--- a/_data/chains/eip155-59144.json
+++ b/_data/chains/eip155-59144.json
@@ -6,7 +6,9 @@
     "https://rpc.linea.build",
     "wss://rpc.linea.build",
     "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
-    "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}"
+    "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
+    "https://linea-rpc.publicnode.com",
+    "wss://linea-rpc.publicnode.com"
   ],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-6060.json b/_data/chains/eip155-6060.json
new file mode 100644
index 000000000000..7df36802f63b
--- /dev/null
+++ b/_data/chains/eip155-6060.json
@@ -0,0 +1,24 @@
+{
+  "name": "BC Hyper Chain Testnet",
+  "chain": "BC Hyper Chain",
+  "rpc": ["https://rpc.bchscan.io"],
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "TEST VERSATIZE COIN",
+    "symbol": "TVTCN",
+    "decimals": 18
+  },
+  "infoURL": "https://www.versatizecoin.com/",
+  "shortName": "BCH",
+  "chainId": 6060,
+  "networkId": 6060,
+  "icon": "bchyper",
+  "explorers": [
+    {
+      "name": "bcexplorer testnet",
+      "url": "https://testnet.bchscan.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-6278.json b/_data/chains/eip155-6278.json
new file mode 100644
index 000000000000..e86a821440df
--- /dev/null
+++ b/_data/chains/eip155-6278.json
@@ -0,0 +1,31 @@
+{
+  "name": "Rails",
+  "title": "Rails Network Mainnet",
+  "chain": "RAILS",
+  "icon": "rails",
+  "rpc": ["https://mainnet.steamexchange.io"],
+  "features": [
+    { "name": "EIP155" },
+    { "name": "EIP1559" },
+    { "name": "EIP6551" }
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "SteamX",
+    "symbol": "STEAMX",
+    "decimals": 18
+  },
+  "infoURL": "https://steamexchange.io",
+  "shortName": "rails",
+  "chainId": 6278,
+  "networkId": 6278,
+  "slip44": 6278,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://explore.steamexchange.io",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-63001.json b/_data/chains/eip155-63001.json
index 64277a54446b..26c19180feff 100644
--- a/_data/chains/eip155-63001.json
+++ b/_data/chains/eip155-63001.json
@@ -1,7 +1,7 @@
 {
   "name": "eCredits Testnet",
   "chain": "ECS",
-  "rpc": ["https://rpc.tst.ecredits.com"],
+  "rpc": [],
   "faucets": ["https://faucet.tst.ecredits.com"],
   "nativeCurrency": {
     "name": "eCredits",
@@ -9,7 +9,7 @@
     "decimals": 18
   },
   "infoURL": "https://ecredits.com",
-  "shortName": "ecs-testnet",
+  "shortName": "ecs-testnet-old",
   "chainId": 63001,
   "networkId": 63001,
   "slip44": 1,
@@ -21,5 +21,6 @@
       "icon": "ecredits",
       "standard": "EIP3091"
     }
-  ]
+  ],
+  "status": "deprecated"
 }
diff --git a/_data/chains/eip155-63002.json b/_data/chains/eip155-63002.json
new file mode 100644
index 000000000000..e3c56da1d381
--- /dev/null
+++ b/_data/chains/eip155-63002.json
@@ -0,0 +1,26 @@
+{
+  "name": "eSync Network Testnet",
+  "title": "eSync Network Testnet",
+  "chain": "ECS",
+  "rpc": ["https://rpc.tst.esync.network"],
+  "faucets": ["https://faucet.tst.ecredits.com"],
+  "nativeCurrency": {
+    "name": "eCredits",
+    "symbol": "ECS",
+    "decimals": 18
+  },
+  "infoURL": "https://esync.network",
+  "shortName": "esync-testnet",
+  "chainId": 63002,
+  "networkId": 63002,
+  "slip44": 1,
+  "icon": "esync",
+  "explorers": [
+    {
+      "name": "eSync Network Testnet Explorer",
+      "url": "https://explorer.tst.esync.network",
+      "icon": "esync",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-646.json b/_data/chains/eip155-646.json
index d8d9fd1e50f4..5c2c45aa06e7 100644
--- a/_data/chains/eip155-646.json
+++ b/_data/chains/eip155-646.json
@@ -19,5 +19,6 @@
       "url": "https://eth.flowscan.io",
       "standard": "EIP3091"
     }
-  ]
+  ],
+  "status": "deprecated"
 }
diff --git a/_data/chains/eip155-65349.json b/_data/chains/eip155-65349.json
index d620356af541..3801d0ec0b65 100644
--- a/_data/chains/eip155-65349.json
+++ b/_data/chains/eip155-65349.json
@@ -15,6 +15,7 @@
   "shortName": "cratd2c-testnet",
   "chainId": 65349,
   "networkId": 65349,
+  "icon": "cratd2c-testnet",
   "explorers": [
     {
       "name": "Blockscout",
diff --git a/_data/chains/eip155-6550.json b/_data/chains/eip155-6550.json
new file mode 100644
index 000000000000..71159162c1cb
--- /dev/null
+++ b/_data/chains/eip155-6550.json
@@ -0,0 +1,22 @@
+{
+  "name": "Flamma Testnet",
+  "chain": "Flamma",
+  "rpc": ["https://testnetrpc.flamma.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Flamma",
+    "symbol": "FLA",
+    "decimals": 18
+  },
+  "infoURL": "https://flamma.network",
+  "shortName": "FlammaTestnet",
+  "chainId": 6550,
+  "networkId": 6550,
+  "explorers": [
+    {
+      "name": "flascan",
+      "url": "https://testnet.flascan.net",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-66665.json b/_data/chains/eip155-66665.json
new file mode 100644
index 000000000000..829063b80d58
--- /dev/null
+++ b/_data/chains/eip155-66665.json
@@ -0,0 +1,23 @@
+{
+  "name": "Creator Chain Testnet",
+  "chain": "creatorchain",
+  "icon": "creatorchain",
+  "rpc": ["https://rpc.creatorchain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "CreatorETH",
+    "symbol": "CETH",
+    "decimals": 18
+  },
+  "infoURL": "https://docs.creatorchain.io/",
+  "shortName": "ceth",
+  "chainId": 66665,
+  "networkId": 66665,
+  "explorers": [
+    {
+      "name": "creatorchainscan",
+      "url": "https://explorer.creatorchain.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-6667.json b/_data/chains/eip155-6667.json
new file mode 100644
index 000000000000..7b7d5c269221
--- /dev/null
+++ b/_data/chains/eip155-6667.json
@@ -0,0 +1,24 @@
+{
+  "name": "Storchain",
+  "chain": "STR",
+  "rpc": ["https://rpc.storchain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Storchain",
+    "symbol": "STR",
+    "decimals": 18
+  },
+  "infoURL": "https://storchain.io",
+  "shortName": "str",
+  "chainId": 6667,
+  "networkId": 6667,
+  "icon": "str",
+  "explorers": [
+    {
+      "name": "storscan",
+      "url": "https://scan.storchain.io",
+      "icon": "str",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-6678.json b/_data/chains/eip155-6678.json
index 7535317217d4..73a3a12c0994 100644
--- a/_data/chains/eip155-6678.json
+++ b/_data/chains/eip155-6678.json
@@ -1,11 +1,11 @@
 {
-  "name": "EdgaMatrix Chain",
+  "name": "Edge Matrix Chain",
   "chain": "EMC",
   "icon": "emc",
   "rpc": ["https://rpc1-mainnet.emc.network"],
   "faucets": [],
   "nativeCurrency": {
-    "name": "EdgaMatrix Chain Token",
+    "name": "Edge Matrix Chain Token",
     "symbol": "EMC",
     "decimals": 18
   },
diff --git a/_data/chains/eip155-68775.json b/_data/chains/eip155-68775.json
new file mode 100644
index 000000000000..fbec83d00bae
--- /dev/null
+++ b/_data/chains/eip155-68775.json
@@ -0,0 +1,27 @@
+{
+  "name": "DM2 Verse Testnet",
+  "chain": "DM2 Verse",
+  "icon": "dm2verse",
+  "rpc": ["https://rpc.testnet.dm2verse.dmm.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "OAS",
+    "symbol": "OAS",
+    "decimals": 18
+  },
+  "infoURL": "https://seamoon.dmm.com",
+  "shortName": "dm2t",
+  "chainId": 68775,
+  "networkId": 68775,
+  "explorers": [
+    {
+      "name": "DM2Verse Testnet Explorer",
+      "url": "https://explorer.testnet.dm2verse.dmm.com",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-248"
+  }
+}
diff --git a/_data/chains/eip155-6880.json b/_data/chains/eip155-6880.json
new file mode 100644
index 000000000000..8a6542daf41f
--- /dev/null
+++ b/_data/chains/eip155-6880.json
@@ -0,0 +1,23 @@
+{
+  "name": "Mtt Mainnet",
+  "chain": "MTT",
+  "rpc": ["https://evm-rpc.mtt.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Mtt mainnet native coin",
+    "symbol": "MTT",
+    "decimals": 18
+  },
+  "infoURL": "https://mtt.network",
+  "shortName": "mtt-mainnet",
+  "chainId": 6880,
+  "networkId": 6880,
+  "icon": "mttnetwork",
+  "explorers": [
+    {
+      "name": "Mtt explorer",
+      "url": "https://explorer.mtt.network",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-6942.json b/_data/chains/eip155-6942.json
new file mode 100644
index 000000000000..094a916c48e5
--- /dev/null
+++ b/_data/chains/eip155-6942.json
@@ -0,0 +1,23 @@
+{
+  "name": "Laika Mainnet",
+  "chain": "LAIKA",
+  "rpc": ["https://mainnetrpc.laikachain.dog"],
+  "faucets": ["https://laikachain.dog/faucets"],
+  "nativeCurrency": {
+    "name": "Dogecoin",
+    "symbol": "DOGE",
+    "decimals": 18
+  },
+  "infoURL": "https://laikachain.dog",
+  "shortName": "laika",
+  "chainId": 6942,
+  "networkId": 6942,
+  "icon": "laika",
+  "explorers": [
+    {
+      "name": "Laika Mainnet Explorer",
+      "url": "https://explorer.laikachain.dog",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-7.json b/_data/chains/eip155-7.json
index ece89cb17975..0265c144617c 100644
--- a/_data/chains/eip155-7.json
+++ b/_data/chains/eip155-7.json
@@ -13,6 +13,7 @@
   "shortName": "tch",
   "chainId": 7,
   "networkId": 7,
+  "icon": "tch",
   "explorers": [
     {
       "name": "Thaichain Explorer",
diff --git a/_data/chains/eip155-7082400.json b/_data/chains/eip155-7082400.json
new file mode 100644
index 000000000000..63e69e0d1f34
--- /dev/null
+++ b/_data/chains/eip155-7082400.json
@@ -0,0 +1,25 @@
+{
+  "name": "COTI Testnet",
+  "title": "COTI Testnet",
+  "chain": "COTI",
+  "icon": "coti",
+  "rpc": ["https://testnet.coti.io/rpc"],
+  "faucets": ["https://faucet.coti.io"],
+  "nativeCurrency": {
+    "name": "COTI",
+    "symbol": "COTI",
+    "decimals": 18
+  },
+  "infoURL": "https://coti.io/",
+  "shortName": "coti-testnet",
+  "chainId": 7082400,
+  "networkId": 7082400,
+  "explorers": [
+    {
+      "name": "COTI Testnet Explorer",
+      "url": "https://testnet.cotiscan.io",
+      "icon": "ethernal",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-711.json b/_data/chains/eip155-711.json
new file mode 100644
index 000000000000..5cdf35df9339
--- /dev/null
+++ b/_data/chains/eip155-711.json
@@ -0,0 +1,25 @@
+{
+  "name": "Tucana",
+  "chain": "Tucana",
+  "title": "Tucana Testnet",
+  "rpc": ["https://evm-rpc.tucana.zone", "wss://evm-ws.tucana.zone"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Tucana",
+    "symbol": "TUC",
+    "decimals": 18
+  },
+  "infoURL": "https://tucana.zone",
+  "shortName": "tuc",
+  "chainId": 711,
+  "networkId": 711,
+  "slip44": 1,
+  "icon": "tucana",
+  "explorers": [
+    {
+      "name": "Tucana Explorer",
+      "url": "https://explorer.tucana.zone",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-71117.json b/_data/chains/eip155-71117.json
new file mode 100644
index 000000000000..1051671d73b7
--- /dev/null
+++ b/_data/chains/eip155-71117.json
@@ -0,0 +1,25 @@
+{
+  "name": "Wadzchain Testnet",
+  "title": "Wadzchain Testnet",
+  "chain": "Wadzchain-Testnet",
+  "icon": "wadz",
+  "rpc": ["https://rpc-testnet.wadzchain.io"],
+  "faucets": ["https://faucet-testnet.wadzchain.io"],
+  "nativeCurrency": {
+    "name": "WadzToken",
+    "symbol": "WTK",
+    "decimals": 18
+  },
+  "infoURL": "https://www.wadzchain-network.io",
+  "shortName": "wadzchain-testnet",
+  "chainId": 71117,
+  "networkId": 71117,
+  "slip44": 1,
+  "explorers": [
+    {
+      "name": "Wadzchain Testnet Explorer",
+      "url": "https://scan-testnet.wadzchain.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-712.json b/_data/chains/eip155-712.json
new file mode 100644
index 000000000000..d3fa90ce4815
--- /dev/null
+++ b/_data/chains/eip155-712.json
@@ -0,0 +1,28 @@
+{
+  "name": "Birdee-2",
+  "chain": "Tucana",
+  "title": "Tucana Testnet",
+  "rpc": [
+    "https://evm-rpc.birdee-2.tucana.zone",
+    "wss://evm-ws.birdee-2.tucana.zone"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Tucana",
+    "symbol": "TUC",
+    "decimals": 18
+  },
+  "infoURL": "https://tucana.zone",
+  "shortName": "birdee-2",
+  "chainId": 712,
+  "networkId": 712,
+  "slip44": 1,
+  "icon": "tucana",
+  "explorers": [
+    {
+      "name": "Birdee-2 Explorer",
+      "url": "https://explorer.birdee-2.tucana.zone",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-7210.json b/_data/chains/eip155-7210.json
new file mode 100644
index 000000000000..c231518e1074
--- /dev/null
+++ b/_data/chains/eip155-7210.json
@@ -0,0 +1,17 @@
+{
+  "name": "Nibiru Testnet-1",
+  "chain": "Nibiru",
+  "rpc": ["https://evm-rpc.testnet-1.nibiru.fi"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "NIBI",
+    "symbol": "NIBI",
+    "decimals": 18
+  },
+  "infoURL": "https://nibiru.fi",
+  "shortName": "nibiru-testnet-1",
+  "chainId": 7210,
+  "networkId": 7210,
+  "icon": "nibiru",
+  "explorers": []
+}
diff --git a/_data/chains/eip155-7222.json b/_data/chains/eip155-7222.json
new file mode 100644
index 000000000000..a107fbb55d07
--- /dev/null
+++ b/_data/chains/eip155-7222.json
@@ -0,0 +1,17 @@
+{
+  "name": "Nibiru Devnet-3",
+  "chain": "Nibiru",
+  "rpc": ["https://evm-rpc.devnet-3.nibiru.fi"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "NIBI",
+    "symbol": "NIBI",
+    "decimals": 18
+  },
+  "infoURL": "https://nibiru.fi",
+  "shortName": "nibiru-devnet-3",
+  "chainId": 7222,
+  "networkId": 7222,
+  "icon": "nibiru",
+  "explorers": []
+}
diff --git a/_data/chains/eip155-723107.json b/_data/chains/eip155-723107.json
new file mode 100644
index 000000000000..2cc95e4766c8
--- /dev/null
+++ b/_data/chains/eip155-723107.json
@@ -0,0 +1,22 @@
+{
+  "name": "TixChain Testnet",
+  "chain": "TIXCHAIN",
+  "rpc": ["https://subnets.avax.network/tixchain/testnet/rpc"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "TIX Token",
+    "symbol": "TIX",
+    "decimals": 18
+  },
+  "infoURL": "https://subnets-test.avax.network/tixchain/details",
+  "shortName": "tixchain",
+  "chainId": 723107,
+  "networkId": 723107,
+  "explorers": [
+    {
+      "name": "TixChain Testnet Subnet Explorer",
+      "url": "https://subnets-test.avax.network/tixchain",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-7244.json b/_data/chains/eip155-7244.json
index 8ad45285369c..e64a32a6eb54 100644
--- a/_data/chains/eip155-7244.json
+++ b/_data/chains/eip155-7244.json
@@ -5,7 +5,7 @@
   "rpc": ["https://testnet-rpc.zeuschainscan.io"],
   "nativeCurrency": {
     "name": "The ZEUS Token",
-    "symbol": "ZEUS",
+    "symbol": "ZEUSX",
     "decimals": 18
   },
   "infoURL": "https://testnet-explorer.zeuschainscan.io",
diff --git a/_data/chains/eip155-728126428.json b/_data/chains/eip155-728126428.json
new file mode 100644
index 000000000000..b9963045ab78
--- /dev/null
+++ b/_data/chains/eip155-728126428.json
@@ -0,0 +1,27 @@
+{
+  "name": "Tron Mainnet",
+  "chain": "TRON",
+  "rpc": [
+    "https://rpc.ankr.com/tron_jsonrpc",
+    "https://api.trongrid.io/jsonrpc"
+  ],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Tron",
+    "symbol": "TRX",
+    "decimals": 6
+  },
+  "infoURL": "https://tron.network",
+  "shortName": "tron",
+  "chainId": 728126428,
+  "networkId": 728126428,
+  "icon": "tron",
+  "explorers": [
+    {
+      "name": "tronscan",
+      "url": "https://tronscan.org",
+      "icon": "tron",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-747.json b/_data/chains/eip155-747.json
index c223995249cc..7af585be6731 100644
--- a/_data/chains/eip155-747.json
+++ b/_data/chains/eip155-747.json
@@ -1,5 +1,5 @@
 {
-  "name": "Mainnet",
+  "name": "EVM on Flow",
   "chain": "Flow",
   "rpc": ["https://mainnet.evm.nodes.onflow.org"],
   "faucets": [],
@@ -15,9 +15,9 @@
   "icon": "flowevm",
   "explorers": [
     {
-      "name": "Flow Diver",
-      "url": "https://flowdiver.io",
-      "standard": "none"
+      "name": "FlowScan",
+      "url": "https://evm.flowscan.io",
+      "standard": "EIP3091"
     }
   ]
 }
diff --git a/_data/chains/eip155-77777.json b/_data/chains/eip155-77777.json
index 7498c3b21559..2de9f61cf97d 100644
--- a/_data/chains/eip155-77777.json
+++ b/_data/chains/eip155-77777.json
@@ -2,11 +2,11 @@
   "name": "Toronet Mainnet",
   "chain": "Toronet",
   "icon": "toronet",
-  "rpc": ["http://toronet.org/rpc"],
+  "rpc": ["https://www.toronet.org/rpc2/"],
   "faucets": [],
   "nativeCurrency": {
-    "name": "Toro",
-    "symbol": "TORO",
+    "name": "Toroe",
+    "symbol": "TOROE",
     "decimals": 18
   },
   "infoURL": "https://toronet.org",
diff --git a/_data/chains/eip155-8017.json b/_data/chains/eip155-8017.json
new file mode 100644
index 000000000000..011c9369466b
--- /dev/null
+++ b/_data/chains/eip155-8017.json
@@ -0,0 +1,26 @@
+{
+  "name": "iSunCoin Mainnet",
+  "chain": "iSunCoin",
+  "icon": "isuncoin",
+  "rpc": ["https://mainnet.isuncoin.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ISC",
+    "symbol": "ISC",
+    "decimals": 18
+  },
+  "infoURL": "https://isuncoin.com",
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "shortName": "isc",
+  "chainId": 8017,
+  "networkId": 8017,
+  "slip44": 8017,
+  "explorers": [
+    {
+      "name": "iSunCoin Explorer",
+      "icon": "isuncoin",
+      "url": "https://baifa.io/app/chains/8017",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-8108.json b/_data/chains/eip155-8108.json
new file mode 100644
index 000000000000..73d0831501a8
--- /dev/null
+++ b/_data/chains/eip155-8108.json
@@ -0,0 +1,20 @@
+{
+  "name": "Zenchain",
+  "chain": "ZCX",
+  "icon": "zenchain",
+  "rpc": [],
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "ZCX",
+    "symbol": "ZCX",
+    "decimals": 18
+  },
+  "infoURL": "https://zenchain.io",
+  "shortName": "zen",
+  "chainId": 8108,
+  "networkId": 8108,
+  "slip44": 60,
+  "explorers": [],
+  "status": "incubating"
+}
diff --git a/_data/chains/eip155-812397.json b/_data/chains/eip155-812397.json
new file mode 100644
index 000000000000..523ccc9d708a
--- /dev/null
+++ b/_data/chains/eip155-812397.json
@@ -0,0 +1,27 @@
+{
+  "name": "SG Verse Mainnet",
+  "chain": "SG Verse",
+  "icon": "sg_verse",
+  "rpc": ["https://rpc.sgverse.net/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "OAS",
+    "symbol": "OAS",
+    "decimals": 18
+  },
+  "infoURL": "",
+  "shortName": "SGV",
+  "chainId": 812397,
+  "networkId": 812397,
+  "explorers": [
+    {
+      "name": "SG Verse Explorer",
+      "url": "https://explorer.sgverse.net",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-248"
+  }
+}
diff --git a/_data/chains/eip155-81457.json b/_data/chains/eip155-81457.json
index 863993733198..2fc13ae05a7b 100644
--- a/_data/chains/eip155-81457.json
+++ b/_data/chains/eip155-81457.json
@@ -8,7 +8,8 @@
     "https://blast.din.dev/rpc",
     "https://blastl2-mainnet.public.blastapi.io",
     "https://blast.blockpi.network/v1/rpc/public",
-    "https://blast-rpc.publicnode.com"
+    "https://blast-rpc.publicnode.com",
+    "wss://blast-rpc.publicnode.com"
   ],
   "faucets": [],
   "nativeCurrency": {
diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json
index 0c681e1750e9..8f3ef207df7f 100644
--- a/_data/chains/eip155-8217.json
+++ b/_data/chains/eip155-8217.json
@@ -1,11 +1,11 @@
 {
   "name": "Kaia Mainnet",
   "chain": "KAIA",
-  "rpc": ["https://public-en-cypress.klaytn.net"],
+  "rpc": ["https://public-en.node.kaia.io"],
   "faucets": [],
   "nativeCurrency": {
     "name": "KAIA",
-    "symbol": "KAIA",
+    "symbol": "KLAY",
     "decimals": 18
   },
   "infoURL": "https://kaia.io",
diff --git a/_data/chains/eip155-83278.json b/_data/chains/eip155-83278.json
new file mode 100644
index 000000000000..51d64c5b6970
--- /dev/null
+++ b/_data/chains/eip155-83278.json
@@ -0,0 +1,17 @@
+{
+  "name": "Esa",
+  "chain": "Esa",
+  "rpc": ["http://65.108.151.70:8545"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Esa",
+    "symbol": "Esa",
+    "decimals": 18
+  },
+  "infoURL": "https://esculap.us",
+  "shortName": "Esa",
+  "chainId": 83278,
+  "networkId": 83278,
+  "icon": "EsaCoins",
+  "explorers": []
+}
diff --git a/_data/chains/eip155-8408.json b/_data/chains/eip155-8408.json
new file mode 100644
index 000000000000..ae2796b7e210
--- /dev/null
+++ b/_data/chains/eip155-8408.json
@@ -0,0 +1,29 @@
+{
+  "name": "Zenchain Testnet",
+  "chain": "ZCX",
+  "icon": "zenchain",
+  "rpc": [
+    "https://zenchain-testnet.api.onfinality.io/public",
+    "wss://zenchain-testnet.api.onfinality.io/public-ws"
+  ],
+  "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
+  "faucets": ["https://facuet.zenchain.io"],
+  "nativeCurrency": {
+    "name": "ZCX",
+    "symbol": "ZCX",
+    "decimals": 18
+  },
+  "infoURL": "https://zenchain.io",
+  "shortName": "zentest",
+  "chainId": 8408,
+  "networkId": 8408,
+  "slip44": 60,
+  "explorers": [
+    {
+      "name": "zentrace",
+      "url": "https://zentrace.io",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-8428.json b/_data/chains/eip155-8428.json
new file mode 100644
index 000000000000..58e76b58cf25
--- /dev/null
+++ b/_data/chains/eip155-8428.json
@@ -0,0 +1,24 @@
+{
+  "name": "THAT Mainnet",
+  "chain": "THAT",
+  "rpc": ["https://api.thatchain.io", "https://api.thatchain.io/mainnet"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "THAT",
+    "symbol": "THAT",
+    "decimals": 18
+  },
+  "infoURL": "https://that.website",
+  "shortName": "THAT",
+  "chainId": 8428,
+  "networkId": 8428,
+  "icon": "that",
+  "explorers": [
+    {
+      "name": "THAT Explorer",
+      "url": "https://that.blockscout.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-85321.json b/_data/chains/eip155-85321.json
new file mode 100644
index 000000000000..932138f10a84
--- /dev/null
+++ b/_data/chains/eip155-85321.json
@@ -0,0 +1,22 @@
+{
+  "name": "GDPR Testnet",
+  "chain": "GDPR",
+  "rpc": ["https://rpc.testnet.gdprchain.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "GDPR",
+    "symbol": "GDPR",
+    "decimals": 18
+  },
+  "infoURL": "https://explorer.testnet.gdprchain.com",
+  "shortName": "gdpr-testnet",
+  "chainId": 85321,
+  "networkId": 85321,
+  "explorers": [
+    {
+      "name": "GDPR Testnet Explorer (Blockscout)",
+      "url": "https://explorer.testnet.gdprchain.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-9069.json b/_data/chains/eip155-9069.json
new file mode 100644
index 000000000000..8cfa42c4f894
--- /dev/null
+++ b/_data/chains/eip155-9069.json
@@ -0,0 +1,18 @@
+{
+  "name": "Apex Fusion - Nexus Mainnet",
+  "chain": "Nexus Mainnet",
+  "rpc": ["https://rpc.nexus.mainnet.apexfusion.org/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Apex Fusion Token",
+    "symbol": "AP3X",
+    "decimals": 18
+  },
+  "infoURL": "https://apexfusion.org/",
+  "features": [{ "name": "EIP155" }],
+  "shortName": "AP3X",
+  "chainId": 9069,
+  "networkId": 9069,
+  "icon": "apexfusion",
+  "explorers": []
+}
diff --git a/_data/chains/eip155-9070.json b/_data/chains/eip155-9070.json
new file mode 100644
index 000000000000..93a2d208bb38
--- /dev/null
+++ b/_data/chains/eip155-9070.json
@@ -0,0 +1,18 @@
+{
+  "name": "Apex Fusion - Nexus testnet",
+  "chain": "Nexus testnet",
+  "rpc": ["https://rpc.nexus.testnet.apexfusion.org/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Apex Fusion Token",
+    "symbol": "tAP3X",
+    "decimals": 18
+  },
+  "infoURL": "https://apexfusion.org/",
+  "features": [{ "name": "EIP155" }],
+  "shortName": "tAP3X",
+  "chainId": 9070,
+  "networkId": 9070,
+  "icon": "apexfusion",
+  "explorers": []
+}
diff --git a/_data/chains/eip155-945.json b/_data/chains/eip155-945.json
new file mode 100644
index 000000000000..2ad95686f91e
--- /dev/null
+++ b/_data/chains/eip155-945.json
@@ -0,0 +1,25 @@
+{
+  "name": "Subtensor EVM Testnet",
+  "chain": "Bittensor",
+  "rpc": ["https://evm-testnet.dev.opentensor.ai"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "testTAO",
+    "symbol": "TAO",
+    "decimals": 9
+  },
+  "infoURL": "https://bittensor.com/",
+  "shortName": "bittensor-evm-testnet",
+  "chainId": 945,
+  "networkId": 945,
+  "slip44": 1005,
+  "icon": "bittensor",
+  "explorers": [
+    {
+      "name": "Subtensor EVM Explorer",
+      "url": "https://evm-testscan.dev.opentensor.ai",
+      "icon": "bittensor",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-97053.json b/_data/chains/eip155-97053.json
new file mode 100644
index 000000000000..299b3ef7ca10
--- /dev/null
+++ b/_data/chains/eip155-97053.json
@@ -0,0 +1,23 @@
+{
+  "name": "Tetron Testnet Smart Chain",
+  "chain": "Tetron Testnet",
+  "rpc": ["https://test-rpc.tscscan.org"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }],
+  "nativeCurrency": {
+    "name": "Tetron Testnet",
+    "symbol": "TSC",
+    "decimals": 18
+  },
+  "infoURL": "https://tetronchain.com/",
+  "shortName": "TetronTestnet",
+  "chainId": 97053,
+  "networkId": 97053,
+  "explorers": [
+    {
+      "name": "Tetron Explorer",
+      "url": "https://testnet.tscscan.org",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-97055.json b/_data/chains/eip155-97055.json
new file mode 100644
index 000000000000..5ca03bc9cb84
--- /dev/null
+++ b/_data/chains/eip155-97055.json
@@ -0,0 +1,23 @@
+{
+  "name": "Tetron Smart Chain",
+  "chain": "Tetron Mainnet",
+  "rpc": ["https://rpc.tscscan.org"],
+  "faucets": [],
+  "features": [{ "name": "EIP155" }],
+  "nativeCurrency": {
+    "name": "Tetron Mainnet",
+    "symbol": "TSC",
+    "decimals": 18
+  },
+  "infoURL": "https://tetronchain.com/",
+  "shortName": "Tetron",
+  "chainId": 97055,
+  "networkId": 97055,
+  "explorers": [
+    {
+      "name": "Tetron Smart ChainExplorer",
+      "url": "https://tscscan.org",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-973.json b/_data/chains/eip155-973.json
new file mode 100644
index 000000000000..b149f0d71cb7
--- /dev/null
+++ b/_data/chains/eip155-973.json
@@ -0,0 +1,23 @@
+{
+  "name": "Palm Smart Chain",
+  "title": "Palm Smart Chain",
+  "chain": "Palm",
+  "rpc": ["https://rpc.palmsmartchain.io"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "PALM",
+    "symbol": "PALM",
+    "decimals": 18
+  },
+  "infoURL": "https://palmsmartchain.io",
+  "shortName": "PalmChain",
+  "chainId": 973,
+  "networkId": 973,
+  "explorers": [
+    {
+      "name": "Palm Smart Chain Explorer",
+      "url": "https://explorer.palmsmartchain.io",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-9897.json b/_data/chains/eip155-9897.json
new file mode 100644
index 000000000000..8182b59e1849
--- /dev/null
+++ b/_data/chains/eip155-9897.json
@@ -0,0 +1,36 @@
+{
+  "name": "arena-z-testnet",
+  "title": "Arena-Z-Testnet",
+  "chain": "arena-z-testnet",
+  "rpc": [
+    "https://rpc.arena-z.t.raas.gelato.cloud",
+    "wss://ws.arena-z.t.raas.gelato.cloud"
+  ],
+  "nativeCurrency": {
+    "name": "Ether",
+    "symbol": "ETH",
+    "decimals": 18
+  },
+  "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet",
+  "faucets": [],
+  "shortName": "arena-z-testnet",
+  "chainId": 9897,
+  "networkId": 9897,
+  "slip44": 60,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://arena-z.blockscout.com",
+      "icon": "blockscout",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-11155111",
+    "bridges": [
+      { "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" }
+    ]
+  },
+  "status": "active"
+}
diff --git a/_data/chains/eip155-995.json b/_data/chains/eip155-995.json
index 7b285f1cef0d..8038d6f7064b 100644
--- a/_data/chains/eip155-995.json
+++ b/_data/chains/eip155-995.json
@@ -5,7 +5,7 @@
   "faucets": [],
   "nativeCurrency": {
     "name": "5ire Token",
-    "symbol": "5IRE",
+    "symbol": "5ire",
     "decimals": 18
   },
   "infoURL": "https://5ire.org",
diff --git a/_data/chains/eip155-996.json b/_data/chains/eip155-996.json
new file mode 100644
index 000000000000..2283415a0e3c
--- /dev/null
+++ b/_data/chains/eip155-996.json
@@ -0,0 +1,16 @@
+{
+  "name": "Bifrost Polkadot Mainnet",
+  "chain": "Bifrost",
+  "rpc": ["https://hk.p.bifrost-rpc.liebi.com"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Wrapped ETH",
+    "symbol": "WETH",
+    "decimals": 18
+  },
+  "infoURL": "https://bifrost.io/",
+  "shortName": "bnc",
+  "chainId": 996,
+  "networkId": 996,
+  "icon": "bifrost-polkadot"
+}
diff --git a/_data/chains/eip155-9966.json b/_data/chains/eip155-9966.json
new file mode 100644
index 000000000000..3b8ce388fa3e
--- /dev/null
+++ b/_data/chains/eip155-9966.json
@@ -0,0 +1,28 @@
+{
+  "name": "UXER TESTNET NETWORK",
+  "chain": "UXER",
+  "rpc": [
+    "https://dev-testnet.uxer.network",
+    "https://data-cloud-testnet.uxer.network"
+  ],
+  "faucets": ["https://faucet.uxer.network"],
+  "nativeCurrency": {
+    "name": "UXER",
+    "symbol": "tUXER",
+    "decimals": 18
+  },
+  "infoURL": "https://uxer.network",
+  "shortName": "uxer",
+  "chainId": 9966,
+  "networkId": 9966,
+  "slip44": 1,
+  "icon": "uxer",
+  "explorers": [
+    {
+      "name": "UXER TESTNET EXPLORER",
+      "icon": "uxer",
+      "url": "https://testnet.uxer.network",
+      "standard": "none"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-997.json b/_data/chains/eip155-997.json
index cd3a89766fc6..46df71b44e8e 100644
--- a/_data/chains/eip155-997.json
+++ b/_data/chains/eip155-997.json
@@ -1,8 +1,8 @@
 {
-  "name": "5ireChain Thunder",
-  "chain": "5ireChain Testnet",
-  "rpc": ["https://rpc-testnet.5ire.network"],
-  "faucets": ["https://explorer.5ire.network/faucet"],
+  "name": "5ireChain Thunder Testnet",
+  "chain": "5ireChain",
+  "rpc": ["https://rpc.testnet.5ire.network"],
+  "faucets": ["https://testnet.5irescan.io/faucet"],
   "nativeCurrency": {
     "name": "5ire Testnet Token",
     "symbol": "T5IRE",
@@ -15,8 +15,8 @@
   "icon": "5ireChain",
   "explorers": [
     {
-      "name": "5ireChain Explorer",
-      "url": "https://explorer.5ire.network",
+      "name": "5ireChain Testnet Explorer",
+      "url": "https://testnet.5irescan.io",
       "standard": "none",
       "icon": "5ireChain"
     }
diff --git a/_data/chains/eip155-99876.json b/_data/chains/eip155-99876.json
new file mode 100644
index 000000000000..8f5feb8a3d17
--- /dev/null
+++ b/_data/chains/eip155-99876.json
@@ -0,0 +1,24 @@
+{
+  "name": "Edge Matrix Chain Testnet",
+  "chain": "EMC Testnet",
+  "icon": "emctest",
+  "rpc": ["https://rpc1-testnet.emc.network"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "Edge Matrix Chain Token",
+    "symbol": "EMC",
+    "decimals": 18
+  },
+  "infoURL": "",
+  "shortName": "EMCTestnet",
+  "chainId": 99876,
+  "networkId": 99876,
+
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://testnet.emcscan.com",
+      "standard": "EIP3091"
+    }
+  ]
+}
diff --git a/_data/chains/eip155-9999999.json b/_data/chains/eip155-9999999.json
new file mode 100644
index 000000000000..84a6f4898cb0
--- /dev/null
+++ b/_data/chains/eip155-9999999.json
@@ -0,0 +1,26 @@
+{
+  "name": "Fluence",
+  "chain": "Fluence",
+  "rpc": ["https://rpc.mainnet.fluence.dev/", "wss://ws.mainnet.fluence.dev/"],
+  "faucets": [],
+  "nativeCurrency": {
+    "name": "FLT",
+    "symbol": "FLT",
+    "decimals": 18
+  },
+  "infoURL": "https://fluence.network/",
+  "shortName": "fluence",
+  "chainId": 9999999,
+  "networkId": 9999999,
+  "explorers": [
+    {
+      "name": "blockscout",
+      "url": "https://blockscout.mainnet.fluence.dev",
+      "standard": "EIP3091"
+    }
+  ],
+  "parent": {
+    "type": "L2",
+    "chain": "eip155-1"
+  }
+}
diff --git a/_data/icons/6do.json b/_data/icons/6do.json
new file mode 100644
index 000000000000..194c337ca558
--- /dev/null
+++ b/_data/icons/6do.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi",
+    "width": 500,
+    "height": 500,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/EsaCoins.json b/_data/icons/EsaCoins.json
new file mode 100644
index 000000000000..c398517839a4
--- /dev/null
+++ b/_data/icons/EsaCoins.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF",
+    "width": 1008,
+    "height": 1008,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/aia.json b/_data/icons/aia.json
index b7a9d1dd1091..1f01530e525a 100644
--- a/_data/icons/aia.json
+++ b/_data/icons/aia.json
@@ -1,8 +1,8 @@
 [
   {
-    "url": "ipfs://QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy",
-    "width": 160,
-    "height": 160,
+    "url": "ipfs://QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg",
+    "width": 150,
+    "height": 150,
     "format": "png"
   }
 ]
diff --git a/_data/icons/apexfusion.json b/_data/icons/apexfusion.json
new file mode 100644
index 000000000000..9d3edc1318e4
--- /dev/null
+++ b/_data/icons/apexfusion.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d",
+    "width": 410,
+    "height": 410,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/arma.json b/_data/icons/arma.json
new file mode 100644
index 000000000000..9b7e9660701f
--- /dev/null
+++ b/_data/icons/arma.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmcwQFHeLV7PCMe37nDb6pAgisUo5tVH6TBXsySDGtC9b9",
+    "width": 800,
+    "height": 800,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/bchyper.json b/_data/icons/bchyper.json
new file mode 100644
index 000000000000..324209d2d5b8
--- /dev/null
+++ b/_data/icons/bchyper.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE",
+    "width": 256,
+    "height": 256,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/bifrost-polkadot.json b/_data/icons/bifrost-polkadot.json
new file mode 100644
index 000000000000..ffdf804e1c74
--- /dev/null
+++ b/_data/icons/bifrost-polkadot.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmcNsubj4ane1QXTfWt4Xm4SYU59TMnevtW5TuKprrBCHk",
+    "width": 480,
+    "height": 480,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/bittensor.json b/_data/icons/bittensor.json
new file mode 100644
index 000000000000..0e1a3221ca99
--- /dev/null
+++ b/_data/icons/bittensor.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ",
+    "width": 256,
+    "height": 256,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/bless.json b/_data/icons/bless.json
new file mode 100644
index 000000000000..b71bd045a39e
--- /dev/null
+++ b/_data/icons/bless.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ",
+    "width": 600,
+    "height": 600,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/changchain.json b/_data/icons/changchain.json
new file mode 100644
index 000000000000..550af32333d3
--- /dev/null
+++ b/_data/icons/changchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy",
+    "width": 1024,
+    "height": 1024,
+    "format": "jpg"
+  }
+]
diff --git a/_data/icons/co2e.json b/_data/icons/co2e.json
new file mode 100644
index 000000000000..8a9901dfeacb
--- /dev/null
+++ b/_data/icons/co2e.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://Qmdcs7BTuVPjMxfQjfcWdzVeRiXwhzRtRj637pyGRbT9ff",
+    "width": 2400,
+    "height": 2400,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/cratd2c-testnet.json b/_data/icons/cratd2c-testnet.json
new file mode 100644
index 000000000000..3d02e36c0d98
--- /dev/null
+++ b/_data/icons/cratd2c-testnet.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde",
+    "width": 128,
+    "height": 128,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/creatorchain.json b/_data/icons/creatorchain.json
new file mode 100644
index 000000000000..4c4134356785
--- /dev/null
+++ b/_data/icons/creatorchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4",
+    "width": 1280,
+    "height": 1280,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/creditcoin.json b/_data/icons/creditcoin.json
index 7cd9c53c795a..c2acddb22fd6 100644
--- a/_data/icons/creditcoin.json
+++ b/_data/icons/creditcoin.json
@@ -1,8 +1,8 @@
 [
   {
-    "url": "ipfs://QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX",
-    "width": 1024,
-    "height": 1024,
-    "format": "png"
+    "url": "ipfs://QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd",
+    "width": 1200,
+    "height": 1200,
+    "format": "jpg"
   }
 ]
diff --git a/_data/icons/divc.json b/_data/icons/divc.json
new file mode 100644
index 000000000000..47cbf7bf1c27
--- /dev/null
+++ b/_data/icons/divc.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA",
+    "width": 1024,
+    "height": 1024,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/duckchain.json b/_data/icons/duckchain.json
new file mode 100644
index 000000000000..d0b0face249d
--- /dev/null
+++ b/_data/icons/duckchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL",
+    "width": 1042,
+    "height": 1042,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/dustboy.json b/_data/icons/dustboy.json
new file mode 100644
index 000000000000..0e005d52f509
--- /dev/null
+++ b/_data/icons/dustboy.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3",
+    "width": 284,
+    "height": 284,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/emctest.json b/_data/icons/emctest.json
new file mode 100644
index 000000000000..f1f83b86f185
--- /dev/null
+++ b/_data/icons/emctest.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh",
+    "width": 502,
+    "height": 579,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/erbie.json b/_data/icons/erbie.json
new file mode 100644
index 000000000000..03a19b129cce
--- /dev/null
+++ b/_data/icons/erbie.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z",
+    "width": 163,
+    "height": 159,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/esync.json b/_data/icons/esync.json
new file mode 100644
index 000000000000..f3a54901a7ae
--- /dev/null
+++ b/_data/icons/esync.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj",
+    "width": 297,
+    "height": 70,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/ethos.json b/_data/icons/ethos.json
new file mode 100644
index 000000000000..e68a2c203563
--- /dev/null
+++ b/_data/icons/ethos.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmTHkNAvYzYnHoKm5ht7RKXqChFeBndptunhMDfcCict2J",
+    "width": 512,
+    "height": 512,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/everclear.json b/_data/icons/everclear.json
new file mode 100644
index 000000000000..012c84433dc9
--- /dev/null
+++ b/_data/icons/everclear.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn",
+    "width": 501,
+    "height": 501,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/highOctane.json b/_data/icons/highOctane.json
new file mode 100644
index 000000000000..c97b3bed9796
--- /dev/null
+++ b/_data/icons/highOctane.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu",
+    "width": 331,
+    "height": 331,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/isuncoin.json b/_data/icons/isuncoin.json
new file mode 100644
index 000000000000..5144f42e38cd
--- /dev/null
+++ b/_data/icons/isuncoin.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://Qmdj8PwchmbpZKYvkB3oJiRX9eZdY6C16AbEz6D1DU3Vqn",
+    "width": 60,
+    "height": 61,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/laika.json b/_data/icons/laika.json
new file mode 100644
index 000000000000..4de0ea6aa061
--- /dev/null
+++ b/_data/icons/laika.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa",
+    "width": 513,
+    "height": 513,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/lestnet.json b/_data/icons/lestnet.json
new file mode 100644
index 000000000000..fec5336d779a
--- /dev/null
+++ b/_data/icons/lestnet.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha",
+    "width": 280,
+    "height": 280,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/litentry.json b/_data/icons/litentry.json
new file mode 100644
index 000000000000..577bb992fb02
--- /dev/null
+++ b/_data/icons/litentry.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6",
+    "width": 614,
+    "height": 614,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/mechain.json b/_data/icons/mechain.json
new file mode 100644
index 000000000000..67d972ca4343
--- /dev/null
+++ b/_data/icons/mechain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmNqJnEL2Aj7pLKYnJwRnWGZFwUWTsvfZm8CofA8ztvD6J",
+    "width": 512,
+    "height": 512,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/metacces.json b/_data/icons/metacces.json
new file mode 100644
index 000000000000..b13c7bd9ed11
--- /dev/null
+++ b/_data/icons/metacces.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV",
+    "width": 40,
+    "height": 38,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/minato.json b/_data/icons/minato.json
new file mode 100644
index 000000000000..12f8ed4493c1
--- /dev/null
+++ b/_data/icons/minato.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi",
+    "width": 301,
+    "height": 300,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/mttnetwork.json b/_data/icons/mttnetwork.json
new file mode 100644
index 000000000000..c280df370086
--- /dev/null
+++ b/_data/icons/mttnetwork.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL",
+    "width": 500,
+    "height": 500,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/nibiru.json b/_data/icons/nibiru.json
new file mode 100644
index 000000000000..2542e5d28a48
--- /dev/null
+++ b/_data/icons/nibiru.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW",
+    "width": 256,
+    "height": 256,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/overIcon.json b/_data/icons/overIcon.json
new file mode 100644
index 000000000000..7e63774f11d0
--- /dev/null
+++ b/_data/icons/overIcon.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs",
+    "width": 600,
+    "height": 600,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/qchain.json b/_data/icons/qchain.json
new file mode 100644
index 000000000000..a8ae20fa5068
--- /dev/null
+++ b/_data/icons/qchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz",
+    "width": 1536,
+    "height": 1536,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/rails.json b/_data/icons/rails.json
new file mode 100644
index 000000000000..c11242f0fbff
--- /dev/null
+++ b/_data/icons/rails.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM",
+    "width": 550,
+    "height": 550,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/railsTestnet.json b/_data/icons/railsTestnet.json
new file mode 100644
index 000000000000..000ab6edd7b5
--- /dev/null
+++ b/_data/icons/railsTestnet.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA",
+    "width": 550,
+    "height": 550,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/secIcon.json b/_data/icons/secIcon.json
new file mode 100644
index 000000000000..15fe4c484ea3
--- /dev/null
+++ b/_data/icons/secIcon.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto",
+    "width": 1172,
+    "height": 1172,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/sg_verse.json b/_data/icons/sg_verse.json
new file mode 100644
index 000000000000..3e6761ec74d6
--- /dev/null
+++ b/_data/icons/sg_verse.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk",
+    "width": 100,
+    "height": 100,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/shape.json b/_data/icons/shape.json
new file mode 100644
index 000000000000..2c8bcb69b583
--- /dev/null
+++ b/_data/icons/shape.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j",
+    "width": 512,
+    "height": 512,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/shapeTestnet.json b/_data/icons/shapeTestnet.json
new file mode 100644
index 000000000000..2c8bcb69b583
--- /dev/null
+++ b/_data/icons/shapeTestnet.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j",
+    "width": 512,
+    "height": 512,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/snax.json b/_data/icons/snax.json
new file mode 100644
index 000000000000..a125218a3ebf
--- /dev/null
+++ b/_data/icons/snax.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmQPHTTpgSjvP18Yc522ZxHYKRwLLxeR6xWdEdcw1XHwZo",
+    "width": 178,
+    "height": 177,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/sophon-testnet.json b/_data/icons/sophon-testnet.json
new file mode 100644
index 000000000000..e28dff9eb973
--- /dev/null
+++ b/_data/icons/sophon-testnet.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ",
+    "width": 128,
+    "height": 64,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/str.json b/_data/icons/str.json
new file mode 100644
index 000000000000..c99b350b45b3
--- /dev/null
+++ b/_data/icons/str.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA",
+    "width": 995,
+    "height": 984,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/tch.json b/_data/icons/tch.json
new file mode 100644
index 000000000000..579f860be086
--- /dev/null
+++ b/_data/icons/tch.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmPvXht4fY5AigcLbC9ZqycN11K3iqjRTMGynfTtM9gYX5",
+    "width": 800,
+    "height": 800,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/that.json b/_data/icons/that.json
new file mode 100644
index 000000000000..eef5ebf29ee5
--- /dev/null
+++ b/_data/icons/that.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmQM3TAFBskGGpog4EZkEGj2svtmTbxzcNZBcbWCMnu5JL",
+    "width": 640,
+    "height": 640,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/tron.json b/_data/icons/tron.json
new file mode 100644
index 000000000000..d7687de37543
--- /dev/null
+++ b/_data/icons/tron.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU",
+    "width": 1024,
+    "height": 1024,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/tucana.json b/_data/icons/tucana.json
new file mode 100644
index 000000000000..3e190eb8c20e
--- /dev/null
+++ b/_data/icons/tucana.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8",
+    "width": 256,
+    "height": 256,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/uxer.json b/_data/icons/uxer.json
new file mode 100644
index 000000000000..0ff9ead8b9c4
--- /dev/null
+++ b/_data/icons/uxer.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x",
+    "width": 200,
+    "height": 200,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/vanamoksha.json b/_data/icons/vanamoksha.json
new file mode 100644
index 000000000000..947787930e9f
--- /dev/null
+++ b/_data/icons/vanamoksha.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC",
+    "width": 28,
+    "height": 28,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/vcity.json b/_data/icons/vcity.json
new file mode 100644
index 000000000000..e019be412e04
--- /dev/null
+++ b/_data/icons/vcity.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmXBNp75r6DUCB99vknr5B1hHQFMCc1c2wE3qNbYkuss9C",
+    "width": 100,
+    "height": 100,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/wadz.json b/_data/icons/wadz.json
new file mode 100644
index 000000000000..5281e0f17082
--- /dev/null
+++ b/_data/icons/wadz.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou",
+    "width": 218,
+    "height": 218,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/wpay.json b/_data/icons/wpay.json
new file mode 100644
index 000000000000..e5d21cf5e2c4
--- /dev/null
+++ b/_data/icons/wpay.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT",
+    "width": 512,
+    "height": 512,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/zchain.json b/_data/icons/zchain.json
new file mode 100644
index 000000000000..8eac2398047e
--- /dev/null
+++ b/_data/icons/zchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmWMbLpzmFCSpgWaXKiazwSyaPQ6qKSboHpko4g4HBZbZm",
+    "width": 640,
+    "height": 640,
+    "format": "png"
+  }
+]
diff --git a/_data/icons/zenchain.json b/_data/icons/zenchain.json
new file mode 100644
index 000000000000..618a8fbfe218
--- /dev/null
+++ b/_data/icons/zenchain.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91",
+    "width": 166,
+    "height": 166,
+    "format": "svg"
+  }
+]
diff --git a/_data/icons/zeroth.json b/_data/icons/zeroth.json
new file mode 100644
index 000000000000..5fa8912b7fc2
--- /dev/null
+++ b/_data/icons/zeroth.json
@@ -0,0 +1,8 @@
+[
+  {
+    "url": "ipfs://QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz",
+    "width": 180,
+    "height": 180,
+    "format": "png"
+  }
+]
diff --git a/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg b/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg
new file mode 100755
index 000000000000..dcb5b8d09fe6
Binary files /dev/null and b/_data/iconsDownload/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg differ
diff --git a/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6 b/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6
new file mode 100644
index 000000000000..a4293164aca4
Binary files /dev/null and b/_data/iconsDownload/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6 differ
diff --git a/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn b/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn
new file mode 100644
index 000000000000..4c86fe86cdce
--- /dev/null
+++ b/_data/iconsDownload/QmQBiGUPQ4f7zREjdvaV4itwJB2gCaYEMvtaiDqFMweTPn
@@ -0,0 +1,5 @@
+<?xml version="1.0" standalone="yes"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="501" height="501">
+  <path style="fill:#ffffff; stroke:none;"
+    d="M224 82C232.19 80.126 239.765 74.1579 247 70C261.352 61.7515 275.624 53.3571 290 45.1505C296.413 41.4894 309.068 37.1201 312.972 30.6713C314.607 27.9701 314 24.0156 314 21L314 0C305.948 2.94785 298.439 8.31393 291 12.5787C277.305 20.43 263.723 28.4785 250 36.2809C244.303 39.52 238.682 42.8863 233 46.1497C230.407 47.639 226.756 49.0391 225.028 51.6096C223.337 54.1248 224 58.1324 224 61L224 82M313 64C293.498 77.9271 270.84 88.8639 250 100.719L233 110.579C230.307 112.125 226.706 113.561 225.028 116.329C223.391 119.028 224 122.986 224 126L224 147C232.483 143.912 240.19 138.333 248 133.85C261.678 125.999 275.449 118.271 289 110.201C294.616 106.856 300.333 103.679 306 100.421C308.343 99.0742 311.446 97.824 312.972 95.4707C314.5 93.1155 313.999 89.6644 314 87C314.003 80.051 315.7 70.4341 313 64M202 255L202 65C195.277 67.1274 189.093 71.481 183 75C180.289 76.5659 176.865 78.0175 175.603 81.1049C174.306 84.2806 175 88.6393 175 92L175 116L175 199L175 226C175 229.82 174.051 235.213 175.603 238.787C176.858 241.674 180.435 243.104 183 244.579C189.226 248.158 195.404 252.158 202 255M64 71L64 144L64 165C64 167.962 63.3629 171.897 64.6034 174.671C65.8947 177.56 69.4337 178.931 72 180.424C78.0055 183.919 84.0997 188.669 91 190L91 115L91 95C90.9988 92.3777 91.5186 88.9101 89.9722 86.6096C88.2469 84.0428 84.5936 82.6317 82 81.1505C76.0201 77.7352 70.0931 74.2093 64 71M224 211C232.18 208.639 239.642 203.206 247 199.001L283 178.421C318.233 158.222 355.103 139.359 389 117C383.422 112.33 376.318 109.03 370 105.421C367.336 103.9 364.235 101.587 361 102.09C357.171 102.684 353.262 105.857 350 107.799C343.726 111.536 337.347 115.108 331 118.719C306.619 132.588 282.337 146.626 258 160.579L235 173.85C231.87 175.636 227.055 177.404 225.028 180.529C223.357 183.105 224 187.086 224 190L224 211M119 104L119 179L119 199C119.001 201.622 118.481 205.09 120.028 207.39C121.753 209.957 125.406 211.368 128 212.85C133.98 216.265 139.907 219.791 146 223L146 150L146 129C146 126.037 146.636 122.105 145.397 119.329C144.118 116.465 140.559 114.914 138 113.424C132.063 109.969 125.799 105.311 119 104M385 144L385 146C406.702 157.55 427.648 170.661 449 182.85C454.691 186.098 460.302 189.485 466 192.719C468.408 194.086 471.129 196.116 474 196.191C477.552 196.285 481.093 193.53 484 191.799C489.622 188.454 495.367 185.322 501 182C494.939 175.856 485.488 171.976 478 167.719C463.606 159.536 449.359 151.093 435 142.85C429.994 139.977 424.961 137.153 420 134.201C417.342 132.619 414.211 130.195 411 130.056C407.731 129.915 404.675 132.42 402 133.989C396.326 137.317 390.494 140.376 385 144M329 176L329 178C349.887 190.318 370.961 202.36 392 214.421C397.671 217.672 403.383 220.858 409 224.201C411.692 225.802 414.755 228.201 418 228.382C421.244 228.563 424.311 226.243 427 224.719C433.076 221.275 439.173 217.856 445 214C438.135 207.572 428.161 203.369 420 198.719C406.618 191.094 393.362 183.239 380 175.579C374.666 172.521 369.293 169.524 364 166.397C361.301 164.801 358.282 162.449 355 162.449C351.767 162.449 348.699 164.751 346 166.281C340.325 169.498 334.757 172.936 329 176M273 208L273 210C309.416 232.292 346.882 253.178 384 274.281C395.367 280.744 406.659 287.341 418 293.85C424.161 297.387 430.197 301.847 437 304L437 283C437 280.041 437.64 276.016 435.972 273.39C434.148 270.517 429.83 268.886 427 267.201C419.404 262.676 411.624 258.467 404 253.989C380.102 239.954 355.842 226.525 332 212.397C325.035 208.269 317.955 204.343 311 200.201C307.761 198.272 303.838 195.164 300 194.711C296.752 194.328 293.683 196.473 291 198.001C285.059 201.384 279.281 205.293 273 208M64 201L64 223C64.0014 226.072 63.4649 229.871 65.6034 232.39C68.1254 235.362 72.6777 237.091 76 239L97 251.15C120.054 264.383 142.943 277.915 166 291.15L189 304.421C192.511 306.434 196.865 310.005 201 310.368C204.28 310.656 207.327 308.386 210 306.799C215.988 303.246 223.441 300.321 228 295C190.853 273.093 153.454 251.532 116 230.15L82 210.579C76.1876 207.246 70.4005 203.026 64 201M299 250L298 440C304.738 437.867 310.88 433.36 317 429.85C319.682 428.311 323.118 426.85 324.397 423.815C325.924 420.19 325 414.86 325 411L325 384C325 356.062 326 328.013 326 300L326 277C326 273.767 326.747 269.353 325.397 266.329C324.118 263.465 320.559 261.914 318 260.424C311.8 256.816 305.589 252.839 299 250M56 290L56 292C76.9967 304.851 98.6561 316.733 120 329L137 338.85C139.711 340.392 142.729 342.634 146 342.512C149.197 342.392 152.324 340.124 155 338.576C160.624 335.321 166.108 331.751 172 329L172 327C150.655 315.757 129.73 303.145 109 290.799C103.05 287.256 97.0126 283.858 91 280.421C88.3406 278.901 85.2034 276.569 82 276.668C78.7801 276.768 75.6955 279.188 73 280.719C67.4044 283.898 61.9127 287.452 56 290M354 282L354 357L354 377C354.001 379.799 353.543 383.267 355.028 385.787C356.665 388.567 360.315 390.038 363 391.579C368.793 394.904 374.617 398.98 381 401L381 326L381 306C380.999 303.277 381.487 299.803 379.972 297.379C378.301 294.705 374.619 293.157 372 291.603C366.214 288.171 360.329 284.304 354 282M112 389C118.095 392.211 124.079 395.679 130 399.201C132.663 400.784 135.725 403.205 139 402.958C142.492 402.694 146.045 399.837 149 398.15C156.023 394.142 163.027 390.106 170 386.011C194.224 371.784 218.635 357.836 243 343.85C250.674 339.445 258.388 335.114 266 330.603C269.203 328.705 273.965 326.983 275.972 323.671C277.609 320.972 277 317.014 277 314L277 293C270.911 294.927 265.485 298.768 260 301.989C251.706 306.86 243.275 311.493 235 316.397C211.145 330.533 187.049 344.345 163 358.15L130 377.15C123.986 380.584 116.53 383.712 112 389M0 323C5.6698 329.137 14.7925 332.713 22 336.85C36.6912 345.283 51.2814 353.895 66 362.281L82 371.579C84.3883 372.94 87.1311 374.911 90 374.863C93.2158 374.81 96.32 372.378 99 370.85C104.689 367.605 110.414 364.419 116 361L116 359C93.5661 348.526 72.5258 333.964 51 321.719C45.6613 318.682 40.3162 315.652 35 312.576C32.3337 311.033 29.2586 308.525 26 308.773C22.8406 309.014 19.6655 311.469 17 313C11.2978 316.275 5.60858 319.567 0 323M410 314L410 390L410 410C410.001 412.622 409.481 416.09 411.028 418.39C412.753 420.957 416.406 422.368 419 423.85C424.958 427.252 430.789 431.097 437 434L437 358L437 338C436.999 335.336 437.5 331.885 435.972 329.529C434.272 326.909 430.611 325.502 428 324C422.078 320.595 416.275 316.704 410 314M186 440C194.143 437.605 201.653 432.043 209 427.85C223.376 419.643 237.648 411.249 252 403C257.671 399.741 263.383 396.553 269 393.201C271.247 391.859 274.44 390.585 275.972 388.366C277.68 385.891 277 381.837 277 379L277 358C269.194 359.505 261.864 365.378 255 369.281C239.941 377.843 225.057 386.716 210 395.281C204.637 398.332 199.332 401.473 194 404.576C191.659 405.938 188.558 407.17 187.028 409.529C185.357 412.105 186 416.086 186 419L186 440M186 504C193.89 502.576 201.106 496.784 208 492.85C223.045 484.262 237.976 475.474 253 466.85L268 458.281C270.647 456.774 274.294 455.306 275.972 452.621C277.629 449.971 277 445.977 277 443L277 422C269.229 424.459 262.069 429.698 255 433.719C240.277 442.095 225.711 450.752 211 459.15L195 468.421C192.315 469.962 188.665 471.433 187.028 474.213C185.404 476.969 186 480.939 186 484L186 504z" />
+</svg>
\ No newline at end of file
diff --git a/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x b/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x
new file mode 100644
index 000000000000..f0c124f3300c
Binary files /dev/null and b/_data/iconsDownload/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x differ
diff --git a/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT
new file mode 100644
index 000000000000..f0bf5adf0921
Binary files /dev/null and b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT differ
diff --git a/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL b/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL
new file mode 100644
index 000000000000..fb6822da38ff
Binary files /dev/null and b/_data/iconsDownload/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL differ
diff --git a/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL b/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL
new file mode 100644
index 000000000000..7a635dc0169b
Binary files /dev/null and b/_data/iconsDownload/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL differ
diff --git a/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa b/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa
new file mode 100644
index 000000000000..4d8d6af7c11d
Binary files /dev/null and b/_data/iconsDownload/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa differ
diff --git a/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ b/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ
new file mode 100644
index 000000000000..1880060f17a0
Binary files /dev/null and b/_data/iconsDownload/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ differ
diff --git a/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3 b/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3
new file mode 100644
index 000000000000..dbfa61e352ac
--- /dev/null
+++ b/_data/iconsDownload/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3
@@ -0,0 +1,319 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg width="284" height="284"  version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 284 284" style="enable-background:new 0 0 284 284;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#FFFFFF;}
+	.st1{fill:#FFFFFF;stroke:#1C6892;stroke-width:15.3082;stroke-miterlimit:10;}
+	.st2{fill:#00969B;}
+	.st3{fill:#FFFFFF;stroke:#231F20;stroke-miterlimit:10;}
+	.st4{fill:#8DBB3F;}
+	.st5{fill:#1C6892;}
+	.st6{fill:#5CA8CB;}
+	.st7{fill:#178A43;}
+	.st8{fill:#E9C91C;}
+	.st9{fill:#EBCA1C;}
+	.st10{fill:#E67124;}
+	.st11{fill:#EA7424;}
+	.st12{fill:#C63627;}
+	.st13{fill:#1E6894;}
+	.st14{fill:#81BF41;}
+	.st15{fill:#545554;}
+	.st16{fill:#0C5C5E;}
+	.st17{fill:#606161;}
+	.st18{fill:#EF3F44;}
+	.st19{fill:#FFFFFF;stroke:#1F6994;stroke-width:0.4015;stroke-miterlimit:10;}
+	.st20{fill:none;stroke:#1F6994;stroke-width:0.4015;stroke-miterlimit:10;}
+	.st21{fill:#171346;}
+	.st22{fill:none;stroke:#F16162;stroke-width:0.4704;stroke-miterlimit:10;}
+	.st23{fill:#FFFFFF;stroke:#F16162;stroke-width:0.4704;stroke-miterlimit:10;}
+	.st24{fill:#060405;}
+	.st25{fill:#169147;}
+	.st26{fill:#FDCC0C;}
+	.st27{fill:#F16162;}
+	.st28{fill:#F68A3F;}
+	.st29{fill:#FCD230;}
+	.st30{fill:#58BE89;}
+	.st31{fill:#6A64AD;}
+	.st32{fill:#333333;}
+	.st33{fill:none;stroke:#2D3133;stroke-width:0.5;stroke-miterlimit:10;}
+	.st34{fill:none;stroke:#303537;stroke-width:0.5;stroke-miterlimit:10;}
+	.st35{fill:none;stroke:#34383A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st36{fill:none;stroke:#373B3E;stroke-width:0.5;stroke-miterlimit:10;}
+	.st37{fill:none;stroke:#3B3E41;stroke-width:0.5;stroke-miterlimit:10;}
+	.st38{fill:none;stroke:#3F4346;stroke-width:0.5;stroke-miterlimit:10;}
+	.st39{fill:none;stroke:#41464A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st40{fill:none;stroke:#454A4D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st41{fill:none;stroke:#484D51;stroke-width:0.5;stroke-miterlimit:10;}
+	.st42{fill:none;stroke:#4B5155;stroke-width:0.5;stroke-miterlimit:10;}
+	.st43{fill:none;stroke:#4F5458;stroke-width:0.5;stroke-miterlimit:10;}
+	.st44{fill:none;stroke:#52585C;stroke-width:0.5;stroke-miterlimit:10;}
+	.st45{fill:none;stroke:#565B5F;stroke-width:0.5;stroke-miterlimit:10;}
+	.st46{fill:none;stroke:#595F63;stroke-width:0.5;stroke-miterlimit:10;}
+	.st47{fill:none;stroke:#5C6267;stroke-width:0.5;stroke-miterlimit:10;}
+	.st48{fill:none;stroke:#60666A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st49{fill:none;stroke:#62696E;stroke-width:0.5;stroke-miterlimit:10;}
+	.st50{fill:none;stroke:#666D72;stroke-width:0.5;stroke-miterlimit:10;}
+	.st51{fill:none;stroke:#6A7075;stroke-width:0.5;stroke-miterlimit:10;}
+	.st52{fill:none;stroke:#6D7479;stroke-width:0.5;stroke-miterlimit:10;}
+	.st53{fill:none;stroke:#71777C;stroke-width:0.5;stroke-miterlimit:10;}
+	.st54{fill:none;stroke:#747B80;stroke-width:0.5;stroke-miterlimit:10;}
+	.st55{fill:none;stroke:#72787D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st56{fill:none;stroke:#6F767B;stroke-width:0.5;stroke-miterlimit:10;}
+	.st57{fill:none;stroke:#6D7378;stroke-width:0.5;stroke-miterlimit:10;}
+	.st58{fill:none;stroke:#6A7175;stroke-width:0.5;stroke-miterlimit:10;}
+	.st59{fill:none;stroke:#676E73;stroke-width:0.5;stroke-miterlimit:10;}
+	.st60{fill:none;stroke:#656C70;stroke-width:0.5;stroke-miterlimit:10;}
+	.st61{fill:none;stroke:#63696D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st62{fill:none;stroke:#61666B;stroke-width:0.5;stroke-miterlimit:10;}
+	.st63{fill:none;stroke:#5F6468;stroke-width:0.5;stroke-miterlimit:10;}
+	.st64{fill:none;stroke:#5D6165;stroke-width:0.5;stroke-miterlimit:10;}
+	.st65{fill:none;stroke:#5A5F63;stroke-width:0.5;stroke-miterlimit:10;}
+	.st66{fill:none;stroke:#575C60;stroke-width:0.5;stroke-miterlimit:10;}
+	.st67{fill:none;stroke:#555A5D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st68{fill:none;stroke:#53575A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st69{fill:none;stroke:#505458;stroke-width:0.5;stroke-miterlimit:10;}
+	.st70{fill:none;stroke:#4E5254;stroke-width:0.5;stroke-miterlimit:10;}
+	.st71{fill:none;stroke:#4C4F53;stroke-width:0.5;stroke-miterlimit:10;}
+	.st72{fill:none;stroke:#494D50;stroke-width:0.5;stroke-miterlimit:10;}
+	.st73{fill:none;stroke:#474A4D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st74{fill:none;stroke:#45484B;stroke-width:0.5;stroke-miterlimit:10;}
+	.st75{fill:none;stroke:#424548;stroke-width:0.5;stroke-miterlimit:10;}
+	.st76{fill:none;stroke:#44474A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st77{fill:none;stroke:#494C4F;stroke-width:0.5;stroke-miterlimit:10;}
+	.st78{fill:none;stroke:#4B4E51;stroke-width:0.5;stroke-miterlimit:10;}
+	.st79{fill:none;stroke:#4D5153;stroke-width:0.5;stroke-miterlimit:10;}
+	.st80{fill:none;stroke:#4F5356;stroke-width:0.5;stroke-miterlimit:10;}
+	.st81{fill:none;stroke:#525558;stroke-width:0.5;stroke-miterlimit:10;}
+	.st82{fill:none;stroke:#54585A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st83{fill:none;stroke:#575A5D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st84{fill:none;stroke:#595C5F;stroke-width:0.5;stroke-miterlimit:10;}
+	.st85{fill:none;stroke:#5B5F61;stroke-width:0.5;stroke-miterlimit:10;}
+	.st86{fill:none;stroke:#5D6163;stroke-width:0.5;stroke-miterlimit:10;}
+	.st87{fill:none;stroke:#606366;stroke-width:0.5;stroke-miterlimit:10;}
+	.st88{fill:none;stroke:#626668;stroke-width:0.5;stroke-miterlimit:10;}
+	.st89{fill:none;stroke:#64686A;stroke-width:0.5;stroke-miterlimit:10;}
+	.st90{fill:none;stroke:#676A6D;stroke-width:0.5;stroke-miterlimit:10;}
+	.st91{fill:none;stroke:#696D6F;stroke-width:0.5;stroke-miterlimit:10;}
+	.st92{fill:none;stroke:#6B6F71;stroke-width:0.5;stroke-miterlimit:10;}
+	.st93{fill:none;stroke:#6D7173;stroke-width:0.5;stroke-miterlimit:10;}
+	.st94{fill:none;stroke:#707476;stroke-width:0.5;stroke-miterlimit:10;}
+	.st95{fill:none;stroke:#727677;stroke-width:0.5;stroke-miterlimit:10;}
+	.st96{fill:#FFFFFF;stroke:#000000;stroke-width:0.75;}
+	.st97{fill:none;stroke:#000000;stroke-width:0.3;}
+	.st98{fill:#BFBFBF;}
+	.st99{fill:none;stroke:#000000;stroke-width:0.75;}
+</style>
+<circle class="st1" cx="141.73" cy="144.68" r="128.21"/>
+<g>
+	<path class="st13" d="M127.48,171.14l1.42,2.27c0,0,0.76,5.48-5.39,5.39c0,0-5.77-0.57-6.52-2.84
+		C116.98,175.96,122.84,172.18,127.48,171.14z"/>
+	<path class="st13" d="M159.8,134.92v-2.18l-36.59-0.2v2.28c0,0-11.06,20.24-3.69,26.76h4.05h41.06
+		C164.62,161.58,172.28,159.88,159.8,134.92z M155.43,155.72h-26.87v-14.38h26.87V155.72z"/>
+	<polygon class="st13" points="127.31,163.46 123.91,163.46 123.57,161.58 127.11,161.58 	"/>
+	<polygon class="st13" points="117.88,140.21 119.5,137.21 121.31,137.8 119.63,140.92 	"/>
+	<polygon class="st13" points="115.65,139.03 117.27,136.03 119.09,136.62 117.4,139.74 	"/>
+	<polygon class="st13" points="113.3,137.94 114.92,134.94 116.74,135.53 115.05,138.66 	"/>
+	<polygon class="st13" points="110.99,137.17 112.61,134.17 114.42,134.76 112.74,137.89 	"/>
+	<polygon class="st13" points="127.64,165.64 124.24,165.64 123.9,163.76 127.44,163.76 	"/>
+	<polygon class="st13" points="127.93,167.82 124.6,167.82 124.27,165.98 127.74,165.98 	"/>
+	<polygon class="st13" points="128.28,170.02 124.95,170.02 124.62,168.18 128.08,168.18 	"/>
+	<polygon class="st13" points="128.59,172.27 125.26,172.27 124.93,170.44 128.39,170.44 	"/>
+	<g>
+		<path class="st13" d="M156.74,171.14l-1.42,2.27c0,0-0.76,5.48,5.39,5.39c0,0,5.77-0.57,6.52-2.84
+			C167.24,175.96,161.37,172.18,156.74,171.14z"/>
+		<polygon class="st13" points="156.91,163.46 160.31,163.46 160.65,161.58 157.11,161.58 		"/>
+		<polygon class="st13" points="156.58,165.64 159.98,165.64 160.32,163.76 156.77,163.76 		"/>
+		<polygon class="st13" points="156.29,167.82 159.61,167.82 159.95,165.98 156.48,165.98 		"/>
+		<polygon class="st13" points="155.94,170.02 159.27,170.02 159.6,168.18 156.14,168.18 		"/>
+		<polygon class="st13" points="155.63,172.27 158.96,172.27 159.29,170.44 155.82,170.44 		"/>
+	</g>
+	<polygon class="st13" points="160.34,73.56 159.6,90.31 160.88,90.31 160.88,74.18 	"/>
+	<path class="st13" d="M119.09,125.62l5.21,6.24h35.46l5.68-6.62v-19.02c-26.57-19.58-46.35,0-46.35,0v19.02"/>
+	<rect x="133.58" y="128.68" class="st0" width="16.79" height="3.21"/>
+	
+		<rect x="166.11" y="111.51" transform="matrix(-1 -4.366208e-11 4.366208e-11 -1 335.632 236.454)" class="st13" width="3.42" height="13.44"/>
+	
+		<rect x="115.02" y="111.98" transform="matrix(-1 -4.419455e-11 4.419455e-11 -1 233.4593 237.3995)" class="st13" width="3.42" height="13.44"/>
+	<circle class="st0" cx="127.98" cy="119.89" r="2.77"/>
+	<circle class="st0" cx="155.77" cy="119.32" r="2.77"/>
+	<path class="st14" d="M167.17,95.3c-2.91,3.08-9.06,0.28-9.06,0.28c3.15,1.22,8.37-1.32,8.37-1.32l0,0
+		c-4-5.91-9.68-11.75-17.13-13.43c0,0-9.7-3.76-17.4,1.1l2.74,0.47c0,0-10,1.53-16.26,9.98c0.11,0.06,12.4,6.58,19.73,3.19
+		c0,0-0.41,3.9-21.19,0.97l-0.85-0.3c-1.7,3.56-2.76,8.01-2.6,13.58c0,0,14.28,2.74,19.95,1.61l4.99-12.16l2.01,10.84
+		c0,0,12.48,1.09,15.79-1.3l-1.14-6.91l4.64,7.45l7.28-0.09l0.95,1.32c0,0,5.39,0.62,5.77-1.77
+		C173.75,108.82,171.6,102.17,167.17,95.3z"/>
+	<polygon class="st13" points="111.98,134.37 112.71,133.29 110.53,131.92 109.8,133.15 110.99,133.92 109.35,136.78 107.63,135.69 
+		106.99,136.78 109.85,137.96 	"/>
+	<polygon class="st13" points="165.53,139.87 163.91,136.87 162.09,137.46 163.78,140.58 	"/>
+	<polygon class="st13" points="167.75,138.69 166.14,135.69 164.32,136.28 166.01,139.4 	"/>
+	<polygon class="st13" points="170.1,137.6 168.49,134.6 166.67,135.19 168.35,138.32 	"/>
+	<polygon class="st13" points="172.42,136.83 170.8,133.83 168.99,134.42 170.67,137.55 	"/>
+	<polygon class="st13" points="171.43,134.03 170.7,132.95 172.88,131.59 173.61,132.81 172.42,133.58 174.06,136.44 175.78,135.35 
+		176.42,136.44 173.56,137.62 	"/>
+	<g>
+		<path class="st14" d="M164.97,67.93l-0.75,0.68l-0.8-0.89l0.72-0.65c-0.46-0.37-0.98-0.64-1.55-0.82l-0.62,0.56l-0.64-0.71
+			l0.07-0.06c-0.07,0-0.13-0.02-0.2-0.02c-2.61,0-4.72,2.11-4.72,4.72c0,2.61,2.11,4.72,4.72,4.72s4.72-2.11,4.72-4.72
+			C165.91,69.68,165.55,68.72,164.97,67.93z M162.82,71.56l-0.48-0.03l0.02-0.44l0.48,0.03L162.82,71.56z M162.59,70.43l-0.8-0.89
+			l0.82-0.74l0.8,0.89L162.59,70.43z"/>
+		
+			<rect x="163.54" y="65.68" transform="matrix(0.6688 0.7434 -0.7434 0.6688 103.5976 -100.0934)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="165.24" y="67.43" transform="matrix(0.6688 0.7434 -0.7434 0.6688 105.4638 -100.7778)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="165.24" y="65.78" transform="matrix(0.6688 0.7434 -0.7434 0.6688 104.2373 -101.3242)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="163.54" y="64.05" transform="matrix(0.6688 0.7434 -0.7434 0.6688 102.3846 -100.6337)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="165.68" y="70.19" transform="matrix(0.6688 0.7434 -0.7434 0.6688 107.6563 -100.187)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="166.79" y="67.57" transform="matrix(0.6688 0.7434 -0.7434 0.6688 106.0805 -101.8813)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="168.52" y="67.71" transform="matrix(0.6688 0.7434 -0.7434 0.6688 106.7534 -103.121)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="166.83" y="65.94" transform="matrix(0.6688 0.7434 -0.7434 0.6688 104.8798 -102.449)" class="st14" width="1.2" height="1.1"/>
+		
+			<rect x="165.79" y="63.2" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.5822 -8.6751)" class="st14" width="0.72" height="0.66"/>
+		
+			<rect x="168.76" y="66.48" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.7592 -8.8271)" class="st14" width="0.72" height="0.66"/>
+		
+			<rect x="167.85" y="63.55" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.6033 -8.7828)" class="st14" width="0.72" height="0.66"/>
+		
+			<rect x="169.57" y="70.77" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.9864 -8.8639)" class="st14" width="0.72" height="0.66"/>
+		
+			<rect x="156.49" y="61.98" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.5049 -8.186)" class="st14" width="0.72" height="0.66"/>
+		
+			<rect x="154.56" y="67.47" transform="matrix(0.9986 0.0527 -0.0527 0.9986 3.7914 -8.0767)" class="st14" width="0.72" height="0.66"/>
+	</g>
+	<g>
+		<g>
+			<g>
+				<circle class="st5" cx="141.42" cy="150.52" r="0.91"/>
+				<polygon class="st5" points="143.06,146.73 142.33,150.52 140.79,149.87 				"/>
+			</g>
+		</g>
+		<g>
+			<path class="st6" d="M138.77,150.91l-2,1.09c0.5,0.88,1.22,1.62,2.09,2.14l1.19-1.95c0,0,0,0,0,0
+				C139.52,151.88,139.08,151.44,138.77,150.91z"/>
+			<path class="st7" d="M135.98,149.07c0,1.02,0.27,1.98,0.73,2.82l2-1.09c-0.28-0.51-0.45-1.1-0.45-1.73H135.98z"/>
+			<path class="st8" d="M136.77,146.07c-0.47,0.83-0.76,1.79-0.78,2.81l2.27,0.05c0.02-0.63,0.2-1.21,0.49-1.72L136.77,146.07z"/>
+			<path class="st9" d="M138.88,143.91c-0.84,0.51-1.54,1.21-2.05,2.06l1.97,1.15c0.31-0.51,0.75-0.93,1.26-1.24L138.88,143.91z"/>
+			<path class="st10" d="M141.89,143.05c-1.05,0.01-2.04,0.3-2.89,0.79l1.16,1.98c0.52-0.29,1.11-0.45,1.75-0.46L141.89,143.05z"/>
+			<path class="st11" d="M144.89,143.82c-0.85-0.48-1.83-0.76-2.88-0.77l-0.01,2.31c0.63,0.01,1.21,0.18,1.73,0.47L144.89,143.82z"
+				/>
+			<path class="st12" d="M145.08,147.16l2.02-1.19c-0.52-0.86-1.24-1.58-2.11-2.09l-1.17,2.02
+				C144.33,146.2,144.77,146.64,145.08,147.16z"/>
+			<path class="st12" d="M147.95,148.93c-0.02-1.05-0.31-2.03-0.8-2.88l-2.02,1.2c0.28,0.5,0.44,1.07,0.46,1.68H147.95z"/>
+			<g>
+				<path class="st12" d="M145.18,150.73l2.02,1.2c0.47-0.86,0.75-1.84,0.75-2.89c0,0,0-0.01,0-0.01h-2.35c0,0,0,0.01,0,0.01
+					C145.6,149.65,145.45,150.22,145.18,150.73z"/>
+				<path class="st12" d="M145.14,150.83c-0.31,0.55-0.75,1.02-1.29,1.35l-0.04,0.02l1.2,2c0.89-0.52,1.62-1.27,2.14-2.16
+					L145.14,150.83z"/>
+			</g>
+		</g>
+	</g>
+</g>
+<g>
+	<path class="st13" d="M98.27,189.27c1.73-0.28,3.99-0.46,6.33-0.46c3.99,0,6.58,0.74,8.56,2.22c2.16,1.61,3.52,4.17,3.52,7.85
+		c0,3.99-1.45,6.74-3.43,8.44c-2.19,1.82-5.56,2.69-9.64,2.69c-2.44,0-4.2-0.15-5.35-0.31V189.27z M102.97,206.24
+		c0.4,0.09,1.08,0.09,1.64,0.09c4.29,0.03,7.11-2.32,7.11-7.29c0-4.33-2.53-6.61-6.61-6.61c-1.02,0-1.73,0.09-2.13,0.19V206.24z"/>
+	<path class="st13" d="M130.71,188.96v11.96c0,3.62,1.39,5.44,3.77,5.44c2.47,0,3.83-1.73,3.83-5.44v-11.96h4.7v11.68
+		c0,6.43-3.25,9.49-8.68,9.49c-5.25,0-8.31-2.94-8.31-9.55v-11.62H130.71z"/>
+	<path class="st13" d="M153.49,204.94c1.24,0.65,3.21,1.3,5.22,1.3c2.16,0,3.31-0.9,3.31-2.25c0-1.3-0.99-2.04-3.49-2.91
+		c-3.46-1.24-5.75-3.15-5.75-6.18c0-3.55,3-6.24,7.88-6.24c2.38,0,4.08,0.46,5.31,1.05l-1.05,3.77c-0.8-0.4-2.32-0.99-4.33-0.99
+		c-2.04,0-3.03,0.96-3.03,2.01c0,1.33,1.14,1.92,3.86,2.94c3.68,1.36,5.38,3.28,5.38,6.21c0,3.49-2.66,6.46-8.37,6.46
+		c-2.38,0-4.73-0.65-5.9-1.3L153.49,204.94z"/>
+	<path class="st13" d="M179.1,192.92h-5.62v-3.96h16v3.96h-5.68v16.87h-4.7V192.92z"/>
+	<path class="st13" d="M108.37,216.03c1.24-0.22,3.71-0.43,6.09-0.43c2.87,0,4.64,0.28,6.18,1.17c1.45,0.77,2.47,2.19,2.47,4.11
+		c0,1.82-1.08,3.52-3.43,4.42v0.06c2.38,0.62,4.14,2.44,4.14,5.1c0,1.92-0.87,3.4-2.16,4.45c-1.51,1.21-4.05,1.88-8.19,1.88
+		c-2.32,0-4.05-0.15-5.1-0.31V216.03z M113.04,224h1.54c2.5,0,3.8-1.02,3.8-2.56c0-1.58-1.21-2.41-3.34-2.41
+		c-1.05,0-1.64,0.06-2.01,0.12V224z M113.04,233.24c0.46,0.06,1.02,0.06,1.82,0.06c2.13,0,4.02-0.83,4.02-3.03
+		c0-2.07-1.88-2.9-4.23-2.9h-1.61V233.24z"/>
+	<path class="st13" d="M168.07,236.58v-8.53l-6.58-12.3h5.41l2.1,5.01c0.65,1.51,1.11,2.63,1.61,3.99h0.06
+		c0.46-1.3,0.96-2.5,1.58-3.99l2.1-5.01h5.28l-6.86,12.14v8.68H168.07z"/>
+</g>
+<g>
+	<g>
+		<g>
+			<circle class="st5" cx="141.8" cy="230.7" r="1.78"/>
+			<polygon class="st5" points="145.01,223.26 143.58,230.7 140.56,229.43 			"/>
+		</g>
+	</g>
+	<g>
+		<path class="st6" d="M136.59,231.47l-3.93,2.14c0.99,1.72,2.4,3.17,4.1,4.21l2.34-3.83c0,0,0.01,0,0.01,0
+			C138.07,233.38,137.2,232.51,136.59,231.47z"/>
+		<path class="st7" d="M131.11,227.85c0.01,2.01,0.53,3.89,1.42,5.53l3.93-2.14c-0.55-1.01-0.88-2.16-0.89-3.39H131.11z"/>
+		<path class="st8" d="M132.66,221.98c-0.93,1.63-1.48,3.51-1.54,5.51l4.46,0.1c0.04-1.23,0.38-2.38,0.96-3.38L132.66,221.98z"/>
+		<path class="st9" d="M136.82,217.73c-1.65,1-3.03,2.38-4.02,4.03l3.86,2.26c0.62-1,1.47-1.83,2.48-2.43L136.82,217.73z"/>
+		<path class="st10" d="M142.71,216.05c-2.07,0.03-4,0.58-5.67,1.55l2.28,3.88c1.02-0.56,2.18-0.89,3.42-0.9L142.71,216.05z"/>
+		<path class="st11" d="M148.61,217.55c-1.67-0.94-3.6-1.49-5.65-1.5l-0.02,4.54c1.23,0.03,2.38,0.36,3.38,0.92L148.61,217.55z"/>
+		<path class="st12" d="M148.97,224.1l3.97-2.34c-1.02-1.69-2.44-3.1-4.14-4.1l-2.3,3.95C147.51,222.23,148.36,223.09,148.97,224.1z
+			"/>
+		<path class="st12" d="M154.6,227.58c-0.04-2.05-0.6-3.98-1.56-5.64l-3.96,2.35c0.55,0.98,0.87,2.1,0.9,3.29H154.6z"/>
+		<g>
+			<path class="st12" d="M149.18,231.11l3.96,2.36c0.93-1.68,1.47-3.61,1.47-5.66c0-0.01,0-0.02,0-0.03h-4.61c0,0.01,0,0.02,0,0.03
+				C150,228.99,149.69,230.11,149.18,231.11z"/>
+			<path class="st12" d="M149.08,231.3c-0.6,1.08-1.47,2-2.53,2.64l-0.09,0.05l2.35,3.92c1.74-1.03,3.19-2.49,4.2-4.23L149.08,231.3
+				z"/>
+		</g>
+	</g>
+</g>
+<g>
+	<g>
+		<path class="st5" d="M90.51,45.43l1.64,2.01c0.36,0.44,0.69,0.85,0.99,1.28l0.03-0.01c-0.11-0.5-0.18-1.05-0.25-1.6l-0.32-2.63
+			l0.69-0.31l1.72,1.93c0.41,0.46,0.76,0.88,1.07,1.28l0.03-0.01c-0.13-0.49-0.23-1.02-0.32-1.61l-0.39-2.55l0.81-0.37l0.61,5.15
+			l-0.74,0.34l-1.67-1.83c-0.39-0.43-0.72-0.81-1.07-1.29l-0.02,0.01c0.13,0.59,0.21,1.12,0.27,1.67l0.25,2.46l-0.74,0.34
+			l-3.41-3.87L90.51,45.43z"/>
+		<path class="st5" d="M99.55,41.44l1.5,2.12c0.33,0.46,0.63,0.9,0.9,1.34l0.03-0.01c-0.07-0.51-0.11-1.06-0.14-1.62l-0.14-2.64
+			l0.71-0.27l1.59,2.04c0.38,0.49,0.7,0.93,0.98,1.35l0.03-0.01c-0.1-0.5-0.16-1.03-0.21-1.63l-0.22-2.57l0.83-0.31l0.26,5.19
+			l-0.76,0.29l-1.54-1.94c-0.36-0.46-0.67-0.86-0.99-1.36l-0.02,0.01c0.09,0.6,0.13,1.13,0.16,1.69l0.09,2.48l-0.76,0.29l-3.14-4.1
+			L99.55,41.44z"/>
+		<path class="st5" d="M108.98,38.14l1.28,2.26c0.28,0.5,0.54,0.95,0.76,1.42l0.03-0.01c-0.02-0.51,0-1.07,0.02-1.62l0.13-2.64
+			l0.73-0.2l1.38,2.19c0.33,0.52,0.6,0.99,0.84,1.44l0.03-0.01c-0.05-0.5-0.06-1.04-0.05-1.65l0.04-2.58l0.86-0.23l-0.26,5.18
+			l-0.79,0.21l-1.34-2.08c-0.31-0.49-0.58-0.92-0.84-1.45l-0.02,0c0.04,0.6,0.02,1.14-0.01,1.69l-0.16,2.47l-0.79,0.21l-2.72-4.39
+			L108.98,38.14z"/>
+		<path class="st5" d="M118.89,40.24c-0.08-0.37,0.12-0.68,0.47-0.75c0.35-0.07,0.64,0.14,0.72,0.51c0.07,0.36-0.1,0.68-0.47,0.75
+			C119.26,40.82,118.97,40.6,118.89,40.24z"/>
+		<path class="st5" d="M126.77,39.18c-0.21,0.16-0.7,0.4-1.35,0.51c-1.47,0.24-2.59-0.6-2.83-2.09c-0.24-1.5,0.61-2.75,2.2-3.01
+			c0.52-0.08,1.01-0.03,1.27,0.05l-0.09,0.72c-0.23-0.09-0.58-0.14-1.07-0.07c-1.12,0.18-1.59,1.11-1.42,2.12
+			c0.18,1.13,1.02,1.71,1.99,1.55c0.5-0.08,0.81-0.27,1.05-0.42L126.77,39.18z"/>
+		<path class="st5" d="M129.51,35.32c-0.05-0.51-0.1-0.92-0.17-1.33l0.78-0.08l0.12,0.79l0.03,0c0.23-0.49,0.64-0.98,1.46-1.06
+			c0.67-0.07,1.22,0.29,1.49,0.85l0.02,0c0.12-0.29,0.3-0.52,0.49-0.69c0.27-0.25,0.59-0.41,1.05-0.45
+			c0.65-0.06,1.66,0.27,1.83,1.97l0.29,2.9l-0.87,0.09l-0.28-2.79c-0.09-0.94-0.5-1.48-1.22-1.41c-0.51,0.05-0.87,0.47-0.98,0.92
+			c-0.03,0.13-0.04,0.29-0.03,0.45l0.3,3.04l-0.87,0.09l-0.29-2.95c-0.08-0.78-0.48-1.32-1.16-1.25c-0.56,0.05-0.92,0.54-1.02,1
+			c-0.04,0.14-0.04,0.29-0.03,0.44l0.29,2.97l-0.87,0.09L129.51,35.32z"/>
+		<path class="st5" d="M144.46,36.58c0.01,0.51,0.03,0.96,0.06,1.35l-0.8,0.01l-0.06-0.81h-0.02c-0.23,0.4-0.74,0.93-1.62,0.95
+			c-0.78,0.01-1.71-0.4-1.74-2.14l-0.05-2.89l0.9-0.01l0.04,2.74c0.02,0.94,0.31,1.57,1.13,1.55c0.6-0.01,1.01-0.44,1.17-0.84
+			c0.05-0.13,0.08-0.3,0.07-0.46L143.5,33l0.9-0.01L144.46,36.58z"/>
+		<path class="st5" d="M151.51,38.1c-0.24,0.11-0.77,0.23-1.44,0.19c-1.49-0.1-2.38-1.18-2.28-2.69c0.11-1.52,1.22-2.54,2.83-2.43
+			c0.53,0.04,0.99,0.2,1.22,0.34l-0.25,0.68c-0.21-0.14-0.53-0.27-1.02-0.31c-1.13-0.08-1.8,0.71-1.87,1.74
+			c-0.08,1.14,0.6,1.89,1.58,1.96c0.51,0.04,0.85-0.07,1.12-0.17L151.51,38.1z"/>
+		<path class="st5" d="M158.08,38.98c-0.25,0.09-0.79,0.17-1.45,0.08c-1.48-0.22-2.29-1.36-2.07-2.86c0.22-1.5,1.42-2.44,3.01-2.21
+			c0.53,0.08,0.97,0.28,1.2,0.44l-0.3,0.66c-0.19-0.15-0.51-0.31-1-0.38c-1.12-0.17-1.85,0.57-2,1.59
+			c-0.17,1.13,0.46,1.94,1.43,2.08c0.5,0.08,0.86-0.01,1.13-0.08L158.08,38.98z"/>
+		<path class="st5" d="M166.82,33.6l-1.32,5.82c-0.1,0.43-0.2,0.92-0.24,1.25l-0.79-0.18l0.15-0.84l-0.02,0
+			c-0.39,0.48-1.07,0.75-1.86,0.57c-1.16-0.26-1.84-1.45-1.5-2.92c0.35-1.6,1.57-2.36,2.75-2.1c0.74,0.17,1.15,0.63,1.29,1.07
+			l0.02,0l0.65-2.88L166.82,33.6z M164.99,37.61c0.03-0.11,0.05-0.26,0.04-0.38c0-0.59-0.38-1.15-1.03-1.3
+			c-0.91-0.21-1.62,0.47-1.86,1.53c-0.22,0.97,0.07,1.89,1.02,2.1c0.59,0.13,1.21-0.13,1.52-0.75c0.06-0.11,0.09-0.23,0.13-0.37
+			L164.99,37.61z"/>
+		<path class="st5" d="M172.06,42.42c-0.26,0.05-0.81,0.06-1.44-0.13c-1.43-0.43-2.07-1.67-1.63-3.12c0.44-1.46,1.75-2.21,3.3-1.75
+			c0.51,0.15,0.92,0.41,1.12,0.6l-0.4,0.61c-0.17-0.18-0.46-0.38-0.93-0.52c-1.09-0.33-1.91,0.3-2.21,1.29
+			c-0.33,1.1,0.17,1.98,1.11,2.26c0.49,0.15,0.85,0.12,1.13,0.08L172.06,42.42z"/>
+		<path class="st5" d="M174.95,43.04c0.12-0.36,0.45-0.52,0.79-0.4c0.34,0.12,0.48,0.45,0.35,0.81c-0.12,0.35-0.43,0.53-0.79,0.4
+			C174.97,43.73,174.83,43.38,174.95,43.04z"/>
+		<path class="st5" d="M183.98,44.38c-0.69,1.69-2.16,1.96-3.26,1.51c-1.24-0.5-1.83-1.8-1.24-3.24c0.62-1.53,1.99-2.03,3.25-1.51
+			C184.05,41.67,184.55,42.98,183.98,44.38z M180.33,42.96c-0.41,1-0.13,1.99,0.68,2.32c0.79,0.32,1.69-0.18,2.11-1.22
+			c0.31-0.78,0.33-1.92-0.66-2.31C181.48,41.35,180.68,42.09,180.33,42.96z"/>
+		<path class="st5" d="M187.41,44.93c0.24-0.53,0.44-0.99,0.61-1.42l0.71,0.33l-0.38,0.89l0.04,0.02c0.48-0.51,1.15-0.66,1.69-0.41
+			c0.09,0.04,0.15,0.08,0.22,0.13l-0.35,0.77c-0.08-0.06-0.15-0.1-0.27-0.16c-0.58-0.26-1.18-0.01-1.58,0.55
+			c-0.07,0.1-0.15,0.22-0.21,0.36l-1.1,2.39l-0.81-0.37L187.41,44.93z"/>
+		<path class="st5" d="M196.92,47.86c-0.18,0.31-0.38,0.65-0.65,1.19l-1.3,2.56c-0.51,1.01-1.03,1.53-1.65,1.69
+			c-0.63,0.18-1.31-0.01-1.87-0.29c-0.53-0.27-1.04-0.69-1.28-1.11l0.51-0.51c0.2,0.33,0.57,0.73,1.12,1
+			c0.82,0.42,1.64,0.3,2.2-0.81l0.25-0.49l-0.02-0.01c-0.46,0.28-1.09,0.37-1.78,0.02c-1.09-0.56-1.4-1.88-0.78-3.1
+			c0.76-1.49,2.17-1.84,3.17-1.33c0.76,0.39,0.98,1,0.98,1.46l0.02,0.01l0.38-0.64L196.92,47.86z M195.21,49.18
+			c0.07-0.14,0.12-0.26,0.14-0.39c0.09-0.54-0.11-1.12-0.69-1.42c-0.76-0.39-1.64-0.02-2.16,1c-0.44,0.86-0.37,1.81,0.49,2.25
+			c0.49,0.25,1.09,0.17,1.53-0.25c0.12-0.11,0.21-0.26,0.28-0.39L195.21,49.18z"/>
+	</g>
+</g>
+<circle class="st13" cx="83" cy="52.28" r="0.74"/>
+<circle class="st13" cx="198.66" cy="52.28" r="0.74"/>
+</svg>
diff --git a/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ b/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ
new file mode 100644
index 000000000000..545b20689c92
--- /dev/null
+++ b/_data/iconsDownload/QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ
@@ -0,0 +1,5 @@
+<svg width="128" height="64" viewBox="0 0 64 32"
+  xmlns="http://www.w3.org/2000/svg">
+  <path fill="#000" fill-rule="nonzero"
+    d="M32 .88c.66 0 .85.43.93 1.14l.02.3.03.5.04.91.05 1.48.03 1.63.03 2.06.03 2.26.01 3.66 3.28.02 3 .03 1.64.02 1.7.04 1.2.04.98.03.7.04.3.03c.71.08 1.15.27 1.15.93s-.44.85-1.15.93l-.3.03-.5.03-.9.04-1.48.04-1.63.04-2.06.03-1.68.01-2.38.02h-1.87v2.48l-.03 2.9-.02 1.61-.03 1.48-.04 1.79-.03.84-.05 1.25-.03.31c-.07.8-.23 1.3-.94 1.3-.67 0-.85-.44-.93-1.15l-.03-.3-.03-.5-.03-.66-.04-1.4-.03-1.02-.03-1.53-.03-2.28-.02-3.12v-2h-2.49l-3.45-.03-2.05-.03-1.63-.04-1.48-.04-1.25-.06-.31-.02c-.8-.07-1.3-.24-1.3-.95 0-.66.44-.85 1.15-.93l.3-.03.7-.04.98-.03 1.2-.04 1.64-.04 2.05-.03 1.68-.01 3-.02h1.25l.01-2.64.02-2.48.03-2.28.04-1.88.04-1.55.04-.98.04-.7.03-.3c.08-.7.26-1.14.93-1.14Zm-3.92 4.84h.13c1-.02 1.3.47 1.35.89a.98.98 0 0 1-.22.76c-.26.31-.64.39-.95.42l-.22.01h-.03l-1.18.04-1.14.06-1.11.06-1.08.08-1.04.08-1 .1-.98.1-.95.11-1.8.25-.85.14-.82.14-1.19.22-.75.16-.72.17-.7.16-.67.18-.33.09-.63.18-.6.18-.58.19c-.2.06-.38.13-.56.2l-.53.19-.51.2-.49.19-.23.1-.46.2-.21.1-.42.2-.4.2-.38.2-.19.1-.35.21-.33.2-.3.2-.3.2-.28.2c-1.57 1.38-1.78 2.4-1.72 3l.02.15.03.13.04.1.04.14c.39 1.03 1.58 2.02 3.32 2.9l.5.26c.44.2.91.41 1.4.6l.6.24.95.34.66.21.67.21.7.2.35.1.72.2.37.1.74.18.76.17.76.17.78.16.78.15.4.07.8.13.4.07.8.12.8.12.8.1.41.05.8.09.41.04.8.07.8.07c.14 0 .27.02.4.03l.8.05c.13 0 .26 0 .39.02l.78.03.77.02h1.25c.4.01.83.07 1.13.4.2.23.28.51.24.8-.1.8-.82.91-1.32.91l-.26-.02h-.1l-.22-.02a73.8 73.8 0 0 1-17.28-2.38C3.87 22.04.4 19.51.02 16.32L0 16.05V16c.25-3.32 3.78-5.96 10.53-7.85a74.8 74.8 0 0 1 17.55-2.42Zm7.65 0h.19l.45.03a73.82 73.82 0 0 1 17.28 2.38c6.48 1.82 9.95 4.36 10.33 7.55l.02.27V16c-.25 3.32-3.78 5.96-10.53 7.85a74.8 74.8 0 0 1-17.55 2.42h-.2c-.96 0-1.23-.48-1.28-.89a.97.97 0 0 1 .22-.75c.26-.32.64-.4.95-.42l.22-.02.63-.02 1.16-.04 1.12-.06 1.1-.07 1.05-.08 1.03-.1.5-.04.97-.1c.97-.11 1.88-.23 2.75-.36l.85-.14.82-.14.8-.15.77-.16.73-.16.72-.16.68-.18.66-.17.63-.18.6-.19.3-.09.57-.19a32 32 0 0 0 .27-.1l.53-.19.51-.2.25-.1.47-.2a25 25 0 0 0 .23-.1l.44-.2.42-.2.4-.2.38-.2.19-.1.35-.2.16-.1.33-.2.3-.2.28-.2.14-.1c1.64-1.45 1.8-2.48 1.7-3.08l-.02-.14-.03-.12-.06-.19c-.6-1.57-3.06-3.03-6.45-4.22l-.65-.22-.66-.21-.69-.21a46.1 46.1 0 0 0-.35-.1l-.71-.2-.73-.19-.37-.1-.75-.17-.38-.09-.76-.16-.78-.16-.78-.15-.4-.07-.8-.14-.8-.13-.4-.06-.8-.11-.8-.1-.41-.05-.8-.1c-.14 0-.28-.02-.41-.03l-.8-.08-.4-.03-.8-.06-.8-.05a57.7 57.7 0 0 0-.78-.04l-.78-.02-.76-.02h-.87c-.4 0-.83-.06-1.13-.4a1 1 0 0 1-.24-.8c.1-.75.75-.9 1.26-.9Z"></path>
+</svg>
\ No newline at end of file
diff --git a/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz b/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz
new file mode 100644
index 000000000000..eba2d7b31fb5
Binary files /dev/null and b/_data/iconsDownload/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz differ
diff --git a/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto b/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto
new file mode 100644
index 000000000000..9bbd7a337b8a
Binary files /dev/null and b/_data/iconsDownload/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto differ
diff --git a/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA b/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA
new file mode 100644
index 000000000000..a9a93157c2e2
Binary files /dev/null and b/_data/iconsDownload/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA differ
diff --git a/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi b/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi
new file mode 100644
index 000000000000..e1b015bf7070
Binary files /dev/null and b/_data/iconsDownload/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi differ
diff --git a/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy b/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy
deleted file mode 100644
index 5aa0fefb2b2d..000000000000
Binary files a/_data/iconsDownload/QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy and /dev/null differ
diff --git a/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz b/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz
new file mode 100644
index 000000000000..c89042568d2f
Binary files /dev/null and b/_data/iconsDownload/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz differ
diff --git a/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy b/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy
new file mode 100644
index 000000000000..e36d451e4d5e
Binary files /dev/null and b/_data/iconsDownload/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy differ
diff --git a/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ b/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ
new file mode 100644
index 000000000000..888f1429bc90
Binary files /dev/null and b/_data/iconsDownload/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ differ
diff --git a/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs b/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs
new file mode 100644
index 000000000000..263516ba79ed
Binary files /dev/null and b/_data/iconsDownload/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs differ
diff --git a/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA b/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA
new file mode 100644
index 000000000000..01b46466ed5d
Binary files /dev/null and b/_data/iconsDownload/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA differ
diff --git a/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM b/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM
new file mode 100644
index 000000000000..098d146d47a0
Binary files /dev/null and b/_data/iconsDownload/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM differ
diff --git a/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z b/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z
new file mode 100644
index 000000000000..99cf05ccaa58
Binary files /dev/null and b/_data/iconsDownload/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z differ
diff --git a/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC b/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC
new file mode 100644
index 000000000000..da4519d9ed0e
--- /dev/null
+++ b/_data/iconsDownload/Qqbx32iq4Vw4zLaaPit9aaguXJzdiocstVQWtSfreQPuSC
@@ -0,0 +1,3 @@
+<svg width="28" height="28" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M25.2622 0.920849L20.649 27.3448C20.617 27.5279 20.5201 27.6941 20.3755 27.8139C20.2309 27.9337 20.0478 27.9995 19.8586 27.9996H5.41444C5.22522 27.9995 5.04212 27.9337 4.89749 27.8139C4.75287 27.6941 4.656 27.5279 4.62402 27.3448L0.0115399 0.920849C-0.008202 0.80778 -0.00256068 0.691829 0.0280552 0.58112C0.058671 0.470412 0.113529 0.367599 0.1888 0.27987C0.264071 0.192142 0.357932 0.121609 0.463839 0.0732013C0.569746 0.0247937 0.685145 -0.000299339 0.801961 -0.000370008H5.14963C5.33851 -0.000352025 5.52132 0.0650902 5.6659 0.184443C5.81047 0.303796 5.90755 0.469393 5.94003 0.652114L9.2638 19.3288C9.58478 21.0625 10.9385 22.2177 12.6582 22.2177C14.3329 22.2177 15.6898 21.0625 16.0525 19.3288L19.3313 0.652114C19.3635 0.468971 19.4606 0.302897 19.6053 0.183212C19.7501 0.0635272 19.9333 -0.00205095 20.1226 -0.00194764H24.4686C24.5859 -0.00237714 24.7018 0.0224009 24.8082 0.0707002C24.9146 0.118999 25.009 0.189633 25.0847 0.2776C25.1603 0.365567 25.2154 0.468758 25.2461 0.579889C25.2768 0.69102 25.2823 0.807402 25.2622 0.920849Z" fill="currentColor"/>
+</svg>
\ No newline at end of file
diff --git a/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde b/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde
new file mode 100644
index 000000000000..b1785ea00092
Binary files /dev/null and b/_data/iconsDownload/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde differ
diff --git a/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha b/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha
new file mode 100644
index 000000000000..907d92652e59
--- /dev/null
+++ b/_data/iconsDownload/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha
@@ -0,0 +1,31 @@
+<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
+<circle cx="140" cy="140" r="140" fill="white"/>
+<path d="M50 54.1858C62.2402 84.7864 94.8081 104.458 109.562 110.469C74.5898 90.3601 58.5609 63.4752 54.918 52.5464L50 54.1858Z" fill="#F1AB10"/>
+<path d="M75.6827 65.1146H71.3112C73.9341 83.9121 94.6259 100.269 104.644 106.098C84.535 92.1087 76.9577 72.9469 75.6827 65.1146Z" fill="#1922FD"/>
+<path d="M61.4753 77.1362L57.1038 79.8684C70.2183 97.3545 91.5294 105.005 104.097 108.83C80.6005 97.901 65.6409 83.8904 61.4753 77.1362Z" fill="#24D7D3"/>
+<path d="M157.649 76.0433L152.731 75.4969C149.452 125.223 144.716 128.137 142.895 131.234L144.534 131.78C148.906 124.676 151.091 119.212 153.277 103.365C155.026 90.6879 156.92 79.8684 157.649 76.0433Z" fill="#D00582"/>
+<path d="M143.441 62.3823H147.266C150.326 100.852 147.813 117.391 146.173 120.851C146.611 98.9938 143.441 76.5898 143.441 62.3823Z" fill="#F7A60C"/>
+<path d="M130.873 53.6393L135.791 52.5464C140.6 60.8523 143.988 92.4365 145.08 107.19C143.332 90.1415 134.88 64.386 130.873 53.6393Z" fill="#04DAD0"/>
+<path d="M124.316 65.1146L128.141 61.8359C135.572 69.2675 139.252 81.6899 140.163 86.9722C135.791 77.3548 127.777 68.3932 124.316 65.1146Z" fill="#182CE3"/>
+<path d="M223.768 79.8684L221.036 76.0433C189.124 100.087 174.588 114.841 171.31 119.212C173.058 117.026 207.01 92.0722 223.768 79.8684Z" fill="#04DAD0"/>
+<path d="M229.779 54.7322L225.407 52C204.424 83.4749 187.703 96.2616 168.577 119.212C201.364 89.9229 223.039 64.0217 229.779 54.7322Z" fill="#F7A60C"/>
+<path d="M217.757 55.2786L213.932 52.5464C201.692 75.7155 177.32 105.005 166.938 118.119C187.484 99.3217 209.378 68.7575 217.757 55.2786Z" fill="#182CE3"/>
+<path d="M201.364 66.7539C200.927 65.0053 197.903 63.8395 196.446 63.4752C186.61 86.4257 164.206 123.037 138.523 140.523C117.977 154.512 82.2399 161.288 66.9396 162.927L68.0325 167.299C86.3929 165.55 111.748 156.006 122.13 151.452C103.333 162.818 68.7611 202.817 53.8251 221.396L57.6502 224.675C87.7043 181.506 123.223 152.545 142.348 140.523C157.649 130.906 192.985 134.33 208.467 137.245H218.303H227.046V132.873C194.26 132.873 174.042 128.502 148.906 135.605C172.512 114.622 193.714 80.9613 201.364 66.7539Z" fill="#D00582"/>
+<path d="M208.468 125.223L207.921 120.305C201.364 122.054 180.417 125.769 170.763 127.409C198.304 127.409 207.375 125.951 208.468 125.223Z" fill="#04DAD0"/>
+<path d="M215.571 131.78V127.409C177.539 127.846 164.024 130.141 162.02 131.234C173.386 129.922 202.457 131.052 215.571 131.78Z" fill="#F7A60C"/>
+<path d="M213.385 153.638L216.118 150.359C201.692 136.807 184.242 134.877 177.32 135.605C191.309 137.791 207.192 148.538 213.385 153.638Z" fill="#1922FD"/>
+<path d="M221.582 201.724L222.675 196.807C194.806 193.528 175.681 188.063 164.752 184.238C177.867 192.981 208.103 199.539 221.582 201.724Z" fill="#1922FD"/>
+<path d="M225.954 221.943L229.779 219.211C219.943 209.375 204.642 201.178 184.971 194.621C152.731 182.599 148.906 177.135 137.977 164.02C145.627 176.042 147.813 182.645 177.867 195.167C209.342 208.282 223.039 218.3 225.954 221.943Z" fill="#0ECEC5"/>
+<path d="M210.107 221.943L213.932 218.664C212.657 215.932 203.768 207.735 178.413 196.807C149.124 184.566 138.159 170.577 136.337 165.113C138.523 180.413 169.124 196.807 184.971 203.364C197.648 208.61 207.01 217.936 210.107 221.943Z" fill="#F7A60C"/>
+<path d="M63.1145 96.2616L65.8467 92.4365C108.469 117.026 117.212 108.83 137.977 134.512C151.415 151.134 145.627 172.763 144.534 185.331C143.687 195.07 149.27 209.375 152.731 215.385L148.359 217.571C140.162 202.271 141.421 186.385 142.895 173.856C143.988 164.567 146.494 156.916 139.07 140.523C127.594 118.666 105.737 113.201 91.5294 108.83L63.1145 96.2616Z" fill="#D00582"/>
+<path d="M128.687 214.839L124.316 212.107C128.687 203.801 138.523 187.517 142.895 180.413C141.146 188.282 132.695 206.642 128.687 214.839Z" fill="#1922FD"/>
+<path d="M135.791 220.303L130.873 219.757C133.059 211.014 139.07 196.078 141.255 189.703C139.07 207.735 136.337 216.478 135.791 220.303Z" fill="#F7A60C"/>
+<path d="M142.348 228.5L147.266 225.221C143.332 221.287 143.077 213.018 143.441 209.375L141.255 197.899C138.523 217.025 140.891 225.586 142.348 228.5Z" fill="#0ECEC5"/>
+<path d="M196.446 217.571L199.725 214.293C194.807 211.378 179.178 202.599 156.009 190.796C132.84 178.993 133.605 158.556 136.884 149.813L135.791 149.266C130.327 164.02 135.245 180.96 152.184 190.796C165.736 198.664 187.339 211.925 196.446 217.571Z" fill="#D00582"/>
+<path d="M79.5077 212.107L83.8792 214.839C87.3764 202.599 99.5438 180.96 105.19 171.67C92.0758 187.845 82.6042 205.367 79.5077 212.107Z" fill="#0ECEC5"/>
+<path d="M71.3112 219.757L67.4861 217.025C73.8706 204.655 91.3643 184.666 101.432 173.932C102.449 172.729 103.348 171.773 104.098 171.124C103.287 171.966 102.393 172.907 101.432 173.932C93.5473 183.26 78.5711 207.496 71.3112 219.757Z" fill="#F7A60C"/>
+<path d="M71.3112 198.446L68.579 194.621C83.8793 183.255 98.6332 170.213 104.098 165.113L71.3112 198.446Z" fill="#1922FD"/>
+<path d="M59.2894 158.556V153.638C64.5352 154.512 85.8828 156.188 95.9009 156.916C88.9065 159.102 68.5789 158.92 59.2894 158.556Z" fill="#1922FD"/>
+<path d="M51.0929 142.163L53.8251 138.337C56.0109 139.977 76.7756 150.906 96.9938 155.277C80.3821 156.589 59.4716 147.08 51.0929 142.163Z" fill="#F1AB10"/>
+<path d="M64.2075 133.966L60.9288 137.791C74.4805 149.594 91.5295 153.456 99.726 154.184C83.3329 148.72 70.7647 139.43 64.2075 133.966Z" fill="#24D7D3"/>
+</svg>