Skip to content

Commit

Permalink
rename index to indexForSkip
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Aug 6, 2024
1 parent 349fc40 commit 985e8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
"authorizedUser": {
"type": "string"
},
"index": {
"indexForSkip": {
"type": "number"
}
},
Expand Down
6 changes: 3 additions & 3 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"address": " https://rpc-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
"indexForSkip": 0
}
],
"rest": [
Expand All @@ -57,15 +57,15 @@
"address": "https://lcd-skip.testnet.milkyway.zone",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
"indexForSkip": 0
}
],
"grpc": [
{
"address": "grpc-skip.testnet.milkyway.zone:443",
"provider": "MilkyWay Labs",
"authorizedUser": "skip",
"index": 0
"indexForSkip": 0
}
]
},
Expand Down

0 comments on commit 985e8cd

Please sign in to comment.