Skip to content

Commit

Permalink
Add Linea network (44'/60')
Browse files Browse the repository at this point in the history
  • Loading branch information
vforgeoux-ledger committed Jan 2, 2024
1 parent 1af2f82 commit 72459de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added glyphs/stax_chain_59144_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src_common/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 1907, .name = "Bitcichain", .ticker = "BITCI"},
{.chain_id = 1116, .name = "Core", .ticker = "CORE"},
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM "},
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"},
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
};

static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {
Expand Down

0 comments on commit 72459de

Please sign in to comment.