From 0cbad79ab3be3070cf2acb6091f6bdcc7ad2b64c Mon Sep 17 00:00:00 2001 From: Serey Vathana <83801810+sereyvathanatum@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:23:00 +0700 Subject: [PATCH 01/11] Add CamDL Testnet (#4681) * add camdl testnet to chainlist * fix explorer end-slash * fix shortname duplicate * fix typo fiels shortname --- _data/chains/eip155-395.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-395.json diff --git a/_data/chains/eip155-395.json b/_data/chains/eip155-395.json new file mode 100644 index 000000000000..7913fb47eb4c --- /dev/null +++ b/_data/chains/eip155-395.json @@ -0,0 +1,25 @@ +{ + "name": "CamDL Testnet", + "chain": "CADL", + "rpc": ["https://rpc1.testnet.camdl.gov.kh/"], + "faucets": ["https://faucet.testnet.camdl.gov.kh/"], + "nativeCurrency": { + "name": "CADL", + "symbol": "CADL", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://camdl.gov.kh/", + "shortName": "camdl-testnet", + "chainId": 395, + "networkId": 395, + "icon": "camdl", + "explorers": [ + { + "name": "CamDL Testnet Explorer", + "url": "https://explorer.testnet.camdl.gov.kh", + "standard": "EIP3091" + } + ], + "status": "active" +} From 7ba157a3cdc85957027e62e7817a8240017b5cb1 Mon Sep 17 00:00:00 2001 From: RareData <44319370+RareData@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:23:27 +0400 Subject: [PATCH 02/11] Add more public Flare and Songbird RPC nodes (#4680) * Update eip155-14.json * Update eip155-19.json * Update eip155-114.json * Update eip155-16.json * Correct Songbird RPC --- _data/chains/eip155-114.json | 3 +++ _data/chains/eip155-14.json | 2 ++ _data/chains/eip155-16.json | 5 ++++- _data/chains/eip155-19.json | 3 +++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-114.json b/_data/chains/eip155-114.json index 55928c78cd20..69772494c59a 100644 --- a/_data/chains/eip155-114.json +++ b/_data/chains/eip155-114.json @@ -6,6 +6,9 @@ "https://coston2-api.flare.network/ext/C/rpc", "https://flare-testnet-coston2.rpc.thirdweb.com", "https://flaretestnet-bundler.etherspot.io", + "https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc", + "https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc", + "https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc", "https://coston2.enosys.global/ext/C/rpc" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], diff --git a/_data/chains/eip155-14.json b/_data/chains/eip155-14.json index 04164fb15d53..9cb445bc06c9 100644 --- a/_data/chains/eip155-14.json +++ b/_data/chains/eip155-14.json @@ -7,6 +7,8 @@ "https://flare.rpc.thirdweb.com", "https://flare-bundler.etherspot.io", "https://rpc.ankr.com/flare", + "https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc", + "https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc", "https://rpc.ftso.au/flare", "https://flare.enosys.global/ext/C/rpc", "https://flare.solidifi.app/ext/C/rpc" diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index 4414efcbd891..e5551b50debf 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -4,7 +4,10 @@ "icon": "coston", "rpc": [ "https://coston-api.flare.network/ext/C/rpc", - "https://flare-testnet-coston.rpc.thirdweb.com", + "https://songbird-testnet-coston.rpc.thirdweb.com", + "https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc", + "https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc", + "https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc", "https://coston.enosys.global/ext/C/rpc" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index 6607c11dc992..6cd271c45f04 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -4,6 +4,9 @@ "icon": "songbird", "rpc": [ "https://songbird-api.flare.network/ext/C/rpc", + "https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc", + "https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc", + "https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc", "https://rpc.ftso.au/songbird", "https://songbird.enosys.global/ext/C/rpc", "https://songbird.solidifi.app/ext/C/rpc" From 561d140c6cddeb6bdd9c70c8f5e78458e8facd86 Mon Sep 17 00:00:00 2001 From: veljkoTNFT <92369096+veljkoTNFT@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:34:53 +0100 Subject: [PATCH 03/11] Add support for re.al chain (#4577) * Add support for re.al chain Update data for Unreal testnet because chainId changed * deprecate old chain --- _data/chains/eip155-111188.json | 35 +++++++++++++++++++++++++++++++++ _data/chains/eip155-18231.json | 9 +++++---- _data/chains/eip155-18233.json | 34 ++++++++++++++++++++++++++++++++ _data/icons/real.json | 8 ++++++++ 4 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 _data/chains/eip155-111188.json create mode 100644 _data/chains/eip155-18233.json create mode 100644 _data/icons/real.json diff --git a/_data/chains/eip155-111188.json b/_data/chains/eip155-111188.json new file mode 100644 index 000000000000..23e1e3c19d23 --- /dev/null +++ b/_data/chains/eip155-111188.json @@ -0,0 +1,35 @@ +{ + "name": "re.al", + "title": "re.al Real-World Assets network", + "chain": "re.al", + "rpc": ["https://real.drpc.org", "wss://real.drpc.org"], + "nativeCurrency": { + "name": "re.al Ether", + "symbol": "reETH", + "decimals": 18 + }, + "infoURL": "https://re.al", + "faucets": [], + "shortName": "re-al", + "chainId": 111188, + "networkId": 111188, + "slip44": 60, + "icon": "real", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.re.al", + "icon": "real", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { "url": "https://re.al/bridge" }, + { "url": "https://bridge.gelato.network/bridge/real" } + ] + }, + "status": "incubating" +} diff --git a/_data/chains/eip155-18231.json b/_data/chains/eip155-18231.json index 908a67f23bae..00ab76131cbe 100644 --- a/_data/chains/eip155-18231.json +++ b/_data/chains/eip155-18231.json @@ -1,5 +1,5 @@ { - "name": "unreal", + "name": "unreal-old", "title": "unreal testnet for re.al", "chain": "unreal", "rpc": [ @@ -13,7 +13,7 @@ }, "infoURL": "https://raas.gelato.network/rollups/details/public/unreal", "faucets": [], - "shortName": "unreal", + "shortName": "unreal-old", "chainId": 18231, "networkId": 18231, "slip44": 60, @@ -29,6 +29,7 @@ "parent": { "type": "L2", "chain": "eip155-11155111", - "bridges": [{ "url": "https://bridge.unreal.gelato.digital" }] - } + "bridges": [] + }, + "status": "deprecated" } diff --git a/_data/chains/eip155-18233.json b/_data/chains/eip155-18233.json new file mode 100644 index 000000000000..a25bc64a96a2 --- /dev/null +++ b/_data/chains/eip155-18233.json @@ -0,0 +1,34 @@ +{ + "name": "unreal", + "title": "unreal testnet for re.al", + "chain": "unreal", + "rpc": [ + "https://rpc.unreal-orbit.gelato.digital", + "wss://ws.unreal-orbit.gelato.digital" + ], + "nativeCurrency": { + "name": "unreal Ether", + "symbol": "reETH", + "decimals": 18 + }, + "infoURL": "https://raas.gelato.network/rollups/details/public/unreal", + "faucets": [], + "shortName": "unreal", + "chainId": 18233, + "networkId": 18233, + "slip44": 60, + "icon": "unreal", + "explorers": [ + { + "name": "blockscout", + "url": "https://unreal.blockscout.com", + "icon": "unreal", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-17000", + "bridges": [{ "url": "https://bridge.gelato.network/bridge/unreal" }] + } +} diff --git a/_data/icons/real.json b/_data/icons/real.json new file mode 100644 index 000000000000..e6be1167afa4 --- /dev/null +++ b/_data/icons/real.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9", + "width": 301, + "height": 302, + "format": "png" + } +] From b7f2d090e8e70a9fe95a5fb8a3be9f0655d12e0f Mon Sep 17 00:00:00 2001 From: cryptocifer <4777457+cryptocifer@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:00:52 +0300 Subject: [PATCH 04/11] add debank chain sepolia testnet (#4668) * add debank chain sepolia testnet * update shortName * update rpc and explorer urls --- _data/chains/eip155-20240324.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-20240324.json diff --git a/_data/chains/eip155-20240324.json b/_data/chains/eip155-20240324.json new file mode 100644 index 000000000000..d669578d898e --- /dev/null +++ b/_data/chains/eip155-20240324.json @@ -0,0 +1,24 @@ +{ + "name": "DeBank Sepolia Testnet", + "chain": "DeBank", + "rpc": ["https://sepolia-rpc.testnet.debank.com"], + "faucets": [], + "icon": "debank", + "nativeCurrency": { + "name": "DeBank USD", + "symbol": "USD", + "decimals": 18 + }, + "infoURL": "https://debank.com", + "shortName": "dbkse", + "chainId": 20240324, + "networkId": 20240324, + "slip44": 1, + "explorers": [ + { + "name": "DeBank Chain Explorer", + "url": "https://sepolia-explorer.testnet.debank.com", + "standard": "EIP3091" + } + ] +} From b471a7dd19d43c88492bf8e3da6a2689e2cd2579 Mon Sep 17 00:00:00 2001 From: TaprootChain <162075552+TaprootChain@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:53:34 +0800 Subject: [PATCH 05/11] add TAPROOT Mainnet (#4578) * add TAPROOT Mainnet * modify rpc url * modify rpc url --------- Co-authored-by: ligi --- _data/chains/eip155-911.json | 25 ++++++++++++++++++ _data/icons/taproot.json | 8 ++++++ ...cqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi | Bin 0 -> 5216 bytes 3 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-911.json create mode 100644 _data/icons/taproot.json create mode 100644 _data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi diff --git a/_data/chains/eip155-911.json b/_data/chains/eip155-911.json new file mode 100644 index 000000000000..653bb461161c --- /dev/null +++ b/_data/chains/eip155-911.json @@ -0,0 +1,25 @@ +{ + "name": "TAPROOT Mainnet", + "title": "TAPROOT Mainnet", + "chain": "TAPROOT CHAIN", + "rpc": ["https://rpc.taprootchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "TBTC", + "symbol": "TBTC", + "decimals": 18 + }, + "infoURL": "https://taprootchain.io", + "shortName": "TAPROOT-Mainnet", + "chainId": 911, + "networkId": 911, + "icon": "taproot", + "explorers": [ + { + "name": "TAPROOT Scan", + "url": "https://scan.taprootchain.io", + "icon": "taproot", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/taproot.json b/_data/icons/taproot.json new file mode 100644 index 000000000000..ed9aecbdb06d --- /dev/null +++ b/_data/icons/taproot.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi", + "width": 100, + "height": 100, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi b/_data/iconsDownload/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi new file mode 100644 index 0000000000000000000000000000000000000000..b1893ea78669afe43f84bd25a6db9c6279cb2c06 GIT binary patch literal 5216 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 s!d1QKa{pgXSpn%c=$~f_h Date: Thu, 28 Mar 2024 15:08:54 +0200 Subject: [PATCH 06/11] rename of 696969 (#4656) --- _data/chains/eip155-696969.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-696969.json b/_data/chains/eip155-696969.json index 89252836d872..fc7fbe0174c1 100644 --- a/_data/chains/eip155-696969.json +++ b/_data/chains/eip155-696969.json @@ -1,15 +1,15 @@ { - "name": "Galadriel Testnet", + "name": "Galadriel Devnet", "chain": "Galadriel", - "rpc": ["https://testnet.galadriel.com"], + "rpc": ["https://devnet.galadriel.com"], "faucets": ["https://docs.galadriel.com/faucet"], "nativeCurrency": { - "name": "Galadriel Testnet token", + "name": "Galadriel Devnet token", "symbol": "GAL", "decimals": 18 }, "infoURL": "https://galadriel.com", - "shortName": "galadriel-testnet", + "shortName": "galadriel-devnet", "chainId": 696969, "networkId": 696969, "explorers": [ From 9904d1a66f53e03c674c46b4ba3e5a2843075154 Mon Sep 17 00:00:00 2001 From: Ebri Goodness <36702382+Ebrinix@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:05:48 +0100 Subject: [PATCH 07/11] Add Egochain Network (#4637) Co-authored-by: ligi --- _data/chains/eip155-5439.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-5439.json diff --git a/_data/chains/eip155-5439.json b/_data/chains/eip155-5439.json new file mode 100644 index 000000000000..1eb91ba22d6a --- /dev/null +++ b/_data/chains/eip155-5439.json @@ -0,0 +1,22 @@ +{ + "name": "Egochain", + "chainId": 5439, + "shortName": "egax", + "chain": "EGAX", + "networkId": 5439, + "nativeCurrency": { + "name": "EGAX", + "symbol": "EGAX", + "decimals": 18 + }, + "rpc": ["https://mainnet.egochain.org"], + "faucets": [], + "infoURL": "https://docs.egochain.org/", + "explorers": [ + { + "name": "egoscan", + "url": "https://egoscan.io", + "standard": "EIP3091" + } + ] +} From f696b2776dcf47ba75852b53ff961f0f05c46436 Mon Sep 17 00:00:00 2001 From: toni-dev <62844491+Toni-d-e-v@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:06:35 +0100 Subject: [PATCH 08/11] Add quantum network (#4636) * Add quantum network * Update eip155-44445.json * Update eip155-44445.json * Update quantum.json * prettier --- _data/chains/eip155-44445.json | 24 ++++++++++++++++++++++++ _data/icons/quantum.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-44445.json create mode 100644 _data/icons/quantum.json diff --git a/_data/chains/eip155-44445.json b/_data/chains/eip155-44445.json new file mode 100644 index 000000000000..be13aefb3eed --- /dev/null +++ b/_data/chains/eip155-44445.json @@ -0,0 +1,24 @@ +{ + "name": "Quantum Network", + "chain": "Quantum", + "rpc": ["https://rpcqtm.avescoin.io"], + "faucets": [], + "nativeCurrency": { + "name": "Quantum", + "symbol": "QTM", + "decimals": 18 + }, + "infoURL": "https://avescoin.io/", + "shortName": "QTM", + "chainId": 44445, + "networkId": 44445, + "icon": "quantum", + "explorers": [ + { + "name": "Quantum Explorer", + "url": "https://qtm.avescoin.io", + "icon": "quantum", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/quantum.json b/_data/icons/quantum.json new file mode 100644 index 000000000000..17eb10e6b352 --- /dev/null +++ b/_data/icons/quantum.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", + "width": 232, + "height": 232, + "format": "png" + } +] From b64e35bae6194561c42d4364bc8209d2ab0ad582 Mon Sep 17 00:00:00 2001 From: UXname Date: Thu, 28 Mar 2024 20:10:13 +0300 Subject: [PATCH 09/11] Update Santiment Network (#4563) --- _data/chains/eip155-11888.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-11888.json b/_data/chains/eip155-11888.json index c4d6ecd5f489..a8fcdb12eecf 100644 --- a/_data/chains/eip155-11888.json +++ b/_data/chains/eip155-11888.json @@ -1,11 +1,11 @@ { - "name": "SanR Chain", - "chain": "SanRChain", + "name": "Santiment Intelligence Network", + "chain": "Santiment Intelligence Network", "rpc": ["https://sanrchain-node.santiment.net"], "faucets": [], "nativeCurrency": { - "name": "nSAN", - "symbol": "nSAN", + "name": "SANR", + "symbol": "SANR", "decimals": 18 }, "infoURL": "https://sanr.app", @@ -24,8 +24,8 @@ }, "explorers": [ { - "name": "SanR Chain Explorer", - "url": "https://sanrchain-explorer.santiment.net", + "name": "Santiment Intelligence Explorer", + "url": "https://app-explorer-pos.sanr.app", "standard": "none" } ] From e96c03943bc29e62725c0100541c8f26986848f1 Mon Sep 17 00:00:00 2001 From: khemeraphan <118963057+khemeraphan@users.noreply.github.com> Date: Fri, 29 Mar 2024 06:25:07 +0530 Subject: [PATCH 10/11] add espento mainnet (#4651) Co-authored-by: Suveer Grover <119030604+GoGeek91@users.noreply.github.com> Co-authored-by: ligi --- _data/chains/eip155-9911.json | 24 ++++++++++++++++++++++++ _data/icons/espento.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-9911.json create mode 100644 _data/icons/espento.json diff --git a/_data/chains/eip155-9911.json b/_data/chains/eip155-9911.json new file mode 100644 index 000000000000..62ef74e81d72 --- /dev/null +++ b/_data/chains/eip155-9911.json @@ -0,0 +1,24 @@ +{ + "name": "Espento Mainnet", + "chain": "SPENT", + "rpc": ["https://rpc.escscan.com/"], + "faucets": [], + "nativeCurrency": { + "name": "ESPENTO", + "symbol": "SPENT", + "decimals": 18 + }, + "infoURL": "https://espento.network", + "shortName": "spent", + "chainId": 9911, + "networkId": 9911, + "icon": "espento", + "explorers": [ + { + "name": "escscan", + "url": "https://escscan.com", + "icon": "espento", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/espento.json b/_data/icons/espento.json new file mode 100644 index 000000000000..a66ac8f9d501 --- /dev/null +++ b/_data/icons/espento.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf", + "width": 335, + "height": 335, + "format": "svg" + } +] From 29929a2f7b8cf2297a2c2db4b8bf7597d47c3a5d Mon Sep 17 00:00:00 2001 From: cagacryptoAlexey <156598025+cagacryptoAlexey@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:54:52 +0200 Subject: [PATCH 11/11] CAGA Ankara testnet (#4355) * CAGA Ankara testnet * no slash * caga icon * update explorer * update * pretier --------- Co-authored-by: ligi --- _data/chains/eip155-72778.json | 26 ++++++++++++++++++++++++++ _data/icons/ankaracaga.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-72778.json create mode 100644 _data/icons/ankaracaga.json diff --git a/_data/chains/eip155-72778.json b/_data/chains/eip155-72778.json new file mode 100644 index 000000000000..a3c922684b58 --- /dev/null +++ b/_data/chains/eip155-72778.json @@ -0,0 +1,26 @@ +{ + "name": "CAGA crypto Ankara testnet", + "chain": "Ankara", + "rpc": [ + "https://www.ankara-cagacrypto.com", + "wss://wss.ankara-cagacrypto.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Caga", + "symbol": "CAGA", + "decimals": 18 + }, + "infoURL": "https://www.cagacrypto.com/", + "shortName": "caga", + "chainId": 72778, + "networkId": 72778, + "icon": "ankaracaga", + "explorers": [ + { + "name": "ankara", + "url": "https://explorer.ankara-cagacrypto.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/ankaracaga.json b/_data/icons/ankaracaga.json new file mode 100644 index 000000000000..83f69546fde2 --- /dev/null +++ b/_data/icons/ankaracaga.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ", + "width": 640, + "height": 640, + "format": "png" + } +]