Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Dec 12, 2021
1 parent 288cad1 commit 18e8a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strategies/erc721/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"properties": {
"symbol": {
"type": "string",
"title": "NFT symbol",
"title": "Symbol",
"examples": ["e.g. DOODLE"]
},
"address": {
"type": "string",
"title": "NFT contract address",
"title": "Contract address",
"examples": ["e.g. 0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"]
}
},
Expand Down

0 comments on commit 18e8a44

Please sign in to comment.