diff --git a/testnets/initia/chain.json b/testnets/initia/chain.json index e4c62b6..5287a6a 100644 --- a/testnets/initia/chain.json +++ b/testnets/initia/chain.json @@ -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": [ @@ -145,6 +149,10 @@ { "address": "https://api-initia-testnet.trusted-point.com", "provider": "trustedpoint" + }, + { + "address": "https://initia-testnet-api.itrocket.net", + "provider": "ITRocket" } ], "api": [ @@ -169,6 +177,10 @@ { "address": "grpc-initia.01node.com:9090", "provider": "01node" + }, + { + "address": "initia-testnet-grpc.itrocket.net:443", + "provider": "ITRocket" } ] },