From 171390c809ae0db9ac21f7d8405e736a26808a1e Mon Sep 17 00:00:00 2001 From: Woelig <29579568+woelig@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:10:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20WHEN=20MOON=20=F0=9F=8C=95=20WHE?= =?UTF-8?q?N=20LAMBO=20=F0=9F=94=A5=20Add=20RPC,=20API=20and=20Explorer=20?= =?UTF-8?q?endpoints=20to=20Elys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elys/chain.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/elys/chain.json b/elys/chain.json index 6b8601da91..33a92adbad 100644 --- a/elys/chain.json +++ b/elys/chain.json @@ -198,6 +198,10 @@ { "address": "https://elys-rpc.cogwheel.zone:443", "provider": "Cogwheel ⚙️" + }, + { + "address": "https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money", + "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" } ], "rest": [ @@ -248,6 +252,10 @@ { "address": "https://elys-api.cogwheel.zone:443", "provider": "Cogwheel ⚙️" + }, + { + "address": "https://elys_mainnet_api.chain.whenmoonwhenlambo.money", + "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" } ], "grpc": [ @@ -315,6 +323,12 @@ "url": "https://explorer.stavr.tech/Elys-Mainnet", "tx_page": "https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}", "account_page": "https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}" + }, + { + "kind": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥", + "url": "https://explorer.whenmoonwhenlambo.money/elys", + "tx_page": "https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}", + "account_page": "https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}" } ] }