Update remaining ../abi to @parity/abi

This commit is contained in:
Jaco Greeff
2017-04-20 12:03:07 +02:00
parent 75d9fa3fe9
commit 11bcfa05e3
4 changed files with 8 additions and 5 deletions

View File

@@ -17,9 +17,10 @@
import BigNumber from 'bignumber.js';
import sinon from 'sinon';
import Abi from '@parity/abi';
import { TEST_HTTP_URL, mockHttp } from '../../../test/mockRpc';
import Abi from '../../abi';
import { sha3 } from '../util/sha3';
import Api from '../api';