@patchworkdev/common
Version:
Patchwork Development Kit
19 lines (18 loc) • 449 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "BoolArray",
"symbol": "BARRAY",
"baseURI": "https://mything/my/",
"schemaURI": "https://basic.xyz/schema/basic.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 1,
"key": "b",
"type": "bool",
"arrayLength": 16,
"description": "Short Name"
}
]
}