Skip to content

Conversation

@Eamonn-O-Connor
Copy link

@Eamonn-O-Connor Eamonn-O-Connor commented Nov 6, 2025

Add ETH to Linea token list


Note

Adds native ETH (zero address) to the Linea token shortlist, bumps list version to 1.60, and reorders entries with minor metadata updates.

  • Token list updates:
    • Add native ETH: Introduce ETH as a native token with address 0x0000000000000000000000000000000000000000 and logo.
    • Version: Bump versions to 1.60.4.
    • Reordering/cleanup: Move existing tokens (e.g., APE, DSLA, LINK, LUSD, Mendi variants, USDP, USDT, wDAI) to new positions; no net removals.
    • Metadata: Minor logoURI and timestamp adjustments for a few tokens (e.g., BEAVER).

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

"updatedAt": "2025-07-25",
"logoURI": "https://assets.coingecko.com/coins/images/51996/standard/Donald_Toad_Transparent.png?1732459916"
"createdAt": "2025-11-06T15:26:14.381Z",
"updatedAt": "2025-11-06T15:26:14.381Z",
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 Formats Break Token Parsing Logic

The ETH token entry uses ISO 8601 timestamp format ("2025-11-06T15:26:14.381Z") for createdAt and updatedAt fields, while all other tokens in the list use simple date format ("YYYY-MM-DD"). This data format inconsistency could break parsing logic that expects uniform date formatting across all token entries.

Fix in Cursor Fix in Web

{
"major": 1,
"minor": 59,
"minor": 60,
Copy link

Choose a reason for hiding this comment

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

Bug: Inconsistent updatedAt on token addition

The top-level "updatedAt" field shows "2025-10-10" but was not updated when adding the ETH token (created on 2025-11-06). This creates a logical inconsistency where the file's last update date is before the creation date of one of its tokens. When adding new tokens, the top-level updatedAt should be updated to reflect the current modification date.

Fix in Cursor Fix in Web

@alainncls alainncls deleted the add/eth branch November 25, 2025 11:09
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