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
Describe the Issue
Create a message, let's call it MsgMigrateERC20CustodyFunds, to keep some consistency with MsgMigrateTSSFunds that allows to instruct the TSS to use withdraw method of ERC20Custody to migrate a specific asset
To be group admin message
type MsgMigrateERC20CustodyFunds {
creator
chainID
asset
amount
}
Note: I think the message should be in observer, and we should later consider moving MsgMigrateTSSFunds to observer module as well
The text was updated successfully, but these errors were encountered:
Would be better to address #2277 first
Describe the Issue
Create a message, let's call it
MsgMigrateERC20CustodyFunds
, to keep some consistency withMsgMigrateTSSFunds
that allows to instruct the TSS to use withdraw method of ERC20Custody to migrate a specific assetTo be group admin message
Note: I think the message should be in
observer
, and we should later consider movingMsgMigrateTSSFunds
to observer module as wellThe text was updated successfully, but these errors were encountered: