Commit f2fbd4e0 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Update op-chain-ops/genesis/config.go

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent e17d35ba
......@@ -135,7 +135,7 @@ type DeployConfig struct {
// L1CrossDomainMessengerProxy represents the address of the L1CrossDomainMessengerProxy on L1 and is used
// as part of building the L2 genesis state.
L1CrossDomainMessengerProxy common.Address `json:"l1CrossDomainMessengerProxy"`
// L1ERC721Bridge represents the address of the L1ERC721Bridge on L1 and is used
// L1ERC721BridgeProxy represents the address of the L1ERC721Bridge on L1 and is used
// as part of building the L2 genesis state.
L1ERC721BridgeProxy common.Address `json:"l1ERC721BridgeProxy"`
// SystemConfigProxy represents the address of the SystemConfigProxy on L1 and is used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment