Skip to content

Commit

Permalink
redo config for new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 27, 2024
1 parent 2e0ae9d commit 7bf53e1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
28 changes: 25 additions & 3 deletions deployments/base-sepolia/weth/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,35 @@
"symbol": "cWETHv3",
"baseToken": "WETH",
"baseTokenAddress": "0x4200000000000000000000000000000000000006",
"baseTokenPriceFeed": "",
"pauseGuardian": "",
"borrowMin": "0e0",
"storeFrontPriceFactor": 1,
"targetReserves": "5000e18",
"rates": {
"supplyKink": 0.9,
"supplySlopeLow": 0.0283824,
"supplySlopeHigh": 0.6066567706,
"supplyBase": 0,
"borrowKink": 0.9,
"borrowSlopeLow": 0.037,
"borrowSlopeHigh": 0.5171500339,
"borrowBase": 0.009945209674
},
"tracking": {
"indexScale": "1e15",
"baseSupplySpeed": "0e0",
"baseBorrowSpeed": "0e0",
"baseMinForRewards": "100e18"
},
"rewardToken": "COMP",
"assets": {
"cbETH": {
"address": "0x774eD9EDB0C5202dF9A86183804b5D9E99dC6CA3",
"decimals": "18",
"borrowCF": 0,
"liquidateCF": 0,
"liquidationFactor": 0,
"borrowCF": 0.90,
"liquidateCF": 0.93,
"liquidationFactor": 0.975,
"supplyCap": "0e18"
}
}
Expand Down
5 changes: 5 additions & 0 deletions deployments/base-sepolia/weth/relations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export default {
artifact: 'contracts/ERC20.sol:ERC20',
},

// WETH
'0x4200000000000000000000000000000000000006': {
artifact: 'contracts/ERC20.sol:ERC20',
},

// COMP
'0x2f535da74048c0874400f0371fba20df983a56e2': {
artifact: 'contracts/ERC20.sol:ERC20',
Expand Down
8 changes: 8 additions & 0 deletions deployments/base-sepolia/weth/roots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bridgeReceiver": "0x80c116493DB619560e3380D0fF195e749D8857D7",
"l2CrossDomainMessenger": "0x4200000000000000000000000000000000000007",
"l2StandardBridge": "0x4200000000000000000000000000000000000010",
"bulker": "0x7D25b2AecF07B5CB87B05e17Aa5cecbA8BCfDBD1",
"fauceteer": "0xD76cB57d8B097B80a6eE4D1b4d5ef872bfBa6051",
"COMP": "0x2f535da74048c0874400f0371Fba20DF983A56e2"
}

0 comments on commit 7bf53e1

Please sign in to comment.