Skip to content

Commit

Permalink
added RBLZ contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Feb 28, 2024
1 parent 6b9272a commit f597b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/apps/eth/eth_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -13913,6 +13913,12 @@ static const app_eth_erc20_params_t _ethereum_erc20_params[] = {
"\x36\x84\xb5\x81\xdb\x1f\x94\xb7\x21\xee\x00\x22\x62\x43\x29\xfe\xb1\x6a\xb6\x53",
.decimals = 18,
},
{
.unit = "GUNTHY",
.contract_address =
"\x36\x84\xb5\x81\xdb\x1f\x94\xb7\x21\xee\x00\x22\x62\x43\x29\xfe\xb1\x6a\xb6\x53",
.decimals = 18,
},
};

const app_eth_erc20_params_t* app_eth_erc20_params_get(
Expand Down

0 comments on commit f597b33

Please sign in to comment.