Skip to content

Instantly share code, notes, and snippets.

@PaulRBerg
Last active May 20, 2024 08:22
Show Gist options
  • Save PaulRBerg/52f3828139a830ac11b99a1cf8283122 to your computer and use it in GitHub Desktop.
Save PaulRBerg/52f3828139a830ac11b99a1cf8283122 to your computer and use it in GitHub Desktop.

Gas Fee Models on EVM Chains

Chain Type Min Tx Gas Model Explanation
Arbitrum Optimistic Rollup 35-70k Multifunctional gas limit Bake L1 data fee into L2 gas limit
BNB Chain Sidechain 21k EVM Same as vanilla EVM
Gnosis Sidechain 21k EVM Same as vanilla EVM
OP Stack Optimistic Rollup 21k Two-dimensional fees Explicit L2 execution fee and implicit L1 DA fee
Polygon Sidechain 21k EVM Same as vanilla EVM
Scroll ZK Rollup 21k Two-dimensional fees Explicit L2 execution fee and implicit L1 DA fee
zkSync ZK Rollup 120k-190k Custom: AA + state diffs Gas costs fluctuate a lot due to Account Abstraction and state diffs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment