Skip to content

Commit

Permalink
Add WhisperNode RPC + REST endpoints - Sentinel (#556)
Browse files Browse the repository at this point in the history
* Add WhisperNode RPC + REST endpoints - Sentinel

* Update Sentinel RPC + REST endpoints

* Fixed errors
  • Loading branch information
gh0stdotexe authored Jul 31, 2022
1 parent c0df49c commit b6d040c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sentinel/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
{
"address": "https://rpc-sentinel-ia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://rpc-sentinel.whispernode.com",
"provider": "WhisperNode🤐"
}
],
"rest": [
Expand All @@ -103,6 +107,10 @@
{
"address": "https://api-sentinel-ia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://lcd-sentinel.whispernode.com",
"provider": "WhisperNode🤐"
}
],
"grpc": [
Expand Down

0 comments on commit b6d040c

Please sign in to comment.