op-bindings: Provide common.Address types of predeploys (#2797)
* op-bindings: Provide common.Address types of predeploys
We provide both a string literal which contains the address as const
a hex string and as the type common.Address.
We typically use addresses in the common.Address type so this avoids
users having to do the conversion manually.
* Use new predeploy address types
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Showing
Please register or sign in to comment