Skip to content

Commit

Permalink
change default supply reward speed on new comet to be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Wang committed Jul 12, 2023
1 parent 5113ccf commit 34807af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default migration('1686953660_configurate_and_ens', {
});

// Ensure proposal has set speed correctly
expect(await comet.baseTrackingSupplySpeed()).to.be.equal(exp(34.74 / 86400, 15, 18));
expect(await comet.baseTrackingSupplySpeed()).to.be.equal(0);
expect(await comet.baseTrackingBorrowSpeed()).to.be.equal(0);
// Ensure proposal has set usdce market to 0
expect(await usdceComet.baseTrackingSupplySpeed()).to.be.equal(0);
Expand Down

0 comments on commit 34807af

Please sign in to comment.