You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stringname="sora_bridge_amount_less_fee">The amount you\'re trying to transfer is insufficient to cover the transaction fees on the %s network. Although the transaction won\'t process, you\'ll still be charged the fees on the Sora network.</string>
761
762
<stringname="sora_bridge_low_amount_format_alert">Currently, there\'s a min. amount %s for bridging to ensure the stability and security of the SORA Network. We appreciate your understanding.</string>
763
+
<stringname="sora_bridge_low_amount_format_alert_2">Currently, there\'s a min. amount %s for bridging to ensure the stability and security. We appreciate your understanding.</string>
762
764
<stringname="sora_card_annual_service_fee">€0 annual service fee</string>
763
765
<stringname="sora_card_blacklisted_countires_title">Excluded of application</string>
764
766
<stringname="sora_card_blacklisted_countires_warning"><![CDATA[Residents from <b>certain countries<br>can not apply</b> for SORA Card at this moment<br><a href=\"https://soracard.com/blacklist/\">See the list</a>]]></string>
@@ -1145,4 +1147,4 @@
1145
1147
<stringname="what_accounts_for_export">What accounts in the wallet do you want to export?</string>
Copy file name to clipboardExpand all lines: feature-wallet-impl/src/main/java/jp/co/soramitsu/wallet/impl/presentation/cross_chain/setup/CrossChainSetupViewModel.kt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,21 @@ class CrossChainSetupViewModel @Inject constructor(
514
514
val fee = originFeeInPlanksFlow.value
515
515
val destinationFeeAmount = destinationFeeAmountFlow.value ?:BigDecimal.ZERO
0 commit comments