{ "commands": [ { "comment": "CW20-1 setup correctly", "contract": "###E:CW20_LEGACY###", "to_run": { "query": { "json": { "token_info": {} }, "response": { "decimals": 6, "name": "CW20-Asset-1", "symbol": "LEGACYONE", "total_supply": "1000000000000000" } } } }, { "comment": "CW20-2 setup correctly", "contract": "###E:CW20_LEGACY_2###", "to_run": { "query": { "json": { "token_info": {} }, "response": { "decimals": 6, "name": "CW20-Asset-2", "symbol": "LEGACYTWO", "total_supply": "1000000000000000" } } } }, { "comment": "CW20-1 setup correctly (minter)", "contract": "###E:CW20_LEGACY###", "to_run": { "query": { "json": { "minter": {} }, "response": {"cap":null,"minter":"###SENDER###"} } } }, { "comment": "CW20-2 setup correctly (minter)", "contract": "###E:CW20_LEGACY_2###", "to_run": { "query": { "json": { "minter": {} }, "response": {"cap":null,"minter":"###SENDER###"} } } }, { "comment": "NFT-1 setup correctly", "contract": "###E:TERRA_PEEP721###", "to_run": { "query": { "json": { "contract_info": {} }, "response": {"name":"TerraPeeps Example NFT","symbol":"PEEPS-GH"} } } }, { "comment": "NFT-2 setup correctly", "contract": "###E:TERRA_PEEP721_2###", "to_run": { "query": { "json": { "contract_info": {} }, "response": {"name":"NFT-2","symbol":"NFT2"} } } } ] }