Skip to content

Commit

Permalink
Show KYC warning modal when trading with Swapuz
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Jan 9, 2025
1 parent 80607a8 commit 213cabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased (develop)

- changed: Show KYC warning modal when trading with Swapuz
- fixed: Using deprecated wallets to handle links
- fixed: Thorchain stake minimum amount requirements

Expand Down
5 changes: 5 additions & 0 deletions src/components/modals/SwapVerifyTermsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const pluginData: { [pluginId: string]: TermsUri } = {
termsUri: 'https://changenow.io/terms-of-use',
privacyUri: 'https://changenow.io/privacy-policy',
kycUri: 'https://changenow.io/faq/kyc'
},
swapuz: {
termsUri: 'https://swapuz.com/terms-of-use',
privacyUri: 'https://swapuz.com/privacy-policy',
kycUri: 'https://swapuz.com/terms-of-use#amlProcedure'
}
}

Expand Down

0 comments on commit 213cabd

Please sign in to comment.