Skip to content

Commit

Permalink
πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯ Add RPC, API and Explorer endpoints to Elys
Browse files Browse the repository at this point in the history
  • Loading branch information
woelig authored Dec 19, 2024
1 parent 1703192 commit 171390c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions elys/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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}"
}
]
}

0 comments on commit 171390c

Please sign in to comment.