Skip to content

Commit

Permalink
fix: degen distributor version
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Oct 16, 2024
1 parent 31126bd commit 683377c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Migrate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ contract Migrate is Script {
APMigration({name: AP_ZERO_PRICE_FEED, version: 0}),
APMigration({name: AP_ZAPPER_REGISTER, version: 300}),
APMigration({name: AP_MULTI_PAUSE, version: 0}),
APMigration({name: AP_DEGEN_DISTRIBUTOR, version: 300}),
APMigration({name: AP_DEGEN_DISTRIBUTOR, version: 0}),
APMigration({name: "PARTIAL_LIQUIDATION_BOT", version: 300}),
APMigration({name: "DELEVERAGE_BOT_PEGGED", version: 300}),
APMigration({name: "DELEVERAGE_BOT_LV", version: 300}),
Expand Down

0 comments on commit 683377c

Please sign in to comment.