File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity ^ 0.8.24 ;
2
+ pragma solidity ^ 0.8.20 ;
3
3
import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol " ;
4
4
import "@openzeppelin/contracts-upgradeable/governance/TimelockControllerUpgradeable.sol " ;
5
5
Original file line number Diff line number Diff line change 35
35
"@types/node" : " >=18.0.0" ,
36
36
"@typescript-eslint/eslint-plugin" : " ^7.11.0" ,
37
37
"@typescript-eslint/parser" : " ^7.11.0" ,
38
+ "bigint-crypto-utils" : " ^3.3.0" ,
38
39
"chai" : " ^4.2.0" ,
39
40
"eslint" : " ^9.5.0" ,
40
41
"eslint-config-prettier" : " ^9.1.0" ,
54
55
"viem" : " ^2.15.1"
55
56
},
56
57
"dependencies" : {
57
- "bigint-crypto-utils" : " ^3.3.0" ,
58
58
"rif-token-contracts" : " https://github.com/Freshenext/RIF-Token"
59
59
},
60
60
"packageManager" : " yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
You can’t perform that action at this time.
0 commit comments