Commit dd010961 authored by Matt Solomon's avatar Matt Solomon Committed by GitHub

chore: don't write superchain roles stanza to the intent.toml (#12373)

parent 92fc0d8f
...@@ -15,7 +15,7 @@ var emptyAddress common.Address ...@@ -15,7 +15,7 @@ var emptyAddress common.Address
type Intent struct { type Intent struct {
L1ChainID uint64 `json:"l1ChainID" toml:"l1ChainID"` L1ChainID uint64 `json:"l1ChainID" toml:"l1ChainID"`
SuperchainRoles SuperchainRoles `json:"superchainRoles" toml:"superchainRoles"` SuperchainRoles SuperchainRoles `json:"superchainRoles" toml:"-"`
FundDevAccounts bool `json:"fundDevAccounts" toml:"fundDevAccounts"` FundDevAccounts bool `json:"fundDevAccounts" toml:"fundDevAccounts"`
......
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