Skip to content

Commit

Permalink
add balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Mar 25, 2022
1 parent 1a2e95e commit 30a0de7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions metabonding/mandos/project_in_the_past.scen.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,19 @@
"gas": "*",
"refund": "*"
}
},
{
"step": "checkState",
"accounts": {
"address:user1": {
"nonce": "*",
"balance": "0",
"esdt": {
"str:PROJ-123456": "35,714,285"
}
},
"+": ""
}
}
]
}

0 comments on commit 30a0de7

Please sign in to comment.