The relation between UCIds and token addresses for each environment is configured in a json file in the project.
When we want to add new tokens, we need to recompile the project and update dependencies.
The goal of this issue is to move onchain the configuration /lib/src/domain/repositories/tokens/ucids_tokens.json
No need to define all networks in the same config
Distinct config for each network.
Is your feature request related to a problem?
No response
Describe the solution you'd like
The relation between UCIds and token addresses for each environment is configured in a json file in the project. When we want to add new tokens, we need to recompile the project and update dependencies. The goal of this issue is to move onchain the configuration
/lib/src/domain/repositories/tokens/ucids_tokens.json
No need to define all networks in the same config Distinct config for each network.
So, instead of
Create in each network a transaction chain with data txn
We can follow the example of verified tokens available in these tx chains https://testnet.archethic.net/explorer/chain?address=0000b01e7a497f0576a004c5957d14956e165a6f301d76cda35ba49be4444dac00eb https://mainnet.archethic.net/explorer/chain?address=000030ed4ed79a05cfaa90b803c0ba933307de9923064651975b59047df3aaf223bb
Additional context
Remove coin's name from
CryptoPrice
classEpic
No response