feat: add platform fees for deposit networks

- TON: 0.1 USDT fee
- Polkadot: 0.1 USDT fee
- TRC20: 3 USDT fee (unchanged)
- Update fee display in Kurdish
This commit is contained in:
2026-02-08 05:58:45 +03:00
parent c45f95fa31
commit 107dbbacdf
4 changed files with 20 additions and 11 deletions
+3 -4
View File
@@ -40,7 +40,7 @@ const NETWORKS: NetworkInfo[] = [
description: 'Telegram Wallet',
icon: '💎',
recommended: true,
fee: 0.05,
fee: 0.1,
explorer: 'https://tonviewer.com/transaction/',
minDeposit: 10,
},
@@ -50,7 +50,7 @@ const NETWORKS: NetworkInfo[] = [
description: 'Asset Hub',
icon: '⚪',
recommended: true,
fee: 0.05,
fee: 0.1,
explorer: 'https://assethub-polkadot.subscan.io/extrinsic/',
minDeposit: 10,
},
@@ -61,8 +61,7 @@ const NETWORKS: NetworkInfo[] = [
icon: '🔴',
recommended: false,
fee: 3,
feeWarning:
'TRC20 ağ masrafı yaklaşık $3 civarındadır. 1000 USDT altındaki gönderimlerde verimli değildir. TON veya Polkadot ağını öneriyoruz.',
feeWarning: 'Mesrefa tora TRC20 bi qasî $3 ye. Em tora TON an Polkadot pêşniyar dikin.',
explorer: 'https://tronscan.org/#/transaction/',
minDeposit: 10,
},