diff --git a/chain.schema.json b/chain.schema.json index 0690138..3c54599 100644 --- a/chain.schema.json +++ b/chain.schema.json @@ -677,7 +677,7 @@ "authorizedUser": { "type": "string" }, - "index": { + "indexForSkip": { "type": "number" } }, diff --git a/testnets/milkyway/chain.json b/testnets/milkyway/chain.json index 3b49ba7..206d1ba 100644 --- a/testnets/milkyway/chain.json +++ b/testnets/milkyway/chain.json @@ -45,7 +45,7 @@ "address": " https://rpc-skip.testnet.milkyway.zone", "provider": "MilkyWay Labs", "authorizedUser": "skip", - "index": 0 + "indexForSkip": 0 } ], "rest": [ @@ -57,7 +57,7 @@ "address": "https://lcd-skip.testnet.milkyway.zone", "provider": "MilkyWay Labs", "authorizedUser": "skip", - "index": 0 + "indexForSkip": 0 } ], "grpc": [ @@ -65,7 +65,7 @@ "address": "grpc-skip.testnet.milkyway.zone:443", "provider": "MilkyWay Labs", "authorizedUser": "skip", - "index": 0 + "indexForSkip": 0 } ] },