|
35 | 35 | "deploy-usdcpoolaave-base": "hardhat run ./scripts/deployUSDCPoolAave.ts --network BASE", |
36 | 36 | "deploy-usdcpoolaave-opmainnet": "hardhat run ./scripts/deployUSDCPoolAave.ts --network OP_MAINNET", |
37 | 37 | "deploy-usdcpoolaave-arbitrumone": "hardhat run ./scripts/deployUSDCPoolAave.ts --network ARBITRUM_ONE", |
| 38 | + "deploy-usdcpoolaave-ethereum": "hardhat run ./scripts/deployUSDCPoolAave.ts --network ETHEREUM", |
38 | 39 | "deploy-usdcpoolstablecoin-ethereum": "hardhat run ./scripts/deployUSDCStablecoinPool.ts --network ETHEREUM", |
39 | 40 | "deploy-usdcpoolstablecoin-unichain": "hardhat run ./scripts/deployUSDCStablecoinPool.ts --network UNICHAIN", |
40 | 41 | "deploy-usdcpublicpool-arbitrumone": "hardhat run ./scripts/deployUSDCPublicPool.ts --network ARBITRUM_ONE", |
|
80 | 81 | "deploy-usdt-stashdex-processor-ethereum-stage": "PROCESSOR_TOKEN=USDT DEPLOY_TYPE=STAGE hardhat run ./scripts/deployStashDexProcessor.ts --network ETHEREUM", |
81 | 82 | "deploy-pyusd-stashdex-processor-ethereum": "PROCESSOR_TOKEN=PYUSD hardhat run ./scripts/deployStashDexProcessor.ts --network ETHEREUM", |
82 | 83 | "deploy-pyusd-stashdex-processor-ethereum-stage": "PROCESSOR_TOKEN=PYUSD DEPLOY_TYPE=STAGE hardhat run ./scripts/deployStashDexProcessor.ts --network ETHEREUM", |
| 84 | + "deploy-stashdex-ethereum": "hardhat run ./scripts/deployStashDex.ts --network ETHEREUM", |
| 85 | + "deploy-stashdex-ethereum-stage": "DEPLOY_TYPE=STAGE hardhat run ./scripts/deployStashDex.ts --network ETHEREUM", |
83 | 86 | "deploy-paxosoracle-ethereum": "hardhat run ./scripts/deployPaxosOracle.ts --network ETHEREUM", |
84 | 87 | "deploy-paxosoracle-ethereum-stage": "DEPLOY_TYPE=STAGE hardhat run ./scripts/deployPaxosOracle.ts --network ETHEREUM", |
85 | 88 | "upgrade-liquidityhub-basesepolia": "hardhat run ./scripts/upgradeLiquidityHub.ts --network BASE_SEPOLIA", |
|
204 | 207 | "dry:deploy-usdcpoolaave-opmainnet": "DRY_RUN=OP_MAINNET VERIFY=false ts-node --files ./scripts/deployUSDCPoolAave.ts", |
205 | 208 | "dry:deploy-usdcpoolaave-arbitrumone": "DRY_RUN=ARBITRUM_ONE VERIFY=false ts-node --files ./scripts/deployUSDCPoolAave.ts", |
206 | 209 | "dry:deploy-usdcpoolaave-polygon": "DRY_RUN=POLYGON_MAINNET VERIFY=false ts-node --files ./scripts/deployUSDCPoolAave.ts", |
| 210 | + "dry:deploy-usdcpoolaave-ethereum": "DRY_RUN=ETHEREUM VERIFY=false ts-node --files ./scripts/deployUSDCPoolAave.ts", |
207 | 211 | "dry:deploy-usdcpoolstablecoin-ethereum": "DRY_RUN=ETHEREUM VERIFY=false ts-node --files ./scripts/deployUSDCStablecoinPool.ts", |
208 | 212 | "dry:deploy-usdcpoolstablecoin-unichain": "DRY_RUN=UNICHAIN VERIFY=false ts-node --files ./scripts/deployUSDCStablecoinPool.ts", |
209 | 213 | "dry:deploy-usdcpublicpool-arbitrumone": "DRY_RUN=ARBITRUM_ONE VERIFY=false ts-node --files ./scripts/deployUSDCPublicPool.ts", |
|
251 | 255 | "dry:deploy-usdt-stashdex-processor-ethereum": "DRY_RUN=ETHEREUM VERIFY=false PROCESSOR_TOKEN=USDT ts-node --files ./scripts/deployStashDexProcessor.ts", |
252 | 256 | "dry:deploy-pyusd-stashdex-processor-ethereum-stage": "DRY_RUN=ETHEREUM VERIFY=false DEPLOY_TYPE=STAGE PROCESSOR_TOKEN=PYUSD ts-node --files ./scripts/deployStashDexProcessor.ts", |
253 | 257 | "dry:deploy-pyusd-stashdex-processor-ethereum": "DRY_RUN=ETHEREUM VERIFY=false PROCESSOR_TOKEN=PYUSD ts-node --files ./scripts/deployStashDexProcessor.ts", |
| 258 | + "dry:deploy-stashdex-ethereum": "DRY_RUN=ETHEREUM VERIFY=false ts-node --files ./scripts/deployStashDex.ts", |
| 259 | + "dry:deploy-stashdex-ethereum-stage": "DRY_RUN=ETHEREUM DEPLOY_TYPE=STAGE VERIFY=false ts-node --files ./scripts/deployStashDex.ts", |
254 | 260 | "dry:upgrade-liquidityhub-basesepolia": "DRY_RUN=BASE_SEPOLIA VERIFY=false ts-node --files ./scripts/upgradeLiquidityHub.ts", |
255 | 261 | "dry:upgrade-liquidityhub-base": "DRY_RUN=BASE VERIFY=false ts-node --files ./scripts/upgradeLiquidityHub.ts", |
256 | 262 | "dry:upgrade-liquidityhub-base-stage": "DRY_RUN=BASE DEPLOY_TYPE=STAGE VERIFY=false ts-node --files ./scripts/upgradeLiquidityHub.ts", |
|
0 commit comments