Skip to content

Commit 49f6649

Browse files
committed
Replace Parser with Multi Asset Transfer
1 parent 0b71bcf commit 49f6649

File tree

18 files changed

+1290
-1685
lines changed

18 files changed

+1290
-1685
lines changed

craco.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ const config = {
1616
webpackConfig.resolve.plugins = webpackConfig.resolve.plugins.filter(
1717
({ constructor }: InstanceType<typeof ModuleScopePlugin>) => constructor?.name !== "ModuleScopePlugin",
1818
);
19+
webpackConfig.module!.rules!.push({
20+
test: /\.m?js/,
21+
resolve: {
22+
fullySpecified: false,
23+
},
24+
});
1925
return webpackConfig;
2026
},
2127
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"ethers": "^5.7.2",
4141
"honeyswap-default-token-list": "^3.1.1",
4242
"lodash.debounce": "^4.0.8",
43+
"multi-asset-transfer": "^0.1.0",
4344
"react": "^17.0.2",
4445
"react-ace": "^10.1.0",
4546
"react-csv-reader": "^4.0.0",

0 commit comments

Comments
 (0)