UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

24 lines (23 loc) 560 B
{ "$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json", "scopeName": "test", "name": "Basic2: Slot overflow", "symbol": "BASIC", "baseURI": "https://mything/my/", "schemaURI": "https://basic.xyz/schema/basic.json", "imageURI": "https://mything/my/{tokenID}.png", "fields": [ { "id": 1, "key": "fieldu128a", "type": "uint128", "description": "Some Uint128" }, { "id": 2, "key": "addr", "type": "address", "description": "address" } ] }