File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
- RestoreFrommnemonic: ported to Rust. Will now return UserAbortError on user abort instead of GenericError.
5
5
- Anti-klepto support for ETH transaction signing and for BTC and ETH message signing.
6
+ - Add Uniswap ERC-20 token.
6
7
7
8
## 9.4.0 [ released 2021-01-20]
8
9
- ETHPubRequest api call now fails if a an invalid contract address is provided also if ` display ` is
Original file line number Diff line number Diff line change @@ -10183,6 +10183,13 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
10183
10183
"\x27\x30\xd6\xfd\xc8\x6c\x95\xa7\x42\x53\xbe\xff\xaa\x83\x06\xb4\x0f\xed\xec\xbb" ,
10184
10184
.decimals = 8 ,
10185
10185
},
10186
+ {
10187
+ .name = "Uniswap" ,
10188
+ .unit = "UNI" ,
10189
+ .contract_address =
10190
+ "\x1f\x98\x40\xa8\x5d\x5a\xf5\xbf\x1d\x17\x62\xf9\x25\xbd\xad\xdc\x42\x01\xf9\x84" ,
10191
+ .decimals = 18 ,
10192
+ },
10186
10193
{
10187
10194
.name = "UniDollar" ,
10188
10195
.unit = "UNIUSD" ,
You can’t perform that action at this time.
0 commit comments