@patchworkdev/common
Version:
Patchwork Development Kit
21 lines • 568 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "AccountPatchFragmentMulti",
"symbol": "TST",
"baseURI": "https://example.com/",
"schemaURI": "https://example.com/schema",
"imageURI": "https://mything/my/{tokenID}.png",
"features": [
"accountpatch",
"fragmentmulti"
],
"fields": [
{
"id": 1,
"key": "single_char_field",
"type": "char16",
"description": "A single char field"
}
]
}