Skip to content

Commit

Permalink
fix: dependency and update artifacts (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric authored Jan 25, 2024
1 parent 7a01a13 commit 42ebf5f
Show file tree
Hide file tree
Showing 2 changed files with 4,047 additions and 5,646 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"build/contracts/BasicFeeHandler.json",
"build/contracts/DynamicERC20FeeHandlerEVM.json",
"build/contracts/PercentageERC20FeeHandlerEVM.json",
"build/contract/FeeHandlerRouter.json",
"contracts/interfaces"
],
"directories": {
Expand Down Expand Up @@ -71,14 +72,14 @@
"truffle": "^5.4.32",
"truffle-assertions": "^0.9.2",
"truffle-plugin-verify": "0.6.0",
"@truffle/hdwallet-provider": "^2.0.14",
"typechain": "^7.0.0",
"typescript": "^4.5.5"
},
"peerDependencies": {
"ethers": ">= 5.0.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.14"
"@openzeppelin/contracts": "^4.5.0"
}
}
Loading

0 comments on commit 42ebf5f

Please sign in to comment.