Skip to content

Commit ca702bf

Browse files
authored
152 deployment of Merkl Morpho pool booster (#2677)
* add deployment file * improve test * prettier * add deployment files * add migration timestamp * add proposal id * prettier * correct market name * better name for CampaignCreator
1 parent e7c95c2 commit ca702bf

10 files changed

Lines changed: 3517 additions & 3 deletions

contracts/deploy/mainnet/152_pool_booster_setup.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = deploymentWithGovernanceProposal(
77
forceDeploy: false,
88
reduceQueueTime: true,
99
deployerIsProposer: false,
10-
proposalId: "",
10+
proposalId:
11+
"88571309263461999046223385877946752282612145620560563525414048647990244142989",
1112
},
1213
async ({ deployWithConfirmation, withConfirmation }) => {
1314
const { deployerAddr } = await getNamedAccounts();
@@ -81,7 +82,7 @@ module.exports = deploymentWithGovernanceProposal(
8182
);
8283

8384
return {
84-
name: "Upgrade PoolBoosterCentralRegistry and deploy PoolBoosterFactoryMerkl",
85+
name: "Approve PoolBoosterFactoryMerkl",
8586
actions: [
8687
{
8788
// set the factory as an approved one

contracts/deployments/mainnet/.migrations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"147_claim_rewards_module_upgrade": 1751883056,
4747
"148_xogn_module_for_5_of_8_multisig": 1752085269,
4848
"149_xogn_module_7": 1752215483,
49-
"151_curve_pb_module": 1754292289
49+
"151_curve_pb_module": 1754292289,
50+
"152_pool_booster_setup": 1759480355
5051
}

contracts/deployments/mainnet/PoolBoostCentralRegistry.json

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/PoolBoostCentralRegistryProxy.json

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)