Skip to content

Commit

Permalink
Ensure at least one chain config (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script authored Jan 4, 2024
1 parent cc422b9 commit 01d734c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema.chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -58,6 +58,7 @@
},
"configurations": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"required": [
Expand Down

0 comments on commit 01d734c

Please sign in to comment.