Skip to content

Commit

Permalink
fix: update initial reserves and base min for rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jul 5, 2024
1 parent 3786fe9 commit d6f6dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/mainnet/dai/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"indexScale": "1e15",
"baseSupplySpeed": "0e15",
"baseBorrowSpeed": "0e15",
"baseMinForRewards": "1000000e18"
"baseMinForRewards": "100000e18"
},
"rewardTokenAddress": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"assets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d6f6dd0

Please sign in to comment.