Skip to content

Commit

Permalink
Merge pull request #166 from threshold-network/update-start-dashboard…
Browse files Browse the repository at this point in the history
…-script-solidity-contracts-deployment

Update preparation of the artifacts for `solidity-contracts` in `start_dashboard.sh` script 

In this PR - threshold-network/solidity-contracts#113 -
there was a change that changed the way of how we prepare the artifacts in
`solidity-contracts` repo. Instead of calling `prepare-artifacts.sh` file we
use hardhat helper task (please see this commit -
threshold-network/solidity-contracts@0c843c6).

This PR updates the `start_dashboard` script in `token-dashboard` to do the
same, since `prepare-artifacts.sh` file was removed.
  • Loading branch information
r-czajkowski authored Aug 22, 2022
2 parents 77cdfd1 + 42afbb2 commit 3aac913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ yarn link @keep-network/keep-core
./scripts/prepare-dependencies.sh
printf "${LOG_START}Deploying contracts for threshold solidity contracts...${LOG_START}"
yarn deploy --network development --reset
./scripts/prepare-artifacts.sh --network development
yarn hardhat prepare-artifacts --network development
yarn link

cd $COMPONENTS_LIB_PATH
Expand Down

0 comments on commit 3aac913

Please sign in to comment.