Starting from commit c3d717c in nearcore, bully fails to make nearcore call with this amount of total prepaid gas (8e14), even though bully raises this limit:
Server error: map[TxExecutionError:map[InvalidTxError:map[ActionsValidation:map[TotalPrepaidGasExceeded:map[limit:300000000000000 total_prepaid_gas:800000000000000]]]]
This PR resets defaultGas constant to 3e14, which is equal to max_total_prepaid_gas by default.
Starting from commit c3d717c in nearcore, bully fails to make nearcore call with this amount of total prepaid gas (
8e14
), even though bully raises this limit:This PR resets defaultGas constant to
3e14
, which is equal tomax_total_prepaid_gas
by default.