+
${i18n.t('question:total_unlocking_fee', {
+ postProcess: 'capitalizeFirstChar',
+ })}
+
${(+buyingFees?.unlock?.fee * atAddresses?.length)?.toFixed(8)} ${buyingFees.ticker}
+
+ ${i18n.t('question:permission.buy_order_fee_estimation', {
+ quantity: atAddresses?.length,
+ fee: buyingFees?.unlock?.feePerKb?.toFixed(8),
+ ticker: buyingFees.ticker,
+ postProcess: 'capitalizeFirstChar',
+ })}
+
+
${i18n.t('question:total_locking_fee', {
+ postProcess: 'capitalizeFirstChar',
+ })}
+
${i18n.t('question:permission.buy_order_per_kb', {
+ fee: +buyingFees?.lock.fee.toFixed(8),
+ ticker: buyingFees.ticker,
+ postProcess: 'capitalizeFirstChar',
+ })}
+
+