matter-labs / era-contracts

Smart Contract Submodule For zkSync Era
MIT License
466 stars 323 forks source link

feat(contracts): change fee adjustment logic #548

Open thomas-nguy opened 1 week ago

thomas-nguy commented 1 week ago

What ❔

Change fee adjustment logic based on latest zkstack base_token_adjuster_component https://github.com/matter-labs/zksync-era/pull/2204/files

Why ❔

Saving gas cost because updating minimumL2Gasprice would be done in a same operation as the token multiplier update

Checklist