We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4407ad0 commit 2e774caCopy full SHA for 2e774ca
src/index.js
@@ -9,7 +9,9 @@ import {
9
} from 'eth-sig-util';
10
import { ethers } from 'ethers';
11
import { toChecksumAddress } from 'ethereumjs-util';
12
-import {
+import Constants from './constants.json';
13
+
14
+const {
15
hstBytecode,
16
hstAbi,
17
piggybankBytecode,
@@ -22,7 +24,7 @@ import {
22
24
multisigBytecode,
23
25
erc1155Abi,
26
erc1155Bytecode,
-} from './constants.json';
27
+} = Constants;
28
29
let ethersProvider;
30
let hstFactory;
0 commit comments