Skip to content

Commit

Permalink
fix: change price feed
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jul 3, 2024
1 parent 9adaa6b commit 8091c85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ export default migration('1718791267_add_wbtc_as_collateral', {
async prepare(deploymentManager: DeploymentManager) {
const _wbtcScalingPriceFeed = await deploymentManager.deploy(
'WBTC:priceFeed',
'pricefeeds/WBTCPriceFeed.sol',
'pricefeeds/MultiplicativePriceFeed.sol',
[
WBTC_BTC_PRICE_FEED_ADDRESS, // WBTC / BTC price feed
BTC_ETH_PRICE_FEED_ADDRESS, // BTC / ETH price feed
8, // decimals
'WBTC / BTC BTC / ETH', // description
]
);

Expand Down

0 comments on commit 8091c85

Please sign in to comment.