Skip to content

Commit

Permalink
Upgrade openzeppelin libs to latest version (4.8.3)
Browse files Browse the repository at this point in the history
Note that openzeppelin's ECDSA library removed the signature v check in version 4.8 which required a minor adjustment in the relevant tests. Read more about it here: OpenZeppelin/openzeppelin-contracts#3591
  • Loading branch information
Walodja1987 committed Apr 24, 2023
1 parent e4c4cd5 commit f22b0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"xdeployer": "^1.1.20"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"eip-712": "^1.0.0",
"trees": "^0.0.4"
},
Expand Down

0 comments on commit f22b0c9

Please sign in to comment.