Skip to content

Commit

Permalink
Block Zcash receiving on Godex
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Nov 9, 2023
1 parent c1d9fac commit 8a28950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/swap/godex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ const INVALID_CURRENCY_CODES: InvalidCurrencyCodes = {
celo: 'allTokens',
ethereum: ['MATIC'],
fantom: 'allTokens',
polygon: 'allCodes'
polygon: 'allCodes',
zcash: ['ZEC'] // ChangeHero doesn't support sending to unified addresses
}
}

Expand Down

0 comments on commit 8a28950

Please sign in to comment.