From 329d5affa1988489b8279a84247d3660445f95be Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 18 Oct 2023 12:43:27 -0700 Subject: [PATCH] Godex: Enable Zcash receiving --- CHANGELOG.md | 2 ++ src/swap/godex.ts | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbb0ee6..f8a823c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- added: Enable Zcash receiving on Godex + ## 0.21.10 (2023-10-09) - changed: Restrict ChangeHero trading to whitelisted plugins diff --git a/src/swap/godex.ts b/src/swap/godex.ts index 4698b910..67efc058 100644 --- a/src/swap/godex.ts +++ b/src/swap/godex.ts @@ -94,8 +94,7 @@ const INVALID_CURRENCY_CODES: InvalidCurrencyCodes = { celo: 'allTokens', ethereum: ['MATIC'], fantom: 'allTokens', - polygon: 'allCodes', - zcash: ['ZEC'] + polygon: 'allCodes' } }