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 Jul 19, 2023
1 parent f53bab2 commit 5cc80da
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 @@ -73,6 +73,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 40, .name = "Telos EVM Mainnet", .ticker = "TLOS"},
{.chain_id = 196, .name = "OKBChain Mainnet", .ticker = "OKB"},
{.chain_id = 248, .name = "Oasys", .ticker = "OAS"},
{.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 5cc80da

Please sign in to comment.