Skip to content

Commit

Permalink
Add Numbers network (44'/60')
Browse files Browse the repository at this point in the history
  • Loading branch information
vforgeoux-ledger committed Jan 2, 2024
1 parent d033ab4 commit 1af2f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added glyphs/stax_chain_10507_64px.gif
Loading
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 @@ -79,6 +79,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 1907, .name = "Bitcichain", .ticker = "BITCI"},
{.chain_id = 1116, .name = "Core", .ticker = "CORE"},
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
{.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 1af2f82

Please sign in to comment.