diff --git a/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts b/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts index 6d80b3b2d..0afb7c533 100644 --- a/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts +++ b/deployments/arbitrum/weth/migrations/1718791267_add_wbtc_as_collateral.ts @@ -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 ] );