Skip to content

Commit

Permalink
chore: fix chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 12, 2024
1 parent cbdf39b commit 87eb33a
Show file tree
Hide file tree
Showing 2 changed files with 1,002 additions and 160 deletions.
16 changes: 5 additions & 11 deletions src/api/tax-free-asset/content-types/tax-free-asset/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,17 @@
},
"pluginOptions": {},
"attributes": {
"chainId": {
"type": "enumeration",
"enum": [
"MAINNET",
"GNOSIS_CHAIN",
"ARBITRUM_ONE",
"BASE",
"SEPOLIA"
],
"required": true
},
"description": {
"type": "string"
},
"tokenIds": {
"type": "string",
"required": true
},
"chainId": {
"type": "relation",
"relation": "oneToOne",
"target": "api::network.network"
}
}
}
Loading

0 comments on commit 87eb33a

Please sign in to comment.