Skip to content

Commit

Permalink
Fixed schemas for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Aug 1, 2023
1 parent 4ae6181 commit 82326ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"type": "array",
"items": { "$ref": "#/definitions/token" }
},
"arctic-1": {
"type": "array",
"items": { "$ref": "#/definitions/token" }
},
"sei-devnet-3": {
"type": "array",
"items": { "$ref": "#/definitions/token" }
Expand Down
3 changes: 3 additions & 0 deletions schema/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"atlantic-2": {
"$ref": "#/definitions/chain"
},
"arctic-1": {
"$ref": "#/definitions/chain"
},
"sei-devnet-3": {
"$ref": "#/definitions/chain"
}
Expand Down
3 changes: 3 additions & 0 deletions schema/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
"sei-devnet-3": {
"$ref": "#/definitions/chain"
},
"arctic-1": {
"$ref": "#/definitions/chain"
}
},
"additionalProperties": false,
Expand Down
4 changes: 4 additions & 0 deletions schema/ibc_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"atlantic-2": {
"type": "array",
"items": { "$ref": "#/definitions/channel" }
},
"arctic-1": {
"type": "array",
"items": { "$ref": "#/definitions/channel" }
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 82326ea

Please sign in to comment.