Skip to content

Commit

Permalink
Add Nodeshub Endpoints to chain.json (#5496)
Browse files Browse the repository at this point in the history
Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
NodesHub and JeremyParish69 authored Oct 23, 2024
1 parent 5e84e68 commit b8536f9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion atomone/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
{
"address": "https://atomone-rpc.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://atomone.rpc.nodeshub.online:443",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
}
],
"rest": [
Expand All @@ -120,6 +124,10 @@
{
"address": "https://atomone-api.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://atomone.api.nodeshub.online",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
}
],
"grpc": [
Expand All @@ -130,6 +138,10 @@
{
"address": "atomone-grpc.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
},
{
"address": "atomone.grpc.nodeshub.online",
"provider": "Nodes Hub"
}
]
},
Expand All @@ -139,7 +151,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 b8536f9

Please sign in to comment.