diff --git a/rosetta-cli-config/mainnet/helium.ros b/rosetta-cli-config/mainnet/helium.ros index b2dcf7e..a9a5463 100644 --- a/rosetta-cli-config/mainnet/helium.ros +++ b/rosetta-cli-config/mainnet/helium.ros @@ -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}} } }); @@ -47,7 +47,7 @@ transfer(10){ currency = {"symbol":"HNT", "decimals":8}; sender = find_balance({ "minimum_balance":{ - "value": "1000000", + "value": "10000000", "currency": {{currency}} } });