Skip to content

Commit

Permalink
Add Nibiru Endpoints by NodeStake (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodestake authored Feb 14, 2024
1 parent 9cf8740 commit 920093c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nibiru/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
{
"address": "https://nibiru.rpc.kjnodes.com",
"provider": "kjnodes.com 🦄"
},
{
"address": "https://rpc.nibiru.nodestake.org",
"provider": "NodeStake"
}
],
"rest": [
Expand All @@ -143,6 +147,10 @@
{
"address": "https://nibiru.api.kjnodes.com",
"provider": "kjnodes.com 🦄"
},
{
"address": "https://api.nibiru.nodestake.org",
"provider": "NodeStake"
}
],
"grpc": [
Expand All @@ -153,6 +161,10 @@
{
"address": "nibiru.grpc.kjnodes.com:443",
"provider": "kjnodes.com 🦄"
},
{
"address": "grpc.nibiru.nodestake.org:443",
"provider": "NodeStake"
}
]
},
Expand All @@ -162,6 +174,12 @@
"url": "https://nibiru.explorers.guru/",
"tx_page": "https://nibiru.explorers.guru/transaction/${txHash}",
"account_page": "https://nibiru.explorers.guru/account/${accountAddress}"
},
{
"kind": "NodeStake",
"url": "https://explorer.nodestake.org/nibiru",
"tx_page": "https://explorer.nodestake.org/nibiru/tx/${txHash}",
"account_page": "https://explorer.nodestake.org/nibiru/account/${accountAddress}"
}
],
"images": [
Expand Down

0 comments on commit 920093c

Please sign in to comment.