UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

26 lines (25 loc) 652 B
{ "$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json", "scopeName": "test", "name": "LiteRef1", "symbol": "LR1", "baseURI": "https://mything/my/", "schemaURI": "https://mything/my-metadata.json", "imageURI": "https://mything/my/{tokenID}.png", "fields": [ { "id": 1, "key": "attributeIDs", "type": "literef", "arrayLength": 1, "description": "The attributes equipped by this this" }, { "id": 2, "permissionId": 1, "key": "counter", "type": "uint128", "description": "Counter" } ] }