Skip to content

Commit

Permalink
Merge pull request #234 from EdgeApp/paul/noExolixMatic
Browse files Browse the repository at this point in the history
Restrict matic swaps on exolix
  • Loading branch information
paullinator committed Nov 10, 2022
2 parents 26cca2a + b2e278e commit 49b9a1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/swap/exolix.ts
Expand Up @@ -34,9 +34,13 @@ const asInitOptions = asObject({

const INVALID_CURRENCY_CODES: InvalidCurrencyCodes = {
from: {
ethereum: ['MATIC'],
polygon: 'allCodes',
binancesmartchain: 'allCodes'
},
to: {
ethereum: ['MATIC'],
polygon: 'allCodes',
binancesmartchain: 'allCodes',
zcash: ['ZEC']
}
Expand Down

0 comments on commit 49b9a1e

Please sign in to comment.