Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 6100d61

Browse files
authored
Fix which contract artifacts are published (#570)
1 parent f856f3a commit 6100d61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"files": [
88
"dist",
99
"build/contracts/Bridge.json",
10+
"build/contracts/Forwarder.json",
1011
"build/contracts/ERC20Handler.json",
1112
"build/contracts/ERC721Handler.json",
13+
"build/contracts/ERC1155Handler.json",
1214
"build/contracts/GenericHandler.json",
13-
"build/contracts/HandlerHelpers.json"
15+
"build/contracts/BasicFeeHandler.json",
16+
"build/contracts/FeeHandlerWithOracle.json"
1417
],
1518
"directories": {
1619
"test": "test"

0 commit comments

Comments
 (0)