Skip to content

Commit

Permalink
feat: add additional endpoints for initiation-1 (#133)
Browse files Browse the repository at this point in the history
* feat: add additional endpoints for initiation-1

* fix: duplicate urls and move newmetric endpoints to first

* fix: fix formatting

* Add ITRocket endpoints (#136)

* fixed formatting

* Add ITRocket endpoints

---------

Co-authored-by: Sawit Trisirisatayawong <[email protected]>

---------

Co-authored-by: Marutyan Samvel <[email protected]>
  • Loading branch information
tansawit and itrocket-team authored Jul 8, 2024
1 parent 051004e commit 9ef053f
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,96 @@
{
"address": "https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rpc.ue1-prod.newmetric.xyz",
"provider": "newmetric"
},
{
"address": "https://rpc.initiation-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://initia-testnet-rpc.polkachu.com",
"provider": "polkachu"
},
{
"address": "https://testnet-initia-rpc.lavenderfive.com",
"provider": "lavenderfive"
},
{
"address": "https://rpc-initia-testnet.whispernode.com",
"provider": "whispernode"
},
{
"address": "https://rpc.initiation.test.pfc.zone",
"provider": "pfc"
},
{
"address": "https://rpc-initia.01node.com",
"provider": "01node"
},
{
"address": "https://initia-testnet-rpc.bwarelabs.com",
"provider": "bwarelabs"
},
{
"address": "https://api.t.initia.bh.rocks",
"provider": "blockhunters"
},
{
"address": "https://initia-testnet-rpc.kanosei.xyz",
"provider": "kanosei"
},
{
"address": "https://rpc-initia-testnet.trusted-point.com:443",
"provider": "trustedpoint"
},
{
"address": "https://initia-testnet-rpc.itrocket.net",
"provider": "ITRocket"
}
],
"rest": [
{
"address": "https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rest.ue1-prod.newmetric.xyz",
"provider": "newmetric"
},
{
"address": "https://lcd.initiation-1.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://initia-testnet-rpc.polkachu.com",
"provider": "polkachu"
},
{
"address": "https://testnet-initia-api.lavenderfive.com",
"provider": "lavenderfive"
},
{
"address": "https://api-initia-testnet.whispernode.com",
"provider": "whispernode"
},
{
"address": "https://api.initiation.test.pfc.zone",
"provider": "pfc"
},
{
"address": "https://initia-testnet-lcd.bwarelabs.com",
"provider": "bwarelabs"
},
{
"address": "https://rpc.t.initia.bh.rocks",
"provider": "blockhunters"
},
{
"address": "https://initia-testnet-api.kanosei.xyz",
"provider": "kanosei"
},
{
"address": "https://api-initia-testnet.trusted-point.com",
"provider": "trustedpoint"
},
{
"address": "https://initia-testnet-api.itrocket.net",
"provider": "ITRocket"
}
],
"api": [
Expand All @@ -81,6 +165,22 @@
{
"address": "grpc.initiation-1.initia.xyz:9090",
"provider": "Initia Labs"
},
{
"address": "initia-testnet-grpc.polkachu.com:25790",
"provider": "polkachu"
},
{
"address": "testnet-initia-grpc.lavenderfive.com:443",
"provider": "lavenderfive"
},
{
"address": "grpc-initia.01node.com:9090",
"provider": "01node"
},
{
"address": "initia-testnet-grpc.itrocket.net:443",
"provider": "ITRocket"
}
]
},
Expand Down

0 comments on commit 9ef053f

Please sign in to comment.