We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33cce59 + 8ba2ae5 commit 85a13d9Copy full SHA for 85a13d9
src/apps/eth/eth_params.c
@@ -13889,6 +13889,12 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
13889
"\x55\x3c\x7f\x9c\x78\x03\x16\xfc\x1d\x34\xb8\xe1\x4a\xc2\x46\x5a\xb2\x2a\x09\x0b",
13890
.decimals = 0,
13891
},
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
+ },
13898
};
13899
13900
const app_eth_erc20_params_t* app_eth_erc20_params_get(
0 commit comments