Skip to content

Commit

Permalink
Added Numbers Protocol to network
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <[email protected]>
  • Loading branch information
shc261392 committed Oct 3, 2023
1 parent 994b1ce commit 00294cf
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 = 10507, .name = "Numbers Protocol", .ticker = "NUM "},
};

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

0 comments on commit 00294cf

Please sign in to comment.