From d08be8a02f2b2e782a50c674e27aa38f4d1a532d Mon Sep 17 00:00:00 2001 From: dmitriy-woof-software Date: Thu, 6 Feb 2025 16:12:45 -0600 Subject: [PATCH] feat: update migration verify --- .../base/usds/migrations/1689893694_configurate_and_ens.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployments/base/usds/migrations/1689893694_configurate_and_ens.ts b/deployments/base/usds/migrations/1689893694_configurate_and_ens.ts index c96d1f348..4101d2ae7 100644 --- a/deployments/base/usds/migrations/1689893694_configurate_and_ens.ts +++ b/deployments/base/usds/migrations/1689893694_configurate_and_ens.ts @@ -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 });