Skip to content

Commit

Permalink
Log offramp in commit plugin init (#668)
Browse files Browse the repository at this point in the history
## Motivation
Commit plugin init on Avax Fuji on beta env fails with invalid version
1.4, it doesn't make sense given the OffRamp in jobsepc is indeed v1.2.

## Solution
Log the offramp address it is calling
  • Loading branch information
matYang authored Apr 2, 2024
1 parent 996335a commit a5143eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-hounds-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ccip": patch
---

Add OffRamp address log during Commit plugin init
1 change: 1 addition & 0 deletions core/services/ocr2/plugins/ccip/ccipcommit/initializers.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func jobSpecToCommitPluginConfig(ctx context.Context, lggr logger.Logger, jb job

lggr.Infow("Initializing commit plugin",
"CommitStore", params.commitStoreAddress,
"OffRamp", params.pluginConfig.OffRamp,
"OnRamp", params.commitStoreStaticCfg.OnRamp,
"ArmProxy", params.commitStoreStaticCfg.ArmProxy,
"SourceChainSelector", params.commitStoreStaticCfg.SourceChainSelector,
Expand Down

0 comments on commit a5143eb

Please sign in to comment.