mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-17 12:31:10 +00:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user