Added Holesky testnet

This commit is contained in:
Alexandre Paillier
2024-02-14 15:58:39 +01:00
parent 5390c29944
commit bc0c29793a
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
stax_chain_1_64px.gif

View File

@@ -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) {