This commit is contained in:
Fred Carlsen
2019-02-13 01:51:38 +01:00
committed by Jacob Evans
parent 910fe77ca3
commit cdae6de52e

View File

@@ -1,14 +1,11 @@
import * as _ from 'lodash';
import * as moment from 'moment';
import * as React from 'react';
import styled from 'styled-components';
import { colors } from 'ts/style/colors';
import { DialogContent, DialogOverlay } from '@reach/dialog';
import '@reach/dialog/styles.css';
// import { LedgerSubprovider, Web3ProviderEngine } from '@0x/subproviders';
import { getContractAddressesForNetworkOrThrow } from '@0x/contract-addresses';
import { ContractWrappers } from '@0x/contract-wrappers';
import { BigNumber } from '@0x/utils';