Skip to content

Commit

Permalink
Merge pull request #838 from sandgub/cryptx-sell-coins
Browse files Browse the repository at this point in the history
- Allow sell transactions for ETH & USDT on CryptX wallet
  • Loading branch information
generalbytes authored Sep 12, 2023
2 parents 9e844ed + ba942a1 commit 12d8216
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions server_extensions_extra/src/main/resources/batm-extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@
<cryptocurrency buyonly="true">BCH</cryptocurrency>
<cryptocurrency>BTC</cryptocurrency>
<cryptocurrency>LTC</cryptocurrency>
<cryptocurrency buyonly="true">BTBS</cryptocurrency>
<cryptocurrency buyonly="true">GQ</cryptocurrency>
<cryptocurrency buyonly="true">ETH</cryptocurrency>
<cryptocurrency buyonly="true">USDT</cryptocurrency>
<cryptocurrency>ETH</cryptocurrency>
<cryptocurrency>USDT</cryptocurrency>
<help>
*host: https://api.cryptx.com/ (required) -
port: (not required) - *token: generate Access tokens from CryptX Settings (required) -
Expand All @@ -105,8 +103,8 @@
<cryptocurrency buyonly="true">BCH</cryptocurrency>
<cryptocurrency>BTC</cryptocurrency>
<cryptocurrency>LTC</cryptocurrency>
<cryptocurrency buyonly="true">ETH</cryptocurrency>
<cryptocurrency buyonly="true">USDT</cryptocurrency>
<cryptocurrency>ETH</cryptocurrency>
<cryptocurrency>USDT</cryptocurrency>
<help>
*host: https://api.cryptx.com/ (required) -
port: (not required) - *token: generate Access tokens from CryptX Settings (required) -
Expand Down

0 comments on commit 12d8216

Please sign in to comment.