Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jul 17, 2024
1 parent d7f3b35 commit a10d4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const WSTETH_STETH_PRICE_FEED_ADDRESS = '0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc
const STETH_ETH_PRICE_FEED_ADDRESS = '0xf586d0728a47229e747d824a939000Cf21dEF5A0';
let newPriceFeedAddress: string;

export default migration('1721034240_add_wsteth_as_collateral.ts', {
export default migration('1721034240_add_wsteth_as_collateral', {
async prepare(deploymentManager: DeploymentManager) {
const _wstETHToETHPriceFeed = await deploymentManager.deploy(
'wstETH:priceFeed to ETH',
Expand Down

0 comments on commit a10d4be

Please sign in to comment.