Skip to content

Commit

Permalink
set fixed_base_fee flag to false in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Nov 4, 2024
1 parent b6c19da commit f7da081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ feature_flags:
consensus_transaction_ordering: ByGasPrice
per_object_congestion_control_mode: TotalTxCount
zklogin_max_epoch_upper_bound_delta: 30
fixed_base_fee: true
fixed_base_fee: false
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ feature_flags:
consensus_transaction_ordering: ByGasPrice
per_object_congestion_control_mode: TotalTxCount
zklogin_max_epoch_upper_bound_delta: 30
fixed_base_fee: true
fixed_base_fee: false
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ feature_flags:
zklogin_max_epoch_upper_bound_delta: 30
enable_vdf: true
passkey_auth: true
fixed_base_fee: true
fixed_base_fee: false
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down

0 comments on commit f7da081

Please sign in to comment.