laconicd-deprecated/tests/integration_tests/contracts
dependabot[bot] f0968d0dc4
build(deps): bump undici in /tests/integration_tests/contracts (#1282)
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.9.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 13:06:36 +02:00
..
contracts tests(rpc): add filter tests (#1233) 2022-08-12 13:57:57 +00:00
.gitignore imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
hardhat.config.ts imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
package-lock.json build(deps): bump undici in /tests/integration_tests/contracts (#1282) 2022-08-19 13:06:36 +02:00
package.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
README.md imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
tsconfig.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js