Skip to content

Commit

Permalink
Update chain.json (cosmos#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeiistt committed May 25, 2023
1 parent 7ba975c commit 59ed711
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nolus/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
{
"address": "https://rpc.nolus.nodexcapital.com",
"provider": "⚡NodeX Validator⚡"
},
{
"address": "https://rpc-nolus.nodeist.net",
"provider": "Nodeist"
}
],
"rest": [
Expand All @@ -117,6 +121,10 @@
{
"address": "https://rest.nolus.nodexcapital.com",
"provider": "⚡NodeX Validator⚡"
},
{
"address": "https://rpc-nolus.nodeist.net",
"provider": "Nodeist"
}
],
"grpc": [
Expand All @@ -135,6 +143,10 @@
{
"address": "https://grpc.nolus.nodexcapital.com",
"provider": "⚡NodeX Validator⚡"
},
{
"address": "https://grpc-nolus.nodeist.net",
"provider": "Nodeist"
}
]
},
Expand All @@ -150,6 +162,12 @@
"url": "https://explorer.nodexcapital.com/nolus",
"tx_page": "https://explorer.nodexcapital.com/nolus/tx/${txHash}",
"account_page": "https://explorer.nodexcapital.com/nolus/account/${accountAddress}"
},
{
"kind": "Nodeist Explorer",
"url": "https://exp.nodeist.net/nolus",
"tx_page": "https://exp.nodeist.net/nolus/tx/${txHash}",
"account_page": "https://exp.nodeist.net/nolus/account/${accountAddress}"
}
],
"keywords": [
Expand Down

0 comments on commit 59ed711

Please sign in to comment.