Skip to content

Commit bc0c297

Browse files
Added Holesky testnet
1 parent 5390c29 commit bc0c297

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

glyphs/stax_chain_17000_64px.gif

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stax_chain_1_64px.gif

src/network.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ static const network_info_t NETWORK_MAPPING[] = {
8585
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"},
8686
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
8787
{.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"},
88+
{.chain_id = 17000, .name = "Holesky", .ticker = "ETH"},
8889
};
8990

9091
static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {

0 commit comments

Comments
 (0)