Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Jan 13, 2025
1 parent 79bafa2 commit 066491c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/capabilities/ccip/oraclecreator/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ func (i *pluginOracleCreator) createReadersAndWriters(
}

if chainID == destChainID && destChainFamily == relayChainFamily {
//offrampAddress := encodeOffRampAddr(config.Config.OfframpAddress, relayChainFamily, true)
offrampAddress := common.BytesToAddress(config.Config.OfframpAddress).Hex()
offrampAddress := encodeOffRampAddr(config.Config.OfframpAddress, relayChainFamily, true)
err2 := cr.Bind(ctx, []types.BoundContract{
{
Address: offrampAddress,
Expand Down

0 comments on commit 066491c

Please sign in to comment.