Skip to content

Commit

Permalink
add evmos to allowed chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Sep 18, 2023
1 parent 70676ed commit bc67593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=35
# This is the patch version of this release
APPVERSION_P=12
APPVERSION_P=13
1 change: 1 addition & 0 deletions app/src/chain_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ typedef struct {
static const chain_config_t chainConfig[] = {
// {118, cosmos, BECH32_COSMOS},
{60, "inj", BECH32_ETH},
{60, "evmos", BECH32_ETH}
};

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

0 comments on commit bc67593

Please sign in to comment.