Skip to content

Commit 85a13d9

Browse files
committed
Merge remote-tracking branch 'benma/reth'
2 parents 33cce59 + 8ba2ae5 commit 85a13d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/apps/eth/eth_params.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13889,6 +13889,12 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
1388913889
"\x55\x3c\x7f\x9c\x78\x03\x16\xfc\x1d\x34\xb8\xe1\x4a\xc2\x46\x5a\xb2\x2a\x09\x0b",
1389013890
.decimals = 0,
1389113891
},
13892+
{
13893+
.unit = "rETH",
13894+
.contract_address =
13895+
"\xae\x78\x73\x6c\xd6\x15\xf3\x74\xd3\x08\x51\x23\xa2\x10\x44\x8e\x74\xfc\x63\x93",
13896+
.decimals = 18,
13897+
},
1389213898
};
1389313899

1389413900
const app_eth_erc20_params_t* app_eth_erc20_params_get(

0 commit comments

Comments
 (0)