Skip to content

Commit

Permalink
Update construction mock
Browse files Browse the repository at this point in the history
  • Loading branch information
syuan100 committed Jul 31, 2021
1 parent 3cc13c1 commit 92efbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosetta-cli-config/mainnet/helium.ros
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ request_funds(1){
loaded_account = find_balance({
"account_identifier": {{random_account.account_identifier}},
"minimum_balance":{
"value": "1000000",
"value": "10000000",
"currency": {{currency}}
}
});
Expand Down Expand Up @@ -47,7 +47,7 @@ transfer(10){
currency = {"symbol":"HNT", "decimals":8};
sender = find_balance({
"minimum_balance":{
"value": "1000000",
"value": "10000000",
"currency": {{currency}}
}
});
Expand Down

0 comments on commit 92efbbb

Please sign in to comment.