Skip to content

Commit

Permalink
Fix abi gas cost
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Oct 2, 2024
1 parent a4f3a6d commit 34d9975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-node/base_config/gas_costs/abi_gas_costs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"assembly_script_delete_data_for": 220,
"assembly_script_deferred_call_cancel": 11,
"assembly_script_deferred_call_exists": 11,
"assembly_script_deferred_call_quote": 11,
"assembly_script_get_deferred_call_quote": 11,
"assembly_script_deferred_call_register": 11,
"assembly_script_function_exists": 575,
"assembly_script_generate_event": 172,
Expand Down

0 comments on commit 34d9975

Please sign in to comment.