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

cw20-base migration #171

Open
daniellarita opened this issue Aug 1, 2022 · 2 comments
Open

cw20-base migration #171

daniellarita opened this issue Aug 1, 2022 · 2 comments

Comments

@daniellarita
Copy link

daniellarita commented Aug 1, 2022

Steps are:

  • Store new cw20-base on mainnet (version 0.14.0: https://github.com/CosmWasm/cw-plus/releases/download/v0.14.0/cw20_base.wasm). Register new code_id.
  • Migrate cw20-base instances (if any), to new code id. This requires that the migrate_admin for these instances is set. Then, this requires access to the migrate admin account / credentials. This migration has to be done manually (using tgrade tx wasm migrate).
  • Update the tfi-factory contract config, trough an update_config message, to set the new code id of the cw20-base contract.
  • If frontend code (tgrade-app) still has the cw20-base code_id hardcoded, that has to be changed / updated to the new cw20-base code_id as well. @abefernan for reference.
@maurolacy maurolacy changed the title migration for cw20-base cw20-base migration Aug 3, 2022
@maurolacy
Copy link
Contributor

@maurolacy maurolacy assigned ueco-jb and unassigned maurolacy Aug 5, 2022
@ueco-jb ueco-jb removed their assignment Aug 30, 2022
@ueco-jb
Copy link

ueco-jb commented Aug 30, 2022

After all, currently this is not needed. Leaving issue to track this in the future.

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

No branches or pull requests

3 participants