Skip to content

Commit 81aeca0

Browse files
authored
Adding the Foo test token on Sepolia Linea (#245)
* Adding the Foo test token * fixing incorrect chainURI value for sepolia linea tokens * updating token list updatedAt date * addressing PR comments
1 parent 9b4d5cb commit 81aeca0

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

json/linea-sepolia-token-shortlist.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,33 @@
33
"tokenListId": "https://raw.githubusercontent.com/Consensys/linea-token-list/main/json/linea-sepolia-token-shortlist.json",
44
"name": "Linea Sepolia Token List",
55
"createdAt": "2024-03-29",
6-
"updatedAt": "2024-10-01",
6+
"updatedAt": "2025-10-07",
77
"versions": [
88
{
99
"major": 1,
10-
"minor": 2,
10+
"minor": 3,
1111
"patch": 0
1212
}
1313
],
1414
"tokens": [
15+
{
16+
"chainId": 59141,
17+
"chainURI": "https://sepolia.lineascan.build/block/0",
18+
"tokenId": "https://sepolia.lineascan.build/address/0x0869E86479D60D07DF0E31312E7207c6cf470e31",
19+
"tokenType": ["canonical-bridge"],
20+
"address": "0x0869E86479D60D07DF0E31312E7207c6cf470e31",
21+
"name": "Foo",
22+
"symbol": "FOO",
23+
"decimals": 18,
24+
"createdAt": "2025-10-07",
25+
"updatedAt": "2025-10-07",
26+
"logoURI": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/500px-Smiley.svg.png",
27+
"extension": {
28+
"rootChainId": 11155111,
29+
"rootChainURI": "https://sepolia.etherscan.io/block/0",
30+
"rootAddress": "0xEb8708CaFB403c90d5475bB623636896cE78faCf"
31+
}
32+
},
1533
{
1634
"chainId": 59141,
1735
"chainURI": "https://sepolia.lineascan.build/block/0",

0 commit comments

Comments
 (0)