2017-10-25 02:17:26 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`render snapshot 1`] = `
|
|
|
|
<Swap
|
|
|
|
bityOrder={Object {}}
|
|
|
|
bityOrderCreateRequestedSwap={[Function]}
|
2018-01-02 18:04:50 +00:00
|
|
|
bityOrderStatus={null}
|
2017-12-11 17:44:53 +00:00
|
|
|
bityRates={
|
|
|
|
Object {
|
|
|
|
"allIds": Array [],
|
|
|
|
"byId": Object {},
|
|
|
|
}
|
|
|
|
}
|
2017-10-25 02:17:26 +00:00
|
|
|
changeStepSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
destination={
|
|
|
|
Object {
|
|
|
|
"amount": NaN,
|
|
|
|
"id": "ETH",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
destinationAddress=""
|
2017-10-25 02:17:26 +00:00
|
|
|
destinationAddressSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
initSwap={[Function]}
|
|
|
|
isFetchingRates={null}
|
2018-01-11 18:04:11 +00:00
|
|
|
isOffline={false}
|
2017-12-11 17:44:53 +00:00
|
|
|
isPostingOrder={false}
|
2017-10-25 02:17:26 +00:00
|
|
|
loadBityRatesRequestedSwap={[Function]}
|
2018-01-02 18:04:50 +00:00
|
|
|
loadShapeshiftRatesRequestedSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
options={
|
|
|
|
Object {
|
|
|
|
"allIds": Array [],
|
|
|
|
"byId": Object {},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
origin={
|
|
|
|
Object {
|
|
|
|
"amount": NaN,
|
|
|
|
"id": "BTC",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
outputTx={null}
|
|
|
|
paymentAddress={null}
|
2018-01-02 18:04:50 +00:00
|
|
|
provider="bity"
|
2017-10-25 02:17:26 +00:00
|
|
|
restartSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
secondsRemaining={null}
|
2018-01-02 18:04:50 +00:00
|
|
|
shapeshiftOrder={Object {}}
|
|
|
|
shapeshiftOrderCreateRequestedSwap={[Function]}
|
|
|
|
shapeshiftOrderStatus={null}
|
|
|
|
shapeshiftRates={
|
|
|
|
Object {
|
|
|
|
"allIds": Array [],
|
|
|
|
"byId": Object {},
|
|
|
|
}
|
|
|
|
}
|
2017-10-25 02:17:26 +00:00
|
|
|
showNotification={[Function]}
|
|
|
|
startOrderTimerSwap={[Function]}
|
|
|
|
startPollBityOrderStatus={[Function]}
|
2018-01-02 18:04:50 +00:00
|
|
|
startPollShapeshiftOrderStatus={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
step={1}
|
2017-10-25 02:17:26 +00:00
|
|
|
stopLoadBityRatesSwap={[Function]}
|
2018-01-02 18:04:50 +00:00
|
|
|
stopLoadShapeshiftRatesSwap={[Function]}
|
2017-10-25 02:17:26 +00:00
|
|
|
stopOrderTimerSwap={[Function]}
|
|
|
|
stopPollBityOrderStatus={[Function]}
|
2018-01-02 18:04:50 +00:00
|
|
|
stopPollShapeshiftOrderStatus={[Function]}
|
|
|
|
swapProvider={[Function]}
|
2017-10-25 02:17:26 +00:00
|
|
|
/>
|
|
|
|
`;
|