Skip to content

Commit 6637844

Browse files
authored
Merge pull request #15 from unionlabs/add-weth
Add weth
2 parents 08489ef + 6dc68b5 commit 6637844

File tree

2 files changed

+38
-22
lines changed

2 files changed

+38
-22
lines changed

data/holesky.17000/tokenlist.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3-
"name": "Holesky 17000 Token List",
4-
"keywords": [],
5-
"tags": {},
6-
"timestamp": "2025-01-15T16:00:00Z",
7-
"tokens": [
2+
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3+
"name": "Holesky 17000 Token List",
4+
"keywords": [],
5+
"tags": {},
6+
"timestamp": "2025-01-15T16:00:00Z",
7+
"tokens": [
88
{
99
"chainId": 17000,
1010
"address": "0x685cE6742351ae9b618F383883D6d1e0c5A31B4B",
@@ -20,11 +20,19 @@
2020
"decimals": 18,
2121
"name": "Loadtest My Token",
2222
"logoURI": ""
23+
},
24+
{
25+
"chainId": 17000,
26+
"address": "0x94373a4919b3240d86ea41593d5eba789fef3848",
27+
"symbol": "WETH",
28+
"decimals": 18,
29+
"name": "Wrapped Ether",
30+
"logoURI": ""
2331
}
2432
],
25-
"version": {
26-
"major": 1,
27-
"minor": 0,
28-
"patch": 0
29-
}
33+
"version": {
34+
"major": 1,
35+
"minor": 0,
36+
"patch": 0
37+
}
3038
}

data/sepolia.11155111/tokenlist.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3-
"name": "Sepolia 11155111 Token List",
4-
"keywords": [],
5-
"tags": {},
6-
"timestamp": "2025-01-15T16:00:00Z",
7-
"tokens": [
2+
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3+
"name": "Sepolia 11155111 Token List",
4+
"keywords": [],
5+
"tags": {},
6+
"timestamp": "2025-01-15T16:00:00Z",
7+
"tokens": [
88
{
99
"chainId": 11155111,
1010
"address": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
@@ -108,11 +108,19 @@
108108
"decimals": 18,
109109
"name": "Loadtest My Token",
110110
"logoURI": ""
111+
},
112+
{
113+
"chainId": 11155111,
114+
"address": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
115+
"symbol": "WETH",
116+
"decimals": 18,
117+
"name": "Wrapped Ether",
118+
"logoURI": ""
111119
}
112120
],
113-
"version": {
114-
"major": 1,
115-
"minor": 0,
116-
"patch": 0
117-
}
121+
"version": {
122+
"major": 1,
123+
"minor": 0,
124+
"patch": 0
125+
}
118126
}

0 commit comments

Comments
 (0)