-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
app-ethereum supports ERC20, ERC721, ERC1155 decoding. Tokens can be registered in 2 ways:
- During runtime, using the
PROVIDE ERC 20 TOKEN INFORMATIONcommand. - During build time in
src/tokens.c.
We recently released a new eth clone app #282. Please advise how we can provide the token list here:
Line 205 in 376fbe9
| const tokenDefinition_t const TOKENS_CONFLUX_ESPACE[NUM_TOKENS_CONFLUX_ESPACE] = {}; |
Your environment
N/A
Steps to reproduce
N/A
Expected behaviour
The eth clone app should be able to decode common token operations. We believe that having an app that only offers blind signing does not provide sufficient security to our users.
Actual behaviour
Currently, the Conflux eSpace app requires blind signing for all contract transactions.
Logs
N/A
Proposed solution
Please advise on the process of providing a token list. Please also extend the documentation with the information: https://developers.ledger.com/docs/nano-app/clone-specifics.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working