Commit f8ed9d5 1 parent d4d6084 commit f8ed9d5 Copy full SHA for f8ed9d5
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ rm -rf $artifacts
13
13
mkdir $artifacts \
14
14
" $artifacts /interfaces"
15
15
16
- FOUNDRY_PROFILE=optimized forge build
16
+ forge build
17
17
18
- cp out-optimized /Registry.sol/Registry.json $artifacts
19
- cp out-optimized /MockERC1271Attester.sol/MockERC1271Attester.json $artifacts
20
- cp out-optimized /MockResolver.sol/MockResolver.json $artifacts
21
- cp out-optimized /MockSchemaValidator.sol/MockSchemaValidator.json $artifacts
18
+ cp out/Registry.sol/Registry.json $artifacts
19
+ cp out/MockERC1271Attester.sol/MockERC1271Attester.json $artifacts
20
+ cp out/MockResolver.sol/MockResolver.json $artifacts
21
+ cp out/MockSchemaValidator.sol/MockSchemaValidator.json $artifacts
22
22
23
23
24
24
25
25
interfaces=./artifacts/interfaces
26
26
27
- cp out-optimized /IERC7484.sol/IERC7484.json $interfaces
28
- cp out-optimized /IRegistry.sol/IRegistry.json $interfaces
29
- cp out-optimized /IExternalResolver.sol/IExternalResolver.json $interfaces
30
- cp out-optimized /IExternalSchemaValidator.sol/IExternalSchemaValidator.json $interfaces
27
+ cp out/IERC7484.sol/IERC7484.json $interfaces
28
+ cp out/IRegistry.sol/IRegistry.json $interfaces
29
+ cp out/IExternalResolver.sol/IExternalResolver.json $interfaces
30
+ cp out/IExternalSchemaValidator.sol/IExternalSchemaValidator.json $interfaces
31
31
32
32
pnpm prettier --write ./artifacts
You can’t perform that action at this time.
0 commit comments