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
// Adjust totalBalance if its less than MINIMUM_MIGRATABLE_AMOUNT to bypass legacy validation tool in smart contract which doesnt allow migrating less than MINIMUM_MIGRATABLE_AMOUNT.
711
+
// The ISC only cares about the addresses in the bundle, it internaly resolves the balances and does NOT depend on the balances sent by migration tool.
712
+
// If the amount for migration, resolved by ISC, is less than the Min required storage deposit on stardust the receipt will contain the error messgage
713
+
// ex. "not enough base tokens for storage deposit: available 211188 < required 239500 base tokens"
// The correct amount for migration is tracked in totalBalance and is diplayed to the user.
719
-
// If the totalBalance is less than the Min required storage deposit on stardust the receipt will contain the error messgage
720
-
// ex. "not enough base tokens for storage deposit: available 211188 < required 239500 base tokens"
721
-
// Hardcode MINIMUM_MIGRATABLE_AMOUNT for every input so we bypass legacy validation tool in contract which doesnt allow migrating less than MINIMUM_MIGRATABLE_AMOUNT.
722
-
// The ISC only cares about the addresses in the bundle, it internaly resolves the balances and does NOT depend on the amounts hardcoded here.
// Adjust totalBalance if its less than MINIMUM_MIGRATABLE_AMOUNT to bypass legacy validation tool in smart contract which doesnt allow migrating less than MINIMUM_MIGRATABLE_AMOUNT.
827
+
// The ISC only cares about the addresses in the bundle, it internaly resolves the balances and does NOT depend on the balances sent by migration tool.
828
+
// If the amount for migration, resolved by ISC, is less than the Min required storage deposit on stardust the receipt will contain the error messgage
829
+
// ex. "not enough base tokens for storage deposit: available 211188 < required 239500 base tokens"
// The correct amount for migration is tracked in totalBalance and is diplayed to the user.
821
-
// If the totalBalance is less than the Min required storage deposit on stardust the receipt will contain the error messgage
822
-
// ex. "not enough base tokens for storage deposit: available 211188 < required 239500 base tokens"
823
-
// Hardcode MINIMUM_MIGRATABLE_AMOUNT for every input so we bypass legacy validation tool in contract which doesnt allow migrating less than MINIMUM_MIGRATABLE_AMOUNT.
824
-
// The ISC only cares about the addresses in the bundle, it internaly resolves the balances and does NOT depend on the amounts hardcoded here.
0 commit comments