Skip to content

Commit

Permalink
feat: update delegate action gas cost
Browse files Browse the repository at this point in the history
for estimation data, please refer to
near#8114 (comment)
  • Loading branch information
jakmeier committed Feb 17, 2023
1 parent 6d77dac commit 62a1d28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions core/primitives/res/runtime_configs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ action_delete_key: {
send_not_sir: 94_946_625_000,
execution: 94_946_625_000,
}
# TODO: place-holder values, needs estimation, tracked in #8114
action_delegate: {
send_sir: 2_319_861_500_000,
send_not_sir: 2_319_861_500_000,
execution: 2_319_861_500_000,
send_sir: 200_000_000_000,
send_not_sir: 200_000_000_000,
execution: 200_000_000_000,
}

# Smart contract dynamic gas costs
Expand Down

0 comments on commit 62a1d28

Please sign in to comment.