From 49445d449db731f907efe3983b30bd5432fa2d9a Mon Sep 17 00:00:00 2001 From: Coderdan Date: Thu, 31 Oct 2024 01:04:43 +0800 Subject: [PATCH 01/12] Update Geist Mainnet status and info (#6104) * add Geist and Polter testnet (initial commit) * change name * chore: add RPC and explorer * chore: update Geist Mainnet --------- Co-authored-by: ligi --- _data/chains/eip155-63157.json | 14 ++++++++++---- _data/chains/eip155-631571.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-63157.json b/_data/chains/eip155-63157.json index 115212e18b86..ddcf133f688f 100644 --- a/_data/chains/eip155-63157.json +++ b/_data/chains/eip155-63157.json @@ -1,7 +1,7 @@ { "name": "Geist Mainnet", "chain": "Geist", - "rpc": [], + "rpc": ["https://geist-mainnet.g.alchemy.com/public"], "faucets": [], "nativeCurrency": { "name": "Aavegotchi GHST Token", @@ -10,10 +10,16 @@ }, "features": [], "infoURL": "https://playongeist.com", - "shortName": "Geist", + "shortName": "geist", "chainId": 63157, "networkId": 63157, - "status": "incubating", + "status": "active", "icon": "geist", - "explorers": [] + "explorers": [ + { + "name": "Geist Explorer", + "url": "https://geist-mainnet.explorer.alchemy.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-631571.json b/_data/chains/eip155-631571.json index cb177d6e019e..a8e4a94b0229 100644 --- a/_data/chains/eip155-631571.json +++ b/_data/chains/eip155-631571.json @@ -13,7 +13,7 @@ "shortName": "poltergeist", "chainId": 631571, "networkId": 631571, - "status": "incubating", + "status": "active", "icon": "polterGeist", "explorers": [ { From 88a6df5032fca40fa6a48353fa6f943c92d1846c Mon Sep 17 00:00:00 2001 From: Joshua Dechant Date: Wed, 30 Oct 2024 13:06:14 -0400 Subject: [PATCH 02/12] add flame chains (#6103) --- _data/chains/eip155-16604737732183.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-253368190.json | 25 +++++++++++++++++++++++++ _data/icons/flame.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-16604737732183.json create mode 100644 _data/chains/eip155-253368190.json create mode 100644 _data/icons/flame.json diff --git a/_data/chains/eip155-16604737732183.json b/_data/chains/eip155-16604737732183.json new file mode 100644 index 000000000000..4a34a74a78f6 --- /dev/null +++ b/_data/chains/eip155-16604737732183.json @@ -0,0 +1,25 @@ +{ + "name": "Flame Testnet", + "chain": "Flame", + "rpc": ["https://rpc.flame.dawn-1.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame-testnet", + "chainId": 16604737732183, + "networkId": 16604737732183, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.dawn-1.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-253368190.json b/_data/chains/eip155-253368190.json new file mode 100644 index 000000000000..123e92d0c75e --- /dev/null +++ b/_data/chains/eip155-253368190.json @@ -0,0 +1,25 @@ +{ + "name": "Flame", + "chain": "Flame", + "rpc": ["https://rpc.flame.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame", + "chainId": 253368190, + "networkId": 253368190, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/flame.json b/_data/icons/flame.json new file mode 100644 index 000000000000..fe74d537d524 --- /dev/null +++ b/_data/icons/flame.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw", + "width": 256, + "height": 256, + "format": "png" + } +] From cb2f9b4fbe47d3ed7795035f610c917a865642eb Mon Sep 17 00:00:00 2001 From: Oleg Nikonychev Date: Thu, 31 Oct 2024 02:25:05 +0400 Subject: [PATCH 03/12] Add Nibiru Mainnet (#6101) --- _data/chains/eip155-6900.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _data/chains/eip155-6900.json diff --git a/_data/chains/eip155-6900.json b/_data/chains/eip155-6900.json new file mode 100644 index 000000000000..a42000eeac4f --- /dev/null +++ b/_data/chains/eip155-6900.json @@ -0,0 +1,17 @@ +{ + "name": "Nibiru Mainnet", + "chain": "Nibiru", + "rpc": ["https://evm-rpc.nibiru.fi"], + "faucets": [], + "nativeCurrency": { + "name": "NIBI", + "symbol": "NIBI", + "decimals": 18 + }, + "infoURL": "https://nibiru.fi", + "shortName": "cataclysm-1", + "chainId": 6900, + "networkId": 6900, + "icon": "nibiru", + "explorers": [] +} From a7cc5e30a180afb36d6635e019cd20f7a3b5c124 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:31:14 +0300 Subject: [PATCH 04/12] feat: coinweb integration (#6100) * feat: coinweb integration * chore: formating * chore: formating * chore: formating * fix: slashes * fix: title and name * fix: chain and short names --------- Co-authored-by: ligi --- _data/chains/eip155-2222222.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-2222222.json diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json new file mode 100644 index 000000000000..d08836f1bd14 --- /dev/null +++ b/_data/chains/eip155-2222222.json @@ -0,0 +1,24 @@ +{ + "name": "Coinweb BNB shard", + "title": "Coinweb BNB shard", + "chain": "CWEB BNB", + "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], + "faucets": [], + "nativeCurrency": { + "name": "CWEB", + "symbol": "CWEB", + "decimals": 18 + }, + "infoURL": "https://coinweb.io", + "shortName": "cweb-bnb", + "chainId": 2222222, + "networkId": 2222222, + "slip44": 1, + "explorers": [ + { + "name": "Coinweb block explorer", + "url": "https://explorer.coinweb.io", + "standard": "none" + } + ] +} From 6818f910e2336132de579b75a24434d857221a30 Mon Sep 17 00:00:00 2001 From: Igor Sobolev <44194758+sobolev-igor@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:38:04 +0200 Subject: [PATCH 05/12] Add ZERO Network (#6095) * Add ZERO Network * Remove slip44 param * Add features param --------- Co-authored-by: ligi --- _data/chains/eip155-543210.json | 29 +++++++++++++++++++++++++++++ _data/icons/zero.json | 8 ++++++++ 2 files changed, 37 insertions(+) create mode 100644 _data/chains/eip155-543210.json create mode 100644 _data/icons/zero.json diff --git a/_data/chains/eip155-543210.json b/_data/chains/eip155-543210.json new file mode 100644 index 000000000000..f7c1f6cd0461 --- /dev/null +++ b/_data/chains/eip155-543210.json @@ -0,0 +1,29 @@ +{ + "name": "ZERO Network", + "chain": "ZERONetwork", + "icon": "zero", + "rpc": ["https://rpc.zerion.io/v1/zero"], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.zero.network" }] + }, + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.zero.network", + "shortName": "zero-network", + "chainId": 543210, + "networkId": 543210, + "explorers": [ + { + "name": "ZERO Network Explorer", + "url": "https://explorer.zero.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/zero.json b/_data/icons/zero.json new file mode 100644 index 000000000000..6bc82f5eac80 --- /dev/null +++ b/_data/icons/zero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X", + "width": 144, + "height": 144, + "format": "png" + } +] From 2ffa57eba4721a0cafc43ec28781594b95d794f1 Mon Sep 17 00:00:00 2001 From: zem007 <34219169+zem007@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:40:59 +0800 Subject: [PATCH 06/12] add new morph mainnet RPC (#6094) Co-authored-by: ligi --- _data/chains/eip155-2818.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-2818.json b/_data/chains/eip155-2818.json index df6f6b04939f..b5476dd6c3ae 100644 --- a/_data/chains/eip155-2818.json +++ b/_data/chains/eip155-2818.json @@ -2,7 +2,12 @@ "name": "Morph", "title": "Morph Mainnet", "chain": "ETH", - "rpc": ["https://rpc.morphl2.io", "wss://rpc.morphl2.io:8443"], + "rpc": [ + "https://rpc.morphl2.io", + "wss://rpc.morphl2.io:8443", + "https://rpc-quicknode.morphl2.io", + "wss://rpc-quicknode.morphl2.io" + ], "faucets": [], "nativeCurrency": { "name": "Ether", From df0d2ad7c91bc86ca86d5198ef85519e337e6707 Mon Sep 17 00:00:00 2001 From: Modenero Date: Thu, 31 Oct 2024 04:28:31 -0400 Subject: [PATCH 07/12] Add Nxy Mainnet (The Oasis) + Testnet (Area 51) to Chainlist. (#6108) Co-authored-by: Ava's DAO contributors --- _data/chains/eip155-272247.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-272520.json | 25 +++++++++++++++++++++++++ _data/icons/nxy.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-272247.json create mode 100644 _data/chains/eip155-272520.json create mode 100644 _data/icons/nxy.json diff --git a/_data/chains/eip155-272247.json b/_data/chains/eip155-272247.json new file mode 100644 index 000000000000..d42115935e4a --- /dev/null +++ b/_data/chains/eip155-272247.json @@ -0,0 +1,25 @@ +{ + "name": "Nxy Area 51", + "chain": "NXY", + "rpc": ["https://nxy.social/testnet"], + "faucets": [], + "nativeCurrency": { + "name": "Nxy", + "symbol": "NXY", + "decimals": 18 + }, + "infoURL": "https://nxy.social/l1", + "shortName": "nxytest", + "chainId": 272247, + "networkId": 272247, + "slip44": 272247, + "icon": "nxy", + "explorers": [ + { + "name": "Nxy Explorer", + "url": "https://explorer.nxy.social", + "standard": "none", + "icon": "nxy" + } + ] +} diff --git a/_data/chains/eip155-272520.json b/_data/chains/eip155-272520.json new file mode 100644 index 000000000000..238048a92052 --- /dev/null +++ b/_data/chains/eip155-272520.json @@ -0,0 +1,25 @@ +{ + "name": "Nxy Oasis", + "chain": "NXY", + "rpc": ["https://nxy.social/mainnet"], + "faucets": [], + "nativeCurrency": { + "name": "Nxy", + "symbol": "NXY", + "decimals": 18 + }, + "infoURL": "https://nxy.social/l1", + "shortName": "nxy", + "chainId": 272520, + "networkId": 272520, + "slip44": 272520, + "icon": "nxy", + "explorers": [ + { + "name": "Nxy Explorer", + "url": "https://explorer.nxy.social", + "standard": "none", + "icon": "nxy" + } + ] +} diff --git a/_data/icons/nxy.json b/_data/icons/nxy.json new file mode 100644 index 000000000000..1fb477e36df8 --- /dev/null +++ b/_data/icons/nxy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti", + "width": 1024, + "height": 1024, + "format": "png" + } +] From 385c6c78982a4b66888c2db4762ed8172f5e27ce Mon Sep 17 00:00:00 2001 From: Abubakar Farooq <130179124+abubakarfarooq13@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:17:42 +0500 Subject: [PATCH 08/12] Add Phron Testnet to Chainlist (#6111) --- _data/chains/eip155-7744.json | 24 ++++++++++++++++++++++++ _data/icons/phron.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-7744.json create mode 100644 _data/icons/phron.json diff --git a/_data/chains/eip155-7744.json b/_data/chains/eip155-7744.json new file mode 100644 index 000000000000..62055c3bf12a --- /dev/null +++ b/_data/chains/eip155-7744.json @@ -0,0 +1,24 @@ +{ + "name": "Phron Testnet", + "chain": "PHR", + "icon": "phron", + "rpc": ["https://testnet.phron.ai", "wss://testnet.phron.ai"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://faucet.phron.ai"], + "nativeCurrency": { + "name": "Phron", + "symbol": "TPHR", + "decimals": 18 + }, + "infoURL": "https://phron.ai", + "shortName": "phr", + "chainId": 7744, + "networkId": 7744, + "explorers": [ + { + "name": "phronscan", + "url": "https://testnet.phronscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/phron.json b/_data/icons/phron.json new file mode 100644 index 000000000000..787f0989987c --- /dev/null +++ b/_data/icons/phron.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY", + "width": 129, + "height": 129, + "format": "png" + } +] From 32fcad30af7c43fad0b71ff01f686e1c56576a66 Mon Sep 17 00:00:00 2001 From: slabs-eric Date: Thu, 31 Oct 2024 18:45:12 +0900 Subject: [PATCH 09/12] Add Xphere testnet (#6113) * Add Xphere testnet * Add Xphere icon * modify eip155-1998991.json * modify eip155-1998991.json, xphere.json --------- Co-authored-by: slabs_hw Co-authored-by: ligi --- _data/chains/eip155-1998991.json | 22 ++++++++++++++++++++++ _data/icons/xphere.json | 8 ++++++++ 2 files changed, 30 insertions(+) create mode 100644 _data/chains/eip155-1998991.json create mode 100644 _data/icons/xphere.json diff --git a/_data/chains/eip155-1998991.json b/_data/chains/eip155-1998991.json new file mode 100644 index 000000000000..8aa96e3cd8a8 --- /dev/null +++ b/_data/chains/eip155-1998991.json @@ -0,0 +1,22 @@ +{ + "name": "Xphere Testnet", + "chain": "Xphere Testnet", + "icon": "xphere", + "rpc": ["http://testnet.x-phere.com"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "Xphere Testnet", + "symbol": "XPT", + "decimals": 18 + }, + "infoURL": "https://x-phere.com/", + "shortName": "xp-test", + "chainId": 1998991, + "networkId": 1998991, + "explorers": [] +} diff --git a/_data/icons/xphere.json b/_data/icons/xphere.json new file mode 100644 index 000000000000..683e62067cfa --- /dev/null +++ b/_data/icons/xphere.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq", + "width": 144, + "height": 144, + "format": "png" + } +] From a59de80af946bba784065d890778d0015158e8a5 Mon Sep 17 00:00:00 2001 From: Leo <151592921+lyl150@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:47:36 +0800 Subject: [PATCH 10/12] Update Mint Testnet Status (#6114) * Update eip155-1686.json * Update eip155-1686.json --------- Co-authored-by: ligi --- _data/chains/eip155-1686.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-1686.json b/_data/chains/eip155-1686.json index d98890d03723..7dc42bedb62d 100644 --- a/_data/chains/eip155-1686.json +++ b/_data/chains/eip155-1686.json @@ -12,6 +12,7 @@ "shortName": "minttest", "chainId": 1686, "networkId": 1686, + "status": "deprecated", "icon": "mintTestnet", "explorers": [ { From ad06b0370b6e4ae0e07369b0bd1cb5ee74602e69 Mon Sep 17 00:00:00 2001 From: zypher-kevin <163814409+zypher-kevin@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:51:17 +0800 Subject: [PATCH 11/12] Add Zytron Mainnet and Testnet (#6105) * add zytron linea mainnet and testnet * update zytron links * formating json * fix error of short name * format json --- _data/chains/eip155-19546.json | 23 +++++++++++++++++++++++ _data/chains/eip155-9901.json | 23 +++++++++++++++++++++++ _data/icons/zytron.json | 8 ++++++++ 3 files changed, 54 insertions(+) create mode 100644 _data/chains/eip155-19546.json create mode 100644 _data/chains/eip155-9901.json create mode 100644 _data/icons/zytron.json diff --git a/_data/chains/eip155-19546.json b/_data/chains/eip155-19546.json new file mode 100644 index 000000000000..dcf62e3f3ead --- /dev/null +++ b/_data/chains/eip155-19546.json @@ -0,0 +1,23 @@ +{ + "name": "Zytron Linea Testnet", + "chain": "ETH", + "icon": "zytron", + "rpc": ["https://linea-testnet-zytron.zypher.game/"], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zytron.zypher.network/", + "shortName": "zytron-linea-testnet", + "chainId": 19546, + "networkId": 19546, + "explorers": [ + { + "name": "blockscout", + "url": "https://linea-testnet-zytron-blockscout.zypher.game", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-9901.json b/_data/chains/eip155-9901.json new file mode 100644 index 000000000000..7cb64f204075 --- /dev/null +++ b/_data/chains/eip155-9901.json @@ -0,0 +1,23 @@ +{ + "name": "Zytron Linea Mainnet", + "chain": "ETH", + "icon": "zytron", + "rpc": ["https://rpc.zypher.network/"], + "faucets": [], + "nativeCurrency": { + "name": "ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zytron.zypher.network/", + "shortName": "zytron-linea", + "chainId": 9901, + "networkId": 9901, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.zypher.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/zytron.json b/_data/icons/zytron.json new file mode 100644 index 000000000000..1ad88a918945 --- /dev/null +++ b/_data/icons/zytron.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmY9cfmkCxJfPwKfCv6aF6CNiMWM5aN3jUSTf4rMfxaaJd", + "width": 180, + "height": 180, + "format": "png" + } +] From 216bfcb97d553477c5a9f055ee8aa3d28a887f5f Mon Sep 17 00:00:00 2001 From: Alex <71931113+af-afk@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:40:34 +1030 Subject: [PATCH 12/12] Add Superposition Testnet without icon (#6093) --- _data/chains/eip155-98985.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-98985.json diff --git a/_data/chains/eip155-98985.json b/_data/chains/eip155-98985.json new file mode 100644 index 000000000000..82fe613bf606 --- /dev/null +++ b/_data/chains/eip155-98985.json @@ -0,0 +1,23 @@ +{ + "name": "Superposition Testnet", + "title": "Sperposition Testnet", + "chain": "SPN", + "rpc": ["https://testnet-rpc.superposition.so"], + "faucets": ["https://faucet.superposition.so"], + "nativeCurrency": { + "name": "SPN", + "symbol": "SPN", + "decimals": 18 + }, + "infoURL": "https://superposition.so", + "shortName": "superposition-testnet", + "chainId": 98985, + "networkId": 98985, + "explorers": [ + { + "name": "Superposition Explorer", + "url": "https://testnet-explorer.superposition.so", + "standard": "EIP3091" + } + ] +}