Documentation ¶
Index ¶
- func AVS(network netconf.ID) common.Address
- func AVSSalt(network netconf.ID) string
- func Create3Factory(network netconf.ID) common.Address
- func GasPump(network netconf.ID) common.Address
- func GasPumpSalt(network netconf.ID) string
- func GasStation(network netconf.ID) common.Address
- func GasStationSalt(network netconf.ID) string
- func L1Bridge(network netconf.ID) common.Address
- func L1BridgeSalt(network netconf.ID) string
- func PackInitCode(abi *abi.ABI, bytecodeHex string, params ...any) ([]byte, error)
- func Portal(network netconf.ID) common.Address
- func PortalSalt(network netconf.ID) string
- func Token(network netconf.ID) common.Address
- func TokenSalt(network netconf.ID) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create3Factory ¶ added in v0.3.0
Create3Factory returns the Create3 factory address for the given network.
func GasPumpSalt ¶ added in v0.6.0
func GasStation ¶ added in v0.6.0
GasStation returns the GasStation contract address for the given network.
func GasStationSalt ¶ added in v0.6.0
func L1Bridge ¶ added in v0.1.9
L1Bridge returns the L1Bridge contract address for the given network.
We use create3 deployments so we can have predictable addresses in ephemeral networks.
func L1BridgeSalt ¶ added in v0.1.9
func PackInitCode ¶
PackInitCode packs the init code for a contract deployment.
func PortalSalt ¶ added in v0.1.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.