Skip to content

Commit f597b33

Browse files
committed
added RBLZ contract
1 parent 6b9272a commit f597b33

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 = "GUNTHY",
13918+
.contract_address =
13919+
"\x36\x84\xb5\x81\xdb\x1f\x94\xb7\x21\xee\x00\x22\x62\x43\x29\xfe\xb1\x6a\xb6\x53",
13920+
.decimals = 18,
13921+
},
1391613922
};
1391713923

1391813924
const app_eth_erc20_params_t* app_eth_erc20_params_get(

0 commit comments

Comments
 (0)