Skip to content

Commit 99b12c7

Browse files
committed
eth: add RBLZ ERC20-token
1 parent 6b9272a commit 99b12c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/apps/eth/eth_params.c

+6
Original file line numberDiff line numberDiff line change
@@ -13913,6 +13913,12 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
1391313913
"\x36\x84\xb5\x81\xdb\x1f\x94\xb7\x21\xee\x00\x22\x62\x43\x29\xfe\xb1\x6a\xb6\x53",
1391413914
.decimals = 18,
1391513915
},
13916+
{
13917+
.unit = "RBLZ",
13918+
.contract_address =
13919+
"\xdc\x75\x17\x6f\x4d\xba\x68\x22\xc5\xd8\x41\xaf\x29\x47\xd0\x06\x4c\xa8\xc1\xb3",
13920+
.decimals = 18,
13921+
},
1391613922
};
1391713923

1391813924
const app_eth_erc20_params_t* app_eth_erc20_params_get(

0 commit comments

Comments
 (0)