trezor / definitions

1 stars 5 forks source link

ERC 20 coins trezor support #20

Closed tomashomolka closed 1 year ago

tomashomolka commented 1 year ago

I found that for starship we have 2 coins in trezor.io:

matejcik commented 1 year ago

Starship-erc20 must have been added during the last month, because it is not in the signed support data, but correctly appears in the list now.

There's two possible approaches here: (a) claim that every ERC20 coin is always supported, regardless of support data from this repo. That's on Suite side because we don't necessarily have an up to date list. That is a valid approach, Trezor allows you to transact with unknown tokens. (b) uphold the support data and say that Starship-erc20 is not supported. This is true right now, when transacting SSHIP you will get the "unknown token" flow. It will become supported next time we sign the definitions.

matejcik commented 1 year ago

in any case not much we can do on this repo side