Skip to content

Commit 48b0142

Browse files
committed
Add Etherlink native tokens
1 parent aff6200 commit 48b0142

File tree

3 files changed

+47
-5
lines changed

3 files changed

+47
-5
lines changed

index/etherlink-testnet/erc20.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "sequence-erc20-etherlink-testnet",
3+
"chainId": 128123,
4+
"tokenStandard": "erc20",
5+
"logoURI": "https://avatars.githubusercontent.com/u/35579638?s=400&u=41e1dbfbbf6f98037069c918c9383ffb8e978fb7&v=4",
6+
"keywords": [
7+
"erc20",
8+
"fungible",
9+
"stablecoin",
10+
"coingecko"
11+
],
12+
"timestamp": "2025-04-07T15:36:16.623Z",
13+
"tokens": [
14+
{
15+
"chainId": 128123,
16+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
17+
"name": "XTZ",
18+
"symbol": "XTZ",
19+
"decimals": 18,
20+
"logoURI": "https://assets.sequence.info/images/tokens/large/128123/0x0000000000000000000000000000000000000000.webp"
21+
},
22+
{
23+
"chainId": 128123,
24+
"address": "0x0000000000000000000000000000000000000000",
25+
"name": "XTZ",
26+
"symbol": "XTZ",
27+
"decimals": 18,
28+
"logoURI": "https://assets.sequence.info/images/tokens/large/128123/0x0000000000000000000000000000000000000000.webp"
29+
}
30+
],
31+
"version": {
32+
"major": 1,
33+
"minor": 0,
34+
"patch": 0
35+
}
36+
}

index/etherlink/erc20.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
{
1515
"chainId": 42793,
1616
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
17-
"name": "ETH",
18-
"symbol": "ETH",
17+
"name": "XTZ",
18+
"symbol": "XTZ",
1919
"decimals": 18,
2020
"logoURI": "https://assets.sequence.info/images/tokens/large/42793/0x0000000000000000000000000000000000000000.webp"
2121
},
2222
{
2323
"chainId": 42793,
2424
"address": "0x0000000000000000000000000000000000000000",
25-
"name": "ETH",
26-
"symbol": "ETH",
25+
"name": "XTZ",
26+
"symbol": "XTZ",
2727
"decimals": 18,
2828
"logoURI": "https://assets.sequence.info/images/tokens/large/42793/0x0000000000000000000000000000000000000000.webp"
2929
},

index/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,13 @@
144144
"etherlink": {
145145
"chainId": 42793,
146146
"tokenLists": {
147-
"erc20.json": "86ee44c41b08d1125c14f08d65314746ca3cf7189c8725ed5e567bb5a076621c"
147+
"erc20.json": "d6abe9bd6c5c7c3ae65aa8678a5cac5a32feae2a525439419a00bd7f3002c85f"
148+
}
149+
},
150+
"etherlink-testnet": {
151+
"chainId": 128123,
152+
"tokenLists": {
153+
"erc20.json": "9ebf7b3e55f23e0dfae19fbbafbdcd82f606c22287fefd1c148395d2838b500f"
148154
}
149155
},
150156
"gnosis": {

0 commit comments

Comments
 (0)