@@ -572,7 +572,7 @@ const payment_data = [
572
572
// },
573
573
{
574
574
method : < StyledIcon src = { Bitcoin } alt = "Bitcoin" /> ,
575
- currencies : 'USD EUR AUD GBP ' ,
575
+ currencies : 'BTC ' ,
576
576
min_max_deposit : < Localize translate_text = 'No minimum' /> ,
577
577
min_max_withdrawal : < Localize translate_text = '0.0022' /> ,
578
578
deposit_time : < Localize translate_text = "Funds available as soon as confirmed" /> ,
@@ -597,7 +597,7 @@ const payment_data = [
597
597
// },
598
598
{
599
599
method : < StyledIcon src = { Ethereum } alt = "Ethereum" /> ,
600
- currencies : 'USD EUR AUD GBP ' ,
600
+ currencies : 'ETH ' ,
601
601
min_max_deposit : < Localize translate_text = 'No minimum' /> ,
602
602
min_max_withdrawal : < Localize translate_text = '0.013' /> ,
603
603
deposit_time : < Localize translate_text = "Funds available as soon as confirmed" /> ,
@@ -634,7 +634,7 @@ const payment_data = [
634
634
// },
635
635
{
636
636
method : < StyledIcon src = { Litecoin } alt = "Litecoin" /> ,
637
- currencies : 'USD EUR AUD GBP ' ,
637
+ currencies : 'LTC ' ,
638
638
min_max_deposit : < Localize translate_text = 'No minimum' /> ,
639
639
min_max_withdrawal : < Localize translate_text = '0.085' /> ,
640
640
deposit_time : < Localize translate_text = "Funds available as soon as confirmed" /> ,
@@ -695,7 +695,7 @@ const payment_data = [
695
695
// },
696
696
{
697
697
method : < StyledIcon src = { Tether } alt = "Tether" /> ,
698
- currencies : 'USD EUR AUD GBP ' ,
698
+ currencies : 'USDT ' ,
699
699
min_max_deposit : < Localize translate_text = 'No minimum' /> ,
700
700
min_max_withdrawal : < Localize translate_text = '25' /> ,
701
701
deposit_time : < Localize translate_text = "Funds available as soon as confirmed" /> ,
0 commit comments