Skip to content

Commit

Permalink
[gas price testing] (#10891)
Browse files Browse the repository at this point in the history
This PR tests how everything works with different gas prices, related to
#10849

Co-authored-by: Viktar Makouski <viktarmakouski@Viktars-MacBook-Pro.local>
  • Loading branch information
MCJOHN974 and Viktar Makouski authored Mar 28, 2024
1 parent d4d1b82 commit cfab758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/parameters/res/runtime_configs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ action_deploy_contract_per_byte: {
execution: 6_812_999,
}
action_function_call: {
send_sir: 2_319_861_500_000,
send_not_sir: 2_319_861_500_000,
execution: 2_319_861_500_000,
send_sir: 375_809_638_400,
send_not_sir: 375_809_638_400,
execution: 375_809_638_400,
}
action_function_call_per_byte: {
send_sir: 2_235_934,
Expand Down Expand Up @@ -114,7 +114,7 @@ wasm_regular_op_cost: 3_856_371
wasm_grow_mem_cost: 1
wasm_base: 264_768_111
wasm_contract_loading_base: 35_445_963
wasm_contract_loading_bytes: 216_750
wasm_contract_loading_bytes: 819_200
wasm_read_memory_base: 2_609_863_200
wasm_read_memory_byte: 3_801_333
wasm_write_memory_base: 2_803_794_861
Expand Down

0 comments on commit cfab758

Please sign in to comment.