Summary
This proposal aims to allow the Astral Assembly to set token decimal amounts in the Astroport Token Registries deployed on Injective and Neutron.
Abstract
Token Registries are smart contracts used to determine the number of decimals for tokens that are handled by Astroport stableswap pools. Knowing the decimal number for each token is crucial so that stable pools can properly handle swaps as well as liquidity provision and withdrawal.
This proposal allows Assembly to set decimal amounts inside the registries deployed on Injective and Neutron mainnet. Assuming this proposal passes, Assembly will be able to set token decimals for any asset so that it can be added into an Astroport stableswap pool.
Executable Message
The following executable message can be used to allow Assembly to set token decimals inside the Injective decimal registry:
[
{
"wasm": {
"execute": {
"contract_addr": "inj1k5uunty0xf353jut6eq0zgk6qy4grc9wufut2c",
"msg": "eyJjbGFpbV9vd25lcnNoaXAiOnt9fQ==",
"funds": []
}
}
}
]
The readable version of this proposal looks as follows:
{"claim_ownership":{}}
The following executable message can be used to allow Assembly to set token decimals inside the Neutron decimal registry:
[
{
"wasm": {
"execute": {
"contract_addr": "neutron1jzzv6r5uckwd64n6qan3suzker0kct5w565f6529zjyumfcx96kqtcswn3",
"msg": "eyJjbGFpbV9vd25lcnNoaXAiOnt9fQ==",
"funds": []
}
}
}
]
The readable version of this proposal looks as follows:
{"claim_ownership":{}}
Copyright
Copyright and related rights waived via CC0.