Skip to content

Commit 9ae78da

Browse files
fix: DAOTimelock version and absence of bigint-crypto-utils
1 parent 747bfa1 commit 9ae78da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/DaoTimelockUpgradable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.24;
2+
pragma solidity ^0.8.20;
33
import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
44
import "@openzeppelin/contracts-upgradeable/governance/TimelockControllerUpgradeable.sol";
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@types/node": ">=18.0.0",
3636
"@typescript-eslint/eslint-plugin": "^7.11.0",
3737
"@typescript-eslint/parser": "^7.11.0",
38+
"bigint-crypto-utils": "^3.3.0",
3839
"chai": "^4.2.0",
3940
"eslint": "^9.5.0",
4041
"eslint-config-prettier": "^9.1.0",
@@ -54,7 +55,6 @@
5455
"viem": "^2.15.1"
5556
},
5657
"dependencies": {
57-
"bigint-crypto-utils": "^3.3.0",
5858
"rif-token-contracts": "https://github.com/Freshenext/RIF-Token"
5959
},
6060
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"

0 commit comments

Comments
 (0)