From d2406c57286c99c737247e3a0a0408614ce30b6c Mon Sep 17 00:00:00 2001 From: David Drvar <119593972+ddrvar@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:22:45 +0200 Subject: [PATCH 01/10] horizen gobi testnet ankr rpc added (#3039) --- _data/chains/eip155-1663.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-1663.json b/_data/chains/eip155-1663.json index 07fb8bfa..51a78bab 100644 --- a/_data/chains/eip155-1663.json +++ b/_data/chains/eip155-1663.json @@ -3,7 +3,10 @@ "shortName": "Gobi", "chain": "Gobi", "icon": "eon", - "rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"], + "rpc": [ + "https://gobi-testnet.horizenlabs.io/ethv1", + "https://rpc.ankr.com/horizen_testnet_evm" + ], "features": [ { "name": "EIP155" From e50018bffcbbd25f03f2ce6801d957d8cc939455 Mon Sep 17 00:00:00 2001 From: Patex Ecosystem <135444029+patex-ecosystem@users.noreply.github.com> Date: Wed, 21 Jun 2023 21:27:47 +0300 Subject: [PATCH 02/10] Update Patex(chainId: 789) (#3037) * Create patex.json * update Patex(chainId: 789) --------- Co-authored-by: John-Smith-P Co-authored-by: ligi --- _data/chains/eip155-789.json | 12 +++++++++++- _data/icons/patex.json | 8 ++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 _data/icons/patex.json diff --git a/_data/chains/eip155-789.json b/_data/chains/eip155-789.json index 2809cb94..34367997 100644 --- a/_data/chains/eip155-789.json +++ b/_data/chains/eip155-789.json @@ -1,6 +1,7 @@ { "name": "Patex", "chain": "ETH", + "icon": "patex", "rpc": ["https://rpc.patex.io/"], "faucets": [], "nativeCurrency": { @@ -8,8 +9,17 @@ "symbol": "ETH", "decimals": 18 }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://patex.io/", "shortName": "peth", "chainId": 789, - "networkId": 789 + "networkId": 789, + "explorers": [ + { + "name": "patexscan", + "url": "https://patexscan.io", + "icon": "patex", + "standard": "EIP3091" + } + ] } diff --git a/_data/icons/patex.json b/_data/icons/patex.json new file mode 100644 index 00000000..e170d625 --- /dev/null +++ b/_data/icons/patex.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTNTSNn3t5WpSEzQmUYbkxYkBKaH6QahyVdVrRKyPHChr", + "width": 800, + "height": 800, + "format": "png" + } +] From da1b5ed35ec8b92c680df6d4e45dbaf978dbd8ea Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Wed, 21 Jun 2023 14:30:50 -0400 Subject: [PATCH 03/10] feat: zora network icon (#3034) * feat: zora network icon * fix: add reference to icon * refactor: update domains --- _data/chains/eip155-7777777.json | 7 ++++--- _data/icons/zora.json | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 _data/icons/zora.json diff --git a/_data/chains/eip155-7777777.json b/_data/chains/eip155-7777777.json index 9cca2659..31cb724d 100644 --- a/_data/chains/eip155-7777777.json +++ b/_data/chains/eip155-7777777.json @@ -1,21 +1,22 @@ { "name": "Zora", "chain": "ETH", - "rpc": ["https://rpc.zora.co/"], + "rpc": ["https://rpc.zora.energy/"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://zora.co", + "icon": "zora", + "infoURL": "https://zora.energy", "shortName": "zora", "chainId": 7777777, "networkId": 7777777, "explorers": [ { "name": "Zora Network Explorer", - "url": "https://explorer.zora.co", + "url": "https://explorer.zora.energy", "standard": "EIP3091" } ] diff --git a/_data/icons/zora.json b/_data/icons/zora.json new file mode 100644 index 00000000..388975c1 --- /dev/null +++ b/_data/icons/zora.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7", + "width": 2390, + "height": 2390, + "format": "png" + } +] From e0ddceba8b369ff7cb3dd48722d2af181714d703 Mon Sep 17 00:00:00 2001 From: DigDeep <38376739+DigDeepMining@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:34:42 +0100 Subject: [PATCH 04/10] Update eip155-1620.json (#3032) Updated RPC and URL from .com to .org --- _data/chains/eip155-1620.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1620.json b/_data/chains/eip155-1620.json index fdb0d918..fd6d4656 100644 --- a/_data/chains/eip155-1620.json +++ b/_data/chains/eip155-1620.json @@ -1,14 +1,14 @@ { "name": "Atheios", "chain": "ATH", - "rpc": ["https://wallet.atheios.com:8797"], + "rpc": ["https://rpc.atheios.org/"], "faucets": [], "nativeCurrency": { "name": "Atheios Ether", "symbol": "ATH", "decimals": 18 }, - "infoURL": "https://atheios.com", + "infoURL": "https://atheios.org", "shortName": "ath", "chainId": 1620, "networkId": 11235813, From 168ff88295830ada21c45d828a6551bf57861568 Mon Sep 17 00:00:00 2001 From: JackL111 <132984380+JackL111@users.noreply.github.com> Date: Thu, 22 Jun 2023 02:37:26 +0800 Subject: [PATCH 05/10] add brcchain mainnet (#3028) * add brcchain mainnet * run the prettier to format json and resolve ipfs icon * add brcchain mainnet --- _data/chains/eip155-12123.json | 23 +++++++++++++++++++++++ _data/icons/brcchain.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-12123.json create mode 100644 _data/icons/brcchain.json diff --git a/_data/chains/eip155-12123.json b/_data/chains/eip155-12123.json new file mode 100644 index 00000000..118cca15 --- /dev/null +++ b/_data/chains/eip155-12123.json @@ -0,0 +1,23 @@ +{ + "name": "BRC Chain Mainnet", + "chain": "BRC", + "rpc": ["https://rpc.brcchain.io"], + "faucets": ["https://faucet.brcchain.io"], + "nativeCurrency": { + "name": "BRC Chain mainnet native token", + "symbol": "BRC", + "decimals": 18 + }, + "infoURL": "https://bridge.brcchain.io", + "shortName": "BRC", + "chainId": 12123, + "networkId": 12123, + "icon": "brcchain", + "explorers": [ + { + "name": "BRC Chain Explorer", + "url": "https://scan.brcchain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/brcchain.json b/_data/icons/brcchain.json new file mode 100644 index 00000000..16c54b04 --- /dev/null +++ b/_data/icons/brcchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED", + "width": 512, + "height": 512, + "format": "png" + } +] From 3bab9103048ab72ba43537885865d33cb099502b Mon Sep 17 00:00:00 2001 From: David Drvar <119593972+ddrvar@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:26:05 +0200 Subject: [PATCH 06/10] horizen yuma testnet deprecated (#3038) --- _data/chains/eip155-1662.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-1662.json b/_data/chains/eip155-1662.json index 094c4950..14e3bfa6 100644 --- a/_data/chains/eip155-1662.json +++ b/_data/chains/eip155-1662.json @@ -29,5 +29,6 @@ "icon": "eon", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } From f8fb5b940984e5cf4398425a107bea0aaa086bd1 Mon Sep 17 00:00:00 2001 From: Michael Silberling <4006780+MSilb7@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:49:13 -0400 Subject: [PATCH 07/10] OP Mainnet (#3067) --- _data/chains/eip155-10.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index cf409f5e..38b70178 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -1,5 +1,5 @@ { - "name": "Optimism", + "name": "OP Mainnet", "chain": "ETH", "rpc": ["https://mainnet.optimism.io/"], "faucets": [], From c81a8df00c6fd81da1dc8a7dd4fdad945250b344 Mon Sep 17 00:00:00 2001 From: Fernando <131398211+fernando-syslabs@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:57:17 -0500 Subject: [PATCH 08/10] Add ANKR RPC to Rollux Mainnet. (#3046) Co-authored-by: Fernando Paredes Garcia --- _data/chains/eip155-570.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-570.json b/_data/chains/eip155-570.json index 657227dc..3ad71081 100644 --- a/_data/chains/eip155-570.json +++ b/_data/chains/eip155-570.json @@ -1,7 +1,11 @@ { "name": "Rollux Mainnet", "chain": "SYS", - "rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"], + "rpc": [ + "https://rpc.rollux.com", + "wss://rpc.rollux.com/wss", + "https://rpc.ankr.com/rollux/${ANKR_API_KEY}" + ], "faucets": ["https://rollux.id/faucetapp"], "nativeCurrency": { "name": "Syscoin", From 8550418b3e1ca24aac1757443d2acc34280bab64 Mon Sep 17 00:00:00 2001 From: Peperium Chain <134679714+Peperium@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:58:29 +0700 Subject: [PATCH 09/10] Add Peperium Chain Testnet (#3042) * Add Peperium Chain Testnet * Add Peperium Chain Testnet --------- Co-authored-by: ligi --- _data/chains/eip155-4001.json | 24 ++++++++++++++++++++++++ _data/icons/peperium.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-4001.json create mode 100644 _data/icons/peperium.json diff --git a/_data/chains/eip155-4001.json b/_data/chains/eip155-4001.json new file mode 100644 index 00000000..fd102ea6 --- /dev/null +++ b/_data/chains/eip155-4001.json @@ -0,0 +1,24 @@ +{ + "name": "Peperium Chain Testnet", + "chain": "PERIUM", + "rpc": ["https://rpc-testnet.peperium.io"], + "faucets": [], + "nativeCurrency": { + "name": "Peperium Chain Testnet", + "symbol": "PERIUM", + "decimals": 18 + }, + "infoURL": "https://peperium.io", + "shortName": "PERIUM", + "chainId": 4001, + "networkId": 4001, + "icon": "peperium", + "explorers": [ + { + "name": "Peperium Chain Explorer", + "url": "https://scan-testnet.peperium.io", + "icon": "peperium", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/peperium.json b/_data/icons/peperium.json new file mode 100644 index 00000000..3af8ce71 --- /dev/null +++ b/_data/icons/peperium.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmag2hr5DQghRzKPN3oUFBkjWzqd5CndQzZeb5LfoiMCXf", + "width": 160, + "height": 160, + "format": "png" + } +] From e59b1f745096dc1c56c911e1685e7ebee0bc9d49 Mon Sep 17 00:00:00 2001 From: David Drvar <119593972+ddrvar@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:09:52 +0200 Subject: [PATCH 10/10] yuma testnet renamed, removed rpc, faucet and explorer (#3072) --- _data/chains/eip155-1662.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/_data/chains/eip155-1662.json b/_data/chains/eip155-1662.json index 14e3bfa6..79c7d0a0 100644 --- a/_data/chains/eip155-1662.json +++ b/_data/chains/eip155-1662.json @@ -1,9 +1,9 @@ { - "name": "Horizen Yuma Testnet", + "name": "Horizen Yuma Testnet Deprecated", "shortName": "Yuma", "chain": "Yuma", "icon": "eon", - "rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"], + "rpc": [], "features": [ { "name": "EIP155" @@ -12,7 +12,7 @@ "name": "EIP1559" } ], - "faucets": ["https://yuma-testnet-faucet.horizen.io"], + "faucets": [], "nativeCurrency": { "name": "Testnet Zen", "symbol": "tZEN", @@ -22,13 +22,6 @@ "chainId": 1662, "networkId": 1662, "slip44": 121, - "explorers": [ - { - "name": "Yuma Testnet Block Explorer", - "url": "https://yuma-explorer.horizen.io", - "icon": "eon", - "standard": "EIP3091" - } - ], + "explorers": [], "status": "deprecated" }