Skip to content

Commit

Permalink
ticker correction (LedgerHQ#399)
Browse files Browse the repository at this point in the history
* correcting ticker

* modifying conf file

* updating main.c

* updating chainConfig.h

* Removed last bits of EWC

* correcting arbitrum

---------

Co-authored-by: Alexandre Paillier <[email protected]>
  • Loading branch information
tjulien-ledger and apaillier-ledger authored Feb 6, 2023
1 parent ac5aecb commit e70e318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_common/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static 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 = 42161, .name = "Arbitrum", .ticker = "ETH"},
{.chain_id = 42220, .name = "Celo", .ticker = "CELO"},
{.chain_id = 43114, .name = "Avalanche", .ticker = "AVAX"},
{.chain_id = 44787, .name = "Celo Alfajores", .ticker = "aCELO"},
Expand Down

0 comments on commit e70e318

Please sign in to comment.