diff --git a/glyphs/stax_chain_128123_64px.gif b/glyphs/stax_chain_128123_64px.gif new file mode 100644 index 0000000000..ed1e29647a Binary files /dev/null and b/glyphs/stax_chain_128123_64px.gif differ diff --git a/src_common/network.c b/src_common/network.c index ce6dc67067..8eedb4c5ed 100644 --- a/src_common/network.c +++ b/src_common/network.c @@ -81,6 +81,7 @@ static const network_info_t NETWORK_MAPPING[] = { {.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"}, {.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"}, {.chain_id = 59144, .name = "Linea", .ticker = "ETH"}, + {.chain_id = 128123, .name = "Etherlink Testnet", .ticker = "XTZ"}, }; static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {