Skip to content

Commit

Permalink
Godex: Enable Zcash receiving
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Oct 18, 2023
1 parent 15b54a1 commit 329d5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- added: Enable Zcash receiving on Godex

## 0.21.10 (2023-10-09)

- changed: Restrict ChangeHero trading to whitelisted plugins
Expand Down
3 changes: 1 addition & 2 deletions src/swap/godex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ const INVALID_CURRENCY_CODES: InvalidCurrencyCodes = {
celo: 'allTokens',
ethereum: ['MATIC'],
fantom: 'allTokens',
polygon: 'allCodes',
zcash: ['ZEC']
polygon: 'allCodes'
}
}

Expand Down

0 comments on commit 329d5af

Please sign in to comment.