Skip to content

Commit

Permalink
change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Nov 3, 2023
1 parent 24b5123 commit 0e07a31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Vars {
newWBTCPriceFeed: string
};

export default migration('1687890699_temp', {
export default migration('1686950699_update_wbtc_price_feed', {
prepare: async (deploymentManager: DeploymentManager) => {
// Hardcoded price feed address because artifact from 5 months ago has expired
return { newWBTCPriceFeed: "0x45939657d1CA34A8FA39A924B71D28Fe8431e581" };
Expand Down

0 comments on commit 0e07a31

Please sign in to comment.