Skip to content

Commit

Permalink
add authorized-only apis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 9, 2024
1 parent 26c034a commit 95bcbd9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,9 @@
"archive": {
"type": "boolean",
"default": false
},
"authorizedUser": {
"type": "string"
}
},
"additionalProperties": false
Expand Down
15 changes: 15 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -181,6 +191,11 @@
{
"address": "initia-testnet-grpc.itrocket.net:443",
"provider": "ITRocket"
},
{
"address": "35.240.231.235:9090",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
]
},
Expand Down

0 comments on commit 95bcbd9

Please sign in to comment.