[Dev Hub] Add VOLATILE to Linea token list - #285
Conversation
| { | ||
| "major": 1, | ||
| "minor": 70, | ||
| "minor": 71, |
There was a problem hiding this comment.
File-level updatedAt not updated for new token
Low Severity
The file-level updatedAt field remains "2026-02-04" but the newly added VOLATILE token has createdAt and updatedAt set to "2026-02-06". The development guide explicitly states to "Update the updatedAt (and potentially createdAt) fields for the file and the token" when making changes, so the file-level updatedAt needs to reflect the actual date of this modification.
Additional Locations (1)
| { | ||
| "major": 1, | ||
| "minor": 70, | ||
| "minor": 71, |
There was a problem hiding this comment.
Patch version not reset when minor bumped
Low Severity
The minor version was bumped from 70 to 71 (correctly, for adding a new token), but patch was left at 1 instead of being reset to 0. Per semver convention, incrementing minor requires resetting patch to 0. The Linea Sepolia token list (minor: 4, patch: 0) follows this convention correctly, making this inconsistent.
|
Spam/Ignored |


Add VOLATILE to Linea token list from the Linea Developer Hub.
Note
Low Risk
Single-entry token list update with a minor version bump; risk is limited to potential downstream display/lookup issues if the new token metadata is incorrect.
Overview
Updates the Linea mainnet token shortlist by adding the
VOLATILEtoken (native,0x5c1bf4b7563c460282617a0304e3cde133200f70, 18 decimals, logo URI) and bumping the list version from1.70.1to1.71.1.Also leaves the JSON file without a trailing newline.
Written by Cursor Bugbot for commit f9eb0b3. This will update automatically on new commits. Configure here.