Skip to content

Commit

Permalink
fix: mention that maxPriorityFeePerGas should be set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 16, 2024
1 parent 99b1100 commit 26de094
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ adds an `accessList` to transactions, which is an array of addresses and storage
Ethereum's [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) replaces `gasPrice` with a base fee and adds parameters like `maxFeePerGas`.

- `maxFeePerGas`: Maximum total fee, including the base fee.
- `maxPriorityFeePerGas`: Recommended to be set to `0` for ZKsync Era transactions.

::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
ZKsync Era does not have a concept of priority fees; therefore, the `maxPriorityFeePerGas` parameter is not utilized
Expand Down

0 comments on commit 26de094

Please sign in to comment.