From 8f0f2435cdbc1175c38e03233485e5e66f33a385 Mon Sep 17 00:00:00 2001 From: Matt Solomon Date: Tue, 8 Oct 2024 14:09:43 -0700 Subject: [PATCH] chore: don't write superchain roles stanza to the intent.toml --- op-chain-ops/deployer/state/intent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-chain-ops/deployer/state/intent.go b/op-chain-ops/deployer/state/intent.go index b07a6c2acff4..b365711b0deb 100644 --- a/op-chain-ops/deployer/state/intent.go +++ b/op-chain-ops/deployer/state/intent.go @@ -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"`