celo-org / celo-org/developer-tooling
cli: transfer whitelisted tokens by symbol.
Open
stale
- Dominant language
- TypeScript
- Stars
- 44
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
### Component
@celo/celocli
### Describe the feature you would like
Currently the `transfer:*` commands do not support USDT or USDC or other fee currencies, just hardcoded values in `--stableToken cUSD|cusd|cEUR|ceur|cREAL|creal`.
It would be nice to either dynamically fill all available stables there or let the user specify a contract address to use.
```
$ celocli transfer:stable --from 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --to 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d --value
10000000000000000000000 --stableToken cUSD|cusd|cEUR|ceur|cREAL|creal
```
### Additional context
-
Contributor guide
Assessment
This issue has not been assessed yet.