Skip to content

Commit

Permalink
Add grpc endpoints (cosmos#750)
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>

Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie authored Sep 22, 2022
1 parent 2a40ac6 commit 91b7179
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@
"address": "grpc-akash-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
},
{
"address": "https://akash-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "akash-grpc.polkachu.com:12890",
"provider": "Polkachu"
Expand Down
4 changes: 4 additions & 0 deletions cheqd/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
"address": "grpc.cheqd.net:443",
"provider": "cheqd"
},
{
"address": "https://cheqd-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "grpc-cheqd-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
Expand Down
4 changes: 4 additions & 0 deletions cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@
"address": "cosmoshub.strange.love:9090",
"provider": "strangelove"
},
{
"address": "https://cosmos-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "grpc-cosmoshub-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
Expand Down
4 changes: 4 additions & 0 deletions evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@
"address": "grpc.evmos.posthuman.digital:443",
"provider": "POSTHUMAN ꝏ DVS"
},
{
"address": "https://evmos-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "grpc.evmos.testnet.run:8091",
"provider": "TestNetRun"
Expand Down
4 changes: 4 additions & 0 deletions juno/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
"address": "grpc-juno-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
},
{
"address": "https://juno-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://juno.grpcui.chaintools.host/",
"provider": "ChainTools"
Expand Down
4 changes: 4 additions & 0 deletions kujira/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"address": "https://grpc-kujira-ia.cosmosia.notional.ventures/",
"provider": "Notional"
},
{
"address": "https://kujira-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "kujira-grpc.polkachu.com:11890",
"provider": "Polkachu"
Expand Down
4 changes: 4 additions & 0 deletions osmosis/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@
"address": "osmosis.strange.love:9090",
"provider": "strangelove"
},
{
"address": "https://osmosis-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "grpc-osmosis-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
Expand Down
4 changes: 4 additions & 0 deletions passage/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
"address": "grpc-passage-ia.cosmosia.notional.ventures:443",
"provider": "Notional"
},
{
"address": "https://passage-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "passage-grpc.polkachu.com:15690",
"provider": "Polkachu"
Expand Down
6 changes: 6 additions & 0 deletions secretnetwork/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
"address": "http://scrt-rpc.blockpane.com:9091",
"provider": "[ block pane ]"
}
],
"grpc": [
{
"address": "https://secret-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
}
]
},
"explorers": [
Expand Down
4 changes: 4 additions & 0 deletions terra2/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
}
],
"grpc": [
{
"address": "https://terra-grpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "terra-grpc.polkachu.com:11790",
"provider": "Polkachu"
Expand Down

0 comments on commit 91b7179

Please sign in to comment.