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 9387971 commit 94fba62Copy full SHA for 94fba62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "set-protocol-utils",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "Common utilities for Set Protocol",
5
"main": "dist/index.js",
6
"scripts": {
src/zeroEx.ts
@@ -3,7 +3,7 @@ import * as Web3 from 'web3';
import { SignatureType, Order } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import { orderHashUtils } from '@0xproject/order-utils';
-import { assetDataUtils, generatePseudoRandomSalt } from '@0xProject/order-utils';
+import { assetDataUtils, generatePseudoRandomSalt } from '@0xproject/order-utils';
7
8
import { constants } from './constants';
9
import { Address, Bytes } from './types';
0 commit comments