This commit is contained in:
denislav-mladenov 2024-07-18 12:25:40 +03:00
parent adfa564ca9
commit 85480d1379
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -69,7 +69,7 @@ jobs:
run: docker exec go-ethereum npx hardhat --version run: docker exec go-ethereum npx hardhat --version
- name: Deploy hardhat sample project - name: Deploy hardhat sample project
run: | run: |
docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet
- name: Testing contracts - name: Testing contracts