Skip to content

Commit

Permalink
feat: update migration verify
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Feb 6, 2025
1 parent 96b5c48 commit d08be8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ export default migration('1689893694_configurate_and_ens', {
sUSDS: {
supplyCap: exp(25000000, 18)
},
// we add baseMinForRewards, because during the deployment this value was too small
baseMinForRewards: exp(100000, 18),
baseTrackingSupplySpeed: exp(24 / 86400, 15, 18), // 277777777777
baseTrackingBorrowSpeed: exp(12 / 86400, 15, 18), // 138888888888
});
Expand Down

0 comments on commit d08be8a

Please sign in to comment.