Skip to content

Commit

Permalink
feat(swap): deprecate swap 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Nov 23, 2020
1 parent 33a985e commit 5cd0953
Show file tree
Hide file tree
Showing 118 changed files with 28 additions and 8,370 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import * as bchTransactions from './bchTransactions/actionTypes'
import * as borrow from './borrow/actionTypes'
import * as btcTransactions from './btcTransactions/actionTypes'
import * as ethTransactions from './ethTransactions/actionTypes'
import * as exchange from './exchange/actionTypes'
import * as exchangeHistory from './exchangeHistory/actionTypes'
import * as fiatTransactions from './fiatTransactions/actionTypes'
import * as identityVerification from './identityVerification/actionTypes'
import * as importBtcAddress from './importBtcAddress/actionTypes'
Expand Down Expand Up @@ -43,8 +41,6 @@ export {
btcTransactions,
ethTransactions,
xlmTransactions,
exchange,
exchangeHistory,
fiatTransactions,
identityVerification,
importBtcAddress,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import * as bchTransactions from './bchTransactions/actions'
import * as borrow from './borrow/actions'
import * as btcTransactions from './btcTransactions/actions'
import * as ethTransactions from './ethTransactions/actions'
import * as exchange from './exchange/actions'
import * as exchangeHistory from './exchangeHistory/actions'
import * as fiatTransactions from './fiatTransactions/actions'
import * as identityVerification from './identityVerification/actions'
import * as importBtcAddress from './importBtcAddress/actions'
Expand Down Expand Up @@ -43,8 +41,6 @@ export {
btcTransactions,
ethTransactions,
xlmTransactions,
exchange,
exchangeHistory,
fiatTransactions,
identityVerification,
importBtcAddress,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 5cd0953

Please sign in to comment.