From 39f33beda8f4fd2ead1344edd0a149a3df0693bb Mon Sep 17 00:00:00 2001 From: iower Date: Sun, 24 Jan 2021 18:30:11 +0500 Subject: [PATCH] Cleanup: remove BCH from docs (#3511) --- docs/CORE.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/CORE.md b/docs/CORE.md index 6509d4c9d2..489d0b8676 100644 --- a/docs/CORE.md +++ b/docs/CORE.md @@ -18,20 +18,18 @@ Swap Core is a decentralized exchange protocol (DEP) for crosschain atomic swaps | ETH | Ethereum | | * (ERC20) | ERC20 tokens (USDT, ...) | | BTC | Bitcoin | -| BCH | Bitcoin Cash | | GHOST | Ghost | | NEXT | NEXT.coin | ## Supported swap directions -| tx\rx | ETH | ERC20 | BTC | BCH | GHOST | NEXT | -|-------|------|-------|-----|-----|-------|------| -| ETH | | | + | | + | + | -| ERC20 | | | + | | + | | -| BTC | + | + | | | | | -| BCH | | | | | | | -| GHOST | + | + | | | | | -| NEXT | + | | + | | | + | +| tx\rx | ETH | ERC20 | BTC | GHOST | NEXT | +|-------|------|-------|-----|-------|------| +| ETH | | | + | + | + | +| ERC20 | | | + | + | | +| BTC | + | + | | | | +| GHOST | + | + | | | | +| NEXT | + | | + | | + | ## How it works step by step @@ -393,7 +391,6 @@ For example swap.orders depends on swap.room, so it must wait until swap.room be The service for authentication and storing auth data. Currently contains: -- **bch** - **btc** - **eth** - **ghost**