Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions contracts/deploy/mainnet/152_pool_booster_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = deploymentWithGovernanceProposal(
forceDeploy: false,
reduceQueueTime: true,
deployerIsProposer: false,
proposalId: "",
proposalId:
"88571309263461999046223385877946752282612145620560563525414048647990244142989",
},
async ({ deployWithConfirmation, withConfirmation }) => {
const { deployerAddr } = await getNamedAccounts();
Expand Down Expand Up @@ -81,7 +82,7 @@ module.exports = deploymentWithGovernanceProposal(
);

return {
name: "Upgrade PoolBoosterCentralRegistry and deploy PoolBoosterFactoryMerkl",
name: "Approve PoolBoosterFactoryMerkl",
actions: [
{
// set the factory as an approved one
Expand Down
3 changes: 2 additions & 1 deletion contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"147_claim_rewards_module_upgrade": 1751883056,
"148_xogn_module_for_5_of_8_multisig": 1752085269,
"149_xogn_module_7": 1752215483,
"151_curve_pb_module": 1754292289
"151_curve_pb_module": 1754292289,
"152_pool_booster_setup": 1759480355
}
418 changes: 418 additions & 0 deletions contracts/deployments/mainnet/PoolBoostCentralRegistry.json

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions contracts/deployments/mainnet/PoolBoostCentralRegistryProxy.json

Large diffs are not rendered by default.

Loading
Loading