diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-18 21:46:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:46:33 +0800 |
commit | 4b95e3d6848832a06fde54b29d41d99b2a52f6ec (patch) | |
tree | 88801e5747f905b31060ebe3af7cc42a11878c34 /packages/migrations/src/migration.ts | |
parent | 9e8bca69a8a1d3570e30a28f150c0bec3848a760 (diff) | |
parent | 392d3394438fdadf4e3b4201c493e3a2921d8380 (diff) | |
download | dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar.gz dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar.bz2 dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar.lz dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar.xz dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.tar.zst dexon-sol-tools-4b95e3d6848832a06fde54b29d41d99b2a52f6ec.zip |
Merge pull request #1156 from 0xProject/feature/0x/npm-domain
Move package org from 0xproject to 0x
Diffstat (limited to 'packages/migrations/src/migration.ts')
-rw-r--r-- | packages/migrations/src/migration.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/migrations/src/migration.ts b/packages/migrations/src/migration.ts index 0ee5b6975..86c76a54b 100644 --- a/packages/migrations/src/migration.ts +++ b/packages/migrations/src/migration.ts @@ -1,9 +1,9 @@ -import * as wrappers from '@0xproject/abi-gen-wrappers'; -import { ContractAddresses } from '@0xproject/contract-addresses'; -import * as artifacts from '@0xproject/contract-artifacts'; -import { assetDataUtils } from '@0xproject/order-utils'; -import { BigNumber } from '@0xproject/utils'; -import { Web3Wrapper } from '@0xproject/web3-wrapper'; +import * as wrappers from '@0x/abi-gen-wrappers'; +import { ContractAddresses } from '@0x/contract-addresses'; +import * as artifacts from '@0x/contract-artifacts'; +import { assetDataUtils } from '@0x/order-utils'; +import { BigNumber } from '@0x/utils'; +import { Web3Wrapper } from '@0x/web3-wrapper'; import { Provider, TxData } from 'ethereum-types'; import * as _ from 'lodash'; |