Skip to content

Commit

Permalink
add chains (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros authored Jan 27, 2025
1 parent a714886 commit 4542024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/chain_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ static const chain_config_t chainConfig[] = {
{60, "bera", BECH32_ETH},
{60, "human", BECH32_ETH},
{118, "osmos", BECH32_COSMOS},
{118, "dydx", BECH32_COSMOS}
{118, "dydx", BECH32_COSMOS},
{118, "mantra", BECH32_COSMOS},
{118, "xion", BECH32_COSMOS}
};

static const uint32_t chainConfigLen = sizeof(chainConfig) / sizeof(chainConfig[0]);
Expand Down

0 comments on commit 4542024

Please sign in to comment.