diff --git a/_data/chains/eip155-1000000003.json b/_data/chains/eip155-1000000003.json new file mode 100644 index 000000000000..a94dffbc27ec --- /dev/null +++ b/_data/chains/eip155-1000000003.json @@ -0,0 +1,23 @@ +{ + "name": "DeInfra Devnet3", + "chain": "DeInfraDev3", + "rpc": ["https://c3n1.thepower.io/jsonrpc"], + "faucets": ["https://faucet.thepower.io/"], + "nativeCurrency": { + "name": "dev3SK", + "symbol": "dSK", + "decimals": 18 + }, + "icon": "deinfra", + "infoURL": "https://deinfra.net", + "shortName": "deinfra-dev3", + "chainId": 1000000003, + "networkId": 1000000003, + "explorers": [ + { + "name": "Deinfra Devnet Chain 3 Network Explorer", + "url": "https://bs.thepower.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-100021.json b/_data/chains/eip155-100021.json new file mode 100644 index 000000000000..fbf27e6ef83b --- /dev/null +++ b/_data/chains/eip155-100021.json @@ -0,0 +1,24 @@ +{ + "name": "Sova", + "chain": "ETH", + "icon": "sova", + "rpc": ["https://rpc.sova.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://sova.io", + "shortName": "sova", + "chainId": 100021, + "networkId": 100021, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.sova.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-100501.json b/_data/chains/eip155-100501.json new file mode 100644 index 000000000000..ab4dc3b3e4eb --- /dev/null +++ b/_data/chains/eip155-100501.json @@ -0,0 +1,23 @@ +{ + "name": "DeInfra Mainnet", + "chain": "DeInfraMainnet", + "rpc": ["https://c100501n3.deinfra.net:443/jsonrpc"], + "faucets": [], + "nativeCurrency": { + "name": "SK", + "symbol": "SK", + "decimals": 18 + }, + "icon": "deinfra", + "infoURL": "https://deinfra.net", + "shortName": "deinfra-mainnet", + "chainId": 100501, + "networkId": 100501, + "explorers": [ + { + "name": "Deinfra Mainnet Network Explorer", + "url": "https://explorer.deinfra.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-100610.json b/_data/chains/eip155-100610.json new file mode 100644 index 000000000000..4d25fb23178a --- /dev/null +++ b/_data/chains/eip155-100610.json @@ -0,0 +1,25 @@ +{ + "name": "Monsoon ", + "chain": "MONSOON", + "rpc": ["https://monsoon.rainfall.one"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "RDP", + "symbol": "RDP", + "decimals": 18 + }, + "infoURL": "", + "shortName": "monsoon", + "chainId": 100610, + "networkId": 100610, + "icon": "monsoon", + "explorers": [ + { + "name": "Monsoon Scan", + "url": "https://scout.monsoon.rainfall.one", + "icon": "monsoon", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-10218.json b/_data/chains/eip155-10218.json index 0244754e6a18..c85f5b4372e4 100644 --- a/_data/chains/eip155-10218.json +++ b/_data/chains/eip155-10218.json @@ -1,8 +1,16 @@ { "name": "Tea Sepolia Testnet", "chain": "ETH", - "rpc": [], - "faucets": [], + "rpc": ["https://tea-sepolia.g.alchemy.com/public"], + "faucets": ["https://faucet-sepolia.tea.xyz"], + "explorers": [ + { + "name": "blockscout", + "url": "https://sepolia.tea.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ], "nativeCurrency": { "name": "Sepolia Tea", "symbol": "TEA", @@ -16,5 +24,5 @@ "type": "L2", "chain": "eip155-11155111" }, - "status": "incubating" + "status": "active" } diff --git a/_data/chains/eip155-1071.json b/_data/chains/eip155-1071.json index 0c3a367da2ee..362d666aabd6 100644 --- a/_data/chains/eip155-1071.json +++ b/_data/chains/eip155-1071.json @@ -1,29 +1,26 @@ { - "name": "ShimmerEVM Testnet Deprecated", - "title": "ShimmerEVM Testnet Deprecated", - "chain": "ShimmerEVM", - "icon": "shimmerevm", - "rpc": [], - "faucets": [ - "https://evm-toolkit.evm.testnet.shimmer.network", - "https://evm-faucet.testnet.shimmer.network" - ], + "name": "OpenGPU Mainnet", + "chain": "OGPU", + "icon": "ogpu", + "rpc": ["https://mainnet-rpc.ogpuscan.io", "wss://mainnet-rpc.ogpuscan.io"], + "faucets": [], "nativeCurrency": { - "name": "SMR", - "symbol": "SMR", + "name": "OGPU", + "symbol": "OGPU", "decimals": 18 }, - "infoURL": "https://shimmer.network", - "shortName": "shimmerevm-testnet-deprecated", + "features": [{ "name": "EIP155" }], + "infoURL": "https://opengpu.network", + "shortName": "ogpu", "chainId": 1071, "networkId": 1071, - "slip44": 1, + "redFlags": ["reusedChainId"], "explorers": [ { - "name": "explorer", - "url": "https://explorer.evm.testnet.shimmer.network", + "name": "OpenGPU Explorer", + "url": "https://ogpuscan.io", + "icon": "ogpu", "standard": "EIP3091" } - ], - "status": "deprecated" + ] } diff --git a/_data/chains/eip155-11142220.json b/_data/chains/eip155-11142220.json new file mode 100644 index 000000000000..739b470531b9 --- /dev/null +++ b/_data/chains/eip155-11142220.json @@ -0,0 +1,34 @@ +{ + "name": "Celo Sepolia Testnet", + "chainId": 11142220, + "shortName": "celo-sep", + "chain": "CELO", + "networkId": 11142220, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "slip44": 60, + "nativeCurrency": { + "name": "CELO", + "symbol": "CELO", + "decimals": 18 + }, + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://superbridge.app/?fromChainId=11155111&toChainId=11142220" + } + ] + }, + "rpc": ["https://forno.celo-sepolia.celo-testnet.org"], + "faucets": ["https://faucet.celo.org"], + "infoURL": "https://docs.celo.org", + "explorers": [ + { + "name": "Celo Sepolia Explorer", + "url": "https://celo-sepolia.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json index c1753a46f63d..103459468d7d 100644 --- a/_data/chains/eip155-11155111.json +++ b/_data/chains/eip155-11155111.json @@ -1,11 +1,10 @@ { - "name": "Sepolia", + "name": "Ethereum Sepolia", "title": "Ethereum Testnet Sepolia", "chain": "ETH", "rpc": [ "https://rpc.sepolia.org", "https://rpc2.sepolia.org", - "https://rpc-sepolia.rockx.com", "https://rpc.sepolia.ethpandaops.io", "https://sepolia.infura.io/v3/${INFURA_API_KEY}", "wss://sepolia.infura.io/v3/${INFURA_API_KEY}", @@ -15,7 +14,6 @@ "wss://ethereum-sepolia-rpc.publicnode.com", "https://sepolia.drpc.org", "wss://sepolia.drpc.org", - "https://rpc-sepolia.rockx.com", "https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-" ], "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], diff --git a/_data/chains/eip155-11155931.json b/_data/chains/eip155-11155931.json new file mode 100644 index 000000000000..c8bade1a7108 --- /dev/null +++ b/_data/chains/eip155-11155931.json @@ -0,0 +1,30 @@ +{ + "name": "RISE Testnet", + "chain": "ETH", + "rpc": ["https://testnet.riselabs.xyz", "wss://testnet.riselabs.xyz/ws"], + "faucets": ["https://faucet.testnet.riselabs.xyz"], + "nativeCurrency": { + "name": "RISE Testnet Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.riselabs.xyz/", + "shortName": "rise-testnet", + "chainId": 11155931, + "networkId": 11155931, + "icon": "rise", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.testnet.riselabs.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge-ui.testnet.riselabs.xyz" }] + } +} diff --git a/_data/chains/eip155-1134.json b/_data/chains/eip155-1134.json new file mode 100644 index 000000000000..b9b2ce7c16a3 --- /dev/null +++ b/_data/chains/eip155-1134.json @@ -0,0 +1,25 @@ +{ + "name": "StateMesh", + "icon": "statemesh", + "chain": "MESH", + "rpc": ["https://rpc.statemesh.net"], + "faucets": [], + "nativeCurrency": { + "name": "StateMesh", + "symbol": "MESH", + "decimals": 18 + }, + "infoURL": "https://statemesh.net", + "shortName": "mesh", + "chainId": 1134, + "networkId": 1134, + "slip44": 1134, + "explorers": [ + { + "name": "blockscout", + "url": "https://scan.statemesh.net", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1200.json b/_data/chains/eip155-1200.json index 968bd4f7da0f..cebdefb79d3f 100644 --- a/_data/chains/eip155-1200.json +++ b/_data/chains/eip155-1200.json @@ -2,7 +2,6 @@ "name": "Cuckoo Chain", "title": "Cuckoo Chain", "chain": "CuckooAI", - "icon": "cuckoo-ai", "rpc": [ "https://mainnet-rpc.cuckoo.network", "wss://mainnet-rpc.cuckoo.network" diff --git a/_data/chains/eip155-12052024.json b/_data/chains/eip155-12052024.json index 47f52c517846..c2dde60c8c63 100644 --- a/_data/chains/eip155-12052024.json +++ b/_data/chains/eip155-12052024.json @@ -1,8 +1,9 @@ { - "name": "Memento Testnet", + "name": "Memento Testnet (deprecated)", "chain": "Memento", - "rpc": ["https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc"], + "rpc": [], "faucets": [], + "status": "deprecated", "nativeCurrency": { "name": "Ether", "symbol": "ETH", @@ -12,11 +13,5 @@ "shortName": "memento-test", "chainId": 12052024, "networkId": 12052024, - "explorers": [ - { - "name": "Tracehawk", - "url": "https://test-explorer.mementoblockchain.com", - "standard": "none" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-120893.json b/_data/chains/eip155-120893.json new file mode 100644 index 000000000000..bdd1086bbcb6 --- /dev/null +++ b/_data/chains/eip155-120893.json @@ -0,0 +1,25 @@ +{ + "name": "Sova Sepolia Testnet", + "chain": "ETH", + "icon": "sova", + "rpc": ["https://rpc.testnet.sova.io"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://sova.io", + "shortName": "sovasep", + "chainId": 120893, + "networkId": 120893, + "slip44": 1, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.testnet.sova.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1210.json b/_data/chains/eip155-1210.json index 73a25aabbcae..ba72bdf2a492 100644 --- a/_data/chains/eip155-1210.json +++ b/_data/chains/eip155-1210.json @@ -2,7 +2,6 @@ "name": "Cuckoo Sepolia", "title": "Cuckoo AI Testnet Sepolia", "chain": "CuckooAI", - "icon": "cuckoo-ai", "rpc": [ "https://testnet-rpc.cuckoo.network", "wss://testnet-rpc.cuckoo.network" @@ -17,11 +16,5 @@ "shortName": "caisepolia", "chainId": 1210, "networkId": 1210, - "explorers": [ - { - "name": "Cuckoo Sepolia Explorer", - "url": "https://testnet-scan.cuckoo.network", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-121212.json b/_data/chains/eip155-121212.json new file mode 100644 index 000000000000..226424125fbd --- /dev/null +++ b/_data/chains/eip155-121212.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Devnet Esquiline", + "chain": "ROME", + "rpc": ["https://esquiline-i.devnet.romeprotocol.xyz"], + "faucets": ["https://deposit.devnet.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-devnet-esquiline", + "chainId": 121212, + "networkId": 121212, + "icon": "rome", + "explorers": [ + { + "name": "Rome Devnet Esquiline Explorer", + "url": "https://romescout-esquiline-i.devnet.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-121213.json b/_data/chains/eip155-121213.json new file mode 100644 index 000000000000..c8f0ac968e4c --- /dev/null +++ b/_data/chains/eip155-121213.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Devnet Subura", + "chain": "ROME", + "rpc": ["https://subura-i.devnet.romeprotocol.xyz"], + "faucets": ["https://deposit.devnet.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-devnet-subura", + "chainId": 121213, + "networkId": 121213, + "icon": "rome", + "explorers": [ + { + "name": "Rome Devnet Subura Explorer", + "url": "https://romescout-subura-i.devnet.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-121214.json b/_data/chains/eip155-121214.json new file mode 100644 index 000000000000..755328452e6a --- /dev/null +++ b/_data/chains/eip155-121214.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Testnet Martius", + "chain": "ROME", + "rpc": ["https://martius-i.testnet.romeprotocol.xyz"], + "faucets": ["https://deposit.testnet.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-testnet-martius", + "chainId": 121214, + "networkId": 121214, + "icon": "rome", + "explorers": [ + { + "name": "Rome Testnet Martius Explorer", + "url": "https://romescout-martius-i.testnet.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-121215.json b/_data/chains/eip155-121215.json new file mode 100644 index 000000000000..706c31bc4ac8 --- /dev/null +++ b/_data/chains/eip155-121215.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Testnet Caelian", + "chain": "ROME", + "rpc": ["https://caelian-i.testnet.romeprotocol.xyz"], + "faucets": ["https://deposit.testnet.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-testnet-caelian", + "chainId": 121215, + "networkId": 121215, + "icon": "rome", + "explorers": [ + { + "name": "Rome Testnet Caelian Explorer", + "url": "https://romescout-caelian-i.testnet.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-128123.json b/_data/chains/eip155-128123.json index b1c4c014c1f9..968cf298c4d5 100644 --- a/_data/chains/eip155-128123.json +++ b/_data/chains/eip155-128123.json @@ -17,7 +17,7 @@ "explorers": [ { "name": "Etherlink Testnet Explorer", - "url": "https://testnet-explorer.etherlink.com", + "url": "https://testnet.explorer.etherlink.com", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1291.json b/_data/chains/eip155-1291.json index 138ae02f1fc9..e5619aad4723 100644 --- a/_data/chains/eip155-1291.json +++ b/_data/chains/eip155-1291.json @@ -1,6 +1,6 @@ { "name": "Swisstronik Testnet", - "chain": "SWTR", + "chain": "SWTR Testnet", "rpc": ["https://json-rpc.testnet.swisstronik.com"], "faucets": ["https://faucet.testnet.swisstronik.com"], "nativeCurrency": { @@ -10,7 +10,7 @@ }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.swisstronik.com", - "shortName": "swtr", + "shortName": "swtr-testnet", "chainId": 1291, "networkId": 1291, "slip44": 1, diff --git a/_data/chains/eip155-129399.json b/_data/chains/eip155-129399.json new file mode 100644 index 000000000000..dabcd67bf204 --- /dev/null +++ b/_data/chains/eip155-129399.json @@ -0,0 +1,25 @@ +{ + "name": "Tatara Testnet", + "chain": "Tatara", + "rpc": ["https://rpc.tatara.katanarpc.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "", + "shortName": "Tatara", + "chainId": 129399, + "networkId": 129399, + "icon": "ethereum", + "explorers": [ + { + "name": "Tatara explorer", + "url": "https://explorer.tatara.katana.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1329.json b/_data/chains/eip155-1329.json index e97bf286cbb7..1e3bde157e85 100644 --- a/_data/chains/eip155-1329.json +++ b/_data/chains/eip155-1329.json @@ -12,6 +12,7 @@ "shortName": "sei", "chainId": 1329, "networkId": 1329, + "slip44": 19000118, "icon": "seiv2", "explorers": [ { diff --git a/_data/chains/eip155-1336.json b/_data/chains/eip155-1336.json index 7785aa66652e..ca2e463ee176 100644 --- a/_data/chains/eip155-1336.json +++ b/_data/chains/eip155-1336.json @@ -2,7 +2,7 @@ "name": "Kii Testnet Oro", "chain": "KII", "rpc": ["https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com"], - "faucets": ["https://explorer.kiichain.io/testnet/faucet"], + "faucets": ["https://testnet.explorer.kiichain.io/faucet"], "nativeCurrency": { "name": "Kii", "symbol": "KII", @@ -17,7 +17,7 @@ "explorers": [ { "name": "KiiExplorer", - "url": "https://explorer.kiichain.io/testnet", + "url": "https://testnet.explorer.kiichain.io", "icon": "kii", "standard": "none" } diff --git a/_data/chains/eip155-13746.json b/_data/chains/eip155-13746.json index 52ab831b2a80..8f8eaacaa9ae 100644 --- a/_data/chains/eip155-13746.json +++ b/_data/chains/eip155-13746.json @@ -2,7 +2,12 @@ "name": "Game7 Testnet", "title": "Game7 Testnet", "chain": "Game7", - "rpc": ["https://testnet-rpc.game7.io", "wss://testnet-rpc.game7.io"], + "rpc": [ + "https://testnet-rpc.game7.io", + "wss://testnet-rpc.game7.io", + "https://testnet-rpc.game7.build", + "wss://testnet-rpc.game7.build" + ], "faucets": [], "nativeCurrency": { "name": "TG7T", diff --git a/_data/chains/eip155-140.json b/_data/chains/eip155-140.json index 432e8c692fbb..fb9b7d127cb1 100644 --- a/_data/chains/eip155-140.json +++ b/_data/chains/eip155-140.json @@ -1,20 +1,24 @@ { - "name": "Eternal Mainnet", - "chain": "ETE", - "icon": "eternal", - "rpc": [ - "https://mainnet.eternalcoin.io/v1", - "ws://mainnet.eternalcoin.io/v1/ws" - ], + "name": "Eteria Mainnet", + "chain": "ERA", + "icon": "eteria", + "rpc": ["https://mainnet.eteria.io/v1"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { - "name": "Eternal", - "symbol": "ETE", + "name": "Eteria", + "symbol": "ERA", "decimals": 18 }, - "infoURL": "https://eternalcoin.io", - "shortName": "ETE", + "infoURL": "https://eteria.io", + "shortName": "ERA", "chainId": 140, - "networkId": 140 + "networkId": 140, + "explorers": [ + { + "name": "eteriascan", + "url": "https://explorer.eteria.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1425.json b/_data/chains/eip155-1425.json new file mode 100644 index 000000000000..af3dcda0fbaa --- /dev/null +++ b/_data/chains/eip155-1425.json @@ -0,0 +1,24 @@ +{ + "name": "ONINO Mainnet", + "chain": "ONI", + "rpc": ["https://rpc.onino.io"], + "faucets": ["https://faucet.onino.io"], + "nativeCurrency": { + "name": "ONI", + "symbol": "ONI", + "decimals": 18 + }, + "infoURL": "https://onino.io", + "shortName": "onino", + "chainId": 1425, + "networkId": 1425, + "icon": "onino", + "explorers": [ + { + "name": "onino", + "url": "https://explorer.onino.io", + "icon": "onino", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1439.json b/_data/chains/eip155-1439.json new file mode 100644 index 000000000000..4d1404301abd --- /dev/null +++ b/_data/chains/eip155-1439.json @@ -0,0 +1,31 @@ +{ + "name": "Injective Testnet", + "chain": "Injective", + "icon": "injective", + "rpc": [ + "https://k8s.testnet.json-rpc.injective.network", + "wss://k8s.testnet.ws.injective.network", + "https://injectiveevm-testnet-rpc.polkachu.com", + "wss://injectiveevm-testnet-rpc.polkachu.com" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://testnet.faucet.injective.network"], + "nativeCurrency": { + "name": "Injective", + "symbol": "INJ", + "decimals": 18 + }, + "infoURL": "https://injective.com", + "shortName": "injective-testnet", + "chainId": 1439, + "networkId": 1439, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet.blockscout.injective.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-15000.json b/_data/chains/eip155-15000.json new file mode 100644 index 000000000000..f28befb1ae25 --- /dev/null +++ b/_data/chains/eip155-15000.json @@ -0,0 +1,24 @@ +{ + "name": "Quai Network Testnet", + "chain": "QUAI", + "icon": "quai", + "rpc": ["https://orchard.rpc.quai.network/cyprus1"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "Quai", + "symbol": "QUAI", + "decimals": 18 + }, + "infoURL": "https://qu.ai", + "shortName": "quai-testnet", + "chainId": 15000, + "networkId": 15000, + "explorers": [ + { + "name": "Orchard Quaiscan", + "url": "https://orchard.quaiscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-151.json b/_data/chains/eip155-151.json index 2b6982e1c978..ec03928ea748 100644 --- a/_data/chains/eip155-151.json +++ b/_data/chains/eip155-151.json @@ -5,6 +5,7 @@ "chainId": 151, "networkId": 151, "slip44": 824, + "icon": "redbelly", "rpc": ["https://governors.mainnet.redbelly.network"], "faucets": [], "infoURL": "https://redbelly.network", diff --git a/_data/chains/eip155-153.json b/_data/chains/eip155-153.json index d5fa1d454378..f828ee939d72 100644 --- a/_data/chains/eip155-153.json +++ b/_data/chains/eip155-153.json @@ -4,6 +4,7 @@ "chain": "RBN", "chainId": 153, "networkId": 153, + "icon": "redbelly", "slip44": 1, "rpc": ["https://governors.testnet.redbelly.network"], "faucets": [], diff --git a/_data/chains/eip155-1612.json b/_data/chains/eip155-1612.json new file mode 100644 index 000000000000..eafafcd2fab9 --- /dev/null +++ b/_data/chains/eip155-1612.json @@ -0,0 +1,32 @@ +{ + "name": "OpenLedger Mainnet", + "chain": "OpenLedger", + "rpc": ["https://rpc.openledger.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Open", + "symbol": "OPEN", + "decimals": 18 + }, + "infoURL": "https://www.openledger.xyz", + "shortName": "open", + "chainId": 1612, + "networkId": 1612, + "icon": "openledger", + "explorers": [ + { + "name": "OpenLedger Explorer", + "url": "https://scan.openledger.xyz", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.openledger.xyz/" + } + ] + } +} diff --git a/_data/chains/eip155-161221135.json b/_data/chains/eip155-161221135.json index 8f92a6d65c8e..42b5867b85fa 100644 --- a/_data/chains/eip155-161221135.json +++ b/_data/chains/eip155-161221135.json @@ -9,7 +9,7 @@ "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-testnet-legacy", "chainId": 161221135, "networkId": 161221135, diff --git a/_data/chains/eip155-166.json b/_data/chains/eip155-166.json index 750bda3bb8a6..5ed6ee8b1407 100644 --- a/_data/chains/eip155-166.json +++ b/_data/chains/eip155-166.json @@ -1,25 +1,25 @@ { - "name": "Omni", - "chain": "Omni", + "name": "Nomina", + "chain": "Nomina", "status": "active", - "rpc": ["https://mainnet.omni.network", "wss://wss.mainnet.omni.network"], + "rpc": ["https://mainnet.nomina.io", "wss://wss.mainnet.nomina.io"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { - "name": "Omni", - "symbol": "OMNI", + "name": "Nomina", + "symbol": "NOM", "decimals": 18 }, "infoURL": "https://docs.omni.network", - "shortName": "omni", + "shortName": "nom", "chainId": 166, "networkId": 166, "slip44": 1, - "icon": "omni", + "icon": "nom", "explorers": [ { - "name": "Omni EVM and cross-chain Explorer", - "url": "https://omniscan.network", + "name": "Nomina EVM and cross-chain Explorer", + "url": "https://nomscan.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-16600.json b/_data/chains/eip155-16600.json index 58978f0f8d01..0e1cfb7646d2 100644 --- a/_data/chains/eip155-16600.json +++ b/_data/chains/eip155-16600.json @@ -1,7 +1,8 @@ { "name": "0G-Newton-Testnet", "chain": "0G-Testnet", - "rpc": ["https://evmrpc-testnet.0g.ai"], + "status": "deprecated", + "rpc": [], "faucets": ["https://faucet.0g.ai"], "nativeCurrency": { "name": "A0GI", @@ -13,11 +14,5 @@ "chainId": 16600, "networkId": 16600, "icon": "0gai", - "explorers": [ - { - "name": "0G BlockChain Explorer", - "url": "https://chainscan-newton.0g.ai", - "standard": "none" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-16601.json b/_data/chains/eip155-16601.json new file mode 100644 index 000000000000..14f9f5452550 --- /dev/null +++ b/_data/chains/eip155-16601.json @@ -0,0 +1,18 @@ +{ + "name": "0G-Galileo-Testnet", + "chain": "0G-Testnet", + "status": "deprecated", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "A0GI", + "symbol": "A0GI", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0gai-galileo-testnet", + "chainId": 16601, + "networkId": 16601, + "icon": "0gai", + "explorers": [] +} diff --git a/_data/chains/eip155-16602.json b/_data/chains/eip155-16602.json new file mode 100644 index 000000000000..ccbdd26a908e --- /dev/null +++ b/_data/chains/eip155-16602.json @@ -0,0 +1,23 @@ +{ + "name": "0G-Testnet-Galileo", + "chain": "0G-Testnet", + "rpc": ["https://evmrpc-testnet.0g.ai"], + "faucets": ["https://faucet.0g.ai"], + "nativeCurrency": { + "name": "0G", + "symbol": "0G", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0g-testnet-galileo", + "chainId": 16602, + "networkId": 16602, + "icon": "0g", + "explorers": [ + { + "name": "0G BlockChain Explorer", + "url": "https://chainscan-galileo.0g.ai", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1660990954.json b/_data/chains/eip155-1660990954.json index a685661c459a..a8c2a46cba54 100644 --- a/_data/chains/eip155-1660990954.json +++ b/_data/chains/eip155-1660990954.json @@ -2,10 +2,7 @@ "name": "Status Network Sepolia", "title": "Status Network Sepolia", "chain": "ETH", - "rpc": [ - "https://public.sepolia.rpc.status.network", - "wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws" - ], + "rpc": ["https://public.sepolia.rpc.status.network"], "faucets": ["https://faucet.status.network/"], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-16661.json b/_data/chains/eip155-16661.json new file mode 100644 index 000000000000..88ba835ae0e7 --- /dev/null +++ b/_data/chains/eip155-16661.json @@ -0,0 +1,23 @@ +{ + "name": "0G Mainnet", + "chain": "0G", + "rpc": ["https://evmrpc.0g.ai"], + "faucets": [], + "nativeCurrency": { + "name": "0G", + "symbol": "0G", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0g", + "chainId": 16661, + "networkId": 16661, + "icon": "0g", + "explorers": [ + { + "name": "0G BlockChain Explorer", + "url": "https://chainscan.0g.ai", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-173.json b/_data/chains/eip155-173.json new file mode 100644 index 000000000000..7bdb56ad669f --- /dev/null +++ b/_data/chains/eip155-173.json @@ -0,0 +1,23 @@ +{ + "name": "ENI Mainnet", + "chain": "ENI", + "rpc": ["https://rpc.eniac.network", "wss://rpc.eniac.network/ws/"], + "faucets": [], + "nativeCurrency": { + "name": "EGAS", + "symbol": "EGAS", + "decimals": 18 + }, + "infoURL": "https://eniac.network/", + "shortName": "eni", + "chainId": 173, + "networkId": 173, + "icon": "eni", + "explorers": [ + { + "name": "ENI Explorer", + "url": "https://scan.eniac.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1732.json b/_data/chains/eip155-1732.json new file mode 100644 index 000000000000..4aea38c3bb0a --- /dev/null +++ b/_data/chains/eip155-1732.json @@ -0,0 +1,18 @@ +{ + "name": "Fuga Mainnet", + "chain": "Fuga", + "rpc": ["https://rpc.fuga.blue"], + "faucets": [], + "nativeCurrency": { + "name": "FUGA", + "symbol": "FUGA", + "decimals": 18 + }, + "infoURL": "https://fuga.one", + "shortName": "FUGA", + "chainId": 1732, + "networkId": 1732, + "slip44": 732, + "explorers": [], + "status": "incubating" +} diff --git a/_data/chains/eip155-1733.json b/_data/chains/eip155-1733.json new file mode 100644 index 000000000000..a485d68fd5a3 --- /dev/null +++ b/_data/chains/eip155-1733.json @@ -0,0 +1,18 @@ +{ + "name": "Fuga Testnet", + "chain": "Fuga", + "rpc": ["https://rpc-testnet.fuga.blue"], + "faucets": [], + "nativeCurrency": { + "name": "FUGA", + "symbol": "FUGA", + "decimals": 18 + }, + "infoURL": "https://fuga.one", + "shortName": "FUGA_T", + "chainId": 1733, + "networkId": 1733, + "slip44": 1, + "explorers": [], + "status": "incubating" +} diff --git a/_data/chains/eip155-1734.json b/_data/chains/eip155-1734.json new file mode 100644 index 000000000000..aa8cd2070c24 --- /dev/null +++ b/_data/chains/eip155-1734.json @@ -0,0 +1,18 @@ +{ + "name": "Fuga Develop", + "chain": "Fuga", + "rpc": ["https://rpc-develop.fuga.blue"], + "faucets": [], + "nativeCurrency": { + "name": "FUGA", + "symbol": "FUGA", + "decimals": 18 + }, + "infoURL": "https://fuga.one", + "shortName": "FUGA_D", + "chainId": 1734, + "networkId": 1734, + "slip44": 1, + "explorers": [], + "status": "incubating" +} diff --git a/_data/chains/eip155-1776.json b/_data/chains/eip155-1776.json new file mode 100644 index 000000000000..8fde3656e300 --- /dev/null +++ b/_data/chains/eip155-1776.json @@ -0,0 +1,31 @@ +{ + "name": "Injective", + "chain": "Injective", + "icon": "injective", + "rpc": [ + "https://sentry.evm-rpc.injective.network", + "wss://sentry.evm-ws.injective.network", + "https://injectiveevm-rpc.polkachu.com", + "wss://injectiveevm-ws.polkachu.com" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://injective.com/getinj"], + "nativeCurrency": { + "name": "Injective", + "symbol": "INJ", + "decimals": 18 + }, + "infoURL": "https://injective.com", + "shortName": "injective", + "chainId": 1776, + "networkId": 1776, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.injective.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-178.json b/_data/chains/eip155-178.json index 62081f1d8714..00b1e6084f4f 100644 --- a/_data/chains/eip155-178.json +++ b/_data/chains/eip155-178.json @@ -1,6 +1,6 @@ { - "name": "ABEY Testnet", - "chain": "ABEY", + "name": "Abey Testnet", + "chain": "Abey", "rpc": ["https://testrpc.abeychain.com"], "features": [{ "name": "EIP155" }], "faucets": ["https://testnet-faucet.abeychain.com"], @@ -13,10 +13,12 @@ "shortName": "abeyt", "chainId": 178, "networkId": 178, + "icon": "abey", "explorers": [ { "name": "abeyscan-testnet", "url": "https://testnet.abeyscan.com", + "icon": "abey", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1783.json b/_data/chains/eip155-1783.json new file mode 100644 index 000000000000..4fb2021b275a --- /dev/null +++ b/_data/chains/eip155-1783.json @@ -0,0 +1,24 @@ +{ + "name": "Kii Chain", + "chain": "KII", + "rpc": ["https://json-rpc.kiivalidator.com"], + "nativeCurrency": { + "name": "Kii", + "symbol": "KII", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://kiichain.io", + "shortName": "kiichain", + "chainId": 1783, + "networkId": 1783, + "icon": "kii", + "explorers": [ + { + "name": "KiiExplorer", + "url": "https://explorer.kiichain.io", + "icon": "kii", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-179.json b/_data/chains/eip155-179.json index c29d6dd11042..88c59cbd606d 100644 --- a/_data/chains/eip155-179.json +++ b/_data/chains/eip155-179.json @@ -1,6 +1,6 @@ { - "name": "ABEY Mainnet", - "chain": "ABEY", + "name": "Abey Mainnet", + "chain": "Abey", "rpc": ["https://rpc.abeychain.com"], "features": [{ "name": "EIP155" }], "faucets": [], @@ -13,10 +13,12 @@ "shortName": "abey", "chainId": 179, "networkId": 179, + "icon": "abey", "explorers": [ { "name": "abeyscan", "url": "https://abeyscan.com", + "icon": "abey", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1848.json b/_data/chains/eip155-1848.json new file mode 100644 index 000000000000..5b61b05891b9 --- /dev/null +++ b/_data/chains/eip155-1848.json @@ -0,0 +1,42 @@ +{ + "name": "Swisstronik Mainnet", + "chain": "SWTR", + "rpc": [ + "https://json-rpc.mainnet.swisstronik.com/unencrypted/", + "https://json-rpc.mainnet.swisstronik.com", + "wss://ws-rpc.mainnet.swisstronik.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Swisstronik", + "symbol": "SWTR", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.swisstronik.com", + "shortName": "swtr", + "chainId": 1848, + "networkId": 1848, + "slip44": 1, + "icon": "swisstronik", + "explorers": [ + { + "name": "Swisstronik EVM Explorer", + "url": "https://explorer-evm.mainnet.swisstronik.com", + "standard": "EIP3091", + "icon": "ethernal" + }, + { + "name": "Swisstronik Cosmos Explorer", + "url": "https://explorer-cosmos.mainnet.swisstronik.com/swisstronik", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1868.json b/_data/chains/eip155-1868.json index 85012a698322..f3abc68237d1 100644 --- a/_data/chains/eip155-1868.json +++ b/_data/chains/eip155-1868.json @@ -3,7 +3,6 @@ "shortName": "soneium", "title": "Soneium mainnet", "chain": "ETH", - "icon": "soneium", "rpc": ["https://rpc.soneium.org"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-191919.json b/_data/chains/eip155-191919.json new file mode 100644 index 000000000000..0c99385e1255 --- /dev/null +++ b/_data/chains/eip155-191919.json @@ -0,0 +1,24 @@ +{ + "name": "Altblockscan Mainnet", + "chain": "ALTB", + "rpc": ["https://rpc.altblockscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "Altblockscan", + "symbol": "ALTB", + "decimals": 18 + }, + "infoURL": "https://altblockscan.com", + "shortName": "altb", + "chainId": 191919, + "networkId": 191919, + "icon": "altb", + "explorers": [ + { + "name": "altblockscan", + "url": "https://scan.altblockscan.com", + "icon": "altb", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1962.json b/_data/chains/eip155-1962.json new file mode 100644 index 000000000000..66785277c43d --- /dev/null +++ b/_data/chains/eip155-1962.json @@ -0,0 +1,23 @@ +{ + "name": "T-Rex Testnet", + "chain": "T-Rex", + "rpc": ["https://testnetrpc.trex.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://trex.xyz/", + "shortName": "TREX", + "chainId": 1962, + "networkId": 1962, + "icon": "trex", + "explorers": [ + { + "name": "T-Rex Testnet explorer", + "url": "https://testnet.trex.xyz", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-200024.json b/_data/chains/eip155-200024.json new file mode 100644 index 000000000000..0c8288377057 --- /dev/null +++ b/_data/chains/eip155-200024.json @@ -0,0 +1,24 @@ +{ + "name": "NitroGraph Testnet", + "chain": "NOS", + "rpc": ["https://rpc-testnet.nitrograph.foundation"], + "icon": "nitrograph", + "slip44": 1, + "faucets": ["https://faucet-testnet.nitrograph.foundation"], + "infoURL": "https://docs.nitrograph.com", + "chainId": 200024, + "networkId": 200024, + "shortName": "nitro-testnet", + "explorers": [ + { + "url": "https://explorer-testnet.nitrograph.foundation", + "name": "NitroGraphTestnetInfo", + "standard": "EIP3091" + } + ], + "nativeCurrency": { + "name": "Nitro", + "symbol": "NOS", + "decimals": 18 + } +} diff --git a/_data/chains/eip155-2019775.json b/_data/chains/eip155-2019775.json new file mode 100644 index 000000000000..7544ed292e7c --- /dev/null +++ b/_data/chains/eip155-2019775.json @@ -0,0 +1,38 @@ +{ + "name": "Jovay Sepolia Testnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://api.zan.top/public/jovay-testnet", + "https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}", + "wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}" + ], + "faucets": ["https://zan.top/faucet/jovay"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://jovay.io", + "shortName": "jovay-sepolia", + "chainId": 2019775, + "networkId": 2019775, + "icon": "jovay", + "slip44": 1, + "explorers": [ + { + "name": "Jovay Testnet Explorer", + "url": "https://sepolia-explorer.jovay.io/l2", + "standard": "none" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://docs.jovay.io/guide/developer-quickstart" + } + ] + } +} diff --git a/_data/chains/eip155-20230825.json b/_data/chains/eip155-20230825.json index eaecf124dc4c..477c9eba1e2e 100644 --- a/_data/chains/eip155-20230825.json +++ b/_data/chains/eip155-20230825.json @@ -1,16 +1,16 @@ { "name": "Vcity Testnet", "chain": "VCITY", - "rpc": ["https://testnet.vcity.app"], + "rpc": ["http://testnet-rpc.vcity.app"], "faucets": [], "nativeCurrency": { "name": "Testnet Vcity Token", - "symbol": "VCITY", + "symbol": "VCT", "decimals": 18 }, "features": [], "infoURL": "https://vcity.app", - "shortName": "Vcity", + "shortName": "Vcitytestnet", "chainId": 20230825, "networkId": 20230825, "icon": "vcity", diff --git a/_data/chains/eip155-20250825.json b/_data/chains/eip155-20250825.json new file mode 100644 index 000000000000..dc2eaf3e294e --- /dev/null +++ b/_data/chains/eip155-20250825.json @@ -0,0 +1,25 @@ +{ + "name": "Vcitychain Mainnet", + "chain": "Vcitychain", + "rpc": ["https://mainnet-rpc.vcity.app"], + "faucets": [], + "nativeCurrency": { + "name": "Vcity Coin", + "symbol": "VCITY", + "decimals": 18 + }, + "features": [], + "infoURL": "https://vcity.app", + "shortName": "vcity", + "chainId": 20250825, + "networkId": 20250825, + "icon": "vcitychain", + "explorers": [ + { + "name": "Vcitychain Explorer", + "url": "https://blockchain.vcity.app", + "icon": "vcitychain", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-2030232745.json b/_data/chains/eip155-2030232745.json new file mode 100644 index 000000000000..3d6d95cfebe6 --- /dev/null +++ b/_data/chains/eip155-2030232745.json @@ -0,0 +1,35 @@ +{ + "name": "Lumia Beam Testnet", + "shortName": "lumia-beam-testnet", + "title": "Lumia Beam Testnet", + "chain": "ETH", + "icon": "lumia", + "rpc": ["https://beam-rpc.lumia.org"], + "faucets": ["https://beam-faucet.lumia.org/"], + "nativeCurrency": { + "name": "Lumia", + "symbol": "LUMIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://lumia.org", + "chainId": 2030232745, + "networkId": 2030232745, + "explorers": [ + { + "name": "Lumia Beam Testnet Explorer", + "url": "https://beam-explorer.lumia.org", + "icon": "lumia", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://beam-bridge.lumia.org" + } + ] + } +} diff --git a/_data/chains/eip155-210209.json b/_data/chains/eip155-210209.json index fcb6460a097a..92545a312dc3 100644 --- a/_data/chains/eip155-210209.json +++ b/_data/chains/eip155-210209.json @@ -3,7 +3,6 @@ "chain": "SOR", "rpc": ["https://rpc.sorian.io"], "faucets": [], - "icon": "sorian", "nativeCurrency": { "name": "Sorian", "symbol": "SOR", diff --git a/_data/chains/eip155-2187.json b/_data/chains/eip155-2187.json index b29128fc8a00..f98dbaa1d61d 100644 --- a/_data/chains/eip155-2187.json +++ b/_data/chains/eip155-2187.json @@ -2,7 +2,12 @@ "name": "Game7", "title": "Game7", "chain": "Game7", - "rpc": ["https://mainnet-rpc.game7.io", "wss://mainnet-rpc.game7.io"], + "rpc": [ + "https://mainnet-rpc.game7.io", + "wss://mainnet-rpc.game7.io", + "https://mainnet-rpc.game7.build", + "wss://mainnet-rpc.game7.build" + ], "faucets": [], "nativeCurrency": { "name": "G7", diff --git a/_data/chains/eip155-222222.json b/_data/chains/eip155-222222.json index a62d8aefb5d1..749b59d275b9 100644 --- a/_data/chains/eip155-222222.json +++ b/_data/chains/eip155-222222.json @@ -9,7 +9,21 @@ "https://rpc.helikon.io/hydradx", "wss://rpc.helikon.io/hydradx", "https://hydration.dotters.network", - "wss://hydration.dotters.network" + "wss://hydration.dotters.network", + "https://hydration.ibp.network", + "wss://hydration.ibp.network", + "https://rpc.cay.hydration.cloud", + "wss://rpc.cay.hydration.cloud", + "https://rpc.parm.hydration.cloud", + "wss://rpc.parm.hydration.cloud", + "https://rpc.roach.hydration.cloud", + "wss://rpc.roach.hydration.cloud", + "https://rpc.zipp.hydration.cloud", + "wss://rpc.zipp.hydration.cloud", + "https://rpc.sin.hydration.cloud", + "wss://rpc.sin.hydration.cloud", + "https://rpc.coke.hydration.cloud", + "wss://rpc.coke.hydration.cloud" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-232.json b/_data/chains/eip155-232.json index 32f1e9fe5ac0..7a984b6a8fb1 100644 --- a/_data/chains/eip155-232.json +++ b/_data/chains/eip155-232.json @@ -2,7 +2,7 @@ "name": "Lens", "title": "Lens mainnet", "chain": "Lens", - "rpc": [], + "rpc": ["https://rpc.lens.xyz"], "faucets": [], "chainId": 232, "networkId": 232, @@ -17,7 +17,16 @@ "parent": { "type": "L2", "chain": "eip155-1", - "bridges": [] + "bridges": [ + { "url": "https://app.across.to/bridge?destinationChainId=232" } + ] }, - "explorers": [] + "explorers": [ + { + "name": "Lens Block Explorer", + "url": "https://explorer.lens.xyz", + "icon": "lens", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-238.json b/_data/chains/eip155-238.json index 10149c0ab284..04b965f7d6fa 100644 --- a/_data/chains/eip155-238.json +++ b/_data/chains/eip155-238.json @@ -2,21 +2,21 @@ "name": "Blast Mainnet", "chain": "ETH", "icon": "blastIcon", - "rpc": ["https://rpc.blastblockchain.com"], + "rpc": ["https://zkevmrpc.blastchain.org"], "faucets": [], "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", + "name": "One World Chain", + "symbol": "OWCT", "decimals": 18 }, - "infoURL": "https://docs.blastblockchain.com", + "infoURL": "https://docs.blastchain.org", "shortName": "blast", "chainId": 238, "networkId": 238, "explorers": [ { "name": "Blast Mainnet", - "url": "https://scan.blastblockchain.com", + "url": "https://blastchain.org", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-239.json b/_data/chains/eip155-239.json index d0700ccd4d5e..9ad09e98211c 100644 --- a/_data/chains/eip155-239.json +++ b/_data/chains/eip155-239.json @@ -3,7 +3,11 @@ "title": "TAC Mainnet", "chain": "TAC", "icon": "tac", - "rpc": [], + "rpc": [ + "https://rpc.tac.build", + "https://rpc.ankr.com/tac", + "https://ws.rpc.tac.build" + ], "faucets": [], "nativeCurrency": { "name": "TAC", @@ -11,8 +15,20 @@ "decimals": 18 }, "infoURL": "https://tac.build/", - "shortName": "tac", + "shortName": "tacchain_239-1", + "slip44": 60, "chainId": 239, "networkId": 239, - "explorers": [] + "explorers": [ + { + "name": "TAC Explorer", + "url": "https://explorer.tac.build", + "standard": "EIP3091" + }, + { + "name": "Blockscout", + "url": "https://tac.blockscout.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-2390.json b/_data/chains/eip155-2390.json index 9c3a9a228d12..33df10863f17 100644 --- a/_data/chains/eip155-2390.json +++ b/_data/chains/eip155-2390.json @@ -18,7 +18,7 @@ "shortName": "tacchain_2390-1", "chainId": 2390, "networkId": 2390, - "slip44": 1, + "slip44": 60, "explorers": [ { "name": "TAC Turin Blockscout", diff --git a/_data/chains/eip155-2391.json b/_data/chains/eip155-2391.json new file mode 100644 index 000000000000..00f512f7f4e0 --- /dev/null +++ b/_data/chains/eip155-2391.json @@ -0,0 +1,29 @@ +{ + "name": "TAC Saint Petersburg", + "title": "TAC Testnet SPB", + "chain": "TAC", + "icon": "tactestnet", + "rpc": [ + "https://spb.rpc.tac.build", + "https://rpc.ankr.com/tac_spb", + "https://spb-ws.rpc.tac.build" + ], + "faucets": ["https://spb.faucet.tac.build/"], + "nativeCurrency": { + "name": "TAC", + "symbol": "TAC", + "decimals": 18 + }, + "infoURL": "https://tac.build/", + "shortName": "tacchain_2391-1", + "chainId": 2391, + "networkId": 2391, + "slip44": 60, + "explorers": [ + { + "name": "TAC SPB Explorer", + "url": "https://spb.explorer.tac.build", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-240241.json b/_data/chains/eip155-240241.json new file mode 100644 index 000000000000..9d64297e0c74 --- /dev/null +++ b/_data/chains/eip155-240241.json @@ -0,0 +1,36 @@ +{ + "name": "Studio Blockchain Mainnet", + "chain": "STO", + "icon": "studio", + "rpc": [ + "https://mainnet.studio-blockchain.com", + "https://mainnet2.studio-blockchain.com", + "https://mainnet3.studio-blockchain.com", + "https://mainnet.studio-scan.com", + "https://mainnet2.studio-scan.com", + "wss://mainnet.studio-blockchain.com:8547" + ], + "faucets": [], + "nativeCurrency": { + "name": "Studio Token", + "symbol": "STO", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "https://studio-blockchain.com", + "shortName": "stom", + "chainId": 240241, + "networkId": 240241, + "explorers": [ + { + "name": "Studio Scan", + "url": "https://studio-scan.com", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-247.json b/_data/chains/eip155-247.json new file mode 100644 index 000000000000..1be7a8adc136 --- /dev/null +++ b/_data/chains/eip155-247.json @@ -0,0 +1,24 @@ +{ + "name": "ChooChain", + "title": "ChooChain Mainnet", + "chain": "CHOO", + "rpc": ["https://rpc.choochain.io"], + "faucets": [], + "nativeCurrency": { + "name": "ChooChain Token", + "symbol": "CHOO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://github.com/Trinketz/ChooChain", + "shortName": "choo", + "chainId": 247, + "networkId": 247, + "explorers": [ + { + "name": "ChooChain Explorer", + "url": "https://blocks.choochain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2494104990.json b/_data/chains/eip155-2494104990.json new file mode 100644 index 000000000000..9f9a98de71ab --- /dev/null +++ b/_data/chains/eip155-2494104990.json @@ -0,0 +1,24 @@ +{ + "name": "Tron Shasta", + "chain": "TRON", + "rpc": ["https://api.shasta.trongrid.io/jsonrpc"], + "faucets": [], + "nativeCurrency": { + "name": "Tron", + "symbol": "TRX", + "decimals": 6 + }, + "infoURL": "https://tron.network", + "shortName": "tron-shasta", + "chainId": 2494104990, + "networkId": 2494104990, + "icon": "tron", + "explorers": [ + { + "name": "shasta tronscan", + "url": "https://shasta.tronscan.org", + "icon": "tron", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-252.json b/_data/chains/eip155-252.json index 4b67d6ebfe96..d7d88bc3989a 100644 --- a/_data/chains/eip155-252.json +++ b/_data/chains/eip155-252.json @@ -8,12 +8,12 @@ ], "faucets": [], "nativeCurrency": { - "name": "Frax Ether", - "symbol": "frxETH", + "name": "Frax", + "symbol": "FRAX", "decimals": 18 }, "infoURL": "https://mainnet.frax.com", - "shortName": "fraxtal", + "shortName": "frax", "chainId": 252, "networkId": 252, "icon": "fraxtal", diff --git a/_data/chains/eip155-2522.json b/_data/chains/eip155-2522.json index 247b742637b5..2d008e96153b 100644 --- a/_data/chains/eip155-2522.json +++ b/_data/chains/eip155-2522.json @@ -8,8 +8,8 @@ ], "faucets": [], "nativeCurrency": { - "name": "Frax Ether", - "symbol": "frxETH", + "name": "Frax", + "symbol": "FRAX", "decimals": 18 }, "infoURL": "https://testnet.frax.com", diff --git a/_data/chains/eip155-25839.json b/_data/chains/eip155-25839.json index ecd093d26eb6..bb9060f66f05 100644 --- a/_data/chains/eip155-25839.json +++ b/_data/chains/eip155-25839.json @@ -12,12 +12,10 @@ "shortName": "talv", "chainId": 25839, "networkId": 25839, - "icon": "alveychain", "explorers": [ { "name": "AlveyScan Testnet", "url": "https://alveytestnet.com", - "icon": "alveychain", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-258432.json b/_data/chains/eip155-258432.json new file mode 100644 index 000000000000..80df43eb8167 --- /dev/null +++ b/_data/chains/eip155-258432.json @@ -0,0 +1,25 @@ +{ + "name": "Althea L1 Mainnet", + "chain": "ALTHEA", + "icon": "althea", + "rpc": ["https://rpc.althea.zone"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Althea", + "symbol": "ALTHEA", + "decimals": 18 + }, + "infoURL": "https://althea.net", + "shortName": "ALTHEA", + "chainId": 258432, + "networkId": 258432, + "slip44": 60, + "explorers": [ + { + "name": "Mintscan", + "url": "https://mintscan.io/althea", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-2632500.json b/_data/chains/eip155-2632500.json new file mode 100644 index 000000000000..63d22ad42b07 --- /dev/null +++ b/_data/chains/eip155-2632500.json @@ -0,0 +1,25 @@ +{ + "name": "COTI", + "chainId": 2632500, + "shortName": "coti", + "chain": "COTI", + "networkId": 2632500, + "nativeCurrency": { + "name": "COTI", + "symbol": "COTI", + "decimals": 18 + }, + "rpc": ["https://mainnet.coti.io/rpc"], + "faucets": [], + "explorers": [ + { + "name": "COTI Mainnet Explorer", + "url": "https://mainnet.cotiscan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "infoURL": "https://coti.io/", + "icon": "coti", + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }] +} diff --git a/_data/chains/eip155-272247.json b/_data/chains/eip155-272247.json index d42115935e4a..23bf61485441 100644 --- a/_data/chains/eip155-272247.json +++ b/_data/chains/eip155-272247.json @@ -13,13 +13,11 @@ "chainId": 272247, "networkId": 272247, "slip44": 272247, - "icon": "nxy", "explorers": [ { "name": "Nxy Explorer", "url": "https://explorer.nxy.social", - "standard": "none", - "icon": "nxy" + "standard": "none" } ] } diff --git a/_data/chains/eip155-272520.json b/_data/chains/eip155-272520.json index 238048a92052..64fd8e0017e0 100644 --- a/_data/chains/eip155-272520.json +++ b/_data/chains/eip155-272520.json @@ -13,13 +13,11 @@ "chainId": 272520, "networkId": 272520, "slip44": 272520, - "icon": "nxy", "explorers": [ { "name": "Nxy Explorer", "url": "https://explorer.nxy.social", - "standard": "none", - "icon": "nxy" + "standard": "none" } ] } diff --git a/_data/chains/eip155-28125.json b/_data/chains/eip155-28125.json index 8da14454929a..ceb54c518694 100644 --- a/_data/chains/eip155-28125.json +++ b/_data/chains/eip155-28125.json @@ -16,7 +16,7 @@ "explorers": [ { "name": "XferChain Mainnet Explorer", - "url": "https://xferchain.org", + "url": "https://network.xferchain.org", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-2868.json b/_data/chains/eip155-2868.json index cbeefcbd0676..ca8b7a4d3c5f 100644 --- a/_data/chains/eip155-2868.json +++ b/_data/chains/eip155-2868.json @@ -1,7 +1,8 @@ { "name": "HyperAGI Mainnet", "chain": "HyperAGI", - "rpc": [], + "icon": "hyperagi", + "rpc": ["https://rpc.hyperagi.network", "https://rpc.hyperagi.ai"], "faucets": [], "nativeCurrency": { "name": "Hyperdust", @@ -9,14 +10,14 @@ "decimals": 18 }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], - "infoURL": "https://hyperagi.network", + "infoURL": "https://www.hyperagi.ai", "shortName": "hypt", "chainId": 2868, - "networkId": 1, + "networkId": 2868, "explorers": [ { - "name": "hyptscan", - "url": "https://block.hyperagi.network", + "name": "hyperscan", + "url": "https://hyperscan.hyperagi.ai", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-313313.json b/_data/chains/eip155-313313.json index 364a012c3aaf..f1c1f364c74d 100644 --- a/_data/chains/eip155-313313.json +++ b/_data/chains/eip155-313313.json @@ -1,5 +1,5 @@ { - "name": "SaharaAI Testnet", + "name": "Sahara AI Testnet", "chain": "Sahara", "rpc": ["https://testnet.saharalabs.ai"], "faucets": [], diff --git a/_data/chains/eip155-31611.json b/_data/chains/eip155-31611.json index 0d281ecfacf7..15ce94583224 100644 --- a/_data/chains/eip155-31611.json +++ b/_data/chains/eip155-31611.json @@ -1,9 +1,8 @@ { - "name": "Mezo Matsnet Testnet", - "chain": "Mezo", - "icon": "mezo", + "name": "Mezo Testnet", + "chain": "Mezo Testnet", "rpc": ["https://rpc.test.mezo.org"], - "faucets": ["https://mezo.org/matsnet"], + "faucets": [], "nativeCurrency": { "name": "Bitcoin", "symbol": "BTC", @@ -11,7 +10,7 @@ }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://mezo.org/", - "shortName": "mezo", + "shortName": "mezo-testnet", "chainId": 31611, "networkId": 31611, "explorers": [ diff --git a/_data/chains/eip155-31612.json b/_data/chains/eip155-31612.json new file mode 100644 index 000000000000..e1f6c4f38d63 --- /dev/null +++ b/_data/chains/eip155-31612.json @@ -0,0 +1,34 @@ +{ + "name": "Mezo", + "chain": "Mezo", + "rpc": [ + "https://rpc_evm-mezo.imperator.co", + "wss://ws_evm-mezo.imperator.co", + "https://rpc-http.mezo.boar.network", + "wss://rpc-ws.mezo.boar.network", + "https://mainnet.mezo.public.validationcloud.io", + "wss://mainnet.mezo.public.validationcloud.io", + "https://rpc-internal.mezo.org", + "wss://rpc-ws-internal.mezo.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Bitcoin", + "symbol": "BTC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://mezo.org/", + "shortName": "mezo", + "chainId": 31612, + "networkId": 31612, + "icon": "mezo", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.mezo.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-323.json b/_data/chains/eip155-323.json index 6263351e179a..5d4a03b58300 100644 --- a/_data/chains/eip155-323.json +++ b/_data/chains/eip155-323.json @@ -1,21 +1,22 @@ { - "name": "Cosvm Mainnet", - "chain": "CVM", - "rpc": ["https://rpc.cosvm.net"], + "name": "BuyCex Infinity Chain", + "chain": "BUYCEX", + "rpc": ["https://rpc.buycex.net", "wss://socket.buycex.net"], "faucets": [], "nativeCurrency": { - "name": "Cosvm", - "symbol": "CVM", + "name": "Buycex", + "symbol": "BCX", "decimals": 18 }, - "infoURL": "https://cosvm.network", - "shortName": "cvm", + "infoURL": "https://infinity.buycex.com", + "shortName": "buycex", "chainId": 323, "networkId": 323, + "status": "active", "explorers": [ { "name": "Blockscout", - "url": "https://explorer.cosvm.net", + "url": "https://buycex.com", "icon": "blockscout", "standard": "EIP3091" } diff --git a/_data/chains/eip155-323432.json b/_data/chains/eip155-323432.json new file mode 100644 index 000000000000..92ee46795f7a --- /dev/null +++ b/_data/chains/eip155-323432.json @@ -0,0 +1,22 @@ +{ + "name": "World Mobile Chain Testnet", + "chain": "WOMOX", + "rpc": ["https://worldmobile-devnet.g.alchemy.com/public"], + "faucets": ["https://testnet-faucet.worldmobile.net"], + "nativeCurrency": { + "name": "ATestingToken", + "symbol": "WOMOX", + "decimals": 18 + }, + "infoURL": "https://worldmobile.io/the-chain", + "shortName": "WMCTEST", + "chainId": 323432, + "networkId": 323432, + "explorers": [ + { + "name": "World Mobile Testnet Explorer", + "url": "https://testnet-explorer.worldmobile.net", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-327126.json b/_data/chains/eip155-327126.json index 78f4423c814e..2d5c001c1521 100644 --- a/_data/chains/eip155-327126.json +++ b/_data/chains/eip155-327126.json @@ -1,5 +1,5 @@ { - "name": "WABA Chain Testnet", + "name": "WABA Chain Mainnet", "chain": "WABA Mainnet", "icon": "waba", "rpc": ["https://rpc.wabaworld.com"], diff --git a/_data/chains/eip155-32769.json b/_data/chains/eip155-32769.json index f8f81f09c4b7..6496cf185ae6 100644 --- a/_data/chains/eip155-32769.json +++ b/_data/chains/eip155-32769.json @@ -1,5 +1,5 @@ { - "name": "Zilliqa EVM", + "name": "Zilliqa 2", "chain": "ZIL", "rpc": ["https://api.zilliqa.com"], "faucets": [], @@ -15,9 +15,9 @@ "icon": "zilliqa", "explorers": [ { - "name": "Zilliqa EVM Explorer", - "url": "https://evmx.zilliqa.com", - "standard": "none" + "name": "Zilliqa 2 Mainnet Explorer", + "url": "https://zilliqa.blockscout.com", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-3300.json b/_data/chains/eip155-3300.json new file mode 100644 index 000000000000..f61e5e647c6c --- /dev/null +++ b/_data/chains/eip155-3300.json @@ -0,0 +1,27 @@ +{ + "name": "Realio Testnet", + "chain": "Realio Testnet", + "rpc": [ + "https://json-rpc.realiostage.network", + "https://realio-testnet.json-rpc.decentrio.ventures" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rio", + "symbol": "RIO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.realio.network", + "shortName": "realiotestnet", + "chainId": 3300, + "networkId": 3300, + "icon": "realiotestnet", + "explorers": [ + { + "name": "Realio Testnet Explorer", + "url": "https://explorer.realiostage.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-3301.json b/_data/chains/eip155-3301.json new file mode 100644 index 000000000000..12a9880a3bb4 --- /dev/null +++ b/_data/chains/eip155-3301.json @@ -0,0 +1,27 @@ +{ + "name": "Realio", + "chain": "Realio", + "rpc": [ + "https://json-rpc.realio.network", + "https://realio.json-rpc.decentrio.ventures" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rio", + "symbol": "RIO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.realio.network", + "shortName": "realio", + "chainId": 3301, + "networkId": 3301, + "icon": "realio", + "explorers": [ + { + "name": "Realio Explorer", + "url": "https://explorer.realio.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-33101.json b/_data/chains/eip155-33101.json index 1dea17a4c5b1..84c5297134bc 100644 --- a/_data/chains/eip155-33101.json +++ b/_data/chains/eip155-33101.json @@ -1,23 +1,23 @@ { - "name": "Zilliqa EVM Testnet", + "name": "Zilliqa 2 Testnet", "chain": "ZIL", - "rpc": ["https://dev-api.zilliqa.com"], - "faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"], + "rpc": ["https://api.testnet.zilliqa.com"], + "faucets": ["https://faucet.testnet.zilliqa.com"], "nativeCurrency": { "name": "Zilliqa", "symbol": "ZIL", "decimals": 18 }, - "infoURL": "https://www.zilliqa.com/", + "infoURL": "https://www.zilliqa.com", "shortName": "zil-testnet", "chainId": 33101, "networkId": 33101, "slip44": 1, "explorers": [ { - "name": "Zilliqa EVM Explorer", - "url": "https://evmx.zilliqa.com", - "standard": "none" + "name": "Zilliqa 2 Testnet Explorer", + "url": "https://testnet.zilliqa.blockscout.com", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-33139.json b/_data/chains/eip155-33139.json index 98ed258ddb61..d780c5bece17 100644 --- a/_data/chains/eip155-33139.json +++ b/_data/chains/eip155-33139.json @@ -12,7 +12,6 @@ "shortName": "apechain", "chainId": 33139, "networkId": 33139, - "icon": "apechain", "explorers": [ { "name": "ApeChain Explorer", diff --git a/_data/chains/eip155-3338.json b/_data/chains/eip155-3338.json index b427a7480324..b290732f3d59 100644 --- a/_data/chains/eip155-3338.json +++ b/_data/chains/eip155-3338.json @@ -3,11 +3,9 @@ "chain": "peaq", "icon": "peaq", "rpc": [ - "https://peaq.api.onfinality.io/public", - "https://peaq-rpc.dwellir.com", - "https://peaq-rpc.publicnode.com", - "https://evm.peaq.network", - "https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b" + "https://quicknode1.peaq.xyz", + "https://quicknode2.peaq.xyz", + "https://quicknode3.peaq.xyz" ], "faucets": [], "nativeCurrency": { @@ -15,7 +13,7 @@ "symbol": "PEAQ", "decimals": 18 }, - "infoURL": "https://www.peaq.network", + "infoURL": "https://www.peaq.xyz", "shortName": "PEAQ", "chainId": 3338, "networkId": 3338, diff --git a/_data/chains/eip155-337.json b/_data/chains/eip155-337.json new file mode 100644 index 000000000000..cf7b8df3bcb3 --- /dev/null +++ b/_data/chains/eip155-337.json @@ -0,0 +1,23 @@ +{ + "name": "R5 Network", + "chain": "r5", + "rpc": ["https://rpc.r5.network"], + "faucets": [], + "nativeCurrency": { + "name": "R5", + "symbol": "R5", + "decimals": 18 + }, + "infoURL": "https://r5.network", + "shortName": "r5", + "chainId": 337, + "networkId": 337, + "icon": "r5", + "explorers": [ + { + "name": "R5 Explorer", + "url": "https://explorer.r5.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-33710.json b/_data/chains/eip155-33710.json new file mode 100644 index 000000000000..d6685b2e5a85 --- /dev/null +++ b/_data/chains/eip155-33710.json @@ -0,0 +1,23 @@ +{ + "name": "R5 Network Testnet", + "chain": "r5testnet", + "rpc": ["https://rpc-testnet.r5.network"], + "faucets": [], + "nativeCurrency": { + "name": "Test R5", + "symbol": "TR5", + "decimals": 18 + }, + "infoURL": "https://r5.network", + "shortName": "tr5", + "chainId": 33710, + "networkId": 33710, + "icon": "r5", + "explorers": [ + { + "name": "R5 Explorer", + "url": "https://explorer-testnet.r5.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-3448148188.json b/_data/chains/eip155-3448148188.json new file mode 100644 index 000000000000..132753b6c839 --- /dev/null +++ b/_data/chains/eip155-3448148188.json @@ -0,0 +1,24 @@ +{ + "name": "Tron Nile", + "chain": "TRON", + "rpc": ["https://nile.trongrid.io/jsonrpc"], + "faucets": [], + "nativeCurrency": { + "name": "Tron", + "symbol": "TRX", + "decimals": 6 + }, + "infoURL": "https://tron.network", + "shortName": "tron-nile", + "chainId": 3448148188, + "networkId": 3448148188, + "icon": "tron", + "explorers": [ + { + "name": "nile tronscan", + "url": "https://nile.tronscan.org", + "icon": "tron", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-3636.json b/_data/chains/eip155-3636.json index 9ff5e7b7db5c..fa4b06faf9f8 100644 --- a/_data/chains/eip155-3636.json +++ b/_data/chains/eip155-3636.json @@ -10,7 +10,7 @@ "decimals": 18 }, "infoURL": "https://botanixlabs.xyz", - "shortName": "BTNX", + "shortName": "BTNXt", "chainId": 3636, "networkId": 3636, "slip44": 1, diff --git a/_data/chains/eip155-3637.json b/_data/chains/eip155-3637.json index 8c0845253c00..05b51faa093f 100644 --- a/_data/chains/eip155-3637.json +++ b/_data/chains/eip155-3637.json @@ -1,22 +1,22 @@ { "name": "Botanix Mainnet", - "chain": "BTC", + "chain": "BOTANIX", "icon": "botanix", - "rpc": ["https://rpc.btxtestchain.com"], - "faucets": ["https://faucet.btxtestchain.com"], + "rpc": ["https://rpc.botanixlabs.com"], + "faucets": [], "nativeCurrency": { "name": "Botanix", "symbol": "BTC", "decimals": 18 }, - "infoURL": "https://btxtestchain.com", - "shortName": "BTCm", + "infoURL": "https://botanixlabs.com", + "shortName": "BTNX", "chainId": 3637, "networkId": 3637, "explorers": [ { - "name": "Botanix", - "url": "https://btxtestchain.com", + "name": "Botanix Explorer", + "url": "https://botanixscan.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-369.json b/_data/chains/eip155-369.json index 30a74cf4e387..a09c4d0c7fc6 100644 --- a/_data/chains/eip155-369.json +++ b/_data/chains/eip155-369.json @@ -13,6 +13,7 @@ "https://rpc-pulsechain.g4mm4.io", "wss://rpc-pulsechain.g4mm4.io" ], + "icon": "pulsechain", "slip44": 60, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], @@ -27,9 +28,9 @@ }, "explorers": [ { - "name": "blockscout", - "url": "https://scan.pulsechain.com", - "icon": "blockscout", + "name": "pulsechain", + "url": "https://ipfs.scan.pulsechain.com", + "icon": "pulsechain", "standard": "EIP3091" }, { diff --git a/_data/chains/eip155-3797.json b/_data/chains/eip155-3797.json index cc0e1001b611..1f88a56f0ac8 100644 --- a/_data/chains/eip155-3797.json +++ b/_data/chains/eip155-3797.json @@ -16,12 +16,10 @@ "shortName": "alv", "chainId": 3797, "networkId": 3797, - "icon": "alveychain", "explorers": [ { "name": "AlveyScan", "url": "https://alveyscan.com", - "icon": "alveychain", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-380929.json b/_data/chains/eip155-380929.json new file mode 100644 index 000000000000..bb6c4615e18b --- /dev/null +++ b/_data/chains/eip155-380929.json @@ -0,0 +1,29 @@ +{ + "name": "Silent Data Mainnet", + "chain": "Silent Data", + "rpc": ["https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.silentdata.com", + "shortName": "silent-data-mainnet", + "chainId": 380929, + "networkId": 380929, + "icon": "silentdata", + "explorers": [ + { + "name": "Silent Data Mainnet Explorer", + "url": "https://explorer-mainnet.rollup.silentdata.com", + "icon": "silentdata", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge-mainnet.rollup.silentdata.com" }] + } +} diff --git a/_data/chains/eip155-381185.json b/_data/chains/eip155-381185.json new file mode 100644 index 000000000000..50c03de81fe1 --- /dev/null +++ b/_data/chains/eip155-381185.json @@ -0,0 +1,29 @@ +{ + "name": "Silent Data Testnet", + "chain": "Silent Data", + "rpc": ["https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.silentdata.com", + "shortName": "silent-data-testnet", + "chainId": 381185, + "networkId": 381185, + "icon": "silentdata-testnet", + "explorers": [ + { + "name": "Silent Data Testnet Explorer", + "url": "https://explorer-testnet.rollup.silentdata.com", + "icon": "silentdata-testnet", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge-testnet.rollup.silentdata.com" }] + } +} diff --git a/_data/chains/eip155-4048.json b/_data/chains/eip155-4048.json index f16d168e81ad..638d363a0789 100644 --- a/_data/chains/eip155-4048.json +++ b/_data/chains/eip155-4048.json @@ -1,16 +1,16 @@ { - "name": "GAN Testnet", + "name": "GANchain L1", "chain": "GAN", "icon": "gpu", "rpc": ["https://rpc.gpu.net"], "faucets": [], "nativeCurrency": { - "name": "GP Token", - "symbol": "GP", + "name": "GPUnet", + "symbol": "GPU", "decimals": 18 }, "infoURL": "https://docs.gpu.net/", - "shortName": "GANTestnet", + "shortName": "GANchain", "chainId": 4048, "networkId": 4048, "explorers": [ diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index 6384e628c11e..77f10fc99eca 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -3,6 +3,8 @@ "chain": "LUKSO", "icon": "lukso", "rpc": [ + "https://42.rpc.thirdweb.com", + "https://rpc.lukso.sigmacore.io", "https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network" ], @@ -14,8 +16,8 @@ }, "explorers": [ { - "name": "Blockscout", - "url": "https://explorer.execution.mainnet.lukso.network", + "name": "LUKSO Execution Explorer", + "url": "https://explorer.lukso.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-42000.json b/_data/chains/eip155-42000.json new file mode 100644 index 000000000000..4c056a26f0f9 --- /dev/null +++ b/_data/chains/eip155-42000.json @@ -0,0 +1,33 @@ +{ + "name": "Helios Chain Testnet", + "chain": "Helios Chain", + "rpc": ["https://testnet1.helioschainlabs.org"], + "faucets": ["https://testnet.helioschain.network"], + "nativeCurrency": { + "name": "Helios", + "symbol": "HLS", + "decimals": 18 + }, + "icon": "helioschain", + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://hub.helioschain.network", + "shortName": "HLS", + "chainId": 42000, + "networkId": 42000, + "explorers": [ + { + "name": "Helios Chain Explorer", + "url": "https://explorer.helioschainlabs.org", + "icon": "helioschain", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-4201.json b/_data/chains/eip155-4201.json index 2a521e07b637..106e1fac34d7 100644 --- a/_data/chains/eip155-4201.json +++ b/_data/chains/eip155-4201.json @@ -1,7 +1,7 @@ { "name": "LUKSO Testnet", "chain": "LUKSO Testnet", - "icon": "lukso", + "icon": "lukso-testnet", "rpc": [ "https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network" @@ -14,9 +14,9 @@ }, "explorers": [ { - "name": "Blockscout", + "name": "LUKSO Testnet Execution Explorer", "url": "https://explorer.execution.testnet.lukso.network", - "standard": "none" + "standard": "EIP3091" } ], "infoURL": "https://lukso.network", diff --git a/_data/chains/eip155-420420422.json b/_data/chains/eip155-420420422.json new file mode 100644 index 000000000000..35456be83def --- /dev/null +++ b/_data/chains/eip155-420420422.json @@ -0,0 +1,16 @@ +{ + "name": "Paseo PassetHub", + "chain": "PAS", + "rpc": ["https://testnet-passet-hub-eth-rpc.polkadot.io"], + "faucets": ["https://faucet.polkadot.io/?parachain=1111"], + "nativeCurrency": { + "name": "PAS", + "symbol": "PAS", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://polkadot.network", + "shortName": "pas", + "chainId": 420420422, + "networkId": 420420422 +} diff --git a/_data/chains/eip155-4207.json b/_data/chains/eip155-4207.json new file mode 100644 index 000000000000..1a9f157da10f --- /dev/null +++ b/_data/chains/eip155-4207.json @@ -0,0 +1,30 @@ +{ + "name": "Layer Edge Mainnet", + "title": "EDGEN", + "chain": "EDGEN", + "rpc": [ + "https://layeredge-mainnet-evm.itrocket.net", + "https://layeredge.rpc.subquery.network/public", + "https://rpc.layeredge.io", + "https://rpc.layeredge.foundation" + ], + "faucets": [], + "nativeCurrency": { + "name": "Layer Edge", + "symbol": "EDGEN", + "decimals": 18 + }, + "infoURL": "https://layeredge.io", + "shortName": "LayerEdge", + "chainId": 4207, + "networkId": 4207, + "icon": "edgen", + "explorers": [ + { + "name": "Layer Edge Explorer", + "url": "https://edgenscan.io", + "icon": "edgen", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json index 302cf57172dc..b721f05968ac 100644 --- a/_data/chains/eip155-42220.json +++ b/_data/chains/eip155-42220.json @@ -12,6 +12,11 @@ "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], "faucets": [], "infoURL": "https://docs.celo.org/", + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://superbridge.app/celo" }] + }, "explorers": [ { "name": "Celoscan", @@ -20,8 +25,8 @@ }, { "name": "blockscout", - "url": "https://explorer.celo.org", - "standard": "none" + "url": "https://celo.blockscout.com", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-428962654539583.json b/_data/chains/eip155-428962654539583.json new file mode 100644 index 000000000000..07d93d565e01 --- /dev/null +++ b/_data/chains/eip155-428962654539583.json @@ -0,0 +1,17 @@ +{ + "name": "Yominet", + "chain": "YOMINET", + "icon": "yominet", + "rpc": ["https://jsonrpc-yominet-1.anvil.asia-southeast.initia.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "shortName": "yomi", + "infoURL": "https://www.kamigotchi.io/", + "chainId": 428962654539583, + "networkId": 428962654539583, + "explorers": [] +} diff --git a/_data/chains/eip155-4326.json b/_data/chains/eip155-4326.json new file mode 100644 index 000000000000..f9458894af19 --- /dev/null +++ b/_data/chains/eip155-4326.json @@ -0,0 +1,16 @@ +{ + "name": "MegaETH Mainnet", + "chain": "ETH", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": [], + "faucets": [], + "explorers": [], + "infoURL": "https://megaeth.com", + "shortName": "megaeth", + "chainId": 4326, + "networkId": 4326 +} diff --git a/_data/chains/eip155-43419.json b/_data/chains/eip155-43419.json new file mode 100644 index 000000000000..4f734f7c24cd --- /dev/null +++ b/_data/chains/eip155-43419.json @@ -0,0 +1,33 @@ +{ + "name": "GUNZ", + "chain": "GUNZ", + "rpc": [ + "https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc" + ], + "faucets": [], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "nativeCurrency": { + "name": "GUN", + "symbol": "GUN", + "decimals": 18 + }, + "icon": "gunz", + "infoURL": "https://gunbygunz.com", + "shortName": "gunz-mainnet", + "chainId": 43419, + "networkId": 43419, + "explorers": [ + { + "name": "blockscout", + "url": "https://gunzscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-44787.json b/_data/chains/eip155-44787.json index cfac1bf8ac67..023eacf71f0f 100644 --- a/_data/chains/eip155-44787.json +++ b/_data/chains/eip155-44787.json @@ -5,6 +5,7 @@ "chain": "CELO", "networkId": 44787, "slip44": 1, + "status": "deprecated", "nativeCurrency": { "name": "CELO", "symbol": "CELO", diff --git a/_data/chains/eip155-490000.json b/_data/chains/eip155-490000.json index 0ea78f533ad1..8fd1b75ce017 100644 --- a/_data/chains/eip155-490000.json +++ b/_data/chains/eip155-490000.json @@ -2,6 +2,7 @@ "name": "Autonomys Taurus Testnet", "chain": "autonomys-taurus-testnet", "rpc": ["https://auto-evm.taurus.autonomys.xyz/ws"], + "status": "deprecated", "icon": "autonomys", "faucets": [], "nativeCurrency": { @@ -11,15 +12,8 @@ }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.autonomys.xyz", - "shortName": "ATN", + "shortName": "ATN-deprecated", "chainId": 490000, "networkId": 490000, - "explorers": [ - { - "name": "Autonomys Taurus Testnet Explorer", - "url": "https://blockscout.taurus.autonomys.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-50312.json b/_data/chains/eip155-50312.json index 533e9951db91..2d6084acb853 100644 --- a/_data/chains/eip155-50312.json +++ b/_data/chains/eip155-50312.json @@ -13,12 +13,10 @@ "shortName": "SomniaTestnet", "chainId": 50312, "networkId": 50312, - "icon": "somnia", "explorers": [ { "name": "Somnia Testnet", "url": "https://somnia-testnet.socialscan.io", - "icon": "somnia", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-50341.json b/_data/chains/eip155-50341.json index 2eccb1cce132..508b332776a2 100644 --- a/_data/chains/eip155-50341.json +++ b/_data/chains/eip155-50341.json @@ -1,12 +1,12 @@ { - "name": "Reddio Devnet", - "title": "Reddio Sepolia L2 Rollup Devnet", + "name": "Reddio Testnet", + "title": "Reddio Sepolia L2 Rollup Testnet", "chain": "ETH", "rpc": ["https://reddio-dev.reddio.com"], "faucets": [], "nativeCurrency": { - "name": "Red", - "symbol": "RED", + "name": "Reddio", + "symbol": "RDO", "decimals": 18 }, "infoURL": "https://www.reddio.com", diff --git a/_data/chains/eip155-50342.json b/_data/chains/eip155-50342.json new file mode 100644 index 000000000000..2cff49dcae0d --- /dev/null +++ b/_data/chains/eip155-50342.json @@ -0,0 +1,29 @@ +{ + "name": "Reddio", + "title": "Reddio mainnet L2 Rollup", + "chain": "ETH", + "rpc": ["https://mainnet.reddio.com/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Reddio", + "symbol": "RDO", + "decimals": 18 + }, + "infoURL": "https://www.reddio.com", + "shortName": "reddio", + "chainId": 50342, + "networkId": 50342, + "slip44": 1, + "explorers": [ + { + "name": "blockscout", + "url": "https://reddio.cloud.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1" + } +} diff --git a/_data/chains/eip155-510.json b/_data/chains/eip155-510.json index 06185c1b91a4..ce35369c8a96 100644 --- a/_data/chains/eip155-510.json +++ b/_data/chains/eip155-510.json @@ -1,18 +1,29 @@ { - "name": "Syndicate Chain", - "title": "Syndicate Chain", + "name": "Syndicate Mainnet", "chain": "Syndicate", - "rpc": ["https://rpc-mainnet.syndicate.io"], - "faucets": [], - "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", - "decimals": 18 - }, + "shortName": "syndicate", "infoURL": "https://syndicate.io", - "shortName": "syndicate-chain-mainnet", + "icon": "syndicate", + "status": "active", "chainId": 510, "networkId": 510, - "status": "incubating", - "icon": "syndicate" + "nativeCurrency": { + "name": "Syndicate", + "symbol": "SYND", + "decimals": 18 + }, + "rpc": ["https://rpc.syndicate.io"], + "faucets": [], + "explorers": [ + { + "name": "Syndicate Explorer", + "url": "https://explorer.syndicate.io", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] + } } diff --git a/_data/chains/eip155-5165.json b/_data/chains/eip155-5165.json index 318b03c02c40..be7712ff5c13 100644 --- a/_data/chains/eip155-5165.json +++ b/_data/chains/eip155-5165.json @@ -6,6 +6,8 @@ "rpc": [ "https://rpc1.bahamut.io", "https://rpc2.bahamut.io", + "https://rpc1.ftnscan.io", + "https://rpc2.ftnscan.io", "wss://ws1.sahara.bahamutchain.com", "wss://ws2.sahara.bahamutchain.com", "https://bahamut-rpc.publicnode.com", @@ -27,6 +29,11 @@ "name": "blockscout", "url": "https://ftnscan.com", "standard": "none" + }, + { + "name": "blockscout", + "url": "https://ftnscan.io", + "standard": "none" } ] } diff --git a/_data/chains/eip155-5371.json b/_data/chains/eip155-5371.json index 028ffcd75e5a..59ceb8700380 100644 --- a/_data/chains/eip155-5371.json +++ b/_data/chains/eip155-5371.json @@ -1,7 +1,7 @@ { "name": "Settlus", "chain": "ETH", - "rpc": [], + "rpc": ["https://settlus-mainnet.g.alchemy.com/public"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -15,7 +15,14 @@ "parent": { "type": "L2", "chain": "eip155-1", - "bridges": [] + "bridges": [{ "url": "https://settlus-mainnet.bridge.alchemy.com/" }] }, - "status": "incubating" + "explorers": [ + { + "name": "Settlus Mainnet Explorer", + "url": "https://mainnet.settlus.network", + "standard": "EIP3091" + } + ], + "status": "active" } diff --git a/_data/chains/eip155-5373.json b/_data/chains/eip155-5373.json index fd0291f305db..ab49d99933fb 100644 --- a/_data/chains/eip155-5373.json +++ b/_data/chains/eip155-5373.json @@ -20,7 +20,7 @@ "explorers": [ { "name": "Settlus Sepolia Testnet Explorer", - "url": "https://settlus-sepolia-testnet.explorer.alchemy.com", + "url": "https://sepolia.settlus.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-560013.json b/_data/chains/eip155-560013.json new file mode 100644 index 000000000000..91846635abbf --- /dev/null +++ b/_data/chains/eip155-560013.json @@ -0,0 +1,29 @@ +{ + "name": "Rogue Chain", + "chainId": 560013, + "shortName": "rogue", + "chain": "ROGUE", + "networkId": 560013, + "icon": "rogue", + "nativeCurrency": { + "name": "Rogue", + "symbol": "ROGUE", + "decimals": 18 + }, + "rpc": ["https://rpc.roguechain.io/rpc", "wss://rpc.roguechain.io/ws"], + "faucets": [], + "explorers": [ + { + "name": "Roguescan", + "url": "https://roguescan.io", + "icon": "rogue", + "standard": "EIP3091" + } + ], + "infoURL": "https://roguechain.io", + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] + } +} diff --git a/_data/chains/eip155-560048.json b/_data/chains/eip155-560048.json index 4be645b71f8d..3d986c224c32 100644 --- a/_data/chains/eip155-560048.json +++ b/_data/chains/eip155-560048.json @@ -1,5 +1,6 @@ { - "name": "Hoodi testnet", + "name": "Ethereum Hoodi", + "title": "Ethereum Testnet Hoodi", "chain": "ETH", "icon": "ethereum", "rpc": ["https://rpc.hoodi.ethpandaops.io"], diff --git a/_data/chains/eip155-5678.json b/_data/chains/eip155-5678.json index e19e6f2e53f5..044ce7a6feb1 100644 --- a/_data/chains/eip155-5678.json +++ b/_data/chains/eip155-5678.json @@ -2,8 +2,8 @@ "name": "Tanssi Demo", "chain": "TANGO", "rpc": [ - "https://dancebox-3001.tanssi-api.network", - "wss://dancebox-3001.tanssi-api.network" + "https://dancelight-2001.tanssi-api.network", + "wss://dancelight-2001.tanssi-api.network" ], "faucets": ["https://apps.tanssi.network/demo"], "nativeCurrency": { @@ -18,7 +18,7 @@ "explorers": [ { "name": "BlockScout", - "url": "https://fra-dancebox-3001-bs.a.dancebox.tanssi.network", + "url": "https://dancelight-2001-blockscout.tanssi-chains.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json index 1d1604a23324..e59c0993355d 100644 --- a/_data/chains/eip155-57.json +++ b/_data/chains/eip155-57.json @@ -5,6 +5,7 @@ "https://rpc.syscoin.org", "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", "https://syscoin.public-rpc.com", + "https://57.rpc.thirdweb.com", "wss://rpc.syscoin.org/wss", "https://syscoin-evm.publicnode.com", "wss://syscoin-evm.publicnode.com" diff --git a/_data/chains/eip155-5700.json b/_data/chains/eip155-5700.json index bbdf6c61ea85..5cdc67ef1714 100644 --- a/_data/chains/eip155-5700.json +++ b/_data/chains/eip155-5700.json @@ -21,7 +21,7 @@ "explorers": [ { "name": "Syscoin Testnet Block Explorer", - "url": "https://tanenbaum.io", + "url": "https://explorer.tanenbaum.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-5734951.json b/_data/chains/eip155-5734951.json new file mode 100644 index 000000000000..d418fa7d1bf6 --- /dev/null +++ b/_data/chains/eip155-5734951.json @@ -0,0 +1,33 @@ +{ + "name": "Jovay Mainnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://rpc.jovay.io", + "https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}", + "wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://jovay.io", + "shortName": "jovay", + "chainId": 5734951, + "networkId": 5734951, + "icon": "jovay", + "explorers": [ + { + "name": "Jovay Explorer", + "url": "https://explorer.jovay.io/l2", + "standard": "none" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [] + } +} diff --git a/_data/chains/eip155-5887.json b/_data/chains/eip155-5887.json new file mode 100644 index 000000000000..700ea59d4808 --- /dev/null +++ b/_data/chains/eip155-5887.json @@ -0,0 +1,28 @@ +{ + "name": "MANTRACHAIN Testnet", + "chain": "Dukong", + "rpc": [ + "https://evm.dukong.mantrachain.io", + "wss://evm.dukong.mantrachain.io/ws" + ], + "faucets": ["https://faucet.dukong.mantrachain.io"], + "nativeCurrency": { + "name": "OM", + "symbol": "OM", + "decimals": 18 + }, + "infoURL": "https://mantrachain.io", + "shortName": "dukong", + "chainId": 5887, + "networkId": 5887, + "slip44": 1, + "icon": "om", + "explorers": [ + { + "name": "Dukong Explorer", + "url": "http://mantrascan.io", + "standard": "none", + "icon": "om" + } + ] +} diff --git a/_data/chains/eip155-5888.json b/_data/chains/eip155-5888.json new file mode 100644 index 000000000000..64c587dfe6ed --- /dev/null +++ b/_data/chains/eip155-5888.json @@ -0,0 +1,25 @@ +{ + "name": "MANTRACHAIN Mainnet", + "chain": "MANTRACHAIN", + "rpc": ["https://evm.mantrachain.io", "wss://evm.mantrachain.io/ws"], + "faucets": [], + "nativeCurrency": { + "name": "OM", + "symbol": "OM", + "decimals": 18 + }, + "infoURL": "https://mantrachain.io", + "shortName": "mantrachain", + "chainId": 5888, + "networkId": 5888, + "slip44": 1, + "icon": "om", + "explorers": [ + { + "name": "MANTRACHAIN Explorer", + "url": "http://mantrascan.io", + "standard": "none", + "icon": "om" + } + ] +} diff --git a/_data/chains/eip155-60600.json b/_data/chains/eip155-60600.json new file mode 100644 index 000000000000..c38314d10dfe --- /dev/null +++ b/_data/chains/eip155-60600.json @@ -0,0 +1,25 @@ +{ + "name": "POTOS Testnet", + "chain": "POTOS", + "icon": "potos", + "rpc": ["https://rpc-testnet.potos.hk"], + "faucets": ["https://faucet-testnet.potos.hk"], + "nativeCurrency": { + "name": "POTOS Token", + "symbol": "POT", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://potos.hk", + "shortName": "potos-testnet", + "chainId": 60600, + "networkId": 60600, + "explorers": [ + { + "name": "POTOS Testnet explorer", + "url": "https://scan-testnet.potos.hk", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-60603.json b/_data/chains/eip155-60603.json new file mode 100644 index 000000000000..087b959aa6dc --- /dev/null +++ b/_data/chains/eip155-60603.json @@ -0,0 +1,25 @@ +{ + "name": "POTOS Mainnet", + "chain": "POTOS", + "icon": "potos", + "rpc": ["https://rpc.potos.hk"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "POTOS Token", + "symbol": "POT", + "decimals": 18 + }, + "faucets": [], + "infoURL": "https://potos.hk", + "shortName": "potos", + "chainId": 60603, + "networkId": 60603, + "explorers": [ + { + "name": "POTOS Mainnet explorer", + "url": "https://scan.potos.hk", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-61022448.json b/_data/chains/eip155-61022448.json index d9df5c6a5daf..39c117500fd6 100644 --- a/_data/chains/eip155-61022448.json +++ b/_data/chains/eip155-61022448.json @@ -1,7 +1,7 @@ { "name": "dKargo Warehouse Testnet", "chain": "dKargo Warehouse", - "rpc": ["https://warehouse-full01.dkargo.io"], + "rpc": ["https://rpc.warehouse.dkargo.io"], "faucets": [], "nativeCurrency": { "name": "dKargo", diff --git a/_data/chains/eip155-62320.json b/_data/chains/eip155-62320.json index 5d9f3b15d403..5b177e840379 100644 --- a/_data/chains/eip155-62320.json +++ b/_data/chains/eip155-62320.json @@ -5,6 +5,7 @@ "chain": "CELO", "networkId": 62320, "slip44": 1, + "status": "deprecated", "nativeCurrency": { "name": "CELO", "symbol": "CELO", diff --git a/_data/chains/eip155-65100004.json b/_data/chains/eip155-65100004.json index b627f7aba11f..c8264ee577e6 100644 --- a/_data/chains/eip155-65100004.json +++ b/_data/chains/eip155-65100004.json @@ -1,13 +1,8 @@ { "name": "Autonity Piccadilly (Tiber) Testnet", + "status": "deprecated", "chain": "AUT", - "rpc": [ - "https://autonity.rpc.web3cdn.network/testnet", - "wss://autonity.rpc.web3cdn.network/testnet/ws", - "https://autonity-piccadilly.rpc.subquery.network/public", - "https://piccadilly.autonity-apis.com", - "wss://piccadilly-ws.autonity-apis.com" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Piccadilly Auton", @@ -20,11 +15,5 @@ "networkId": 65100004, "slip44": 1, "icon": "autonity", - "explorers": [ - { - "name": "autonity-blockscout", - "url": "https://piccadilly.autonity.org", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-65450.json b/_data/chains/eip155-65450.json index ac57469cb57e..fe3f784a2951 100644 --- a/_data/chains/eip155-65450.json +++ b/_data/chains/eip155-65450.json @@ -18,6 +18,11 @@ "name": "Scolscan Explorer", "url": "https://explorer.scolcoin.com", "standard": "EIP3091" + }, + { + "name": "Scolcoin Explorer", + "url": "https://explorador.scolcoin.com", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-6666689.json b/_data/chains/eip155-6666689.json index 1016b36315a9..460cfd81aaa6 100644 --- a/_data/chains/eip155-6666689.json +++ b/_data/chains/eip155-6666689.json @@ -1,7 +1,7 @@ { "name": "The Ting Blockchain Testnet Explorer", "chain": "Ting", - "rpc": ["https://testnet.tingchain.org"], + "rpc": ["https://testnet.tingchain.org", "https://public.0xrpc.com/6666689"], "faucets": [], "nativeCurrency": { "name": "Ton", diff --git a/_data/chains/eip155-69000.json b/_data/chains/eip155-69000.json new file mode 100644 index 000000000000..9117edde84f0 --- /dev/null +++ b/_data/chains/eip155-69000.json @@ -0,0 +1,22 @@ +{ + "name": "Animechain Mainnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Animecoin", + "symbol": "ANIME", + "decimals": 18 + }, + "infoURL": "https://www.anime.xyz", + "shortName": "anime", + "chainId": 69000, + "networkId": 69000, + "explorers": [ + { + "name": "Animechain explorer", + "url": "https://explorer.anime.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6912115.json b/_data/chains/eip155-6912115.json new file mode 100644 index 000000000000..858e8f1cc4f7 --- /dev/null +++ b/_data/chains/eip155-6912115.json @@ -0,0 +1,23 @@ +{ + "name": "ENI Testnet", + "chain": "ENI", + "rpc": ["https://rpc-testnet.eniac.network"], + "faucets": [], + "nativeCurrency": { + "name": "EGAS", + "symbol": "EGAS", + "decimals": 18 + }, + "infoURL": "https://eniac.network/", + "shortName": "eni-test", + "chainId": 6912115, + "networkId": 6912115, + "icon": "eni-test", + "explorers": [ + { + "name": "ENI Testnet Explorer", + "url": "https://scan-testnet.eniac.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6934.json b/_data/chains/eip155-6934.json index 526e81d9fda4..af1508aedada 100644 --- a/_data/chains/eip155-6934.json +++ b/_data/chains/eip155-6934.json @@ -1,17 +1,19 @@ { "name": "Xylume TestNet", "chain": "XYL", - "rpc": ["https://xyl-testnet.glitch.me/rpc/"], - "faucets": ["https://debxylen.github.io/XYL_TestNet/faucet.html"], + "rpc": ["https://xylume-testnet.sparked.network/rpc/"], + "faucets": ["https://xylume-faucet.vercel.app/"], "nativeCurrency": { - "name": "XYL", + "name": "Xylume", "symbol": "XYL", "decimals": 18 }, "features": [ + { "name": "EIP20" }, { "name": "EIP155" }, { "name": "EIP1559" }, - { "name": "Directed Acyclic Graph (DAG)" } + { "name": "Directed Acyclic Graph (DAG)" }, + { "name": "Unspent Transaction Output (UTXO)" } ], "infoURL": "https://debxylen.github.io/Xylume_TestNet", "shortName": "xyl", diff --git a/_data/chains/eip155-6985385.json b/_data/chains/eip155-6985385.json new file mode 100644 index 000000000000..42924cdd56b9 --- /dev/null +++ b/_data/chains/eip155-6985385.json @@ -0,0 +1,33 @@ +{ + "name": "Humanity Protocol", + "chain": "Humanity", + "rpc": ["https://humanity-mainnet.g.alchemy.com/public"], + "faucets": [], + "nativeCurrency": { + "name": "H", + "symbol": "H", + "decimals": 18 + }, + "infoURL": "https://humanity.org", + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [ + { + "url": "https://bridge.arbitrum.io" + } + ] + }, + "shortName": "hp", + "chainId": 6985385, + "networkId": 6985385, + "status": "active", + "explorers": [ + { + "name": "Humanity Mainnet explorer", + "url": "https://humanity-mainnet.explorer.alchemy.com", + "standard": "none" + } + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }] +} diff --git a/_data/chains/eip155-70700.json b/_data/chains/eip155-70700.json index cf3cae4f8881..bcad5d2cfd39 100644 --- a/_data/chains/eip155-70700.json +++ b/_data/chains/eip155-70700.json @@ -15,12 +15,10 @@ { "name": "Proof of Play Apex Explorer", "url": "https://explorer.apex.proofofplay.com", - "icon": "pop-apex", "standard": "EIP3091" } ], "infoURL": "https://proofofplay.com", - "icon": "pop-apex", "parent": { "type": "L2", "chain": "eip155-42161", diff --git a/_data/chains/eip155-7080969.json b/_data/chains/eip155-7080969.json new file mode 100644 index 000000000000..2c5ac827d5db --- /dev/null +++ b/_data/chains/eip155-7080969.json @@ -0,0 +1,32 @@ +{ + "name": "Humanity Protocol testnet", + "chain": "Humanity", + "rpc": [ + "https://rpc.testnet.humanity.org", + "https://humanity-testnet.g.alchemy.com/public" + ], + "faucets": ["https://faucets.alchemy.com/faucets/humanity-testnet"], + "nativeCurrency": { + "name": "tHP", + "symbol": "tHP", + "decimals": 18 + }, + "infoURL": "https://testnet.humanity.org", + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [] + }, + "shortName": "thp", + "chainId": 7080969, + "networkId": 7080969, + "status": "active", + "explorers": [ + { + "name": "Humanity Testnet explorer", + "url": "https://humanity-testnet.explorer.alchemy.com", + "standard": "none" + } + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }] +} diff --git a/_data/chains/eip155-7208.json b/_data/chains/eip155-7208.json index d6e6e27ac5ca..1ad202904b3e 100644 --- a/_data/chains/eip155-7208.json +++ b/_data/chains/eip155-7208.json @@ -1,7 +1,6 @@ { "name": "Nexera Mainnet", "chain": "Nexera", - "icon": "nexera", "chainId": 7208, "networkId": 7208, "infoURL": "https://nexera.network", diff --git a/_data/chains/eip155-72080.json b/_data/chains/eip155-72080.json index 9e5836a20b61..cdf8d74c6e10 100644 --- a/_data/chains/eip155-72080.json +++ b/_data/chains/eip155-72080.json @@ -1,7 +1,6 @@ { "name": "Nexera Testnet", "chain": "Nexera", - "icon": "nexera", "chainId": 72080, "networkId": 72080, "infoURL": "https://testnet.nexera.network", diff --git a/_data/chains/eip155-728126428.json b/_data/chains/eip155-728126428.json index b9963045ab78..a4e57ab3f792 100644 --- a/_data/chains/eip155-728126428.json +++ b/_data/chains/eip155-728126428.json @@ -16,6 +16,7 @@ "chainId": 728126428, "networkId": 728126428, "icon": "tron", + "slip44": 195, "explorers": [ { "name": "tronscan", diff --git a/_data/chains/eip155-747474.json b/_data/chains/eip155-747474.json new file mode 100644 index 000000000000..2bfe40de71cf --- /dev/null +++ b/_data/chains/eip155-747474.json @@ -0,0 +1,24 @@ +{ + "name": "katana", + "chain": "katana", + "rpc": ["https://rpc.katana.network"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://katana.network", + "shortName": "katana", + "chainId": 747474, + "networkId": 747474, + "icon": "katana", + "explorers": [ + { + "name": "katana explorer", + "url": "https://explorer.katanarpc.com", + "icon": "katana", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-7531.json b/_data/chains/eip155-7531.json new file mode 100644 index 000000000000..fc1e618ce487 --- /dev/null +++ b/_data/chains/eip155-7531.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Mainnet 0 Palatine", + "chain": "ROME", + "rpc": ["https://palatine-i.mainnet-0.romeprotocol.xyz"], + "faucets": ["https://deposit.mainnet-0.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-mainnet-0-palatine", + "chainId": 7531, + "networkId": 7531, + "icon": "rome", + "explorers": [ + { + "name": "Rome Mainnet 0 Palatine Explorer", + "url": "https://romescout-palatine-i.mainnet-0.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-7532.json b/_data/chains/eip155-7532.json new file mode 100644 index 000000000000..2c37782c7632 --- /dev/null +++ b/_data/chains/eip155-7532.json @@ -0,0 +1,25 @@ +{ + "name": "Rome Mainnet 0 Aventine", + "chain": "ROME", + "rpc": ["https://aventine-i.mainnet-0.romeprotocol.xyz"], + "faucets": ["https://deposit.mainnet-0.romeprotocol.xyz"], + "nativeCurrency": { + "name": "RSOL", + "symbol": "RSOL", + "decimals": 18 + }, + "infoURL": "https://rome.builders", + "shortName": "rome-mainnet-0-aventine", + "chainId": 7532, + "networkId": 7532, + "icon": "rome", + "explorers": [ + { + "name": "Rome Mainnet 0 Aventine Explorer", + "url": "https://romescout-aventine-i.mainnet-0.romeprotocol.xyz", + "icon": "rome", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json index 066dec24bd76..c91799bd64bc 100644 --- a/_data/chains/eip155-763374.json +++ b/_data/chains/eip155-763374.json @@ -1,28 +1,19 @@ { - "name": "Surge Testnet", - "chain": "Surge Testnet", - "rpc": [ - "https://l2-rpc.surge.staging-nethermind.xyz", - "wss://l2-rpc.surge.staging-nethermind.xyz" - ], - "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "name": "Surge deprecated Testnet", + "chain": "Surge deprecated Testnet", + "status": "deprecated", + "rpc": [], "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://surge.wtf", - "shortName": "surge-testnet", + "infoURL": "", + "shortName": "surge-deprecated-testnet", "chainId": 763374, "networkId": 763374, "icon": "surge-testnet", - "explorers": [ - { - "name": "blockscout", - "url": "https://explorer.holesky.surge.wtf", - "standard": "EIP3091", - "icon": "surge-testnet" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-763375.json b/_data/chains/eip155-763375.json new file mode 100644 index 000000000000..291be7c19a5a --- /dev/null +++ b/_data/chains/eip155-763375.json @@ -0,0 +1,25 @@ +{ + "name": "Surge Testnet", + "chain": "Surge Testnet", + "rpc": ["https://l2-rpc.hoodi.surge.wtf", "wss://l2-ws.hoodi.surge.wtf"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://surge.wtf", + "shortName": "surge-testnet", + "chainId": 763375, + "networkId": 763375, + "icon": "surge-testnet", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.hoodi.surge.wtf", + "standard": "EIP3091", + "icon": "blockscout" + } + ] +} diff --git a/_data/chains/eip155-7862.json b/_data/chains/eip155-7862.json index 3b23d2cfaa8b..1fe7d4c74418 100644 --- a/_data/chains/eip155-7862.json +++ b/_data/chains/eip155-7862.json @@ -20,7 +20,7 @@ "explorers": [ { "name": "maalscan", - "url": "https://maalscan.io", + "url": "https://v2.maalscan.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-80008.json b/_data/chains/eip155-80008.json index d8c45d445d56..66d6336b001c 100644 --- a/_data/chains/eip155-80008.json +++ b/_data/chains/eip155-80008.json @@ -1,5 +1,5 @@ { - "name": "Polynomia Sepolia", + "name": "Polynomial Sepolia", "chain": "polynomialSepolia", "rpc": ["https://rpc.sepolia.polynomial.fi"], "faucets": [], diff --git a/_data/chains/eip155-8083.json b/_data/chains/eip155-8083.json new file mode 100644 index 000000000000..3e95c4bd5b13 --- /dev/null +++ b/_data/chains/eip155-8083.json @@ -0,0 +1,23 @@ +{ + "name": "Shardeum Testnet", + "chain": "ShardeumTestnet", + "icon": "shardeum", + "rpc": ["https://api-testnet.shardeum.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Shardeum Test SHM", + "symbol": "SHM", + "decimals": 18 + }, + "infoURL": "https://docs.shardeum.org/", + "shortName": "ShardeumTestnet", + "chainId": 8083, + "networkId": 8083, + "explorers": [ + { + "name": "Shardeum Testnet Explorer", + "url": "https://explorer-testnet.shardeum.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-8118.json b/_data/chains/eip155-8118.json new file mode 100644 index 000000000000..3c0f78cf7c08 --- /dev/null +++ b/_data/chains/eip155-8118.json @@ -0,0 +1,23 @@ +{ + "name": "Shardeum", + "chain": "Shardeum", + "icon": "shardeum", + "rpc": ["https://api.shardeum.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Shardeum", + "symbol": "SHM", + "decimals": 18 + }, + "infoURL": "https://docs.shardeum.org/", + "shortName": "Shardeum", + "chainId": 8118, + "networkId": 8118, + "explorers": [ + { + "name": "Shardeum Explorer", + "url": "https://explorer.shardeum.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-869.json b/_data/chains/eip155-869.json new file mode 100644 index 000000000000..95496b8e734c --- /dev/null +++ b/_data/chains/eip155-869.json @@ -0,0 +1,24 @@ +{ + "name": "WorldMobileChain-Mainnet", + "chain": "WMC", + "icon": "worldmobilechain", + "rpc": ["https://worldmobilechain-mainnet.g.alchemy.com/public"], + "faucets": [], + "nativeCurrency": { + "name": "World Mobile Token", + "symbol": "WMTX", + "decimals": 18 + }, + "infoURL": "https://worldmobile.io/the-chain", + "shortName": "WMC", + "chainId": 869, + "networkId": 869, + "explorers": [ + { + "name": "World Mobile Chain Explorer", + "url": "https://explorer.worldmobile.io", + "standard": "none" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-8700.json b/_data/chains/eip155-8700.json new file mode 100644 index 000000000000..2042f9acea3a --- /dev/null +++ b/_data/chains/eip155-8700.json @@ -0,0 +1,25 @@ +{ + "name": "Autonomys Chronos Testnet", + "chain": "autonomys-chronos-testnet", + "rpc": ["https://auto-evm.chronos.autonomys.xyz/ws"], + "icon": "autonomys", + "faucets": [], + "nativeCurrency": { + "decimals": 18, + "name": "AI3", + "symbol": "AI3" + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.autonomys.xyz", + "shortName": "ATN", + "chainId": 8700, + "networkId": 8700, + "explorers": [ + { + "name": "Autonomys Chronos EVM Testnet Explorer", + "url": "https://explorer.auto-evm.chronos.autonomys.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9.json b/_data/chains/eip155-9.json index dbb47259ddef..ddf51b0f9554 100644 --- a/_data/chains/eip155-9.json +++ b/_data/chains/eip155-9.json @@ -1,16 +1,25 @@ { - "name": "Ubiq Network Testnet", - "chain": "UBQ", - "rpc": [], + "name": "Quai Network Mainnet", + "chain": "QUAI", + "icon": "quai", + "rpc": ["https://rpc.quai.network/cyprus1"], + "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { - "name": "Ubiq Testnet Ether", - "symbol": "TUBQ", + "name": "Quai", + "symbol": "QUAI", "decimals": 18 }, - "infoURL": "https://ethersocial.org", - "shortName": "tubq", + "infoURL": "https://qu.ai", + "shortName": "quai", "chainId": 9, - "networkId": 2, - "slip44": 1 + "networkId": 9, + "redFlags": ["reusedChainId"], + "explorers": [ + { + "name": "Quaiscan", + "url": "https://quaiscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-9134.json b/_data/chains/eip155-9134.json new file mode 100644 index 000000000000..0441d0aa2d39 --- /dev/null +++ b/_data/chains/eip155-9134.json @@ -0,0 +1,16 @@ +{ + "name": "GIWA", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://giwa.io", + "shortName": "giwa", + "chainId": 9134, + "networkId": 9134, + "status": "incubating" +} diff --git a/_data/chains/eip155-91342.json b/_data/chains/eip155-91342.json new file mode 100644 index 000000000000..d2efd2db244a --- /dev/null +++ b/_data/chains/eip155-91342.json @@ -0,0 +1,25 @@ +{ + "name": "GIWA Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://sepolia-rpc.giwa.io"], + "faucets": ["https://faucet.giwa.io"], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://giwa.io", + "shortName": "giwasepolia", + "chainId": 91342, + "networkId": 91342, + "slip44": 1, + "icon": "giwaTestnet", + "explorers": [ + { + "name": "GIWA Sepolia Blockscout", + "url": "https://sepolia-explorer.giwa.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9745.json b/_data/chains/eip155-9745.json new file mode 100644 index 000000000000..f77217e732d6 --- /dev/null +++ b/_data/chains/eip155-9745.json @@ -0,0 +1,23 @@ +{ + "name": "Plasma Mainnet", + "chain": "Plasma", + "rpc": ["https://rpc.plasma.to"], + "faucets": [], + "nativeCurrency": { + "name": "Plasma", + "symbol": "XPL", + "decimals": 18 + }, + "infoURL": "https://plasma.to", + "shortName": "plasma", + "chainId": 9745, + "networkId": 9745, + "icon": "plasma", + "explorers": [ + { + "name": "Routescan", + "url": "https://plasmascan.to", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9746.json b/_data/chains/eip155-9746.json new file mode 100644 index 000000000000..0a6ac46bedba --- /dev/null +++ b/_data/chains/eip155-9746.json @@ -0,0 +1,23 @@ +{ + "name": "Plasma Testnet", + "chain": "Plasma", + "rpc": ["https://testnet-rpc.plasma.to"], + "faucets": [], + "nativeCurrency": { + "name": "Testnet Plasma", + "symbol": "XPL", + "decimals": 18 + }, + "infoURL": "https://plasma.to", + "shortName": "plasma-testnet", + "chainId": 9746, + "networkId": 9746, + "icon": "plasma", + "explorers": [ + { + "name": "Routescan", + "url": "https://testnet.plasmascan.to", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9747.json b/_data/chains/eip155-9747.json new file mode 100644 index 000000000000..21543b12f7cd --- /dev/null +++ b/_data/chains/eip155-9747.json @@ -0,0 +1,17 @@ +{ + "name": "Plasma Devnet", + "chain": "Plasma", + "rpc": ["https://devnet-rpc.plasma.to"], + "faucets": [], + "nativeCurrency": { + "name": "Devnet Plasma", + "symbol": "XPL", + "decimals": 18 + }, + "infoURL": "https://plasma.to", + "shortName": "plasma-devnet", + "chainId": 9747, + "networkId": 9747, + "icon": "plasma", + "explorers": [] +} diff --git a/_data/chains/eip155-97476.json b/_data/chains/eip155-97476.json new file mode 100644 index 000000000000..9c022dc88ed4 --- /dev/null +++ b/_data/chains/eip155-97476.json @@ -0,0 +1,31 @@ +{ + "name": "Doma Testnet", + "title": "Doma Testnet", + "chain": "ETH", + "rpc": ["https://rpc-testnet.doma.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://doma.xyz", + "shortName": "doma-testnet", + "chainId": 97476, + "networkId": 97476, + "icon": "doma", + "status": "active", + "explorers": [ + { + "name": "Doma Testnet Explorer", + "url": "https://explorer-testnet.doma.xyz", + "standard": "EIP3091", + "icon": "doma" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge-testnet.doma.xyz" }] + } +} diff --git a/_data/chains/eip155-97477.json b/_data/chains/eip155-97477.json new file mode 100644 index 000000000000..89a686518d6a --- /dev/null +++ b/_data/chains/eip155-97477.json @@ -0,0 +1,30 @@ +{ + "name": "Doma", + "title": "Doma", + "chain": "ETH", + "rpc": ["https://rpc.doma.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://doma.xyz", + "shortName": "doma", + "chainId": 97477, + "networkId": 97477, + "icon": "doma", + "status": "active", + "explorers": [ + { + "name": "Doma Explorer", + "url": "https://explorer.doma.xyz", + "standard": "EIP3091", + "icon": "doma" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + } +} diff --git a/_data/chains/eip155-98864.json b/_data/chains/eip155-98864.json index 0e21f79ea7d7..c5f203d3e9fe 100644 --- a/_data/chains/eip155-98864.json +++ b/_data/chains/eip155-98864.json @@ -2,31 +2,21 @@ "name": "Plume Devnet (Legacy)", "title": "Plume Sepolia L2 Rollup Devnet (Legacy)", "chain": "PLUME Devnet Legacy", - "rpc": [ - "https://test-rpc.plumenetwork.xyz", - "wss://test-rpc.plumenetwork.xyz" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Plume Sepolia Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-devnet", "chainId": 98864, "networkId": 98864, "slip44": 1, "icon": "plume", "status": "deprecated", - "explorers": [ - { - "name": "Blockscout", - "url": "https://test-explorer.plumenetwork.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } - ], + "explorers": [], "parent": { "type": "L2", "chain": "eip155-11155111" diff --git a/_data/chains/eip155-98865.json b/_data/chains/eip155-98865.json index ff396c2b97bf..b64b8759e8ce 100644 --- a/_data/chains/eip155-98865.json +++ b/_data/chains/eip155-98865.json @@ -2,30 +2,23 @@ "name": "Plume (Legacy)", "title": "Plume Ethereum L2 Rollup Mainnet (Legacy)", "chain": "PLUME Legacy", - "rpc": ["https://rpc.plumenetwork.xyz", "wss://rpc.plumenetwork.xyz"], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Plume Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume", "chainId": 98865, "networkId": 98865, "slip44": 1, "icon": "plume", - "explorers": [ - { - "name": "Blockscout", - "url": "https://explorer.plumenetwork.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } - ], + "status": "deprecated", + "explorers": [], "parent": { "type": "L2", - "chain": "eip155-1", - "bridges": [{ "url": "https://bridge.plumenetwork.xyz" }] + "chain": "eip155-1" } } diff --git a/_data/chains/eip155-98866.json b/_data/chains/eip155-98866.json index 21a31b723c8b..de9c811d9b32 100644 --- a/_data/chains/eip155-98866.json +++ b/_data/chains/eip155-98866.json @@ -2,27 +2,24 @@ "name": "Plume Mainnet", "title": "Plume Ethereum L2 Rollup Mainnet", "chain": "PLUME", - "rpc": [ - "https://phoenix-rpc.plumenetwork.xyz", - "wss://phoenix-rpc.plumenetwork.xyz" - ], + "rpc": ["https://rpc.plume.org", "wss://rpc.plume.org"], "faucets": [], "nativeCurrency": { "name": "Plume", "symbol": "PLUME", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-mainnet", "chainId": 98866, "networkId": 98866, "slip44": 1, "icon": "plume", - "status": "incubating", + "status": "active", "explorers": [ { "name": "Blockscout", - "url": "https://phoenix-explorer.plumenetwork.xyz", + "url": "https://explorer.plume.org", "icon": "blockscout", "standard": "EIP3091" } @@ -30,6 +27,6 @@ "parent": { "type": "L2", "chain": "eip155-1", - "bridges": [{ "url": "https://bridge.plumenetwork.xyz" }] + "bridges": [{ "url": "https://bridge.plume.org" }] } } diff --git a/_data/chains/eip155-98867.json b/_data/chains/eip155-98867.json index ac0330b5a4c3..0fdcb3c467c8 100644 --- a/_data/chains/eip155-98867.json +++ b/_data/chains/eip155-98867.json @@ -2,27 +2,24 @@ "name": "Plume Testnet", "title": "Plume Sepolia L2 Rollup Testnet", "chain": "PLUME Testnet", - "rpc": [ - "https://testnet-rpc.plumenetwork.xyz", - "wss://testnet-rpc.plumenetwork.xyz" - ], - "faucets": ["https://faucet.plumenetwork.xyz"], + "rpc": ["https://testnet-rpc.plume.org", "wss://testnet-rpc.plume.org"], + "faucets": ["https://faucet.plume.org"], "nativeCurrency": { "name": "Plume", "symbol": "PLUME", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-testnet", "chainId": 98867, "networkId": 98867, "slip44": 1, "icon": "plume", - "status": "incubating", + "status": "active", "explorers": [ { "name": "Blockscout", - "url": "https://testnet-explorer.plumenetwork.xyz", + "url": "https://testnet-explorer.plume.org", "icon": "blockscout", "standard": "EIP3091" } @@ -30,6 +27,6 @@ "parent": { "type": "L2", "chain": "eip155-11155111", - "bridges": [{ "url": "https://testnet-bridge.plumenetwork.xyz" }] + "bridges": [{ "url": "https://testnet-bridge.plume.org" }] } } diff --git a/_data/chains/eip155-98964.json b/_data/chains/eip155-98964.json new file mode 100644 index 000000000000..c85318f7e160 --- /dev/null +++ b/_data/chains/eip155-98964.json @@ -0,0 +1,33 @@ +{ + "name": "Pay1 Network", + "chainId": 98964, + "shortName": "pay1", + "chain": "PAY1", + "networkId": 98964, + "icon": "pay1", + "nativeCurrency": { + "name": "Pay1", + "symbol": "Pay1", + "decimals": 18 + }, + "rpc": [ + "https://rpc.pay1coin.com", + "https://rpc0.pay1coin.com", + "https://rpc1.pay1coin.com", + "https://rpc2.pay1coin.com", + "wss://ws.pay1coin.com", + "wss://ws0.pay1coin.com", + "wss://ws1.pay1coin.com", + "wss://ws2.pay1coin.com" + ], + "faucets": [], + "explorers": [ + { + "name": "Pay1Scan", + "url": "https://pay1scan.io", + "icon": "pay1scan", + "standard": "EIP3091" + } + ], + "infoURL": "https://pay1coin.com" +} diff --git a/_data/chains/eip155-9897.json b/_data/chains/eip155-9897.json index 832d8a046cc8..ee11eabc91b2 100644 --- a/_data/chains/eip155-9897.json +++ b/_data/chains/eip155-9897.json @@ -1,11 +1,8 @@ { - "name": "arena-z-testnet", - "title": "Arena-Z-Testnet", - "chain": "arena-z-testnet", - "rpc": [ - "https://rpc.arena-z.t.raas.gelato.cloud", - "wss://ws.arena-z.t.raas.gelato.cloud" - ], + "name": "arena-z-testnet-deprecated", + "title": "Arena-Z-Testnet-deprecated", + "chain": "arena-z-testnet-deprecated", + "rpc": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", @@ -14,24 +11,15 @@ "icon": "arena-z", "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet", "faucets": [], - "shortName": "arena-z-testnet", + "shortName": "arena-z-testnet-deprecated", "chainId": 9897, "networkId": 9897, "slip44": 60, - "explorers": [ - { - "name": "blockscout", - "url": "https://arena-z.blockscout.com", - "icon": "blockscout", - "standard": "EIP3091" - } - ], + "explorers": [], "parent": { "type": "L2", "chain": "eip155-11155111", - "bridges": [ - { "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" } - ] + "bridges": [] }, - "status": "active" + "status": "deprecated" } diff --git a/_data/chains/eip155-9899.json b/_data/chains/eip155-9899.json new file mode 100644 index 000000000000..ba876eafa703 --- /dev/null +++ b/_data/chains/eip155-9899.json @@ -0,0 +1,31 @@ +{ + "name": "Arena-Z-Testnet", + "title": "Arena-Z-Testnet", + "chain": "arena-z-testnet", + "rpc": ["https://testnet-rpc.arena-z.gg", "wss://testnet-ws.arena-z.gg"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "arena-z", + "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet", + "faucets": ["https://testnet-faucet.arena-z.gg"], + "shortName": "arena-z-testnet", + "chainId": 9899, + "networkId": 9899, + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet-explorer.arena-z.gg", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://testnet-bridge.arena-z.gg" }] + }, + "status": "active" +} diff --git a/_data/icons/0g.json b/_data/icons/0g.json new file mode 100644 index 000000000000..a1354d43d44b --- /dev/null +++ b/_data/icons/0g.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m", + "width": 500, + "height": 500, + "format": "svg" + } +] diff --git a/_data/icons/abey.json b/_data/icons/abey.json new file mode 100644 index 000000000000..c9a11eebfbcc --- /dev/null +++ b/_data/icons/abey.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se", + "width": 2000, + "height": 2000, + "format": "png" + } +] diff --git a/_data/icons/altb.json b/_data/icons/altb.json new file mode 100644 index 000000000000..92e6ac429aae --- /dev/null +++ b/_data/icons/altb.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicy275qnnvxzjocl33blzw26orv3rkygqbb4sqwtx5bc2m3hazmre", + "width": 640, + "height": 640, + "format": "jpg" + } +] diff --git a/_data/icons/althea.json b/_data/icons/althea.json new file mode 100644 index 000000000000..0851aa1733a7 --- /dev/null +++ b/_data/icons/althea.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmaNKnYTZRGnhzFyRYeBKwXbPQz6uDPK7PPuPGCMXSNFYW", + "width": 1140, + "height": 1140, + "format": "svg" + } +] diff --git a/_data/icons/alveychain.json b/_data/icons/alveychain.json deleted file mode 100644 index 19e7f44a9f51..000000000000 --- a/_data/icons/alveychain.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb", - "width": 2048, - "height": 1538, - "format": "png" - } -] diff --git a/_data/icons/botanix.json b/_data/icons/botanix.json index fb6b0d2bce2a..6f5c3fd0bb12 100644 --- a/_data/icons/botanix.json +++ b/_data/icons/botanix.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmVE5s2pXiqdMnAcxhAmWkZYhpFB5CysypeLyPKzT4rGYe", - "width": 512, - "height": 512, + "url": "ipfs://bafkreiay6fhksszxziv25iqncumkwewu7kvoiakdozvnhocolkmlhh4ffe", + "width": 256, + "height": 256, "format": "png" } ] diff --git a/_data/icons/davinci.json b/_data/icons/davinci.json index 3726ec5f0f6c..415d1e091077 100644 --- a/_data/icons/davinci.json +++ b/_data/icons/davinci.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu", - "width": 408, - "height": 353, + "url": "ipfs://bafkreierr6bqbopiokhqcisqdfxjkslnjgk2j77dmq2ec4oitpgxtm4wha", + "width": 406, + "height": 351, "format": "svg" } ] diff --git a/_data/icons/deinfra.json b/_data/icons/deinfra.json new file mode 100644 index 000000000000..cc89f5180c03 --- /dev/null +++ b/_data/icons/deinfra.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeic234jzphpt7pg2jjosi3zohllbjhz6e5gc2snda4uzrmv6cwfbvi", + "width": 411, + "height": 425, + "format": "png" + } +] diff --git a/_data/icons/doma.json b/_data/icons/doma.json new file mode 100644 index 000000000000..40331ed0484f --- /dev/null +++ b/_data/icons/doma.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4", + "width": 2000, + "height": 2000, + "format": "png" + } +] diff --git a/_data/icons/edgen.json b/_data/icons/edgen.json new file mode 100644 index 000000000000..d8f76d37c37e --- /dev/null +++ b/_data/icons/edgen.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVwYkRWgXgoYDPgBFntxWYFquKusuMMVc8TG5hrEVnXLV", + "width": 502, + "height": 442, + "format": "jpg" + } +] diff --git a/_data/icons/electroneum.json b/_data/icons/electroneum.json index 3d3c8d6c5e57..df718076a66c 100644 --- a/_data/icons/electroneum.json +++ b/_data/icons/electroneum.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym", - "width": 1000, - "height": 1000, + "url": "ipfs://bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm", + "width": 647, + "height": 765, "format": "png" } ] diff --git a/_data/icons/eni-test.json b/_data/icons/eni-test.json new file mode 100644 index 000000000000..04e14841fdc6 --- /dev/null +++ b/_data/icons/eni-test.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd", + "width": 677, + "height": 687, + "format": "svg" + } +] diff --git a/_data/icons/eni.json b/_data/icons/eni.json new file mode 100644 index 000000000000..04e14841fdc6 --- /dev/null +++ b/_data/icons/eni.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd", + "width": 677, + "height": 687, + "format": "svg" + } +] diff --git a/_data/icons/eteria.json b/_data/icons/eteria.json new file mode 100644 index 000000000000..7e9b7756325a --- /dev/null +++ b/_data/icons/eteria.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y", + "width": 193, + "height": 193, + "format": "png" + } +] diff --git a/_data/icons/eternal.json b/_data/icons/eternal.json deleted file mode 100644 index 51d033d4cca9..000000000000 --- a/_data/icons/eternal.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve", - "width": 122, - "height": 133, - "format": "svg" - } -] diff --git a/_data/icons/giwaTestnet.json b/_data/icons/giwaTestnet.json new file mode 100644 index 000000000000..55d07eefb181 --- /dev/null +++ b/_data/icons/giwaTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreie3xhbmcwv5qqopq7ak5n5wmqncy6ewnxgi772vytmssmqrubngbm", + "width": 128, + "height": 128, + "format": "svg" + } +] diff --git a/_data/icons/gunz.json b/_data/icons/gunz.json new file mode 100644 index 000000000000..d09b2e0cf120 --- /dev/null +++ b/_data/icons/gunz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreid7wspejxmvsqkycru3lnfppgqre6zavkyw4vklnzrhoiycqsjzpa", + "width": 320, + "height": 320, + "format": "png" + } +] diff --git a/_data/icons/helioschain.json b/_data/icons/helioschain.json new file mode 100644 index 000000000000..86ea31419151 --- /dev/null +++ b/_data/icons/helioschain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreifrqrkoeenmx6wja2rj5o6sj3mtn5veyvx7dis6mba4bycd7yziba", + "width": 1000, + "height": 1000, + "format": "png" + } +] diff --git a/_data/icons/hyperagi.json b/_data/icons/hyperagi.json new file mode 100644 index 000000000000..cc20313dd0d2 --- /dev/null +++ b/_data/icons/hyperagi.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihl6c22tj2cmo3ngsswaa42y2pnbhqwvo4pb4ktia6dasl6sldosi", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/injective.json b/_data/icons/injective.json new file mode 100644 index 000000000000..d28bac3d79b1 --- /dev/null +++ b/_data/icons/injective.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/jovay.json b/_data/icons/jovay.json new file mode 100644 index 000000000000..a95c2a4011a3 --- /dev/null +++ b/_data/icons/jovay.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/juneo-eur1.json b/_data/icons/juneo-eur1.json index e07cfa79bc8b..415ceeb56a5e 100644 --- a/_data/icons/juneo-eur1.json +++ b/_data/icons/juneo-eur1.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://QmexytQkcC8yXzEjv3mbaZyxcy7v8vEEPmii2JZQAyGjqM", - "width": 273, - "height": 273, + "width": 274, + "height": 274, "format": "png" } ] diff --git a/_data/icons/katana.json b/_data/icons/katana.json new file mode 100644 index 000000000000..e9550428a21e --- /dev/null +++ b/_data/icons/katana.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7", + "width": 750, + "height": 750, + "format": "png" + } +] diff --git a/_data/icons/lukso-testnet.json b/_data/icons/lukso-testnet.json new file mode 100644 index 000000000000..34ac967efe9a --- /dev/null +++ b/_data/icons/lukso-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi", + "width": 512, + "height": 512, + "format": "svg" + } +] diff --git a/_data/icons/lukso.json b/_data/icons/lukso.json index 420754893f47..e1d57cc4bf8b 100644 --- a/_data/icons/lukso.json +++ b/_data/icons/lukso.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z", + "url": "ipfs://bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy", "width": 512, "height": 512, - "format": "png" + "format": "svg" } ] diff --git a/_data/icons/mezo.json b/_data/icons/mezo.json index a663137521d9..06e21ee91639 100644 --- a/_data/icons/mezo.json +++ b/_data/icons/mezo.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafkreibnc5le6iw6qqhrmhxbpxdlr6ub7wtpr5tga5sfgnowsv2ygac5fa", + "url": "ipfs://QmRwp2AtjoRDWpvQvnZpLXT6aw2S76j5y8gRNXevJY3WEo", "width": 1200, - "height": 1200, + "height": 666, "format": "png" } ] diff --git a/_data/icons/monsoon.json b/_data/icons/monsoon.json new file mode 100644 index 000000000000..1aa15ab92f3f --- /dev/null +++ b/_data/icons/monsoon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYmx1KEFtAuCpA8VDq5B7WvbDVYGvXkZjBkmZTSQMsYCX", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/nexera.json b/_data/icons/nexera.json deleted file mode 100644 index b4d4c6bed306..000000000000 --- a/_data/icons/nexera.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa", - "width": 2048, - "height": 2048, - "format": "png" - } -] diff --git a/_data/icons/nitrograph.json b/_data/icons/nitrograph.json new file mode 100644 index 000000000000..7cd591b1ab8a --- /dev/null +++ b/_data/icons/nitrograph.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy", + "width": 474, + "height": 474, + "format": "png" + } +] diff --git a/_data/icons/cuckoo-ai.json b/_data/icons/nom.json similarity index 50% rename from _data/icons/cuckoo-ai.json rename to _data/icons/nom.json index 45504954c429..3c33b19ac105 100644 --- a/_data/icons/cuckoo-ai.json +++ b/_data/icons/nom.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us", + "url": "ipfs://QmVfJBGe7JpKJhG8hrSMU42RxhCSQ3ga3NSArA9vEFqF4C", "width": 512, "height": 512, "format": "png" diff --git a/_data/icons/nxy.json b/_data/icons/nxy.json deleted file mode 100644 index 1fb477e36df8..000000000000 --- a/_data/icons/nxy.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti", - "width": 1024, - "height": 1024, - "format": "png" - } -] diff --git a/_data/icons/ogpu.json b/_data/icons/ogpu.json new file mode 100644 index 000000000000..77f4428a624b --- /dev/null +++ b/_data/icons/ogpu.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiehdja4bvfvcagywn32zj6rvc5eicnwsdtvrsgwil52y4palgtnrq", + "width": 560, + "height": 560, + "format": "png" + } +] diff --git a/_data/icons/om.json b/_data/icons/om.json new file mode 100644 index 000000000000..25fb8b3a00cd --- /dev/null +++ b/_data/icons/om.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu", + "width": 120, + "height": 120, + "format": "png" + } +] diff --git a/_data/icons/onino.json b/_data/icons/onino.json new file mode 100644 index 000000000000..0854b3711e4a --- /dev/null +++ b/_data/icons/onino.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW46cmj2fRUbfy3Fz9kyhm33BpXnNXZ4KW3vmK1z4Mg19", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/pay1.json b/_data/icons/pay1.json new file mode 100644 index 000000000000..a157e0eb639d --- /dev/null +++ b/_data/icons/pay1.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcLm4CYi4bEmz6C6yxNxDomXNyR9umE5P71YB7QMFkz9G", + "width": 931, + "height": 952, + "format": "png" + } +] diff --git a/_data/icons/pay1scan.json b/_data/icons/pay1scan.json new file mode 100644 index 000000000000..6595e00fcc5b --- /dev/null +++ b/_data/icons/pay1scan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNf6gNiHqs72BJX3ZDKB9ayD6x9u1J69WPEgvG1eLV12b", + "width": 400, + "height": 400, + "format": "png" + } +] diff --git a/_data/icons/plasma.json b/_data/icons/plasma.json new file mode 100644 index 000000000000..4d6ce42ff9ba --- /dev/null +++ b/_data/icons/plasma.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy", + "width": 500, + "height": 500, + "format": "svg" + } +] diff --git a/_data/icons/pop-apex.json b/_data/icons/pop-apex.json deleted file mode 100644 index 254574da3d71..000000000000 --- a/_data/icons/pop-apex.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC", - "width": 1256, - "height": 1256, - "format": "png" - } -] diff --git a/_data/icons/potos.json b/_data/icons/potos.json new file mode 100644 index 000000000000..c33412a19f1d --- /dev/null +++ b/_data/icons/potos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreididbxq2gx64fctdjfdyu727hmjauoqpqqtdbwqg5ge4yu2mcrw7a", + "width": 1160, + "height": 1160, + "format": "png" + } +] diff --git a/_data/icons/quai.json b/_data/icons/quai.json new file mode 100644 index 000000000000..10790f3ffa04 --- /dev/null +++ b/_data/icons/quai.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm", + "width": 500, + "height": 500, + "format": "svg" + } +] diff --git a/_data/icons/r5.json b/_data/icons/r5.json new file mode 100644 index 000000000000..58e73219e9d1 --- /dev/null +++ b/_data/icons/r5.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/realio.json b/_data/icons/realio.json new file mode 100644 index 000000000000..2ea7269ab204 --- /dev/null +++ b/_data/icons/realio.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT", + "width": 474, + "height": 474, + "format": "png" + } +] diff --git a/_data/icons/realiotestnet.json b/_data/icons/realiotestnet.json new file mode 100644 index 000000000000..2ea7269ab204 --- /dev/null +++ b/_data/icons/realiotestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT", + "width": 474, + "height": 474, + "format": "png" + } +] diff --git a/_data/icons/redbelly.json b/_data/icons/redbelly.json new file mode 100644 index 000000000000..191227f8d31a --- /dev/null +++ b/_data/icons/redbelly.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbU86AmMYhDTwDzJWLtrLAURqepXinJbVhXUJq5BaWqCp", + "width": 500, + "height": 550, + "format": "svg" + } +] diff --git a/_data/icons/rise.json b/_data/icons/rise.json new file mode 100644 index 000000000000..14b187a79fea --- /dev/null +++ b/_data/icons/rise.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeigpqflfjdeovryzeqcw42chsqtoed6ommcilepi7hnarqf34rat7i", + "width": 252, + "height": 303, + "format": "png" + } +] diff --git a/_data/icons/rogue.json b/_data/icons/rogue.json new file mode 100644 index 000000000000..18ecf5f30ca3 --- /dev/null +++ b/_data/icons/rogue.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmay8Z3yhJR4st6iAVmqTdM6nFc9zYSPq4tucDaiPheAjE", + "width": 973, + "height": 974, + "format": "png" + } +] diff --git a/_data/icons/rome.json b/_data/icons/rome.json new file mode 100644 index 000000000000..6f576c633dbe --- /dev/null +++ b/_data/icons/rome.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/apechain.json b/_data/icons/silentdata-testnet.json similarity index 51% rename from _data/icons/apechain.json rename to _data/icons/silentdata-testnet.json index f08343ce65f7..203294369448 100644 --- a/_data/icons/apechain.json +++ b/_data/icons/silentdata-testnet.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP", + "url": "ipfs://QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB", "width": 1200, "height": 1200, "format": "png" diff --git a/_data/icons/silentdata.json b/_data/icons/silentdata.json new file mode 100644 index 000000000000..3728c7e3ad09 --- /dev/null +++ b/_data/icons/silentdata.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/somnia.json b/_data/icons/somnia.json deleted file mode 100644 index 4c4b9011102e..000000000000 --- a/_data/icons/somnia.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafkreihcfqyihbbqunsozmiwyzk57gcwc5bs2ovo4kkypahe37brdwjlsy", - "width": 1200, - "height": 1200, - "format": "png" - } -] diff --git a/_data/icons/soneium.json b/_data/icons/soneium.json deleted file mode 100644 index f26cf9e11cc2..000000000000 --- a/_data/icons/soneium.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe", - "width": 561, - "height": 561, - "format": "png" - } -] diff --git a/_data/icons/sorian.json b/_data/icons/sorian.json deleted file mode 100644 index cb49bb7a8619..000000000000 --- a/_data/icons/sorian.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", - "width": 500, - "height": 500, - "format": "png" - } -] diff --git a/_data/icons/sova.json b/_data/icons/sova.json new file mode 100644 index 000000000000..292c4cfcd8c0 --- /dev/null +++ b/_data/icons/sova.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm", + "width": 400, + "height": 400, + "format": "jpg" + } +] diff --git a/_data/icons/swisstronik.json b/_data/icons/swisstronik.json index a7deadef9336..a477a6d1b818 100644 --- a/_data/icons/swisstronik.json +++ b/_data/icons/swisstronik.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafybeihuintkoipxalwans23vhxajbwjnozpy34ww7ia7ds7nay3rpylzi", + "url": "ipfs://bafkreietv32mc3rwbzymhlju6mrvmiavvgqg3sflafl2fjjxguqky56sca", "width": 256, "height": 256, - "format": "svg" + "format": "png" } ] diff --git a/_data/icons/trex.json b/_data/icons/trex.json new file mode 100644 index 000000000000..73d9c7896874 --- /dev/null +++ b/_data/icons/trex.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreienf63hqo2stiq2wqiprvhowrv3cvhjeko2u3h5vcvjby5ix6ud7a", + "width": 240, + "height": 240, + "format": "png" + } +] diff --git a/_data/icons/vcitychain.json b/_data/icons/vcitychain.json new file mode 100644 index 000000000000..a99eca0cdf91 --- /dev/null +++ b/_data/icons/vcitychain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiawfldsm6h56ug2md3hp6xeos3xoyqt6gnw4mepz2f6lzi6xcygli", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/very.json b/_data/icons/very.json index c6dda2917128..a949a470d57f 100644 --- a/_data/icons/very.json +++ b/_data/icons/very.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafkreidyrvphfojaf7iev57trxk3sxbo6qikg26pdy66ke4n22dgm52wwa", - "width": 320, - "height": 320, + "url": "ipfs://bafkreie5ozo663ddewiqfiuc5kq44giy4zdhvpq2hamsdub5gwa77hcplu", + "width": 480, + "height": 480, "format": "png" } ] diff --git a/_data/icons/wem.json b/_data/icons/wem.json index 30c9e45ad102..c422438189ef 100644 --- a/_data/icons/wem.json +++ b/_data/icons/wem.json @@ -1,6 +1,8 @@ [ { - "url": "ipfs://QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ", - "format": "svg" + "url": "ipfs://bafkreianwjcj56pf2cwlzl4jyuarqmxs6ewmfaz2aemxl74tdbg2fumps4", + "width": 512, + "height": 512, + "format": "png" } ] diff --git a/_data/icons/wemscan.json b/_data/icons/wemscan.json index 30c9e45ad102..c422438189ef 100644 --- a/_data/icons/wemscan.json +++ b/_data/icons/wemscan.json @@ -1,6 +1,8 @@ [ { - "url": "ipfs://QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ", - "format": "svg" + "url": "ipfs://bafkreianwjcj56pf2cwlzl4jyuarqmxs6ewmfaz2aemxl74tdbg2fumps4", + "width": 512, + "height": 512, + "format": "png" } ] diff --git a/_data/icons/winr.json b/_data/icons/winr.json index 5a7260f45d4e..0bfb5317b38b 100644 --- a/_data/icons/winr.json +++ b/_data/icons/winr.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://bafybeidgq4dxkie4lui6lwtorehzht3bc3lirveoxvhsxgv2ly3jq6eywa", + "url": "ipfs://QmPL68edFCf9taAKQQu7rt11LrmWh7f7aBQ7ZkuhBKmrUv", "width": 816, "height": 854, "format": "png" diff --git a/_data/icons/worldmobilechain.json b/_data/icons/worldmobilechain.json new file mode 100644 index 000000000000..f69a55dbe39a --- /dev/null +++ b/_data/icons/worldmobilechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiaa7ku47xm2736wexq53pihf7rfzeec7vwgvkhakd3sitogv4mi6m", + "width": 32, + "height": 32, + "format": "png" + } +] diff --git a/_data/icons/xferIcon.json b/_data/icons/xferIcon.json index 50f5ef56ca02..2f8336694fd8 100644 --- a/_data/icons/xferIcon.json +++ b/_data/icons/xferIcon.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmbo2FmxBwszzCMuPafWJbcmc7pRWL9QgMRkt9JY9Avyve", - "width": 514, - "height": 485, + "url": "ipfs://Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD", + "width": 268, + "height": 245, "format": "png" } ] diff --git a/_data/icons/xylume-testnet.json b/_data/icons/xylume-testnet.json index b1567aa9a68c..94864d74a0ff 100644 --- a/_data/icons/xylume-testnet.json +++ b/_data/icons/xylume-testnet.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmRk9t6g5otTX6XcQjvFwsfzn2KjZwbstptH9C7uG2kVdD", - "width": 500, - "height": 500, + "url": "ipfs://QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF", + "width": 1024, + "height": 1024, "format": "png" } ] diff --git a/_data/icons/yominet.json b/_data/icons/yominet.json new file mode 100644 index 000000000000..43223051f031 --- /dev/null +++ b/_data/icons/yominet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmceqNgqPdKXQqGBs8JGLUNUTeKEi69jmQNjXjTd6zfjHP", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym b/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym deleted file mode 100644 index 14fc488c79b8..000000000000 Binary files a/_data/iconsDownload/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym and /dev/null differ diff --git a/_data/iconsDownload/Qmbo2FmxBwszzCMuPafWJbcmc7pRWL9QgMRkt9JY9Avyve b/_data/iconsDownload/Qmbo2FmxBwszzCMuPafWJbcmc7pRWL9QgMRkt9JY9Avyve deleted file mode 100644 index c094c379fbcd..000000000000 Binary files a/_data/iconsDownload/Qmbo2FmxBwszzCMuPafWJbcmc7pRWL9QgMRkt9JY9Avyve and /dev/null differ diff --git a/_data/iconsDownload/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD b/_data/iconsDownload/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD new file mode 100644 index 000000000000..ac7a420f25b3 Binary files /dev/null and b/_data/iconsDownload/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD differ diff --git a/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z b/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z deleted file mode 100644 index 0b7c6ac49d41..000000000000 Binary files a/_data/iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z and /dev/null differ diff --git a/_data/iconsDownload/bafkreierr6bqbopiokhqcisqdfxjkslnjgk2j77dmq2ec4oitpgxtm4wha b/_data/iconsDownload/bafkreierr6bqbopiokhqcisqdfxjkslnjgk2j77dmq2ec4oitpgxtm4wha new file mode 100644 index 000000000000..9df734a79d47 --- /dev/null +++ b/_data/iconsDownload/bafkreierr6bqbopiokhqcisqdfxjkslnjgk2j77dmq2ec4oitpgxtm4wha @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y b/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y new file mode 100644 index 000000000000..e76f511af073 Binary files /dev/null and b/_data/iconsDownload/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y differ diff --git a/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4 b/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4 new file mode 100644 index 000000000000..0849e25e0733 Binary files /dev/null and b/_data/iconsDownload/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4 differ diff --git a/_data/iconsDownload/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te b/_data/iconsDownload/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te new file mode 100644 index 000000000000..ed3296073725 Binary files /dev/null and b/_data/iconsDownload/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te differ diff --git a/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve b/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve deleted file mode 100644 index d97f240a623b..000000000000 --- a/_data/iconsDownload/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - diff --git a/_data/iconsDownload/bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu b/_data/iconsDownload/bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu deleted file mode 100644 index 5c7129b59fbd..000000000000 --- a/_data/iconsDownload/bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/website b/website index 66bba619a052..1379261fbfcc 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit 66bba619a0525c1ae4bf8354a69465feda15334d +Subproject commit 1379261fbfcc57c6552ef36bf098ff52af37021c