Merge pull request #191 from LedgerHQ/add_arbitrum
Add arbitrum to networks
This commit is contained in:
@@ -19,6 +19,7 @@ const network_info_t NETWORK_MAPPING[] = {
|
||||
{.chain_id = 100, .name = "xDai", .ticker = "xDAI "},
|
||||
{.chain_id = 137, .name = "Polygon", .ticker = "MATIC "},
|
||||
{.chain_id = 250, .name = "Fantom", .ticker = "FTM "},
|
||||
{.chain_id = 42161, .name = "Arbitrum", .ticker = "AETH "},
|
||||
{.chain_id = 42220, .name = "Celo", .ticker = "CELO "},
|
||||
{.chain_id = 43114, .name = "Avalanche", .ticker = "AVAX "},
|
||||
{.chain_id = 44787, .name = "Celo Alfajores", .ticker = "aCELO "},
|
||||
|
||||
Reference in New Issue
Block a user