Skip to content

Commit

Permalink
refactor: clean-up part of obsolete docs and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Oct 11, 2023
1 parent 653f78a commit eda1672
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 1,549 deletions.
6 changes: 3 additions & 3 deletions dao-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ cp ${NETWORK_STATE_DEFAULTS_FILE} ${NETWORK_STATE_FILE}
yarn hardhat --network $NETWORK run ./scripts/scratch/00-populate-deploy-artifact-from-env.js --no-compile

# It does not deploy DepositContract if it is specified in deployed-${NETWORK}-defaults.json
yarn hardhat --network $NETWORK run ./scripts/scratch/deploy-beacon-deposit-contract.js --no-compile
yarn hardhat --network $NETWORK run ./scripts/scratch/deploy-deposit-contract.js --no-compile
msg "Deposit contract deployed or is specified."

yarn deploy:aragon-env
yarn hardhat --network $NETWORK run --no-compile ./scripts/scratch/deploy-aragon-env.js
msg "Aragon ENV deployed."

yarn deploy:aragon-std-apps-custom
yarn hardhat run --no-compile ./scripts/scratch/deploy-aragon-std-apps.js --network $NETWORK
msg "Aragon STD apps deployed."

yarn hardhat --network $NETWORK run ./scripts/scratch/01-deploy-lido-template-and-bases.js --no-compile
Expand Down
71 changes: 0 additions & 71 deletions docs/dev-fork.md

This file was deleted.

191 changes: 0 additions & 191 deletions docs/dev-local.md

This file was deleted.

Loading

0 comments on commit eda1672

Please sign in to comment.