diff --git a/.github/workflows/action_lint.yml b/.github/workflows/action_lint.yml index 5fbabf8e0fa0..aa16c11102ce 100644 --- a/.github/workflows/action_lint.yml +++ b/.github/workflows/action_lint.yml @@ -1,5 +1,7 @@ name: Github-Action linter -on: [pull_request] +on: + pull_request: + merge_group: jobs: actionlint: runs-on: ubuntu-latest diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ddfb961eaed..1dd396044774 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,7 @@ name: Build -on: [pull_request] +on: + pull_request: + merge_group: jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/prettier_check.yml b/.github/workflows/prettier_check.yml index da06c98ae042..a685bca71be7 100644 --- a/.github/workflows/prettier_check.yml +++ b/.github/workflows/prettier_check.yml @@ -3,6 +3,7 @@ name: Run prettier check on: push: pull_request: + merge_group: jobs: prettier: diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml deleted file mode 100644 index 9bdfd725911b..000000000000 --- a/.github/workflows/rebase.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Automatic Rebase -on: - issue_comment: - types: [created] -jobs: - rebase: - name: Rebase - runs-on: ubuntu-latest - if: >- - github.event.issue.pull_request != '' && - ( - contains(github.event.comment.body, '/rebase') || - contains(github.event.comment.body, '/autosquash') - ) - steps: - - name: Checkout the latest code - uses: actions/checkout@v4.2.2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - - name: Automatic Rebase - uses: cirrus-actions/rebase@1.7 - with: - autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index fa3229890893..ec1959fb7cae 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -3,6 +3,7 @@ name: Check JSON Schema on: push: pull_request: + merge_group: jobs: validate_json: diff --git a/_data/chains/eip155-100021.json b/_data/chains/eip155-100021.json new file mode 100644 index 000000000000..fbf27e6ef83b --- /dev/null +++ b/_data/chains/eip155-100021.json @@ -0,0 +1,24 @@ +{ + "name": "Sova", + "chain": "ETH", + "icon": "sova", + "rpc": ["https://rpc.sova.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://sova.io", + "shortName": "sova", + "chainId": 100021, + "networkId": 100021, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.sova.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1001996.json b/_data/chains/eip155-1001996.json new file mode 100644 index 000000000000..967665bea5b2 --- /dev/null +++ b/_data/chains/eip155-1001996.json @@ -0,0 +1,28 @@ +{ + "name": "Wirex Pay Testnet", + "chain": "WirexPay", + "icon": "wpay", + "rpc": ["https://rpc-dev.wirexpaychain.com"], + "faucets": ["https://faucet-dev.wirexpaychain.com"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain", + "shortName": "wirex-testnet", + "chainId": 1001996, + "networkId": 1001996, + "explorers": [ + { + "name": "Wirex Pay Testnet Explorer", + "url": "https://explorer-dev.wirexpaychain.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-11142220.json b/_data/chains/eip155-11142220.json index 37059f963172..739b470531b9 100644 --- a/_data/chains/eip155-11142220.json +++ b/_data/chains/eip155-11142220.json @@ -7,7 +7,7 @@ "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "slip44": 60, "nativeCurrency": { - "name": "CELO-S", + "name": "CELO", "symbol": "CELO", "decimals": 18 }, diff --git a/_data/chains/eip155-11811.json b/_data/chains/eip155-11811.json new file mode 100644 index 000000000000..4ac5814c6a00 --- /dev/null +++ b/_data/chains/eip155-11811.json @@ -0,0 +1,25 @@ +{ + "name": "ARK Mainnet", + "chain": "ARK", + "icon": "ark", + "rpc": ["https://rpc.ark.io"], + "faucets": [], + "nativeCurrency": { + "name": "ARK Token", + "symbol": "ARK", + "decimals": 18 + }, + "infoURL": "https://ark.io", + "shortName": "ark", + "chainId": 11811, + "networkId": 11811, + "slip44": 60, + "explorers": [ + { + "name": "ARK Mainnet Explorer", + "url": "https://arkscan.io", + "standard": "none" + } + ], + "status": "incubating" +} diff --git a/_data/chains/eip155-11812.json b/_data/chains/eip155-11812.json new file mode 100644 index 000000000000..dc3f56ca1667 --- /dev/null +++ b/_data/chains/eip155-11812.json @@ -0,0 +1,25 @@ +{ + "name": "ARK Testnet", + "chain": "ARK", + "icon": "ark", + "rpc": ["https://testnet.mainsailhq.com/rpc"], + "faucets": ["https://faucet.mainsailhq.com"], + "nativeCurrency": { + "name": "DARK Token", + "symbol": "DARK", + "decimals": 18 + }, + "infoURL": "https://ark.io", + "shortName": "ark-testnet", + "chainId": 11812, + "networkId": 11812, + "slip44": 60, + "explorers": [ + { + "name": "ARK Testnet Explorer", + "url": "https://explorer-demo.mainsailhq.com", + "standard": "none" + } + ], + "status": "incubating" +} diff --git a/_data/chains/eip155-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-1212101.json b/_data/chains/eip155-1212101.json index 33e4537bd58f..5fc79393a220 100644 --- a/_data/chains/eip155-1212101.json +++ b/_data/chains/eip155-1212101.json @@ -4,8 +4,8 @@ "rpc": ["https://testnet.1money.network"], "faucets": [], "nativeCurrency": { - "name": "USD1", - "symbol": "USD1", + "name": "FREE", + "symbol": "FREE", "decimals": 18 }, "features": [{ "name": "EIP155" }], diff --git a/_data/chains/eip155-1243.json b/_data/chains/eip155-1243.json index 4e3841eec1a8..7036b9318eb2 100644 --- a/_data/chains/eip155-1243.json +++ b/_data/chains/eip155-1243.json @@ -2,7 +2,7 @@ "name": "ARC Mainnet", "chain": "ARC", "icon": "arc", - "rpc": ["https://rpc-main-1.archiechain.io"], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "ARC", @@ -13,11 +13,6 @@ "shortName": "ARC", "chainId": 1243, "networkId": 1243, - "explorers": [ - { - "name": "archiescan", - "url": "https://app.archiescan.io", - "standard": "none" - } - ] + "explorers": [], + "status": "deprecated" } diff --git a/_data/chains/eip155-1244.json b/_data/chains/eip155-1244.json index c0e25825d630..d5e3ab029f38 100644 --- a/_data/chains/eip155-1244.json +++ b/_data/chains/eip155-1244.json @@ -2,8 +2,8 @@ "name": "ARC Testnet", "chain": "ARC", "icon": "arc", - "rpc": ["https://rpc-test-1.archiechain.io"], - "faucets": ["https://faucet.archiechain.io"], + "rpc": [], + "faucets": [], "nativeCurrency": { "name": "ARC", "symbol": "ARC", @@ -14,11 +14,6 @@ "chainId": 1244, "networkId": 1244, "slip44": 1, - "explorers": [ - { - "name": "archiescan", - "url": "https://testnet.archiescan.io", - "standard": "none" - } - ] + "explorers": [], + "status": "deprecated" } diff --git a/_data/chains/eip155-127823.json b/_data/chains/eip155-127823.json new file mode 100644 index 000000000000..170cfa17d1d7 --- /dev/null +++ b/_data/chains/eip155-127823.json @@ -0,0 +1,24 @@ +{ + "name": "Etherlink Shadownet Testnet", + "chain": "Etherlink", + "icon": "etherlink", + "chainId": 127823, + "networkId": 127823, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://etherlink.com", + "shortName": "etlst", + "nativeCurrency": { + "name": "tez", + "symbol": "XTZ", + "decimals": 18 + }, + "rpc": ["https://node.shadownet.etherlink.com"], + "faucets": ["https://faucet.etherlink.com"], + "explorers": [ + { + "name": "Etherlink Shadownet Testnet Explorer", + "url": "https://shadownet.explorer.etherlink.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-128123.json b/_data/chains/eip155-128123.json index 968cf298c4d5..833b572fafd4 100644 --- a/_data/chains/eip155-128123.json +++ b/_data/chains/eip155-128123.json @@ -1,10 +1,10 @@ { - "name": "Etherlink Testnet", + "name": "Etherlink Ghostnet Testnet", "chain": "Etherlink", "icon": "etherlink", "chainId": 128123, "networkId": 128123, - "features": [{ "name": "EIP1559" }], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://etherlink.com", "shortName": "etlt", "nativeCurrency": { @@ -16,9 +16,10 @@ "faucets": ["https://faucet.etherlink.com"], "explorers": [ { - "name": "Etherlink Testnet Explorer", + "name": "Etherlink Ghostnet Testnet Explorer", "url": "https://testnet.explorer.etherlink.com", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-13863860.json b/_data/chains/eip155-13863860.json new file mode 100644 index 000000000000..8c7126ab151c --- /dev/null +++ b/_data/chains/eip155-13863860.json @@ -0,0 +1,30 @@ +{ + "name": "Symbiosis", + "chain": "symbiosis", + "rpc": ["https://symbiosis.calderachain.xyz/http"], + "faucets": [], + "nativeCurrency": { + "name": "Symbiosis", + "symbol": "SIS", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://symbiosis.hub.caldera.xyz", + "shortName": "symbiosis", + "chainId": 13863860, + "networkId": 13863860, + "explorers": [ + { + "name": "Symbiosis Caldera Explorer", + "url": "https://symbiosis.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-143.json b/_data/chains/eip155-143.json index 6e3259d4544d..f28f467a5eea 100644 --- a/_data/chains/eip155-143.json +++ b/_data/chains/eip155-143.json @@ -1,12 +1,12 @@ { - "name": "Monad Mainnet", + "name": "Monad", "chain": "MON", "icon": "monad", - "rpc": [], + "rpc": ["https://rpc.monad.xyz"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { - "name": "MON Token", + "name": "Monad", "symbol": "MON", "decimals": 18 }, @@ -14,6 +14,17 @@ "shortName": "mon", "chainId": 143, "networkId": 143, - "slip44": 1, - "explorers": [] + "slip44": 268435779, + "explorers": [ + { + "name": "Monad Vision", + "url": "https://monadvision.com", + "standard": "EIP3091" + }, + { + "name": "Monadscan", + "url": "https://monadscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1439.json b/_data/chains/eip155-1439.json new file mode 100644 index 000000000000..4d1404301abd --- /dev/null +++ b/_data/chains/eip155-1439.json @@ -0,0 +1,31 @@ +{ + "name": "Injective Testnet", + "chain": "Injective", + "icon": "injective", + "rpc": [ + "https://k8s.testnet.json-rpc.injective.network", + "wss://k8s.testnet.ws.injective.network", + "https://injectiveevm-testnet-rpc.polkachu.com", + "wss://injectiveevm-testnet-rpc.polkachu.com" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://testnet.faucet.injective.network"], + "nativeCurrency": { + "name": "Injective", + "symbol": "INJ", + "decimals": 18 + }, + "infoURL": "https://injective.com", + "shortName": "injective-testnet", + "chainId": 1439, + "networkId": 1439, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet.blockscout.injective.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-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-1650.json b/_data/chains/eip155-1650.json new file mode 100644 index 000000000000..6cf034dd842b --- /dev/null +++ b/_data/chains/eip155-1650.json @@ -0,0 +1,23 @@ +{ + "name": "IIC Blockchain Testnet", + "chainId": 1650, + "shortName": "iic-testnet", + "chain": "IIC", + "networkId": 1650, + "nativeCurrency": { + "name": "Saya Coin", + "symbol": "SAYA", + "decimals": 18 + }, + "rpc": ["https://rpc.iic-blockchain.com"], + "faucets": [], + "infoURL": "https://metavtz.com/", + "status": "active", + "explorers": [ + { + "name": "IIC Explorer", + "url": "https://scan.iic-blockchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-166.json b/_data/chains/eip155-166.json index 750bda3bb8a6..5ed6ee8b1407 100644 --- a/_data/chains/eip155-166.json +++ b/_data/chains/eip155-166.json @@ -1,25 +1,25 @@ { - "name": "Omni", - "chain": "Omni", + "name": "Nomina", + "chain": "Nomina", "status": "active", - "rpc": ["https://mainnet.omni.network", "wss://wss.mainnet.omni.network"], + "rpc": ["https://mainnet.nomina.io", "wss://wss.mainnet.nomina.io"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { - "name": "Omni", - "symbol": "OMNI", + "name": "Nomina", + "symbol": "NOM", "decimals": 18 }, "infoURL": "https://docs.omni.network", - "shortName": "omni", + "shortName": "nom", "chainId": 166, "networkId": 166, "slip44": 1, - "icon": "omni", + "icon": "nom", "explorers": [ { - "name": "Omni EVM and cross-chain Explorer", - "url": "https://omniscan.network", + "name": "Nomina EVM and cross-chain Explorer", + "url": "https://nomscan.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-16600.json b/_data/chains/eip155-16600.json index 58978f0f8d01..0e1cfb7646d2 100644 --- a/_data/chains/eip155-16600.json +++ b/_data/chains/eip155-16600.json @@ -1,7 +1,8 @@ { "name": "0G-Newton-Testnet", "chain": "0G-Testnet", - "rpc": ["https://evmrpc-testnet.0g.ai"], + "status": "deprecated", + "rpc": [], "faucets": ["https://faucet.0g.ai"], "nativeCurrency": { "name": "A0GI", @@ -13,11 +14,5 @@ "chainId": 16600, "networkId": 16600, "icon": "0gai", - "explorers": [ - { - "name": "0G BlockChain Explorer", - "url": "https://chainscan-newton.0g.ai", - "standard": "none" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-16601.json b/_data/chains/eip155-16601.json new file mode 100644 index 000000000000..14f9f5452550 --- /dev/null +++ b/_data/chains/eip155-16601.json @@ -0,0 +1,18 @@ +{ + "name": "0G-Galileo-Testnet", + "chain": "0G-Testnet", + "status": "deprecated", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "A0GI", + "symbol": "A0GI", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0gai-galileo-testnet", + "chainId": 16601, + "networkId": 16601, + "icon": "0gai", + "explorers": [] +} diff --git a/_data/chains/eip155-16602.json b/_data/chains/eip155-16602.json new file mode 100644 index 000000000000..ccbdd26a908e --- /dev/null +++ b/_data/chains/eip155-16602.json @@ -0,0 +1,23 @@ +{ + "name": "0G-Testnet-Galileo", + "chain": "0G-Testnet", + "rpc": ["https://evmrpc-testnet.0g.ai"], + "faucets": ["https://faucet.0g.ai"], + "nativeCurrency": { + "name": "0G", + "symbol": "0G", + "decimals": 18 + }, + "infoURL": "https://0g.ai", + "shortName": "0g-testnet-galileo", + "chainId": 16602, + "networkId": 16602, + "icon": "0g", + "explorers": [ + { + "name": "0G BlockChain Explorer", + "url": "https://chainscan-galileo.0g.ai", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-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-16666.json b/_data/chains/eip155-16666.json new file mode 100644 index 000000000000..ad740fd62ce0 --- /dev/null +++ b/_data/chains/eip155-16666.json @@ -0,0 +1,40 @@ +{ + "name": "MegaETH Testnet", + "chain": "MEGA", + "rpc": [ + "https://rpc.testnet.megaeth.com" + ], + "faucets": [ + "https://faucet.testnet.megaeth.com" + ], + "nativeCurrency": { + "name": "MEGA", + "symbol": "MEGA", + "decimals": 18 + }, + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" } + ], + "infoURL": "https://megaeth.com", + "shortName": "mega-test", + "chainId": 16600, + "networkId": 16600, + "icon": "megaeth", + "explorers": [ + { + "name": "MegaETH Scan", + "url": "https://explorer.testnet.megaeth.com", + "icon": "megaeth-scan", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { "url": "https://bridge.megaeth.com" } + ] + }, + "status": "incubating" +} diff --git a/_data/chains/eip155-173.json b/_data/chains/eip155-173.json index 5719fe08a4a2..7bdb56ad669f 100644 --- a/_data/chains/eip155-173.json +++ b/_data/chains/eip155-173.json @@ -1,7 +1,7 @@ { "name": "ENI Mainnet", "chain": "ENI", - "rpc": ["https://rpc.eniac.network"], + "rpc": ["https://rpc.eniac.network", "wss://rpc.eniac.network/ws/"], "faucets": [], "nativeCurrency": { "name": "EGAS", 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-192.json b/_data/chains/eip155-192.json new file mode 100644 index 000000000000..d64d3b453a28 --- /dev/null +++ b/_data/chains/eip155-192.json @@ -0,0 +1,24 @@ +{ + "name": "Redmansion Chain", + "chain": "RMC", + "icon": "redmansion", + "rpc": ["https://redmansion.io/srpc/"], + "faucets": [], + "nativeCurrency": { + "name": "Redmansion Coin", + "symbol": "RMC", + "decimals": 18 + }, + "infoURL": "https://www.redmansion.io", + "shortName": "rmc", + "chainId": 192, + "networkId": 192, + "explorers": [ + { + "name": "Redmansion explorer", + "url": "https://redmansion.io", + "icon": "redmansion", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-200024.json b/_data/chains/eip155-200024.json new file mode 100644 index 000000000000..0c8288377057 --- /dev/null +++ b/_data/chains/eip155-200024.json @@ -0,0 +1,24 @@ +{ + "name": "NitroGraph Testnet", + "chain": "NOS", + "rpc": ["https://rpc-testnet.nitrograph.foundation"], + "icon": "nitrograph", + "slip44": 1, + "faucets": ["https://faucet-testnet.nitrograph.foundation"], + "infoURL": "https://docs.nitrograph.com", + "chainId": 200024, + "networkId": 200024, + "shortName": "nitro-testnet", + "explorers": [ + { + "url": "https://explorer-testnet.nitrograph.foundation", + "name": "NitroGraphTestnetInfo", + "standard": "EIP3091" + } + ], + "nativeCurrency": { + "name": "Nitro", + "symbol": "NOS", + "decimals": 18 + } +} diff --git a/_data/chains/eip155-20181205.json b/_data/chains/eip155-20181205.json index 1e18b9c6d36a..7f5be1e8176b 100644 --- a/_data/chains/eip155-20181205.json +++ b/_data/chains/eip155-20181205.json @@ -2,8 +2,9 @@ "name": "quarkblockchain", "chain": "QKI", "rpc": [ - "https://hz.rpc.qkiscan.cn", - "https://jp.rpc.qkiscan.io", + "https://rpc1.qkirpc.org", + "https://rpc2.qkirpc.org", + "https://rpc3.qkirpc.org", "https://rpc1.qkiscan.io", "https://rpc2.qkiscan.io", "https://rpc3.qkiscan.io" diff --git a/_data/chains/eip155-2019775.json b/_data/chains/eip155-2019775.json new file mode 100644 index 000000000000..7544ed292e7c --- /dev/null +++ b/_data/chains/eip155-2019775.json @@ -0,0 +1,38 @@ +{ + "name": "Jovay Sepolia Testnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://api.zan.top/public/jovay-testnet", + "https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}", + "wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}" + ], + "faucets": ["https://zan.top/faucet/jovay"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://jovay.io", + "shortName": "jovay-sepolia", + "chainId": 2019775, + "networkId": 2019775, + "icon": "jovay", + "slip44": 1, + "explorers": [ + { + "name": "Jovay Testnet Explorer", + "url": "https://sepolia-explorer.jovay.io/l2", + "standard": "none" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://docs.jovay.io/guide/developer-quickstart" + } + ] + } +} diff --git a/_data/chains/eip155-21210.json b/_data/chains/eip155-21210.json index dc829265093d..e5f8ea8a6cd6 100644 --- a/_data/chains/eip155-21210.json +++ b/_data/chains/eip155-21210.json @@ -4,8 +4,8 @@ "rpc": ["https://mainnet.1money.network"], "faucets": [], "nativeCurrency": { - "name": "USD1", - "symbol": "USD1", + "name": "FREE", + "symbol": "FREE", "decimals": 18 }, "features": [{ "name": "EIP155" }], diff --git a/_data/chains/eip155-2129.json b/_data/chains/eip155-2129.json new file mode 100644 index 000000000000..fbfab85d405d --- /dev/null +++ b/_data/chains/eip155-2129.json @@ -0,0 +1,21 @@ +{ + "name": "Memento Testnet", + "chain": "Memento", + "rpc": ["https://rpc.memento.zeeve.online"], + "faucets": ["https://faucet.memento.zeeve.online"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "", + "shortName": "memento-testnet", + "chainId": 2129, + "networkId": 2129, + "explorers": [] +} diff --git a/_data/chains/eip155-2691.json b/_data/chains/eip155-2691.json new file mode 100644 index 000000000000..0a46b8daf742 --- /dev/null +++ b/_data/chains/eip155-2691.json @@ -0,0 +1,25 @@ +{ + "name": "Splendor Mainnet", + "chain": "SPLENDOR", + "rpc": ["https://mainnet-rpc.splendor.org", "https://splendor-rpc.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Splendor Token", + "symbol": "SPLD", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://splendor.org", + "shortName": "spld", + "chainId": 2691, + "networkId": 2691, + "icon": "splendor", + "explorers": [ + { + "name": "Splendor Explorer", + "url": "https://explorer.splendor.org", + "icon": "splendor", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2692.json b/_data/chains/eip155-2692.json new file mode 100644 index 000000000000..ab5b3644849b --- /dev/null +++ b/_data/chains/eip155-2692.json @@ -0,0 +1,25 @@ +{ + "name": "Splendor Testnet", + "chain": "SPLD-TESTNET", + "rpc": ["https://testnet-rpc.splendor.org"], + "faucets": [], + "nativeCurrency": { + "name": "Splendor Test Token", + "symbol": "SPLDT", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://splendor.org", + "shortName": "spldt", + "chainId": 2692, + "networkId": 2692, + "icon": "spld-testnet", + "explorers": [ + { + "name": "Splendor Testnet Explorer", + "url": "https://testnet-explorer.splendor.org", + "icon": "splendor", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-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-31612.json b/_data/chains/eip155-31612.json index 07fccb077ab9..e1f6c4f38d63 100644 --- a/_data/chains/eip155-31612.json +++ b/_data/chains/eip155-31612.json @@ -4,8 +4,8 @@ "rpc": [ "https://rpc_evm-mezo.imperator.co", "wss://ws_evm-mezo.imperator.co", - "https://jsonrpc-mezo.boar.network", - "wss://jsonrpcws-mezo.boar.network", + "https://rpc-http.mezo.boar.network", + "wss://rpc-ws.mezo.boar.network", "https://mainnet.mezo.public.validationcloud.io", "wss://mainnet.mezo.public.validationcloud.io", "https://rpc-internal.mezo.org", diff --git a/_data/chains/eip155-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-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-36888.json b/_data/chains/eip155-36888.json new file mode 100644 index 000000000000..c59290182db2 --- /dev/null +++ b/_data/chains/eip155-36888.json @@ -0,0 +1,24 @@ +{ + "name": "AB Core Mainnet", + "chain": "AB", + "rpc": ["https://rpc.core.ab.org", "https://rpc1.core.ab.org"], + "faucets": [], + "nativeCurrency": { + "name": "AB", + "symbol": "AB", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://ab.org", + "shortName": "abcore", + "chainId": 36888, + "networkId": 36888, + "explorers": [ + { + "name": "AB Core Explorer", + "url": "https://explorer.core.ab.org", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/chains/eip155-369369.json b/_data/chains/eip155-369369.json new file mode 100644 index 000000000000..118c55a39eba --- /dev/null +++ b/_data/chains/eip155-369369.json @@ -0,0 +1,24 @@ +{ + "name": "Denergy Network", + "chain": "DEN", + "rpc": ["https://rpc.d.energy/"], + "faucets": [], + "nativeCurrency": { + "name": "WATT", + "symbol": "WATT", + "decimals": 18 + }, + "infoURL": "https://d.energy/", + "shortName": "den-mainnet", + "chainId": 369369, + "networkId": 369369, + "icon": "denergy", + "explorers": [ + { + "name": "Denergy Explorer", + "url": "https://explorer.denergychain.com", + "icon": "denergy", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-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-42.json b/_data/chains/eip155-42.json index 6384e628c11e..77f10fc99eca 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -3,6 +3,8 @@ "chain": "LUKSO", "icon": "lukso", "rpc": [ + "https://42.rpc.thirdweb.com", + "https://rpc.lukso.sigmacore.io", "https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network" ], @@ -14,8 +16,8 @@ }, "explorers": [ { - "name": "Blockscout", - "url": "https://explorer.execution.mainnet.lukso.network", + "name": "LUKSO Execution Explorer", + "url": "https://explorer.lukso.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-4201.json b/_data/chains/eip155-4201.json index 2a521e07b637..106e1fac34d7 100644 --- a/_data/chains/eip155-4201.json +++ b/_data/chains/eip155-4201.json @@ -1,7 +1,7 @@ { "name": "LUKSO Testnet", "chain": "LUKSO Testnet", - "icon": "lukso", + "icon": "lukso-testnet", "rpc": [ "https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network" @@ -14,9 +14,9 @@ }, "explorers": [ { - "name": "Blockscout", + "name": "LUKSO Testnet Execution Explorer", "url": "https://explorer.execution.testnet.lukso.network", - "standard": "none" + "standard": "EIP3091" } ], "infoURL": "https://lukso.network", diff --git a/_data/chains/eip155-42793.json b/_data/chains/eip155-42793.json index 3b536a351793..8fff97819289 100644 --- a/_data/chains/eip155-42793.json +++ b/_data/chains/eip155-42793.json @@ -4,7 +4,7 @@ "icon": "etherlink", "chainId": 42793, "networkId": 42793, - "features": [{ "name": "EIP1559" }], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://etherlink.com", "shortName": "etlk", "nativeCurrency": { diff --git a/_data/chains/eip155-4326.json b/_data/chains/eip155-4326.json new file mode 100644 index 000000000000..f9458894af19 --- /dev/null +++ b/_data/chains/eip155-4326.json @@ -0,0 +1,16 @@ +{ + "name": "MegaETH Mainnet", + "chain": "ETH", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": [], + "faucets": [], + "explorers": [], + "infoURL": "https://megaeth.com", + "shortName": "megaeth", + "chainId": 4326, + "networkId": 4326 +} diff --git a/_data/chains/eip155-4442.json b/_data/chains/eip155-4442.json new file mode 100644 index 000000000000..db56d9f0c621 --- /dev/null +++ b/_data/chains/eip155-4442.json @@ -0,0 +1,24 @@ +{ + "name": "Denergy Testnet", + "chain": "DEN", + "rpc": ["https://rpc.denergytestnet.com/"], + "faucets": [], + "nativeCurrency": { + "name": "WATT", + "symbol": "WATT", + "decimals": 18 + }, + "infoURL": "https://d.energy/", + "shortName": "den-testnet", + "chainId": 4442, + "networkId": 4442, + "icon": "denergy", + "explorers": [ + { + "name": "Denergy Explorer", + "url": "https://explorer.denergytestnet.com", + "icon": "denergy", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-44787.json b/_data/chains/eip155-44787.json index cfac1bf8ac67..023eacf71f0f 100644 --- a/_data/chains/eip155-44787.json +++ b/_data/chains/eip155-44787.json @@ -5,6 +5,7 @@ "chain": "CELO", "networkId": 44787, "slip44": 1, + "status": "deprecated", "nativeCurrency": { "name": "CELO", "symbol": "CELO", diff --git a/_data/chains/eip155-4646.json b/_data/chains/eip155-4646.json index 06edda9f947e..ba176c9706bd 100644 --- a/_data/chains/eip155-4646.json +++ b/_data/chains/eip155-4646.json @@ -1,15 +1,16 @@ { - "name": "MST Chain", - "title": "MST Chain", + "name": "MST Mainnet", "chain": "MST", "rpc": [ "https://mariorpc.mstblockchain.com", - "https://craftrpc.mstblockchain.com" + "https://craftrpc.mstblockchain.com", + "wss://mariorpc.mstblockchain.com", + "wss://craftrpc.mstblockchain.com" ], "faucets": [], "nativeCurrency": { - "name": "MST", - "symbol": "MST", + "name": "MST Native Coin", + "symbol": "MSTC", "decimals": 18 }, "infoURL": "https://mstblockchain.com", @@ -20,7 +21,7 @@ "icon": "mst", "explorers": [ { - "name": "MST Mainnet Scan", + "name": "mstscan", "url": "https://mstscan.com", "standard": "EIP3091" } diff --git a/_data/chains/eip155-484.json b/_data/chains/eip155-484.json new file mode 100644 index 000000000000..5b94726e94b9 --- /dev/null +++ b/_data/chains/eip155-484.json @@ -0,0 +1,26 @@ +{ + "name": "Camp Network Mainnet", + "chain": "CAMP", + "icon": "camp", + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "rpc": ["https://rpc.camp.raas.gelato.cloud"], + "faucets": [], + "nativeCurrency": { + "name": "Camp", + "symbol": "CAMP", + "decimals": 18 + }, + "infoURL": "https://docs.campnetwork.xyz", + "shortName": "CampMainnet", + "chainId": 484, + "networkId": 484, + "slip44": 1, + "explorers": [ + { + "name": "blockscout", + "url": "https://camp.cloud.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-490000.json b/_data/chains/eip155-490000.json index 0ea78f533ad1..8fd1b75ce017 100644 --- a/_data/chains/eip155-490000.json +++ b/_data/chains/eip155-490000.json @@ -2,6 +2,7 @@ "name": "Autonomys Taurus Testnet", "chain": "autonomys-taurus-testnet", "rpc": ["https://auto-evm.taurus.autonomys.xyz/ws"], + "status": "deprecated", "icon": "autonomys", "faucets": [], "nativeCurrency": { @@ -11,15 +12,8 @@ }, "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://www.autonomys.xyz", - "shortName": "ATN", + "shortName": "ATN-deprecated", "chainId": 490000, "networkId": 490000, - "explorers": [ - { - "name": "Autonomys Taurus Testnet Explorer", - "url": "https://blockscout.taurus.autonomys.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-5031.json b/_data/chains/eip155-5031.json new file mode 100644 index 000000000000..3b74c9d91483 --- /dev/null +++ b/_data/chains/eip155-5031.json @@ -0,0 +1,23 @@ +{ + "name": "Somnia Mainnet", + "chain": "Somnia", + "rpc": ["https://api.infra.mainnet.somnia.network"], + "faucets": [], + "nativeCurrency": { + "name": "Somnia Mainnet", + "symbol": "SOMI", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://somnia.network", + "shortName": "SomniaMainnet", + "chainId": 5031, + "networkId": 5031, + "explorers": [ + { + "name": "Somnia Mainnet", + "url": "https://mainnet.somnia.w3us.site", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-5042002.json b/_data/chains/eip155-5042002.json new file mode 100644 index 000000000000..6e7c834c4168 --- /dev/null +++ b/_data/chains/eip155-5042002.json @@ -0,0 +1,30 @@ +{ + "name": "Arc Network Testnet", + "chain": "Arc Network", + "icon": "arcnetwork", + "rpc": [ + "https://rpc.testnet.arc.network", + "wss://rpc.testnet.arc.network", + "https://rpc.quicknode.testnet.arc.network", + "wss://rpc.quicknode.testnet.arc.network", + "https://rpc.blockdaemon.testnet.arc.network" + ], + "faucets": ["https://faucet.circle.com/"], + "nativeCurrency": { + "name": "USDC", + "symbol": "USDC", + "decimals": 18 + }, + "infoURL": "https://arc.network", + "shortName": "arc-testnet", + "chainId": 5042002, + "networkId": 5042002, + "slip44": 1, + "explorers": [ + { + "name": "Arcscan", + "url": "https://testnet.arcscan.app", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-510.json b/_data/chains/eip155-510.json index 06185c1b91a4..ce35369c8a96 100644 --- a/_data/chains/eip155-510.json +++ b/_data/chains/eip155-510.json @@ -1,18 +1,29 @@ { - "name": "Syndicate Chain", - "title": "Syndicate Chain", + "name": "Syndicate Mainnet", "chain": "Syndicate", - "rpc": ["https://rpc-mainnet.syndicate.io"], - "faucets": [], - "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", - "decimals": 18 - }, + "shortName": "syndicate", "infoURL": "https://syndicate.io", - "shortName": "syndicate-chain-mainnet", + "icon": "syndicate", + "status": "active", "chainId": 510, "networkId": 510, - "status": "incubating", - "icon": "syndicate" + "nativeCurrency": { + "name": "Syndicate", + "symbol": "SYND", + "decimals": 18 + }, + "rpc": ["https://rpc.syndicate.io"], + "faucets": [], + "explorers": [ + { + "name": "Syndicate Explorer", + "url": "https://explorer.syndicate.io", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] + } } diff --git a/_data/chains/eip155-5318007.json b/_data/chains/eip155-5318007.json new file mode 100644 index 000000000000..d4302e0c2e0f --- /dev/null +++ b/_data/chains/eip155-5318007.json @@ -0,0 +1,27 @@ +{ + "name": "Reactive Lasna", + "title": "Reactive Network Testnet Lasna", + "chain": "REACT", + "rpc": ["https://lasna-rpc.rnk.dev"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [ + "https://dev.reactive.network/reactive-mainnet#get-testnet-react" + ], + "nativeCurrency": { + "name": "Lasna React", + "symbol": "lREACT", + "decimals": 18 + }, + "infoURL": "https://reactive.network", + "shortName": "lreact", + "icon": "reactive", + "chainId": 5318007, + "networkId": 5318007, + "explorers": [ + { + "name": "Reactscan", + "url": "https://lasna.reactscan.net", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-5464.json b/_data/chains/eip155-5464.json index cbea8a5dcccd..8069a53b0f8d 100644 --- a/_data/chains/eip155-5464.json +++ b/_data/chains/eip155-5464.json @@ -1,7 +1,7 @@ { - "name": "Saga", - "chain": "SAGA", - "rpc": ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"], + "name": "SagaEVM", + "chain": "SagaEVM", + "rpc": ["https://sagaevm.jsonrpc.sagarpc.io"], "faucets": [], "nativeCurrency": { "name": "gas", @@ -17,14 +17,14 @@ } ], "infoURL": "https://www.saga.xyz", - "shortName": "saga", + "shortName": "sagaevm", "chainId": 5464, "networkId": 5464, - "icon": "saga", + "icon": "sagaevm", "explorers": [ { "name": "blockscout", - "url": "https://sagaevm-5464-1.sagaexplorer.io", + "url": "https://sagaevm.sagaexplorer.io", "icon": "blockscout", "standard": "EIP3091" } diff --git a/_data/chains/eip155-5678.json b/_data/chains/eip155-5678.json index 044ce7a6feb1..8bec1515663b 100644 --- a/_data/chains/eip155-5678.json +++ b/_data/chains/eip155-5678.json @@ -2,8 +2,8 @@ "name": "Tanssi Demo", "chain": "TANGO", "rpc": [ - "https://dancelight-2001.tanssi-api.network", - "wss://dancelight-2001.tanssi-api.network" + "https://services.tanssi-testnet.network/dancelight-2001", + "wss://services.tanssi-testnet.network/dancelight-2001" ], "faucets": ["https://apps.tanssi.network/demo"], "nativeCurrency": { @@ -11,7 +11,7 @@ "symbol": "TANGO", "decimals": 18 }, - "infoURL": "https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain", + "infoURL": "https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/", "shortName": "tango", "chainId": 5678, "networkId": 5678, 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-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-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-65000000.json b/_data/chains/eip155-65000000.json new file mode 100644 index 000000000000..ebb696643230 --- /dev/null +++ b/_data/chains/eip155-65000000.json @@ -0,0 +1,31 @@ +{ + "name": "Autonity Mainnet", + "chain": "AUT", + "rpc": [ + "https://rpc.autonity-apis.com", + "wss://rpc.autonity-apis.com", + "https://autonity.rpc.web3cdn.network", + "wss://autonity.rpc.web3cdn.network", + "https://autonity.rpc.subquery.network/public", + "wss://autonity.rpc.subquery.network/public" + ], + "faucets": [], + "nativeCurrency": { + "name": "Auton", + "symbol": "ATN", + "decimals": 18 + }, + "infoURL": "https://autonity.org/", + "shortName": "aut", + "chainId": 65000000, + "networkId": 65000000, + "slip44": 1, + "icon": "autonity", + "explorers": [ + { + "name": "autonityscan", + "url": "https://autonityscan.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-65100004.json b/_data/chains/eip155-65100004.json index b627f7aba11f..c8264ee577e6 100644 --- a/_data/chains/eip155-65100004.json +++ b/_data/chains/eip155-65100004.json @@ -1,13 +1,8 @@ { "name": "Autonity Piccadilly (Tiber) Testnet", + "status": "deprecated", "chain": "AUT", - "rpc": [ - "https://autonity.rpc.web3cdn.network/testnet", - "wss://autonity.rpc.web3cdn.network/testnet/ws", - "https://autonity-piccadilly.rpc.subquery.network/public", - "https://piccadilly.autonity-apis.com", - "wss://piccadilly-ws.autonity-apis.com" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Piccadilly Auton", @@ -20,11 +15,5 @@ "networkId": 65100004, "slip44": 1, "icon": "autonity", - "explorers": [ - { - "name": "autonity-blockscout", - "url": "https://piccadilly.autonity.org", - "standard": "EIP3091" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-65450.json b/_data/chains/eip155-65450.json index ac57469cb57e..fe3f784a2951 100644 --- a/_data/chains/eip155-65450.json +++ b/_data/chains/eip155-65450.json @@ -18,6 +18,11 @@ "name": "Scolscan Explorer", "url": "https://explorer.scolcoin.com", "standard": "EIP3091" + }, + { + "name": "Scolcoin Explorer", + "url": "https://explorador.scolcoin.com", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-680.json b/_data/chains/eip155-680.json new file mode 100644 index 000000000000..9f960a779a1d --- /dev/null +++ b/_data/chains/eip155-680.json @@ -0,0 +1,21 @@ +{ + "name": "Jasmy Chain", + "chain": "Jasmy Chain", + "rpc": ["https://rpc.jasmychain.io", "wss://rpc.jasmychain.io"], + "faucets": [], + "nativeCurrency": { + "name": "JasmyCoin", + "symbol": "JASMY", + "decimals": 18 + }, + "infoURL": "https://jasmychain.io", + "shortName": "jasmychain", + "chainId": 680, + "networkId": 680, + "explorers": [], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [] + } +} diff --git a/_data/chains/eip155-681.json b/_data/chains/eip155-681.json new file mode 100644 index 000000000000..0bcb591d6030 --- /dev/null +++ b/_data/chains/eip155-681.json @@ -0,0 +1,24 @@ +{ + "name": "Jasmy Chain Testnet", + "chain": "Jasmy Chain Testnet", + "rpc": [ + "https://rpc_testnet.jasmychain.io", + "wss://rpc_testnet.jasmychain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "JasmyCoin", + "symbol": "JASMY", + "decimals": 18 + }, + "infoURL": "https://jasmychain.io", + "shortName": "jasmychain_testnet", + "chainId": 681, + "networkId": 681, + "explorers": [], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [] + } +} diff --git a/_data/chains/eip155-68414.json b/_data/chains/eip155-68414.json new file mode 100644 index 000000000000..3d34c77b3a24 --- /dev/null +++ b/_data/chains/eip155-68414.json @@ -0,0 +1,29 @@ +{ + "name": "Henesys", + "chain": "Henesys", + "rpc": ["https://henesys-rpc.msu.io"], + "faucets": [], + "nativeCurrency": { + "name": "NEXPACE", + "symbol": "NXPC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://nexpace.io", + "shortName": "nxpc", + "chainId": 68414, + "networkId": 68414, + "icon": "nexpace", + "explorers": [ + { + "name": "Xangle MSU Explorer", + "url": "https://msu-explorer.xangle.io", + "standard": "EIP3091" + }, + { + "name": "Avalanche Explorer", + "url": "https://subnets.avax.network/henesys", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6913.json b/_data/chains/eip155-6913.json new file mode 100644 index 000000000000..5da9cc5bd65e --- /dev/null +++ b/_data/chains/eip155-6913.json @@ -0,0 +1,34 @@ +{ + "name": "billions-testnet", + "title": "billions-testnet", + "chain": "billions-testnet", + "rpc": ["https://billions-testnet-rpc.eu-north-2.gateway.fm"], + "features": [{ "name": "EIP155" }], + "faucets": ["https://billions-testnet-faucet.eu-north-2.gateway.fm"], + "status": "active", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://billions.network", + "shortName": "billionstest", + "chainId": 6913, + "networkId": 6913, + "icon": "billions", + "explorers": [ + { + "name": "Billions Testnet Explorer", + "url": "https://billions-testnet-blockscout.eu-north-2.gateway.fm", + "icon": "billions", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { "url": "https://billions-testnet-bridge.eu-north-2.gateway.fm" } + ] + } +} diff --git a/_data/chains/eip155-6934.json b/_data/chains/eip155-6934.json index 6c1f9983f6ca..af1508aedada 100644 --- a/_data/chains/eip155-6934.json +++ b/_data/chains/eip155-6934.json @@ -2,16 +2,18 @@ "name": "Xylume TestNet", "chain": "XYL", "rpc": ["https://xylume-testnet.sparked.network/rpc/"], - "faucets": ["https://debxylen.github.io/Xylume_TestNet/faucet.html"], + "faucets": ["https://xylume-faucet.vercel.app/"], "nativeCurrency": { "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-7336.json b/_data/chains/eip155-7336.json new file mode 100644 index 000000000000..e986a9a96114 --- /dev/null +++ b/_data/chains/eip155-7336.json @@ -0,0 +1,24 @@ +{ + "name": "Pruv Testnet", + "chain": "PRUV Testnet", + "icon": "pruv", + "rpc": ["https://rpc.testnet.pruv.network", "wss://rpc.testnet.pruv.network"], + "faucets": ["https://faucet.testnet.pruv.network"], + "nativeCurrency": { + "name": "Pruv", + "symbol": "PRUV", + "decimals": 18 + }, + "infoURL": "https://pruv.gitbook.io/pruv-network/", + "shortName": "pruvtestnet", + "chainId": 7336, + "networkId": 7336, + "explorers": [ + { + "name": "Pruv Testnet Explorer", + "url": "https://explorer.testnet.pruv.network", + "icon": "pruv", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-7337.json b/_data/chains/eip155-7337.json new file mode 100644 index 000000000000..063319da42c3 --- /dev/null +++ b/_data/chains/eip155-7337.json @@ -0,0 +1,24 @@ +{ + "name": "Pruv Mainnet", + "chain": "PRUV Mainnet", + "icon": "pruv", + "rpc": ["https://rpc.pruv.network", "wss://rpc.pruv.network"], + "faucets": [], + "nativeCurrency": { + "name": "Pruv", + "symbol": "PRUV", + "decimals": 18 + }, + "infoURL": "https://pruv.gitbook.io/pruv-network/", + "shortName": "pruvmainnet", + "chainId": 7337, + "networkId": 7337, + "explorers": [ + { + "name": "Pruv Explorer", + "url": "https://explorer.pruv.network", + "icon": "pruv", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-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-8700.json b/_data/chains/eip155-8700.json new file mode 100644 index 000000000000..2042f9acea3a --- /dev/null +++ b/_data/chains/eip155-8700.json @@ -0,0 +1,25 @@ +{ + "name": "Autonomys Chronos Testnet", + "chain": "autonomys-chronos-testnet", + "rpc": ["https://auto-evm.chronos.autonomys.xyz/ws"], + "icon": "autonomys", + "faucets": [], + "nativeCurrency": { + "decimals": 18, + "name": "AI3", + "symbol": "AI3" + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.autonomys.xyz", + "shortName": "ATN", + "chainId": 8700, + "networkId": 8700, + "explorers": [ + { + "name": "Autonomys Chronos EVM Testnet Explorer", + "url": "https://explorer.auto-evm.chronos.autonomys.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-88688.json b/_data/chains/eip155-88688.json new file mode 100644 index 000000000000..20a062e4769b --- /dev/null +++ b/_data/chains/eip155-88688.json @@ -0,0 +1,16 @@ +{ + "name": "Cycle Network Mainnet Frigate", + "chain": "ETH", + "rpc": ["https://frigate-rpc-mainnet.cyclenetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.cyclenetwork.io/", + "shortName": "cyclef", + "chainId": 88688, + "networkId": 88688, + "icon": "cycle" +} diff --git a/_data/chains/eip155-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-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/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/arcnetwork.json b/_data/icons/arcnetwork.json new file mode 100644 index 000000000000..dc99192d4cb9 --- /dev/null +++ b/_data/icons/arcnetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiddgoql2bcngs3bcuxobz5hkjjbhvwxvqrdagqytdnfmmawnmfhta", + "width": 1000, + "height": 1000, + "format": "png" + } +] diff --git a/_data/icons/ark.json b/_data/icons/ark.json new file mode 100644 index 000000000000..a3ce1c45ce39 --- /dev/null +++ b/_data/icons/ark.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreia6szwv32h5g5nmdk6dusypjvgo5cjochtulrg3zfwqd2bwyctevi", + "width": 512, + "height": 512, + "format": "svg" + } +] diff --git a/_data/icons/billions.json b/_data/icons/billions.json new file mode 100644 index 000000000000..8643634714c8 --- /dev/null +++ b/_data/icons/billions.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihy2skjw4kedeokhsqlyipgy2gm63hfsxmenfyldejad5au4wdrjy", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/denergy.json b/_data/icons/denergy.json new file mode 100644 index 000000000000..f19fab47768e --- /dev/null +++ b/_data/icons/denergy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdZMYDb12zN4ErNoSob7yotqqQBMobCDbhumMY3DV1kG1", + "width": 512, + "height": 503, + "format": "png" + } +] diff --git a/_data/icons/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/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/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/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/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/nexpace.json b/_data/icons/nexpace.json new file mode 100644 index 000000000000..a14a6f16b096 --- /dev/null +++ b/_data/icons/nexpace.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiacfidhalwauvrdvlgtn2zs3ijdvqh56audxwoljxuaoqn3vmq5vq", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/nitrograph.json b/_data/icons/nitrograph.json new file mode 100644 index 000000000000..7cd591b1ab8a --- /dev/null +++ b/_data/icons/nitrograph.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy", + "width": 474, + "height": 474, + "format": "png" + } +] diff --git a/_data/icons/nom.json b/_data/icons/nom.json new file mode 100644 index 000000000000..3c33b19ac105 --- /dev/null +++ b/_data/icons/nom.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVfJBGe7JpKJhG8hrSMU42RxhCSQ3ga3NSArA9vEFqF4C", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/potos.json b/_data/icons/potos.json new file mode 100644 index 000000000000..c33412a19f1d --- /dev/null +++ b/_data/icons/potos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreididbxq2gx64fctdjfdyu727hmjauoqpqqtdbwqg5ge4yu2mcrw7a", + "width": 1160, + "height": 1160, + "format": "png" + } +] diff --git a/_data/icons/pruv.json b/_data/icons/pruv.json new file mode 100644 index 000000000000..fed3794811eb --- /dev/null +++ b/_data/icons/pruv.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSFDZ7UvHHr6BFfggAUNfibzKRHW7vaTHgoE326uUDgXj", + "width": 1219, + "height": 651, + "format": "png" + } +] diff --git a/_data/icons/quai.json b/_data/icons/quai.json new file mode 100644 index 000000000000..10790f3ffa04 --- /dev/null +++ b/_data/icons/quai.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm", + "width": 500, + "height": 500, + "format": "svg" + } +] diff --git a/_data/icons/reactive.json b/_data/icons/reactive.json index 5bbbeab5450f..317aef274f4f 100644 --- a/_data/icons/reactive.json +++ b/_data/icons/reactive.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://bafkreih2sitkbspgnboiwga7k4zwz22h4u3qqpswxdr3miqtdwuovw2cte", + "url": "ipfs://QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B", "width": 320, "height": 320, "format": "png" diff --git a/_data/icons/redmansion.json b/_data/icons/redmansion.json new file mode 100644 index 000000000000..4e66f5c0352c --- /dev/null +++ b/_data/icons/redmansion.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmd49EoSchLo4LbHvdmAx6cFcL4gLgo7hzDyUjB1hPrTTP", + "width": 150, + "height": 150, + "format": "png" + } +] diff --git a/_data/icons/saga.json b/_data/icons/sagaevm.json similarity index 100% rename from _data/icons/saga.json rename to _data/icons/sagaevm.json diff --git a/_data/icons/silentdata-testnet.json b/_data/icons/silentdata-testnet.json new file mode 100644 index 000000000000..203294369448 --- /dev/null +++ b/_data/icons/silentdata-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/silentdata.json b/_data/icons/silentdata.json new file mode 100644 index 000000000000..3728c7e3ad09 --- /dev/null +++ b/_data/icons/silentdata.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/spld-testnet.json b/_data/icons/spld-testnet.json new file mode 100644 index 000000000000..ca0a770028e4 --- /dev/null +++ b/_data/icons/spld-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/splendor.json b/_data/icons/splendor.json new file mode 100644 index 000000000000..ca0a770028e4 --- /dev/null +++ b/_data/icons/splendor.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/xylume-testnet.json b/_data/icons/xylume-testnet.json index b1567aa9a68c..94864d74a0ff 100644 --- a/_data/icons/xylume-testnet.json +++ b/_data/icons/xylume-testnet.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmRk9t6g5otTX6XcQjvFwsfzn2KjZwbstptH9C7uG2kVdD", - "width": 500, - "height": 500, + "url": "ipfs://QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF", + "width": 1024, + "height": 1024, "format": "png" } ] diff --git a/_data/iconsDownload/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/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/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym b/_data/iconsDownload/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym new file mode 100644 index 000000000000..d61b2158e9f6 Binary files /dev/null and b/_data/iconsDownload/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym differ diff --git a/_data/iconsDownload/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/build.gradle b/build.gradle index c599c518ccce..1fdae346b948 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.52.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0' } } diff --git a/processor/build.gradle b/processor/build.gradle index 4b2f9f19bc6d..daf38580d0c3 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.beust:klaxon:5.6' implementation 'com.squareup.moshi:moshi:1.15.2' - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.0' implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.12.0" implementation "com.twelvemonkeys.imageio:imageio-batik:3.12.0"