Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
- downgrade chai dependencies: chaijs/chai#1561
- installed hardhat network helpers for better testing
  • Loading branch information
mrsalitre committed Sep 16, 2024
1 parent 738955f commit 0ff8e7e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 298 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/hardhat-upgrades": "^3.2.0",
"@types/chai": "^4.3.11",
"@types/js-yaml": "^4.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/react-color": "^3.0.5",
"chai": "^5.1.0",
"chai": "4.5.0",
"env-cmd": "^10.1.0",
"eth-gas-reporter": "^0.2.27",
"ethereum-waffle": "^4.0.10",
Expand All @@ -70,16 +71,16 @@
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.10",
"husky": "^9.0.11",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"js-yaml": "^4.1.0",
"@types/js-yaml": "^4.1.0"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.68.0",
"@graphprotocol/graph-ts": "^0.32.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@openzeppelin/contracts": "^5.0.2",
"@remix-project/remixd": "^0.6.33",
"dotenv": "^16.4.5",
"@graphprotocol/graph-cli": "^0.68.0",
"@graphprotocol/graph-ts": "^0.32.0"
"dotenv": "^16.4.5"
}
}
257 changes: 0 additions & 257 deletions test/test.ts

This file was deleted.

Loading

0 comments on commit 0ff8e7e

Please sign in to comment.