diff --git a/glyphs/stax_chain_17000_64px.gif b/glyphs/stax_chain_17000_64px.gif new file mode 120000 index 0000000..8ced0b7 --- /dev/null +++ b/glyphs/stax_chain_17000_64px.gif @@ -0,0 +1 @@ +stax_chain_1_64px.gif \ No newline at end of file diff --git a/src/network.c b/src/network.c index 9ec63bb..1563c32 100644 --- a/src/network.c +++ b/src/network.c @@ -85,6 +85,7 @@ static const network_info_t NETWORK_MAPPING[] = { {.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"}, {.chain_id = 59144, .name = "Linea", .ticker = "ETH"}, {.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"}, + {.chain_id = 17000, .name = "Holesky", .ticker = "ETH"}, }; static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {