Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update networks & clones #713

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from
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
1 change: 1 addition & 0 deletions chain_1946_64px.gif
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
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 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 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 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 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: 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
Loading