Commit 1c36e73 1 parent ad7b34a commit 1c36e73 Copy full SHA for 1c36e73
File tree 4 files changed +68
-399
lines changed
packages/solidity-contracts
4 files changed +68
-399
lines changed Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@changesets/cli" : " ^2.26.2" ,
42
42
"@fuel-ts/forc" : " 0.71.1"
43
- },
44
- "pnpm" : {
45
- "overrides" : {
46
- "graphql" : " >=16.8.1" ,
47
- "semver" : " >=5.7.2" ,
48
- "axios" : " >=1.6.0" ,
49
- "undici" : " >=5.26.2" ,
50
- "get-func-name" : " >=2.0.1" ,
51
- "flat@<5.0.1" : " >=5.0.1" ,
52
- "debug@>=3.2.0 <3.2.7" : " >=3.2.7" ,
53
- "@openzeppelin/contracts-upgradeable@>=4.0.0 <4.9.3" : " >=4.9.3" ,
54
- "@openzeppelin/contracts@>=4.0.0 <4.9.3" : " >=4.9.3" ,
55
- "@openzeppelin/contracts-upgradeable@>=4.7.0 <4.9.2" : " >=4.9.2" ,
56
- "@openzeppelin/contracts@>=4.7.0 <4.9.2" : " >=4.9.2" ,
57
- "@openzeppelin/contracts-upgradeable@>=4.3.0 <4.9.1" : " >=4.9.1" ,
58
- "@openzeppelin/contracts@>=4.3.0 <4.9.1" : " >=4.9.1" ,
59
- "node-fetch@<2.6.7" : " >=2.6.7" ,
60
- "word-wrap@<1.2.4" : " >=1.2.4" ,
61
- "tough-cookie@<4.1.3" : " >=4.1.3" ,
62
- "minimatch@<3.0.5" : " >=3.0.5" ,
63
- "follow-redirects@<1.15.4" : " >=1.15.4"
64
- }
65
43
}
66
44
}
Original file line number Diff line number Diff line change 1
1
import { config as dotEnvConfig } from 'dotenv' ;
2
2
import type { HardhatUserConfig } from 'hardhat/types' ;
3
- // import '@nomicfoundation/hardhat-toolbox'; // Uncomment this line and the project fails
4
- // import '@nomicfoundation/hardhat-network-helpers';
5
- // import '@openzeppelin/hardhat-upgrades';
3
+ import '@nomicfoundation/hardhat-ethers' ;
4
+ import '@nomicfoundation/hardhat-network-helpers' ;
5
+ import '@nomicfoundation/hardhat-verify' ;
6
+ import '@typechain/hardhat' ;
7
+ import '@openzeppelin/hardhat-upgrades' ;
6
8
import 'hardhat-deploy' ;
7
9
import 'solidity-coverage' ;
8
10
@@ -70,6 +72,9 @@ const config: HardhatUserConfig = {
70
72
chainId : 11155111 ,
71
73
} ,
72
74
} ,
75
+ typechain : {
76
+ outDir : 'typechain' ,
77
+ } ,
73
78
etherscan : {
74
79
apiKey : ETHERSCAN_API_KEY ,
75
80
} ,
Original file line number Diff line number Diff line change 39
39
"devDependencies" : {
40
40
"@fuel-contracts/merkle-sol" : " ^0.1.4" ,
41
41
"@fuel-ts/merkle" : " ^0.21.2" ,
42
+ "@nomicfoundation/hardhat-ethers" : " ^3.0.5" ,
42
43
"@nomicfoundation/hardhat-network-helpers" : " ^1.0.10" ,
43
- "@nomicfoundation/hardhat-toolbox " : " 3.0.0 " ,
44
+ "@nomicfoundation/hardhat-verify " : " 1.1.1 " ,
44
45
"@openzeppelin/contracts" : " ^4.8.3" ,
45
46
"@openzeppelin/contracts-upgradeable" : " ^4.8.3" ,
46
47
"@openzeppelin/hardhat-upgrades" : " ^2.5.1" ,
48
+ "@typechain/ethers-v6" : " ^0.5.1" ,
49
+ "@typechain/hardhat" : " ^9.1.0" ,
47
50
"@types/chai" : " ^4.3.4" ,
48
51
"@types/express" : " ^4.17.14" ,
49
52
"@types/lodash" : " ^4.14.202" ,
You can’t perform that action at this time.
0 commit comments