Skip to content

Commit e081ac1

Browse files
committed
Merge branch 'uniswap'
2 parents cf4bd58 + 4d38f24 commit e081ac1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44
- RestoreFrommnemonic: ported to Rust. Will now return UserAbortError on user abort instead of GenericError.
55
- Anti-klepto support for ETH transaction signing and for BTC and ETH message signing.
6+
- Add Uniswap ERC-20 token.
67

78
## 9.4.0 [released 2021-01-20]
89
- ETHPubRequest api call now fails if a an invalid contract address is provided also if `display` is

src/apps/eth/eth_params.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10183,6 +10183,13 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
1018310183
"\x27\x30\xd6\xfd\xc8\x6c\x95\xa7\x42\x53\xbe\xff\xaa\x83\x06\xb4\x0f\xed\xec\xbb",
1018410184
.decimals = 8,
1018510185
},
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+
},
1018610193
{
1018710194
.name = "UniDollar",
1018810195
.unit = "UNIUSD",

0 commit comments

Comments
 (0)