diff --git a/op-proposer-go/proposer/proposer_test.go b/op-proposer-go/proposer/proposer_test.go index 2e61570d..15e3975d 100644 --- a/op-proposer-go/proposer/proposer_test.go +++ b/op-proposer-go/proposer/proposer_test.go @@ -99,13 +99,6 @@ func TestCheckpointBlockHash(t *testing.T) { ctx := context.Background() - // Get the Rollup Config - // chainId := uint64(11155420) - // rollupCfg, err := rollup.LoadOPStackRollupConfig(chainId) - // if err != nil { - // t.Fatalf("failed to load rollup config: %v", err) - // } - fmt.Println("txMgr RPC URL:", txMgrConfig.L1RPCURL) fmt.Println("Private Key:", txMgrConfig.PrivateKey)