From 01d734cfcf8896427fb984d325bf431aa648c115 Mon Sep 17 00:00:00 2001 From: Julia Ortiz <94128293+julia-script@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:55:09 -0300 Subject: [PATCH] Ensure at least one chain config (#85) --- schema.chain.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.chain.json b/schema.chain.json index 320ea20..e15c9db 100644 --- a/schema.chain.json +++ b/schema.chain.json @@ -3,7 +3,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Chain Registry via Evmos Governance", "type": "object", - "required": ["gasPriceStep", "prefix", "bip44"], + "required": ["gasPriceStep", "prefix", "bip44", "configurations"], "properties": { "prefix": { "type": "string", @@ -58,6 +58,7 @@ }, "configurations": { "type": "array", + "minItems": 1, "items": { "type": "object", "required": [