Skip to content

Commit

Permalink
Add Quasar rpc, api (#5687)
Browse files Browse the repository at this point in the history
* Add Quasar rpc, api

Add Quasar πŸ€–πŸ§¬πŸ§  rpc, api to dungeon

* Add Quasar qrpc

Add grpc
  • Loading branch information
Quasar-hub authored Dec 11, 2024
1 parent dcac04f commit d0b46df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dungeon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
},
"apis": {
"rpc": [
{
"address": "https://dungeon.rpc.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://rpc-dungeon-1.seraphim.zone",
"provider": "Seraphim"
Expand All @@ -40,6 +44,10 @@
}
],
"rest": [
{
"address": "https://dungeon.api.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://api-dungeon-1.seraphim.zone",
"provider": "Seraphim"
Expand All @@ -56,6 +64,12 @@
"address": "https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯"
}
],
"grpc": [
{
"address": "dungeon.grpc.quasarstaking.ai",
"provider": "Quasar"
}
]
},
"explorers": [
Expand Down

0 comments on commit d0b46df

Please sign in to comment.