Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

After updating to wasm 0.31 dependencies all my deploy tests are now failing. This used to work { "step": "scDeploy", "txId": "deploy", "tx": { "from": "address:owner", "contractCode": "file:../output/xlauncher-staking.wasm", "arguments": [ "str:BCOIN-good00", "250,000,000,000,000,000", "0", "1" ], "gasLimit": "10,000,000", "gasPrice": "0" }, "expect": { "out": [], "status": "0", "logs": [], "gas": "*", "refund": "*" } }, But now I get this error Output: Scenario: 01-deploy.scen.json ... FAIL: result code mismatch. Tx deploy. Want: 0. Have: 4 (user error). Message: invalid token_id What is wrong with str:BCOIN-good00 as token id?