Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jul 18, 2024
1 parent e2edadf commit 2acc884
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default migration('1721034240_add_wsteth_as_collateral', {
STETH_ETH_PRICE_FEED_ADDRESS, // stETH / ETH price feed
8, // decimals
'wstETH / ETH price feed' // description
],
true
]
);
const _ETHToUSDPriceFeed = await deploymentManager.fromDep('WETH:priceFeed', 'base', 'usdc');
const _wstETHScalingPriceFeed = await deploymentManager.deploy(
Expand Down

0 comments on commit 2acc884

Please sign in to comment.