diff --git a/chain.schema.json b/chain.schema.json index 9b1c0e5..ab8781d 100644 --- a/chain.schema.json +++ b/chain.schema.json @@ -668,6 +668,9 @@ "archive": { "type": "boolean", "default": false + }, + "authorizedUser": { + "type": "string" } }, "additionalProperties": false diff --git a/testnets/initia/chain.json b/testnets/initia/chain.json index 5287a6a..6609b9e 100644 --- a/testnets/initia/chain.json +++ b/testnets/initia/chain.json @@ -107,6 +107,11 @@ { "address": "https://initia-testnet-rpc.itrocket.net", "provider": "ITRocket" + }, + { + "address": "https://rpc-skip.initiation-1.initia.xyz", + "provider": "Initia Labs", + "authorizedUser": "skip" } ], "rest": [ @@ -153,6 +158,11 @@ { "address": "https://initia-testnet-api.itrocket.net", "provider": "ITRocket" + }, + { + "address": "https://lcd-skip.initiation-1.initia.xyz", + "provider": "Initia Labs", + "authorizedUser": "skip" } ], "api": [ @@ -181,6 +191,11 @@ { "address": "initia-testnet-grpc.itrocket.net:443", "provider": "ITRocket" + }, + { + "address": "35.240.231.235:9090", + "provider": "Initia Labs", + "authorizedUser": "skip" } ] },