Overview
op-deployer/v0.4.4
supports deploying, upgrading to, and producing calldata for op-contracts/v4.1.0
(u16a).
Details
Additional changes outside of op-contracts/v4.1.0
support include:
- ability to specify a custom block GasLimit when deploying a new OPChain via the chainIntent.GasLimit field
- fusaka defense via reduction of default
tx.GasPadFactor
from 2.0 -> 1.2 (to allowopcm.deploy
to work) - modified contracts locator in intent.toml (deprecated
tag://
locator in favor ofembedded
)embedded
(default) - embeds artifacts.tgz file containing contracts artifacts from same branch as op-deployer, ensuring compatibilityhttps://
- download artifacts.tgz from remote serverfile://
- point to local filepath of contract artifacts