diff --git a/glyphs/chain_5201420_64px.gif b/glyphs/chain_5201420_64px.gif new file mode 120000 index 0000000..f8d77c7 --- /dev/null +++ b/glyphs/chain_5201420_64px.gif @@ -0,0 +1 @@ +chain_52014_64px.gif \ No newline at end of file diff --git a/glyphs/chain_52014_64px.gif b/glyphs/chain_52014_64px.gif new file mode 100644 index 0000000..51eaec4 Binary files /dev/null and b/glyphs/chain_52014_64px.gif differ diff --git a/src/network.c b/src/network.c index 8a374f0..64e690f 100644 --- a/src/network.c +++ b/src/network.c @@ -82,6 +82,7 @@ static const network_info_t NETWORK_MAPPING[] = { {.chain_id = 42793, .name = "Etherlink Mainnet", .ticker = "XTZ"}, {.chain_id = 43114, .name = "Avalanche", .ticker = "AVAX"}, {.chain_id = 44787, .name = "Celo Alfajores", .ticker = "aCELO"}, + {.chain_id = 52014, .name = "Electroneum", .ticker = "ETN"}, {.chain_id = 59141, .name = "Linea Sepolia", .ticker = "ETH"}, {.chain_id = 59144, .name = "Linea", .ticker = "ETH"}, {.chain_id = 62320, .name = "Celo Baklava", .ticker = "bCELO"}, @@ -93,6 +94,7 @@ static const network_info_t NETWORK_MAPPING[] = { {.chain_id = 534351, .name = "Scroll Sepolia", .ticker = "ETH"}, {.chain_id = 534352, .name = "Scroll", .ticker = "ETH"}, {.chain_id = 534353, .name = "Scroll Alpha", .ticker = "ETH"}, + {.chain_id = 5201420, .name = "Electroneum Testnet", .ticker = "ETN"}, {.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"}, {.chain_id = 11155420, .name = "OP Sepolia", .ticker = "ETH"}, {.chain_id = 20531811, .name = "TecraTestnet", .ticker = "TCR"},