Skip to content

Commit

Permalink
skip price registry tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Sep 27, 2023
1 parent b812560 commit d1db846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (t *tokenPools) Copy(value map[common.Address]common.Address) map[common.Ad
}

func (t *tokenPools) CallOrigin(ctx context.Context) (map[common.Address]common.Address, error) {
destTokens, err := getDestinationAndFeeTokens(ctx, t.offRamp, t.priceRegistry)
destTokens, err := t.offRamp.GetDestinationTokens(&bind.CallOpts{Context: ctx})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit d1db846

Please sign in to comment.