Skip to content

Commit cd9b0d7

Browse files
committed
chore: cleanup
1 parent adefe61 commit cd9b0d7

File tree

4 files changed

+2
-301
lines changed

4 files changed

+2
-301
lines changed

scripts/dao-local-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export NETWORK_STATE_DEFAULTS_FILE="scripts/scratch/deployed-testnet-defaults.js
1919
bash scripts/dao-deploy.sh
2020

2121
# Need this to get sure the last transactions are mined
22-
yarn hardhat --network $NETWORK run --no-compile scripts/scratch/send-hardhat-mine.ts
22+
yarn hardhat --network $NETWORK run --no-compile scripts/utils/mine.ts
2323

2424
# Run acceptance tests
2525
yarn test:integration:fork:local

scripts/dao-local-upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export NETWORK_STATE_FILE="deployed-${NETWORK}.json"
1818
bash scripts/dao-upgrade.sh
1919

2020
# Need this to get sure the last transactions are mined
21-
yarn hardhat --network $NETWORK run --no-compile scripts/scratch/send-hardhat-mine.ts
21+
yarn hardhat --network $NETWORK run --no-compile scripts/utils/mine.ts
2222

2323
# Run acceptance tests
2424
yarn test:integration:fork:local

scripts/scratch/scratch-acceptance-test.ts

Lines changed: 0 additions & 299 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)