Skip to content

Commit

Permalink
updates for migration to initialize cWETHv3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 28, 2024
1 parent 6252101 commit 8edb9c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/base-sepolia/weth/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"symbol": "cWETHv3",
"baseToken": "WETH",
"baseTokenAddress": "0x4200000000000000000000000000000000000006",
"baseTokenPriceFeed": "",
"pauseGuardian": "",
"borrowMin": "0e0",
"baseTokenPriceFeed": "0x33376620e1A417100dE4e02104bD02C85e9F0627",
"pauseGuardian": "0x6106DA3AcFdEB341808f4DC3D2483eC67c98E728",
"borrowMin": "1e0",
"storeFrontPriceFactor": 1,
"targetReserves": "5000e18",
"rates": {
Expand All @@ -20,8 +20,8 @@
},
"tracking": {
"indexScale": "1e15",
"baseSupplySpeed": "0e0",
"baseBorrowSpeed": "0e0",
"baseSupplySpeed": "231_481_481_481e0",
"baseBorrowSpeed": "0e15",
"baseMinForRewards": "100e18"
},
"rewardToken": "COMP",
Expand All @@ -32,7 +32,7 @@
"borrowCF": 0.90,
"liquidateCF": 0.93,
"liquidationFactor": 0.975,
"supplyCap": "0e18"
"supplyCap": "7500e18"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { DeploymentManager } from '../../../../plugins/deployment_manager/DeploymentManager';
import { migration } from '../../../../plugins/deployment_manager/Migration';
import { diffState, getCometConfig } from '../../../../plugins/deployment_manager/DiffState';
import { calldata, exp, getConfigurationStruct, proposal } from '../../../../src/deploy';

const baseSepoliaCOMPAddress = '0x2f535da74048c0874400f0371Fba20DF983A56e2';
Expand Down

0 comments on commit 8edb9c7

Please sign in to comment.