Skip to content

Commit

Permalink
chore: don't write superchain roles stanza to the intent.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 committed Oct 8, 2024
1 parent a05feb3 commit 8f0f243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-chain-ops/deployer/state/intent.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var emptyAddress common.Address
type Intent struct {
L1ChainID uint64 `json:"l1ChainID" toml:"l1ChainID"`

SuperchainRoles SuperchainRoles `json:"superchainRoles" toml:"superchainRoles"`
SuperchainRoles SuperchainRoles `json:"superchainRoles" toml:"-"`

FundDevAccounts bool `json:"fundDevAccounts" toml:"fundDevAccounts"`

Expand Down

0 comments on commit 8f0f243

Please sign in to comment.