Skip to content

Commit

Permalink
Merge ADD_BLOCKCHAIN.MD + ADD_BLOCKCHAIN_CORE.md (#3511 #3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
iower committed Nov 22, 2020
1 parent 7af2adf commit 4659c11
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 44 deletions.
20 changes: 18 additions & 2 deletions docs/ADD_BLOCKCHAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,21 @@ Add swap instances:

### Change files

- See [swap.core/docs/ADD_BLOCKCHAIN.md](https://github.com/swaponline/swap.core/blob/master/docs/ADD_BLOCKCHAIN.md)
- `src/swap.app/constants/COINS.js`
- `src/swap.app/constants/ENV.js`
- `src/swap.app/constants/TRADE_TICKERS.js`
- `src/swap.app/util/typeforce.js`
- `src/swap.auth/*.js`
- `src/swap.flows/index.js`
- `src/swap.flows/ETH2*.js`
- `src/swap.flows/ETHTOKEN2*.js`
- `src/swap.flows/*2ETH.js`
- `src/swap.flows/*2ETHTOKEN.js`
- `src/swap.swaps/index.js`
- `src/swap.swaps/*Swap.js`
- `package.json` (install lib via `npm i`)

`*` = `ghost`, for example


### Update README
Expand All @@ -254,7 +268,9 @@ Add swap instances:

### GHOST

- See [swap.core/docs/ADD_BLOCKCHAIN.md](https://github.com/swaponline/swap.core/blob/master/docs/ADD_BLOCKCHAIN.md)
- https://github.com/swaponline/MultiCurrencyWallet/pull/2891
- https://github.com/swaponline/swap.core/pull/500
- https://github.com/swaponline/swap.core/pull/501


### NEXT.coin
Expand Down
42 changes: 0 additions & 42 deletions docs/ADD_BLOCKCHAIN_CORE.md

This file was deleted.

0 comments on commit 4659c11

Please sign in to comment.