mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-14 09:51:03 +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,
|
||||
},
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.181",
|
||||
"buildTime": "2026-02-08T02:31:45.624Z",
|
||||
"buildNumber": 1770517905625
|
||||
"version": "1.0.183",
|
||||
"buildTime": "2026-02-08T02:58:45.175Z",
|
||||
"buildNumber": 1770519525176
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user