Skip to content

Commit

Permalink
add skip index fields
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Aug 5, 2024
1 parent 69c3973 commit 349fc40
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@ -676,6 +676,9 @@
},
"authorizedUser": {
"type": "string"
},
"index": {
"type": "number"
}
},
"additionalProperties": false
Expand Down
20 changes: 20 additions & 0 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,32 @@
{
"address": "https://rpc.testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": " https://rpc-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
}
],
"rest": [
{
"address": "https://lcd.testnet.milkyway.zone",
"provider": "MilkyWay Labs"
},
{
"address": "https://lcd-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
}
],
"grpc": [
{
"address": "grpc-skip.testnet.milkyway.zone:443",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
}
]
},
Expand Down

0 comments on commit 349fc40

Please sign in to comment.