Skip to content

Commit ccb5abc

Browse files
authored
[CurvePB] Deploy CurvePBFactory and new PB CentralRegistry. (#2766)
* Deploy 166 * Add deployment timestamp
1 parent 20bd19d commit ccb5abc

File tree

6 files changed

+144
-26
lines changed

6 files changed

+144
-26
lines changed

contracts/deploy/mainnet/166_curve_pool_booster_factory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = deploymentWithGovernanceProposal(
1212
forceDeploy: false,
1313
reduceQueueTime: true,
1414
deployerIsProposer: false,
15-
proposalId: "",
15+
proposalId:
16+
"29790621776707374612038589489449765339510021204675811254575721433417005437106",
1617
},
1718
async ({ deployWithConfirmation, withConfirmation }) => {
1819
const { deployerAddr } = await getNamedAccounts();

contracts/deployments/arbitrumOne/.migrations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"001_deploy_woeth_on_arb": 1707820141,
33
"002_upgrade_woeth_on_arb": 1710959437,
44
"003_pool_booster_curve": 1737965774,
5-
"004_curve_pool_booster_factory": 1764091943
5+
"004_curve_pool_booster_factory": 1764091943,
6+
"005_curve_pool_booster_factory": 1769173716
67
}

contracts/deployments/mainnet/.migrations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"162_remove_morpho_gauntlet_strat": 1767659015,
6060
"163_increase_oeth_redeem_fee": 1768182515,
6161
"164_fix_curve_pb_module": 1769002767,
62-
"165_improve_curve_pb_module": 1769002768
62+
"165_improve_curve_pb_module": 1769002768,
63+
"166_curve_pool_booster_factory": 1769174027
6364
}

contracts/deployments/mainnet/PoolBoostCentralRegistry.json

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

contracts/deployments/mainnet/solcInputs/ccb211e9f959f709b1d7b46e0ef9348f.json

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

contracts/storageLayout/mainnet/PoolBoostCentralRegistry.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"label": "address[]",
2020
"numberOfBytes": "32"
2121
}
22-
}
22+
},
23+
"namespaces": {}
2324
}

0 commit comments

Comments
 (0)