Skip to content

Commit

Permalink
Add some NodeStake endpoints for canto,passage (cosmos#678)
Browse files Browse the repository at this point in the history
* Update chain.json

Add NodeStake evmos rest

* Update chain.json

Delete NodeStake rpc/grpc/api

* Update chain.json

Add NodeStake rpc/grpc/jsonrpc/rest

* Update chain.json

Add NodeStake rpc/grpc/rest

* Update chain.json

Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
nodestake and JeremyParish69 authored Sep 3, 2022
1 parent 4c71331 commit 6531141
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
14 changes: 13 additions & 1 deletion canto/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,30 @@
{
"address": "http://164.90.154.41:26657",
"provider": "Canto"
},
{
"address": "https://rpc.canto.nodestake.top",
"provider": "NodeStake"
}
],
"rest": [
{
"address": "http://164.90.154.41:1317",
"provider": "Canto"
},
{
"address": "https://api.canto.nodestake.top",
"provider": "NodeStake"
}
],
"grpc": [
{
"address": "canto-grpc.polkachu.com:55090",
"provider": "Polkachu"
},
{
"address": "https://grpc.canto.nodestake.top",
"provider": "NodeStake"
}
],
"evm-http-jsonrpc": [
Expand All @@ -102,7 +114,7 @@
},
{
"address": "https://jsonrpc.canto.nodestake.top",
"provider": "Nodestake"
"provider": "NodeStake"
}
]
},
Expand Down
12 changes: 0 additions & 12 deletions echelon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
"address": "https://echelon-rpc.polkachu.com",
"provider": "Polkachu"
},
{
"address": "https://rpc.echelon.nodestake.top",
"provider": "NodeStake"
},
{
"address": "https://rpc.eu.ech.world",
"provider": "ech.world 🌍"
Expand All @@ -129,10 +125,6 @@
"address": "https://echelon-api.polkachu.com",
"provider": "Polkachu"
},
{
"address": "https://api.echelon.nodestake.top",
"provider": "NodeStake"
},
{
"address": "https://api.eu.ech.world",
"provider": "ech.world 🌍"
Expand All @@ -147,10 +139,6 @@
"address": "https://grpc.ech.network",
"provider": "ech.network"
},
{
"address": "https://grpc.echelon.nodestake.top",
"provider": "NodeStake"
},
{
"address": "https://grpc.eu.ech.world",
"provider": "ech.world 🌍"
Expand Down
4 changes: 4 additions & 0 deletions evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@
{
"address": "https://rpc.evmos.chaintools.tech/",
"provider": "ChainTools"
},
{
"address": "https://api.evmos.nodestake.top",
"provider": "NodeStake"
}
],
"grpc": [
Expand Down
12 changes: 12 additions & 0 deletions passage/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
{
"address": "https://rpc-passage-ia.cosmosia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://rpc.passage.nodestake.top",
"provider": "NodeStake"
}
],
"rest": [
Expand All @@ -139,6 +143,10 @@
{
"address": "https://api-passage-ia.cosmosia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://api.passage.nodestake.top",
"provider": "NodeStake"
}
],
"grpc" : [
Expand All @@ -149,6 +157,10 @@
{
"address": "passage-grpc.polkachu.com:56090",
"provider": "Polkachu"
},
{
"address": "https://grpc.passage.nodestake.top",
"provider": "NodeStake"
}
]
},
Expand Down

0 comments on commit 6531141

Please sign in to comment.