From 92efbbb914aaed3a341be0881e0c25b0ddb0d3de Mon Sep 17 00:00:00 2001 From: syuan100 Date: Sat, 31 Jul 2021 09:22:13 -0700 Subject: [PATCH] Update construction mock --- rosetta-cli-config/mainnet/helium.ros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}} } });