Skip to content

Conversation

@saledjenic
Copy link
Contributor

Changes done in this PR add support for Linea and LineaSepolia chains.

Linea tokens added to Status' token list and the list added to the list of token lists in this PR:

@saledjenic saledjenic requested review from a team, Khushboo-dev-cpp and alaibe and removed request for a team December 24, 2025 13:19
walletCommon.StatusNetworkSepolia: common.HexToAddress("0x06716eCfA9B5Ae0210F4c3279cA304A7F563c59e"),
walletCommon.BSCMainnet: common.HexToAddress("0x76d0e484e7c3398922636960ab33bde6e9936d81"),
walletCommon.BSCTestnet: common.HexToAddress("0x7Ff554af5b6624db2135E4364F416d1D397f43e6"),
walletCommon.LineaMainnet: common.HexToAddress(""), // TODO: add address
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Community conntracts need to be updated here before merge.

Smart contracts team is asked to provide them https://discord.com/channels/1210237582470807632/1217175448828514344/1453048935131123722

@status-im-auto
Copy link
Member

status-im-auto commented Dec 24, 2025

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 504a042 #1 2025-12-24 13:24:13 ~4 min linux/status-go 📦zip
✔️ 504a042 #1 2025-12-24 13:25:03 ~4 min windows/status-go 📦zip
504a042 #1 2025-12-24 13:25:46 ~5 min windows/nwaku 📄log
✔️ 504a042 #1 2025-12-24 13:26:04 ~5 min macos/status-go 📦zip
✔️ 504a042 #1 2025-12-24 13:28:19 ~8 min linux/nwaku 📦zip
✔️ 504a042 #1 2025-12-24 13:30:21 ~10 min macos/nwaku 📦zip
✔️ 504a042 #1 2025-12-24 13:37:33 ~17 min tests-rpc 📄log
✔️ 504a042 #1 2025-12-24 13:39:59 ~19 min tests-rpc 📄log
✔️ 504a042 #1 2025-12-24 13:56:41 ~36 min tests 📄log
✔️ 504a042 #1 2025-12-24 14:00:29 ~40 min tests 📄log

@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.37%. Comparing base (5398cd4) to head (504a042).

Files with missing lines Patch % Lines
...local-token-lists/default-lists/downloader/main.go 0.00% 18 Missing ⚠️
...s/wallet/thirdparty/collectibles/alchemy/client.go 0.00% 4 Missing ⚠️
services/wallet/token/token.go 40.00% 2 Missing and 1 partial ⚠️
services/wallet/router/router_updates.go 0.00% 2 Missing ⚠️
services/wallet/router/fees/manager.go 0.00% 1 Missing ⚠️
...allet/router/pathprocessor/processor_bridge_hop.go 0.00% 1 Missing ⚠️
...es/wallet/token/local-token-lists/analyzer/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7262      +/-   ##
===========================================
- Coverage    60.40%   60.37%   -0.04%     
===========================================
  Files          815      816       +1     
  Lines       113163   113272     +109     
===========================================
+ Hits         68360    68383      +23     
- Misses       37740    37814      +74     
- Partials      7063     7075      +12     
Flag Coverage Δ
functional 39.65% <87.12%> (+0.02%) ⬆️
unit 54.81% <75.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
pkg/backend/default_networks.go 99.45% <100.00%> (+0.09%) ⬆️
services/wallet/common/const.go 97.22% <100.00%> (+0.07%) ⬆️
services/wallet/router/sendtype/send_type.go 100.00% <100.00%> (ø)
...vices/wallet/thirdparty/market/coingecko/client.go 73.11% <100.00%> (ø)
...al-token-lists/default-lists/coingecko_arbitrum.go 100.00% <ø> (ø)
.../local-token-lists/default-lists/coingecko_base.go 100.00% <ø> (ø)
...n/local-token-lists/default-lists/coingecko_bsc.go 100.00% <ø> (ø)
...al-token-lists/default-lists/coingecko_ethereum.go 100.00% <ø> (ø)
...local-token-lists/default-lists/coingecko_linea.go 100.00% <ø> (ø)
...al-token-lists/default-lists/coingecko_optimism.go 100.00% <ø> (ø)
... and 9 more

... and 26 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants