From 9b58d7ca5244cf8ac65772bf554f02ca2bd844f0 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 25 Jan 2024 11:47:48 +0000 Subject: [PATCH] feat: add web3 package --- tests/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/package.json b/tests/package.json index 378231f..0302ee4 100755 --- a/tests/package.json +++ b/tests/package.json @@ -12,17 +12,18 @@ }, "author": "Xavier Lavayssière", "dependencies": { - "@nomiclabs/hardhat-ethers": "^2.2.2", "@nomicfoundation/hardhat-chai-matchers": "^1.0.5", + "@nomiclabs/hardhat-ethers": "^2.2.2", "bitcoin-core": "^4.1.0", "chai": "^4.3.7", "express": "^4.18.2", "hardhat": "^2.12.6", "mocha": "^10.2.0", - "puppeteer-core": "^19.5.2" + "puppeteer-core": "^19.5.2", + "web3": "^4.4.0" }, "devDependencies": { "eslint": "^8.32.0", "typescript": "^4.9.4" } -} \ No newline at end of file +}