File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
core/capabilities/ccip/oraclecreator Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,10 @@ func (i *pluginOracleCreator) createCCIPProviders(
515515 return nil , errors .New ("transmitter list is empty" )
516516 }
517517 ccipProvider , err := relayer .NewCCIPProvider (ctx , types.CCIPProviderArgs {
518- PluginType : cciptypes .PluginType (config .Config .PluginType ),
519- OffRampAddress : config .Config .OfframpAddress ,
520- TransmitterAddress : cciptypes .UnknownEncodedAddress (transmitter [0 ]),
518+ PluginType : cciptypes .PluginType (config .Config .PluginType ),
519+ OffRampAddress : config .Config .OfframpAddress ,
520+ TransmitterAddress : cciptypes .UnknownEncodedAddress (transmitter [0 ]),
521+ ExtraDataCodecBundle : ccipcommon .GetExtraDataCodecRegistry (),
521522 })
522523 if err != nil {
523524 return nil , fmt .Errorf ("failed to create CCIP provider for relay ID %s: %w" , relayID , err )
You can’t perform that action at this time.
0 commit comments