Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Dec 13, 2024
1 parent b383628 commit 5489ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/ccip/changeset/cs_ccip_home.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ func revokeCandidateOps(
return nil, fmt.Errorf("pack set candidate call: %w", err)
}

fmt.Printf("encoded revoke candidate call: %x\n", encodedRevokeCandidateCall)

updateDonTx, err := capReg.UpdateDON(
txOpts,
donID,
Expand Down
2 changes: 2 additions & 0 deletions deployment/ccip/changeset/internal/deploy_home_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ func DonIDForChain(registry *capabilities_registry.CapabilitiesRegistry, ccipHom
return donIDs[0], nil
}

// BuildSetOCR3ConfigArgs builds the OCR3 config arguments for the OffRamp contract
// using the donID's OCR3 configs from the CCIPHome contract.
func BuildSetOCR3ConfigArgs(
donID uint32,
ccipHome *ccip_home.CCIPHome,
Expand Down

0 comments on commit 5489ff9

Please sign in to comment.