Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 60ad4e9

Browse files
committed
fix: 🐛 import ethereumjs-utils correctly
this was causing a bug when calling subscribeAsync
1 parent 666d1d8 commit 60ad4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/filter_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ethUtil from 'ethereumjs-util';
1+
import * as ethUtil from 'ethereumjs-util';
22
import jsSHA3 from 'js-sha3';
33
import _ from 'lodash';
44
import uuid from 'uuid/v4';

0 commit comments

Comments
 (0)