Skip to content

Conversation

@VGau
Copy link
Collaborator

@VGau VGau commented Nov 27, 2025

Add ETH to Linea token list


Note

Add ETH to the Linea mainnet token list and bump list version to 1.65.

  • Token list (json/linea-mainnet-token-shortlist.json):
    • Add token: ETH (name: Ether) on chain 59144
      • address: 0x0000000000000000000000000000000000000000
      • symbol: ETH, decimals: 18
      • logoURI: TrustWallet WETH icon URL
    • Version: bump versions.minor from 64 to 65.

Written by Cursor Bugbot for commit ff6f66b. This will update automatically on new commits. Configure here.

"symbol": "ETH",
"decimals": 18,
"createdAt": "2025-11-27T17:29:00.752Z",
"updatedAt": "2025-11-27T17:29:00.752Z",
Copy link

Choose a reason for hiding this comment

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

Bug: Inconsistent date format for ETH token entry

The new ETH token entry uses ISO 8601 datetime format with timezone ("2025-11-27T17:29:00.752Z") for createdAt and updatedAt, while all other tokens in the list use the simple date format ("YYYY-MM-DD", e.g., "2024-06-17"). The schema examples also show the "YYYY-MM-DD" format. This inconsistency could cause parsing failures in downstream consumers that expect the established date format.

Fix in Cursor Fix in Web

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