Skip to content

Commit

Permalink
Update networks & clones (#713)
Browse files Browse the repository at this point in the history
* update devices list in the Readme

* add Lumia as new network

* add Odyssey Chain as new network

* add swellchain and swellchain testnet as new networks

* replace Klaytn network with Kaia

* add Harmony One S0 and S1 as new networks

* add Sonic as new network

* add Bahamut as new network

* fix some glyphs

* add Soneium and Soneium Testnet as new networks

* Remove some unused clones

* add harmony as new clone

* move chain 1946 gif to the right folder

* remove .DS_Store file
  • Loading branch information
vforgeoux-ledger authored Jan 23, 2025
1 parent 1ae9750 commit 6611aaa
Show file tree
Hide file tree
Showing 34 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

## About the project

Ethereum wallet application framework for Nano S, Nano S Plus and Nano X.
Ethereum wallet application framework for Ledger Nano S, Ledger Nano S Plus, Ledger Nano X, Ledger Flex and Ledger Stax.
Ledger Blue is not maintained anymore, but the app can still be compiled for this target using the branch [`blue-final-release`](https://github.com/LedgerHQ/app-ethereum/tree/blue-final-release).

## Documentation
Expand Down
Binary file added glyphs/chain_146_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added glyphs/chain_153153_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added glyphs/chain_1666600000_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 glyphs/chain_1666600001_64px.gif
Binary file added glyphs/chain_1868_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added glyphs/chain_1923_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 glyphs/chain_1924_64px.gif
1 change: 1 addition & 0 deletions glyphs/chain_1946_64px.gif
Binary file removed glyphs/chain_246785_64px.gif
Binary file not shown.
Binary file added glyphs/chain_5165_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified glyphs/chain_8217_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added glyphs/chain_994873017_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/flex_app_chain_1666600000.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/flex_app_chain_20531811.gif
Binary file not shown.
Binary file removed icons/flex_app_chain_246785.gif
Binary file not shown.
Binary file removed icons/flex_app_chain_73799.gif
Binary file not shown.
Binary file added icons/nanos_app_chain_1666600000.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/nanos_app_chain_20531811.gif
Binary file not shown.
Binary file removed icons/nanos_app_chain_246785.gif
Binary file not shown.
Binary file removed icons/nanos_app_chain_73799.gif
Binary file not shown.
Binary file added icons/nanox_app_chain_1666600000.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/nanox_app_chain_20531811.gif
Binary file not shown.
Binary file removed icons/nanox_app_chain_246785.gif
Binary file not shown.
Binary file removed icons/nanox_app_chain_73799.gif
Binary file not shown.
Binary file added icons/stax_app_chain_1666600000.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/stax_app_chain_20531811.gif
Binary file not shown.
Binary file removed icons/stax_app_chain_246785.gif
Binary file not shown.
Binary file removed icons/stax_app_chain_73799.gif
Binary file not shown.
4 changes: 0 additions & 4 deletions makefile_conf/chain/artis_tau1.mk

This file was deleted.

4 changes: 4 additions & 0 deletions makefile_conf/chain/harmony.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PATH_APP_LOAD_PARAMS += "44'/1023'"
TICKER = "ONE"
CHAIN_ID = 1666600000
APPNAME = "Harmony"
4 changes: 0 additions & 4 deletions makefile_conf/chain/tecratestnet.mk

This file was deleted.

4 changes: 0 additions & 4 deletions makefile_conf/chain/volta.mk

This file was deleted.

12 changes: 11 additions & 1 deletion src/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 106, .name = "Velas EVM", .ticker = "VLX"},
{.chain_id = 137, .name = "Polygon", .ticker = "POL"},
{.chain_id = 138, .name = "Defi Oracle Meta", .ticker = "ETH"},
{.chain_id = 146, .name = "Sonic", .ticker = "S"},
{.chain_id = 196, .name = "OKBChain Mainnet", .ticker = "OKB"},
{.chain_id = 199, .name = "BTTC", .ticker = "BTT"},
{.chain_id = 246, .name = "EnergyWebChain", .ticker = "EWT"},
Expand All @@ -57,7 +58,11 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 1284, .name = "Moonbeam", .ticker = "GLMR"},
{.chain_id = 1285, .name = "Moonriver", .ticker = "MOVR"},
{.chain_id = 1818, .name = "Cube", .ticker = "CUBE"},
{.chain_id = 1868, .name = "Soneium", .ticker = "ETH"},
{.chain_id = 1907, .name = "Bitcichain", .ticker = "BITCI"},
{.chain_id = 1923, .name = "Swellchain", .ticker = "ETH"},
{.chain_id = 1924, .name = "Swellchain Testnet", .ticker = "ETH"},
{.chain_id = 1946, .name = "Soneium Testnet Minato", .ticker = "ETH"},
{.chain_id = 2222, .name = "Kava EVM", .ticker = "KAVA"},
{.chain_id = 3776, .name = "Astar zkEVM", .ticker = "ETH"},
{.chain_id = 4201, .name = "LUKSO Testnet", .ticker = "LYXt"},
Expand All @@ -67,10 +72,11 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 4919, .name = "Venidium", .ticker = "XVM"},
{.chain_id = 5000, .name = "Mantle", .ticker = "MNT"},
{.chain_id = 5003, .name = "Mantle Sepolia", .ticker = "MNT"},
{.chain_id = 5165, .name = "Bahamut", .ticker = "FTN"},
{.chain_id = 7000, .name = "ZetaChain", .ticker = "ZETA"},
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
{.chain_id = 7341, .name = "Shyft", .ticker = "SHFT"},
{.chain_id = 8217, .name = "Klaytn Cypress", .ticker = "KLAY"},
{.chain_id = 8217, .name = "Kaia Mainnet", .ticker = "KAIA"},
{.chain_id = 8453, .name = "Base", .ticker = "ETH"},
{.chain_id = 9001, .name = "Evmos", .ticker = "EVMOS"},
{.chain_id = 10200, .name = "Chiado", .ticker = "xDAI"},
Expand All @@ -92,6 +98,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 73799, .name = "Volta", .ticker = "VOLTA"},
{.chain_id = 81457, .name = "Blast", .ticker = "ETH"},
{.chain_id = 84532, .name = "Base Sepolia", .ticker = "ETH"},
{.chain_id = 153153, .name = "Odyssey Chain", .ticker = "DIONE"},
{.chain_id = 200810, .name = "Bitlayer Testnet", .ticker = "BTC"},
{.chain_id = 200901, .name = "Bitlayer", .ticker = "BTC"},
{.chain_id = 421614, .name = "Arbitrum Sepolia", .ticker = "ETH"},
Expand All @@ -108,6 +115,9 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 168587773, .name = "Blast Sepolia", .ticker = "ETH"},
{.chain_id = 245022926, .name = "Neon EVM Devnet", .ticker = "NEON"},
{.chain_id = 245022934, .name = "Neon EVM Mainnet", .ticker = "NEON"},
{.chain_id = 994873017, .name = "Lumia", .ticker = "LUMIA"},
{.chain_id = 1666600000, .name = "Harmony ONE S0", .ticker = "ONE"},
{.chain_id = 1666600001, .name = "Harmony ONE S1", .ticker = "ONE"},
{.chain_id = 11297108109, .name = "Palm Network", .ticker = "PALM"},
};

Expand Down

0 comments on commit 6611aaa

Please sign in to comment.