Skip to content
Closed
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
4 changes: 2 additions & 2 deletions json/linea-mainnet-token-shortlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"major": 1,
"minor": 64,
"patch": 0
"patch": 1
}
],
"tokens": [
Expand Down Expand Up @@ -264,7 +264,7 @@
"chainId": 59144,
"chainURI": "https://lineascan.build/block/0",
"tokenId": "https://lineascan.build/address/0x65e413F21BF468Fed23996A8E701dD67FDf22B83",
"tokenType": ["native"],
"tokenType": ["canonical-bridge"],
Copy link

Choose a reason for hiding this comment

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

Bug: Missing extension field for canonical-bridge token type

The DYSN token's tokenType is changed to canonical-bridge, but the required extension field is missing. All other tokens with canonical-bridge type include an extension object specifying rootChainId, rootChainURI, and rootAddress (the L1 token address). Without this information, the bridge functionality won't know where to route the token on Ethereum mainnet, making the intended L1 bridging impossible.

Fix in Cursor Fix in Web

"address": "0x65e413F21BF468Fed23996A8E701dD67FDf22B83",
"name": "Dyson Sphere",
"symbol": "DYSN",
Expand Down