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
when using the migrateToken function on the intrinsic SC, it directly replaces the balances in the DST-20 contracts, but no token transfer is created. so looking at the logs, there is no trace of the split.
Better we add a burn of the old token and mint of the new token to the logs. Otherwise I guess that trackers geht confused/messed up.
Summary
when using the migrateToken function on the intrinsic SC, it directly replaces the balances in the DST-20 contracts, but no token transfer is created. so looking at the logs, there is no trace of the split.
Better we add a burn of the old token and mint of the new token to the logs. Otherwise I guess that trackers geht confused/messed up.
see https://testnet-dmc.mydefichain.com:8444/tx/0x5292bf4eef163adff3816cb40a8d5117633f7ddf436b90bc536c984b813b2752 as an example call.
Environment
The text was updated successfully, but these errors were encountered: