Skip to content

Commit

Permalink
feat: add web3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Jan 25, 2024
1 parent fd9bc44 commit 9b58d7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 9b58d7c

Please sign in to comment.