{ "random_per_file": 1, "random_per_command": 1, "commands": [ { "contract": "###E:CW20_LEGACY###", "to_run": { "query": { "json": { "token_info": {} }, "response": { "decimals": 6, "name": "LEGACY-CW20", "symbol": "LEGACY", "total_supply": "1000000000000000" } } } }, { "sender": "test2", "contract": "###E:CW20_LEGACY###", "comment": "test minter", "to_run": { "query": { "json": { "minter": {} }, "response": { "cap": null, "minter": "terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v" } } } }, { "contract": "###E:CW20_LEGACY###", "comment": "balance", "to_run": { "query": { "json": { "balance": { "address": "###A:test2###" } }, "response": { "balance": "0" } } } }, { "contract": "###E:terra_peep721###", "comment": "NFT tokens should be empty", "to_run": { "query": { "json": { "all_tokens": { } }, "response": { "tokens": [] } } } }, { "contract": "X", "comment": "send funds", "to_run": { "send": { "to": "###A:test2###", "coins": "20uluna" } } }, { "contract": "###E:terra_peep721###", "comment": "NFT config", "to_run": { "exec": { "json": { "sweep": { "denom": "uluna" } }, "coins": null, "error": true, "response": [ { "msg_index": 0, "event_type": "transfer", "attribute_key": "amount", "attribute_value": null } ] } } }, { "contract": "###E:terra_peep721###", "comment": "NFT config", "to_run": { "exec": { "json": { "sweep": { "denom": "uluna" } }, "coins": "1000000uluna", "response": [ { "msg_index": 0, "event_type": "transfer", "attribute_key": "amount", "attribute_value": null } ] } } } ] }