aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test/abi/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/test/abi/config.ts')
-rw-r--r--packages/order-utils/test/abi/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/order-utils/test/abi/config.ts b/packages/order-utils/test/abi/config.ts
new file mode 100644
index 000000000..015cee59a
--- /dev/null
+++ b/packages/order-utils/test/abi/config.ts
@@ -0,0 +1,4 @@
+import { DataTypeFactory } from './data_type';
+import { EvmDataTypeFactoryImpl } from './evm_data_types';
+
+DataTypeFactory.setImpl(new EvmDataTypeFactoryImpl()); \ No newline at end of file