From 390a4211735bcd26e1fe8eabb78ccca550bff0e2 Mon Sep 17 00:00:00 2001 From: alan <652732310@qq.com> Date: Fri, 6 Jun 2025 18:58:04 +0800 Subject: [PATCH] rm cgt --- ops/internal/manage/staging.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ops/internal/manage/staging.go b/ops/internal/manage/staging.go index 3626ffcf9..22d2cb0fe 100644 --- a/ops/internal/manage/staging.go +++ b/ops/internal/manage/staging.go @@ -55,10 +55,6 @@ func InflateChainConfig(opd *deployer.OpDeployer, st deployer.OpaqueState, state cfg.L1FeeVaultRecipient = *config.NewChecksummedAddress(dc.L1FeeVaultRecipient) cfg.SequencerFeeVaultRecipient = *config.NewChecksummedAddress(dc.SequencerFeeVaultRecipient) - if dc.CustomGasTokenAddress != (common.Address{}) { - cfg.GasPayingToken = config.NewChecksummedAddress(dc.CustomGasTokenAddress) - } - if err := CopyDeployConfigHFTimes(&dc.UpgradeScheduleDeployConfig, &cfg.Hardforks); err != nil { return nil, fmt.Errorf("failed to copy deploy config hardfork times: %w", err) }