pbca26
8 years ago
32 changed files with 145 additions and 149 deletions
@ -1,9 +1,8 @@ |
|||
import * as storeType from './storeType'; |
|||
import { translate } from '../translate/translate'; |
|||
import { translate } from '../../translate/translate'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,9 +1,8 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config, |
|||
getNativeTxHistoryState |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,8 +1,7 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,10 +1,6 @@ |
|||
import { copyToClipboard } from '../util/copyToClipboard'; |
|||
import { translate } from '../translate/translate'; |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
import { copyToClipboard } from '../../util/copyToClipboard'; |
|||
import { translate } from '../../translate/translate'; |
|||
import { triggerToaster } from '../actionCreators'; |
|||
|
|||
export function copyCoinAddress(address) { |
|||
const _result = copyToClipboard(address); |
@ -1,9 +1,8 @@ |
|||
import * as storeType from './storeType'; |
|||
import { translate } from '../translate/translate'; |
|||
import { translate } from '../../translate/translate'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,9 +1,8 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config, |
|||
dashboardCoinsState |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,8 +1,7 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,9 +1,8 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config, |
|||
getNativeTxHistoryState |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,13 +1,12 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
|||
} from './log'; |
|||
import { checkAC } from '../components/addcoin/payload'; |
|||
import { checkAC } from '../../components/addcoin/payload'; |
|||
|
|||
export function getPassthruAgent(coin) { |
|||
let passthruAgent; |
@ -1,8 +1,7 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,10 +1,9 @@ |
|||
import * as storeType from './storeType'; |
|||
import { translate } from '../translate/translate'; |
|||
import { translate } from '../../translate/translate'; |
|||
import { |
|||
triggerToaster, |
|||
Config, |
|||
getPassthruAgent |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,10 +1,9 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config, |
|||
getPassthruAgent, |
|||
getNativeTxHistoryState |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,8 +1,4 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
import { triggerToaster } from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
@ -1,8 +1,7 @@ |
|||
import * as storeType from './storeType'; |
|||
import { |
|||
triggerToaster, |
|||
Config |
|||
} from './actionCreators'; |
|||
} from '../actionCreators'; |
|||
import { |
|||
logGuiHttp, |
|||
guiLogState |
Loading…
Reference in new issue