Skip to content

Commit

Permalink
network: add Etherlink Testnet
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 Jan 25, 2024
1 parent ae96608 commit 49b763d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added glyphs/stax_chain_128123_64px.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src_common/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"},
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
{.chain_id = 128123, .name = "Etherlink Testnet", .ticker = "XTZ"},
};

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

0 comments on commit 49b763d

Please sign in to comment.