Testing deployment

This commit is contained in:
denislav-mladenov 2024-07-18 10:20:32 +03:00
commit d2403bbf68
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: deploy-hardhat name: deploy-hardhat
on: on:
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]

View file

@ -21,7 +21,7 @@
"hardhat": "^2.22.5", "hardhat": "^2.22.5",
"@nomiclabs/hardhat-waffle": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.0",
"ethereum-waffle": "^3.4.0", "ethereum-waffle": "^3.4.0",
"chai": "^4.3.4" "chai": "^4.3.4",
"ethers": "^5.0.0" "ethers": "^5.0.0"
} }
} }