Skip to content

Commit

Permalink
fix: CELOXOF dependency should be EURXOF and not EUROCEUR
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Taveras committed Sep 5, 2023
1 parent 43d6531 commit da68e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upgrades/eXOF/Config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library eXOFConfig {
cooldown: 30 minutes,
smoothingFactor: 0
});
rateFeedConfig.dependentRateFeeds = Arrays.addresses(contracts.dependency("EUROCEURRateFeedAddr"));
rateFeedConfig.dependentRateFeeds = Arrays.addresses(contracts.dependency("EURXOFRateFeedAddr"));
}

/**
Expand Down

0 comments on commit da68e08

Please sign in to comment.