diff --git a/deployments/mainnet/dai/configuration.json b/deployments/mainnet/dai/configuration.json index 324dd2e7f..a0bc8f724 100644 --- a/deployments/mainnet/dai/configuration.json +++ b/deployments/mainnet/dai/configuration.json @@ -23,7 +23,7 @@ "indexScale": "1e15", "baseSupplySpeed": "0e15", "baseBorrowSpeed": "0e15", - "baseMinForRewards": "1000000e18" + "baseMinForRewards": "100000e18" }, "rewardTokenAddress": "0xc00e94Cb662C3520282E6f5717214004A7f26888", "assets": { diff --git a/deployments/mainnet/dai/migrations/1719910152_configurate_and_ens.ts b/deployments/mainnet/dai/migrations/1719910152_configurate_and_ens.ts index f6ad1f942..602d20b34 100644 --- a/deployments/mainnet/dai/migrations/1719910152_configurate_and_ens.ts +++ b/deployments/mainnet/dai/migrations/1719910152_configurate_and_ens.ts @@ -12,7 +12,7 @@ const ENSSubdomain = `${ENSSubdomainLabel}.${ENSName}`; const ENSTextRecordKey = 'v3-official-markets'; const cDAIAddress = '0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643'; -const DAIAmount = ethers.BigNumber.from(exp(250_000, 18)); +const DAIAmount = ethers.BigNumber.from(exp(200_000, 18)); export default migration('1719910152_configurate_and_ens', { async prepare() {