File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,5 @@ templates/evm/core/pages/api
74
74
75
75
# Hardhat files
76
76
cache
77
- artifacts
77
+ artifacts
78
+ Flattened.sol
Original file line number Diff line number Diff line change 8
8
"deploy" : " npx hardhat run ./scripts/SuperconductorX_deploy.js --network ETH_MAINNET" ,
9
9
"node" : " npx hardhat node" ,
10
10
"test" : " npx hardhat test" ,
11
- "deploy-local" : " npx hardhat run ./scripts/SuperconductorX_deploy.js --network localhost"
11
+ "deploy-local" : " npx hardhat run ./scripts/SuperconductorX_deploy.js --network localhost" ,
12
+ "flatten" : " rm -f Flattened.sol && npx hardhat flatten > Flattened.sol"
12
13
},
13
14
"dependencies" : {
14
- "dotenv " : " ^16.0.2 " ,
15
- "@openzeppelin/contracts " : " ^4.7.3 "
15
+ "@openzeppelin/contracts " : " ^4.7.3 " ,
16
+ "dotenv " : " ^16.0.2 "
16
17
},
17
18
"devDependencies" : {
18
19
"@nomicfoundation/hardhat-toolbox" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments