Skip to content

Commit

Permalink
add Core network
Browse files Browse the repository at this point in the history
  • Loading branch information
denalimarsh committed Oct 18, 2023
1 parent 03c43f7 commit e1186de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src_common/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 1101, .name = "Polygon zkEVM", .ticker = "ETH"},
{.chain_id = 8453, .name = "Base", .ticker = "ETH"},
{.chain_id = 58008, .name = "Sepolia", .ticker = "ETH"},
{.chain_id = 1116, .name = "Core", .ticker = "CORE"},
};

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

0 comments on commit e1186de

Please sign in to comment.