diff --git a/glyphs/stax_chain_59144_64px.gif b/glyphs/stax_chain_59144_64px.gif new file mode 100644 index 000000000..39d5a698e Binary files /dev/null and b/glyphs/stax_chain_59144_64px.gif differ diff --git a/src_common/network.c b/src_common/network.c index f4cc5c04d..ce6dc6706 100644 --- a/src_common/network.c +++ b/src_common/network.c @@ -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) {