Summary
Update the implementation of the ASTRO and xASTRO tokens on Terra 1 and during the migration, change the ASTRO token’s name to “Astroport Classic” and its symbol to “ASTROC”. Furthermore, change the xASTRO token’s name to “Staked Astroport Classic” and its symbol to “xASTROC”.
Abstract
The two Astroport instances on Terra 1 & 2 each have their own distinct ASTRO and xASTRO tokens. This can be confusing for the community as well as for websites that track token data such as Coingecko.
This proposal aims to change the ASTRO token’s name and symbol on Terra 1 to “Astroport Classic” and “ASTROC” and the xASTRO token’s name and symbol to “Staked Astroport Classic” and its symbol to “xASTROC”.
Specification
The proposal message to upgrade the Terra 1 ASTRO & xASTRO tokens and change their names and symbols looks as follows:
[
{
"order": "1",
"msg": {
"wasm": {
"migrate": {
"contract_addr": "terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
"new_code_id": 6938,
"msg": "eyJuYW1lIjoiQXN0cm9wb3J0IENsYXNzaWMiLCJzeW1ib2wiOiJBU1RST0MifQ=="
}
}
}
},
{
"order": "2",
"msg": {
"wasm": {
"migrate": {
"contract_addr": "terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
"new_code_id": 6785,
"msg": "eyJuYW1lIjoiU3Rha2VkIEFzdHJvcG9ydCBDbGFzc2ljIiwic3ltYm9sIjoieEFTVFJPQyJ9"
}
}
}
}
]
Copyright
Copyright and related rights waived via CC0.