Skip to content

Commit fa9454c

Browse files
committed
add deployment descriptors for pool booster factory
1 parent 63c2767 commit fa9454c

File tree

3 files changed

+451
-2
lines changed

3 files changed

+451
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"001_deploy_woeth_on_arb": 1707820141,
33
"002_upgrade_woeth_on_arb": 1710959437,
4-
"003_pool_booster_curve": 1737965774
4+
"003_pool_booster_curve": 1737965774,
5+
"004_curve_pool_booster_factory": 1764024620
56
}

contracts/deployments/arbitrumOne/CurvePoolBoosterFactory.json

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

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"deploy": "rm -rf deployments/hardhat && npx hardhat deploy",
88
"deploy:mainnet": "npx hardhat deploy --network mainnet --verbose",
9-
"deploy:arbitrum": "npx hardhat deploy --network arbitrumOne --tags arbitrumOne --verbose",
9+
"deploy:arbitrum": "FORK_NETWORK_NAME=arbitrumOne npx hardhat deploy --network arbitrumOne --tags arbitrumOne --verbose",
1010
"deploy:holesky": "NETWORK_NAME=holesky npx hardhat deploy --network holesky --verbose",
1111
"deploy:base": "NETWORK_NAME=base npx hardhat deploy --network base --verbose",
1212
"deploy:sonic": "NETWORK_NAME=sonic npx hardhat deploy --network sonic --verbose",

0 commit comments

Comments
 (0)