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 9f368f8 commit e2edadf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default migration('1721034240_add_wsteth_as_collateral', {
_ETHToUSDPriceFeed.address, // ETH / USD price feed
8, // decimals
'wstETH / USD price feed' // description
]
],
true
);
return { wstETHScalingPriceFeed: _wstETHScalingPriceFeed.address };
},
Expand Down

0 comments on commit e2edadf

Please sign in to comment.