Skip to content

Commit

Permalink
feat: update post deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 committed Nov 25, 2024
1 parent 1a2724c commit 0d27df8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// mainnet: STRATEGIES.DAI_ORIGAMI_SKY_FARM_BASE_STRATEGY.ADDRESS=0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8
// yarn hardhat verify --network mainnet 0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8 --constructor-args scripts/deploys/mainnet/deploymentArgs/0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8.js
module.exports = [
"0x9f90430179D9b67341BFa50559bc7B8E35629f1b",
"0x94b62A27a2f23CBdc0220826a8452fB5055cF273",
"DaiSkyFarmBaseStrategy",
"0xf359Bae7b6AD295724e798A3Ef6Fa5109919F399",
"0x0f90a6962e86b5587b4c11bA2B9697dC3bA84800",
"0x3225737a9Bbb6473CB4a45b7244ACa2BeFdB276A"
];
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main() {
{
argType: "bytes",
name: "shutdownParamsData",
value: "",
value: "0x",
},
],
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"contractInputsValues": {
"token": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"baseStrategy": "0x8b9e20D9970Af54fbaFe64049174e24d6DE0C412",
"baseStrategy": "0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8",
"baseStrategyWithdrawalBuffer": "50000000000000000000000",
"baseStrategyDepositThreshold": "50000000000000000000000",
"dToken": "0xd018d5ecCe2Cd1c230F1719367C22DfE92c696ac"
Expand Down Expand Up @@ -127,7 +127,7 @@
"payable": false
},
"contractInputsValues": {
"strategy": "0x8b9e20D9970Af54fbaFe64049174e24d6DE0C412",
"strategy": "0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8",
"underperformingEquityThreshold": "0",
"debtCeiling": "[[\"0x470EBf5f030Ed85Fc1ed4C2d36B9DD02e77CF1b7\",\"0\"],[\"0x6B175474E89094C44Da98b954EedeAC495271d0F\",\"30000000000000000000000000\"]]"
}
Expand Down
2 changes: 1 addition & 1 deletion protocol/scripts/deploys/mainnet/v2/contract-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const V2_DEPLOYED_CONTRACTS: {[key: string]: ContractAddresses} = {
ADDRESS: '0x8b9e20D9970Af54fbaFe64049174e24d6DE0C412',
},
DAI_ORIGAMI_SKY_FARM_BASE_STRATEGY: {
ADDRESS: '0x',
ADDRESS: '0x5D8E464fCA8D327fAD016EA8cF3424Cb113c07A8',
},
TEMPLE_BASE_STRATEGY: {
ADDRESS: '0xB8d09B0436adF927004Cea0B096E8c05f6dFdc3b',
Expand Down

0 comments on commit 0d27df8

Please sign in to comment.