ringecosystem / paralink-ui

Paralink App
https://para.link
GNU General Public License v3.0
1 stars 1 forks source link

UI improvement #25

Closed AurevoirXavier closed 5 months ago

AurevoirXavier commented 5 months ago
image

The font size 0 is too large; suggest maintaining the original size.

Also, where does the minimum(0.02/0.7) come from? @jiguantong

jiguantong commented 5 months ago

to Darwinia 0.02U

weight_per_second: 1000000000000

units_per_second for ahUSDT: 4000000

fee = units_per_second * baseXcmWeight * 5 / units_per_second 

fee = 4000000 * 1_000_000_000 * 5 / 1000000000000 = 20000 = 0.02U

to AssetHub 0.7U, the min_balance of USDT

code: https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/primitives/utility/src/lib.rs#L169

image

AurevoirXavier commented 5 months ago

@JayJay1024 Suggest changing the Minimum x to At least x for fee/At least x for tx fee/At least x for transaction fee

AurevoirXavier commented 5 months ago

Also the Balance x to Available balance x