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 20, 2024
1 parent 90c46e5 commit 66f4cb8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion elys/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
{
"address": "https://elys-rpc.moonbridge.org:443",
"provider": "Moonbridge"
},
{
"address": "https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯"
}
],
"rest": [
Expand Down Expand Up @@ -269,6 +273,10 @@
{
"address": "https://elys-api.moonbridge.org",
"provider": "Moonbridge"
},
{
"address": "https://elys_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯"
}
],
"grpc": [
Expand Down Expand Up @@ -350,6 +358,12 @@
"url": "https://explorer.moonbridge.org/elys",
"tx_page": "https://explorer.moonbridge.org/elys/tx/${txHash}",
"account_page": "https://explorer.moonbridge.org/elys/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 66f4cb8

Please sign in to comment.