Skip to content

Commit

Permalink
fix: update timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Nov 12, 2024
1 parent a65598b commit 3bf6879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const METH_ADDRESS = '0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa';
const METH_EXCHANGE_RATE_PROVIDER_ADDRESS = '0xe3cBd06D7dadB3F4e6557bAb7EdD924CD1489E8f';
let newPriceFeedAddress: string;

export default migration('1726085857_add_meth_collateral', {
export default migration('1731429132_add_meth_collateral', {
async prepare(deploymentManager: DeploymentManager) {
const _mETHScalingPriceFeed = await deploymentManager.deploy(
'mETH:priceFeed',
Expand Down

0 comments on commit 3bf6879

Please sign in to comment.