Skip to content

Commit

Permalink
Merge branch 'initia-labs:main' into landlord-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cisok authored Oct 31, 2024
2 parents 448b9f5 + dbae3ab commit 1791938
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 7 deletions.
31 changes: 28 additions & 3 deletions chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,21 +487,21 @@
"rpc": {
"type": "array",
"items": {
"$ref": "#/$defs/endpoint"
"$ref": "#/$defs/secureEndpoint"
},
"minContains": "1"
},
"rest": {
"type": "array",
"items": {
"$ref": "#/$defs/endpoint"
"$ref": "#/$defs/secureEndpoint"
},
"minContains": "1"
},
"api": {
"type": "array",
"items": {
"$ref": "#/$defs/endpoint"
"$ref": "#/$defs/secureEndpoint"
}
},
"grpc": {
Expand Down Expand Up @@ -694,6 +694,31 @@
},
"additionalProperties": false
},
"secureEndpoint": {
"type": "object",
"required": ["address"],
"properties": {
"address": {
"type": "string",
"format": "uri",
"pattern": "^https://."
},
"provider": {
"type": "string"
},
"archive": {
"type": "boolean",
"default": false
},
"authorizedUser": {
"type": "string"
},
"indexForSkip": {
"type": "number"
}
},
"additionalProperties": false
},
"explorer": {
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"provider": "Initia Labs"
},
{
"address": "skip-grpc.testnet.initia.xyz:443",
"address": "grpc-skip.testnet.initia.xyz:443",
"provider": "Initia Labs",
"authorizedUser": "skip"
}
Expand Down
6 changes: 3 additions & 3 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"provider": "MilkyWay Labs"
},
{
"address": " https://rpc-skip.testnet.milkyway.zone",
"address": "https://rpc-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"indexForSkip": 0
Expand Down Expand Up @@ -77,8 +77,8 @@
{
"kind": "initia scan",
"url": "https://scan.testnet.initia.xyz/glados-2.1",
"tx_page": "https://scan.testnet.initia.xyz/glados-1/txs/${txHash}",
"account_page": "https://scan.testnet.initia.xyz/glados-1/accounts/${accountAddress}"
"tx_page": "https://scan.testnet.initia.xyz/glados-2.1/txs/${txHash}",
"account_page": "https://scan.testnet.initia.xyz/glados-2.1/accounts/${accountAddress}"
}
],
"faucets": [],
Expand Down
18 changes: 18 additions & 0 deletions testnets/minievm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,36 @@
{
"address": "https://rpc.minievm-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.minievm-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"rest": [
{
"address": "https://rest.minievm-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rest-skip.minievm-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc://35.186.157.168:9090",
"provider": "Initia Labs"
},
{
"address": "grpc-skip.minievm-2.initia.xyz:443",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions testnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,36 @@
{
"address": "https://rpc.minimove-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.minimove-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"rest": [
{
"address": "https://rest.minimove-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rest-skip.minimove-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc://35.247.132.75:9090",
"provider": "Initia Labs"
},
{
"address": "grpc-skip.minimove-2.initia.xyz:443",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions testnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,36 @@
{
"address": "https://rpc.miniwasm-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.miniwasm-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"rest": [
{
"address": "https://rest.miniwasm-2.initia.xyz",
"provider": "Initia Labs"
},
{
"address": "https://rpc-skip.miniwasm-2.initia.xyz",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc://35.240.141.79:9090",
"provider": "Initia Labs"
},
{
"address": "grpc-skip.miniwasm-2.initia.xyz:443",
"provider": "Initia Labs",
"authorizedUser": "skip",
"indexForSkip": 0
}
]
},
Expand Down

0 comments on commit 1791938

Please sign in to comment.