{ "comment": "verifies that setState and checkState are consistent", "steps": [ { "step": "setState", "comment": "any large(r) file will do, so we can get a more realistic case", "accounts": { "sc:contract-address": { "code": "file:set-check-esdt.scen.json" } }, "newAddresses": [ { "creatorAddress": "address:creator", "creatorNonce": "1234", "newAddress": "sc:should-be-sc-address" } ] }, { "step": "checkState", "accounts": { "sc:contract-address": { "code": "file:set-check-esdt.scen.json" } } }, { "step": "checkState", "accounts": { "sc:contract-address": { "code": "*" } } } ] }