Skip to content

Commit

Permalink
Add Nodeshub Endpoints to chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NodesHub authored Oct 22, 2024
1 parent 58b603b commit d8735de
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions atomone/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,31 @@
{
"address": "https://atomone-rpc.allinbits.com:443",
"provider": "AllInBits"
},
{
"address": "https://atomone.rpc.nodeshub.online:443",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
}
],
"rest": [
{
"address": "https://atomone-api.allinbits.com",
"provider": "AllInBits"
}
},
{
"address": "https://atomone.api.nodeshub.online",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
}
],
"grpc": [
{
"address": "https://atomone-grpc.allinbits.com:443",
"provider": "AllInBits"
}
},
{
"address": "atomone.grpc.nodeshub.online",
"provider": "Nodes Hub"
}
]
},
"explorers": [
Expand All @@ -127,7 +139,13 @@
"url": "https://explorer.allinbits.com/atomone",
"tx_page": "https://explorer.allinbits.com/atomone/tx/${txHash}",
"account_page": "https://explorer.allinbits.com/atomone/account/${accountAddress}"
}
},
{
"kind": "Nodes Hub 🛡️ 100% Slash Protected 🛡️",
"url": "https://explorer.nodeshub.online/atomone/",
"tx_page": "https://explorer.nodeshub.online/atomone/tx/${txHash}",
"account_page": "https://explorer.nodeshub.online/atomone/accounts/${accountAddress}"
}
],
"images": [
{
Expand Down

0 comments on commit d8735de

Please sign in to comment.