Stop exporting crypto

This commit is contained in:
Fabio Berger
2018-08-03 17:51:58 +02:00
parent 0e82be1bda
commit 1588f4ac39
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { crypto, generatePseudoRandomSalt } from '@0xproject/order-utils';
import { generatePseudoRandomSalt } from '@0xproject/order-utils';
import { crypto } from '@0xproject/order-utils/lib/src/crypto';
export const addressUtils = {
generatePseudoRandomAddress(): string {