Skip to content

Commit

Permalink
Source client unused (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein authored Dec 6, 2023
1 parent 7a77727 commit 7b9f8b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/services/ocr2/plugins/ccip/execution_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func jobSpecToExecPluginConfig(lggr logger.Logger, jb job.Job, chainSet evm.Lega
sourcePriceRegistry: sourcePriceRegistry,
sourceWrappedNativeToken: sourceWrappedNative,
destClient: destChain.Client(),
sourceClient: sourceChain.Client(),
destGasEstimator: destChain.GasEstimator(),
destChainEVMID: destChain.ID(),
tokenDataProviders: tokenDataProviders,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type ExecutionPluginStaticConfig struct {
sourcePriceRegistry ccipdata.PriceRegistryReader
sourceWrappedNativeToken common.Address
destClient evmclient.Client
sourceClient evmclient.Client
destChainEVMID *big.Int
destGasEstimator gas.EvmFeeEstimator
tokenDataProviders map[common.Address]tokendata.Reader
Expand Down

0 comments on commit 7b9f8b3

Please sign in to comment.