Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 4, 2024
1 parent adefe61 commit cd9b0d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 301 deletions.
2 changes: 1 addition & 1 deletion scripts/dao-local-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export NETWORK_STATE_DEFAULTS_FILE="scripts/scratch/deployed-testnet-defaults.js
bash scripts/dao-deploy.sh

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

# Run acceptance tests
yarn test:integration:fork:local
2 changes: 1 addition & 1 deletion scripts/dao-local-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export NETWORK_STATE_FILE="deployed-${NETWORK}.json"
bash scripts/dao-upgrade.sh

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

# Run acceptance tests
yarn test:integration:fork:local
299 changes: 0 additions & 299 deletions scripts/scratch/scratch-acceptance-test.ts

This file was deleted.

File renamed without changes.

0 comments on commit cd9b0d7

Please sign in to comment.