Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a message to migrate ERC20Custody funds #2280

Closed
Tracked by #1779 ...
lumtis opened this issue May 28, 2024 · 0 comments · Fixed by #2630
Closed
Tracked by #1779 ...

Create a message to migrate ERC20Custody funds #2280

lumtis opened this issue May 28, 2024 · 0 comments · Fixed by #2630

Comments

@lumtis
Copy link
Member

lumtis commented May 28, 2024

Would be better to address #2277 first

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant