Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: removed the omni usdt payment (#5700)
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv authored Sep 28, 2023
1 parent 70f6ca6 commit ab44357
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/pages/payment-methods/_payment-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -622,17 +622,7 @@ const payment_data: PaymentDataProps[] = [
'_t_Deposit and withdraw in USD Coin, a cryptocurrency that’s pegged to USD._t_',
name: 'USDC',
},
{
method: <StyledIcon src={Tether} alt="Tether Omni (USDT)" />,
currencies: 'Tether Omni (USDT)',
min_max_deposit: '_t_No minimum_t_',
min_max_withdrawal: '_t_24.88_t_',
deposit_time: '_t_Funds available as soon as confirmed_t_',
withdrawal_time: '_t_Subject to internal checks_t_',
description:
'_t_Deposit and withdraw in Tether, a cryptocurrency that’s pegged to fiat currencies._t_',
name: 'UST',
},

{
method: <StyledIcon src={Tether} alt="Tether ERC20 (eUSDT)" />,
currencies: 'Tether ERC20 (eUSDT)',
Expand Down

1 comment on commit ab44357

@vercel
Copy link

@vercel vercel bot commented on ab44357 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.