From 349fc40a794b8aaded8be8aeaef8e80e1b615a92 Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Mon, 5 Aug 2024 12:36:39 +0900 Subject: [PATCH] add skip index fields --- chain.schema.json | 3 +++ testnets/milkyway/chain.json | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/chain.schema.json b/chain.schema.json index 0d3128f..0690138 100644 --- a/chain.schema.json +++ b/chain.schema.json @@ -676,6 +676,9 @@ }, "authorizedUser": { "type": "string" + }, + "index": { + "type": "number" } }, "additionalProperties": false diff --git a/testnets/milkyway/chain.json b/testnets/milkyway/chain.json index 4851db6..3b49ba7 100644 --- a/testnets/milkyway/chain.json +++ b/testnets/milkyway/chain.json @@ -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 } ] },