aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/utils/src/index.ts')
-rw-r--r--packages/utils/src/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts
index 2edc6a331..f59cbec8c 100644
--- a/packages/utils/src/index.ts
+++ b/packages/utils/src/index.ts
@@ -9,4 +9,6 @@ export { abiUtils } from './abi_utils';
export { NULL_BYTES } from './constants';
export { errorUtils } from './error_utils';
export { fetchAsync } from './fetch_async';
-export { signTypedDataUtils } from './sign_typed_data_utils'; \ No newline at end of file
+export { signTypedDataUtils } from './sign_typed_data_utils';
+import * as AbiEncoder from './abi_encoder';
+export { AbiEncoder };