Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-maj committed Aug 7, 2023
1 parent 7c13dbc commit 222ff16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ stop-docker:
docker rm hardhat-node

test: FORCE
@echo "SDK_ALCHEMY_KEY = $$SDK_ALCHEMY_KEY"
@echo "THIRDWEB_SECRET_KEY = $$THIRDWEB_SECRET_KEY"
@echo "SDK_ALCHEMY_KEY = $$SDK_ALCHEMY_KEY"
@echo "THIRDWEB_SECRET_KEY = $$THIRDWEB_SECRET_KEY"
docker build . -t hardhat-mainnet-fork
docker start hardhat-node || docker run --name hardhat-node -d -p 8545:8545 -e "THIRDWEB_SECRET_KEY=${THIRDWEB_SECRET_KEY}" -e "SDK_ALCHEMY_KEY=${SDK_ALCHEMY_KEY}" hardhat-mainnet-fork
sudo bash ./scripts/test/await-hardhat.sh
Expand Down

0 comments on commit 222ff16

Please sign in to comment.