Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion json/linea-mainnet-token-shortlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tokenListId": "https://raw.githubusercontent.com/Consensys/linea-token-list/main/json/linea-mainnet-token-shortlist.json",
"name": "Linea Mainnet Token List",
"createdAt": "2023-07-13",
"updatedAt": "2025-09-11",
"updatedAt": "2025-10-07",
Copy link

Choose a reason for hiding this comment

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

Bug: Token Addition Fails Version Update

The PR checklist requires updating the list version number when adding a token, but the version number remains unchanged at "major": 1, "minor": 59, "patch": 1 despite adding a new TBAG token.

Fix in Cursor Fix in Web

"versions": [
{
"major": 1,
Expand Down Expand Up @@ -776,6 +776,19 @@
"updatedAt": "2023-12-07",
"logoURI": "https://static.shieldex.io/stone/stone-3.svg"
},
{
"chainId": 59144,
"chainURI": "https://lineascan.build/block/0",
"tokenId": "https://lineascan.build/address/0x67454b41bAF8D29751Cc64f60E3C62B5634567A4",
"tokenType": ["native"],
"address": "0x67454b41bAF8D29751Cc64f60E3C62B5634567A4",
"name": "Tbag",
"symbol": "TBAG",
"decimals": 18,
"createdAt": "2025-09-30",
"updatedAt": "2025-10-07",
"logoURI": "https://static.wixstatic.com/shapes/a73a36_776677fd17864a71b0925b7e2e0010af.svg"
},
{
"chainId": 59144,
"chainURI": "https://lineascan.build/block/0",
Expand Down