Skip to content

Commit

Permalink
Add ITRocket endpoints (#136)
Browse files Browse the repository at this point in the history
* fixed formatting

* Add ITRocket endpoints

---------

Co-authored-by: Sawit Trisirisatayawong <[email protected]>
  • Loading branch information
itrocket-team and tansawit authored Jul 8, 2024
1 parent 57fc0c7 commit ef18707
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
{
"address": "https://rpc-initia-testnet.trusted-point.com:443",
"provider": "trustedpoint"
},
{
"address": "https://initia-testnet-rpc.itrocket.net",
"provider": "ITRocket"
}
],
"rest": [
Expand Down Expand Up @@ -145,6 +149,10 @@
{
"address": "https://api-initia-testnet.trusted-point.com",
"provider": "trustedpoint"
},
{
"address": "https://initia-testnet-api.itrocket.net",
"provider": "ITRocket"
}
],
"api": [
Expand All @@ -169,6 +177,10 @@
{
"address": "grpc-initia.01node.com:9090",
"provider": "01node"
},
{
"address": "initia-testnet-grpc.itrocket.net:443",
"provider": "ITRocket"
}
]
},
Expand Down

0 comments on commit ef18707

Please sign in to comment.