Skip to content

Commit

Permalink
network: add Etherlink
Browse files Browse the repository at this point in the history
Etherlink is an EVM-compatible optimistic rollup powered by Tezos
Smart Rollup technology.
  • Loading branch information
emturner committed May 15, 2024
1 parent f023a88 commit a7fb4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
{.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"},
{.chain_id = 17000, .name = "Holesky", .ticker = "ETH"},
{.chain_id = 42793, .name = "Etherlink", .ticker = "XTZ"},
};

static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {
Expand Down

0 comments on commit a7fb4ed

Please sign in to comment.