Skip to content

Commit

Permalink
add all ethermint chains
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Mar 4, 2024
1 parent 723d714 commit 46e3e5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/chain_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ typedef struct {
static const chain_config_t chainConfig[] = {
// {118, cosmos, BECH32_COSMOS},
{60, "inj", BECH32_ETH},
{60, "evmos", BECH32_ETH}
{60, "evmos", BECH32_ETH},
{60, "xpla", BECH32_ETH},
{60, "dym", BECH32_ETH},
{60, "zeta", BECH32_ETH},
{60, "bera", BECH32_ETH},
{60, "human", BECH32_ETH}
};

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

0 comments on commit 46e3e5b

Please sign in to comment.