@swapkit/tokens 1.0.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,82 +1,86 @@
1
1
  export const list = {
2
2
  provider: "CHAINFLIP",
3
3
  name: "CHAINFLIP",
4
- timestamp: "2024-06-27T16:31:57.521Z",
5
- version: { major: 1, minor: 0, patch: 0 },
4
+ timestamp: "2024-08-06T16:30:32.374Z",
5
+ version: {
6
+ major: 1,
7
+ minor: 0,
8
+ patch: 0,
9
+ },
6
10
  keywords: [],
7
11
  count: 8,
8
12
  tokens: [
9
13
  {
10
14
  chain: "ARB",
11
15
  chainId: "42161",
12
- ticker: "ETH",
13
- identifier: "ARB.ETH",
14
16
  decimals: 18,
17
+ identifier: "ARB.ETH",
15
18
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.eth.png",
19
+ ticker: "ETH",
16
20
  },
17
21
  {
18
- chain: "ARB",
19
22
  address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
23
+ chain: "ARB",
20
24
  chainId: "42161",
21
- ticker: "USDC",
22
- identifier: "ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
23
25
  decimals: 6,
26
+ identifier: "ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
24
27
  logoURI:
25
28
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",
29
+ ticker: "USDC",
26
30
  },
27
31
  {
28
32
  chain: "BTC",
29
33
  chainId: "bitcoin",
30
- ticker: "BTC",
31
- identifier: "BTC.BTC",
32
34
  decimals: 8,
35
+ identifier: "BTC.BTC",
33
36
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png",
37
+ ticker: "BTC",
34
38
  },
35
39
  {
36
40
  chain: "DOT",
37
41
  chainId: "polkadot",
38
- ticker: "DOT",
39
- identifier: "DOT.DOT",
40
42
  decimals: 10,
43
+ identifier: "DOT.DOT",
41
44
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/dot.dot.png",
45
+ ticker: "DOT",
42
46
  },
43
47
  {
44
48
  chain: "ETH",
45
49
  chainId: "1",
46
- ticker: "ETH",
47
- identifier: "ETH.ETH",
48
50
  decimals: 18,
51
+ identifier: "ETH.ETH",
49
52
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
53
+ ticker: "ETH",
50
54
  },
51
55
  {
52
- chain: "ETH",
53
56
  address: "0x826180541412D574cf1336d22c0C0a287822678A",
57
+ chain: "ETH",
54
58
  chainId: "1",
55
- ticker: "FLIP",
56
- identifier: "ETH.FLIP-0x826180541412D574cf1336d22c0C0a287822678A",
57
59
  decimals: 18,
60
+ identifier: "ETH.FLIP-0x826180541412D574cf1336d22c0C0a287822678A",
58
61
  logoURI:
59
62
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",
63
+ ticker: "FLIP",
60
64
  },
61
65
  {
62
- chain: "ETH",
63
66
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
67
+ chain: "ETH",
64
68
  chainId: "1",
65
- ticker: "USDC",
66
- identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
67
69
  decimals: 6,
70
+ identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
68
71
  logoURI:
69
72
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
73
+ ticker: "USDC",
70
74
  },
71
75
  {
72
- chain: "ETH",
73
76
  address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
77
+ chain: "ETH",
74
78
  chainId: "1",
75
- ticker: "USDT",
76
- identifier: "ETH.USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
77
79
  decimals: 6,
80
+ identifier: "ETH.USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
78
81
  logoURI:
79
82
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
83
+ ticker: "USDT",
80
84
  },
81
85
  ],
82
86
  } as const;
@@ -2,264 +2,218 @@ export const list = {
2
2
  provider: "MAYACHAIN",
3
3
  chainId: "mayachain-mainnet-v1",
4
4
  name: "MAYACHAIN",
5
- timestamp: "2024-06-27T16:31:59.332Z",
6
- version: { major: 1, minor: 0, patch: 0 },
5
+ timestamp: "2024-08-06T16:30:34.262Z",
6
+ version: {
7
+ major: 1,
8
+ minor: 0,
9
+ patch: 0,
10
+ },
7
11
  keywords: [],
8
- count: 27,
12
+ count: 22,
9
13
  tokens: [
10
14
  {
11
- chain: "ARB",
12
15
  address: "0x912ce59144191c1204e64559fe8253a0e49e6548",
16
+ chain: "ARB",
13
17
  chainId: "42161",
14
- ticker: "ARB",
15
- identifier: "ARB.ARB-0x912ce59144191c1204e64559fe8253a0e49e6548",
16
18
  decimals: 18,
19
+ identifier: "ARB.ARB-0x912ce59144191c1204e64559fe8253a0e49e6548",
17
20
  logoURI:
18
21
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
22
+ ticker: "ARB",
19
23
  },
20
24
  {
21
- chain: "ARB",
22
25
  address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
26
+ chain: "ARB",
23
27
  chainId: "42161",
24
- ticker: "DAI",
25
- identifier: "ARB.DAI-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
26
28
  decimals: 18,
29
+ identifier: "ARB.DAI-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
27
30
  logoURI:
28
31
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
32
+ ticker: "DAI",
29
33
  },
30
34
  {
31
35
  chain: "ARB",
32
36
  chainId: "42161",
33
- ticker: "ETH",
34
- identifier: "ARB.ETH",
35
37
  decimals: 18,
38
+ identifier: "ARB.ETH",
36
39
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.eth.png",
40
+ ticker: "ETH",
37
41
  },
38
42
  {
39
- chain: "ARB",
40
43
  address: "0xafd091f140c21770f4e5d53d26b2859ae97555aa",
41
- chainId: "42161",
42
- ticker: "GLD",
43
- identifier: "ARB.GLD-0xafd091f140c21770f4e5d53d26b2859ae97555aa",
44
- decimals: 18,
45
- logoURI:
46
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gld-0xafd091f140c21770f4e5d53d26b2859ae97555aa.png",
47
- },
48
- {
49
- chain: "ARB",
50
- address: "0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",
51
- chainId: "42161",
52
- ticker: "GMX",
53
- identifier: "ARB.GMX-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",
54
- decimals: 18,
55
- logoURI:
56
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",
57
- },
58
- {
59
44
  chain: "ARB",
60
- address: "0x18c11fd286c5ec11c3b683caa813b77f5163a122",
61
45
  chainId: "42161",
62
- ticker: "GNS",
63
- identifier: "ARB.GNS-0x18c11fd286c5ec11c3b683caa813b77f5163a122",
64
46
  decimals: 18,
47
+ identifier: "ARB.GLD-0xafd091f140c21770f4e5d53d26b2859ae97555aa",
65
48
  logoURI:
66
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gns-0x18c11fd286c5ec11c3b683caa813b77f5163a122.png",
49
+ "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.gld-0xafd091f140c21770f4e5d53d26b2859ae97555aa.png",
50
+ ticker: "GLD",
67
51
  },
68
52
  {
69
- chain: "ARB",
70
53
  address: "0x93864d81175095dd93360ffa2a529b8642f76a6e",
54
+ chain: "ARB",
71
55
  chainId: "42161",
72
- ticker: "LEO",
73
- identifier: "ARB.LEO-0x93864d81175095dd93360ffa2a529b8642f76a6e",
74
56
  decimals: 3,
57
+ identifier: "ARB.LEO-0x93864d81175095dd93360ffa2a529b8642f76a6e",
75
58
  logoURI:
76
59
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.leo-0x93864d81175095dd93360ffa2a529b8642f76a6e.png",
60
+ ticker: "LEO",
77
61
  },
78
62
  {
63
+ address: "0x25d887ce7a35172c62febfd67a1856f20faebb00",
79
64
  chain: "ARB",
80
- address: "0xf97f4df75117a78c1a5a0dbb814af92458539fb4",
81
65
  chainId: "42161",
82
- ticker: "LINK",
83
- identifier: "ARB.LINK-0xf97f4df75117a78c1a5a0dbb814af92458539fb4",
84
66
  decimals: 18,
85
- logoURI:
86
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.link-0xf97f4df75117a78c1a5a0dbb814af92458539fb4.png",
87
- },
88
- {
89
- chain: "ARB",
90
- address: "0x25d887ce7a35172c62febfd67a1856f20faebb00",
91
- chainId: "42161",
92
- ticker: "PEPE",
93
67
  identifier: "ARB.PEPE-0x25d887ce7a35172c62febfd67a1856f20faebb00",
94
- decimals: 18,
95
68
  logoURI:
96
69
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.pepe-0x25d887ce7a35172c62febfd67a1856f20faebb00.png",
70
+ ticker: "PEPE",
97
71
  },
98
72
  {
73
+ address: "0x429fed88f10285e61b12bdf00848315fbdfcc341",
99
74
  chain: "ARB",
100
- address: "0xd4d42f0b6def4ce0383636770ef773390d85c61a",
101
75
  chainId: "42161",
102
- ticker: "SUSHI",
103
- identifier: "ARB.SUSHI-0xd4d42f0b6def4ce0383636770ef773390d85c61a",
104
76
  decimals: 18,
105
- logoURI:
106
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.sushi-0xd4d42f0b6def4ce0383636770ef773390d85c61a.png",
107
- },
108
- {
109
- chain: "ARB",
110
- address: "0x429fed88f10285e61b12bdf00848315fbdfcc341",
111
- chainId: "42161",
112
- ticker: "TGT",
113
77
  identifier: "ARB.TGT-0x429fed88f10285e61b12bdf00848315fbdfcc341",
114
- decimals: 18,
115
78
  logoURI:
116
79
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.tgt-0x429fed88f10285e61b12bdf00848315fbdfcc341.png",
80
+ ticker: "TGT",
117
81
  },
118
82
  {
119
- chain: "ARB",
120
- address: "0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",
121
- chainId: "42161",
122
- ticker: "UNI",
123
- identifier: "ARB.UNI-0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",
124
- decimals: 18,
125
- logoURI:
126
- "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.uni-0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0.png",
127
- },
128
- {
129
- chain: "ARB",
130
83
  address: "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
84
+ chain: "ARB",
131
85
  chainId: "42161",
132
- ticker: "USDC",
133
- identifier: "ARB.USDC-0xaf88d065e77c8cc2239327c5edb3a432268e5831",
134
86
  decimals: 6,
87
+ identifier: "ARB.USDC-0xaf88d065e77c8cc2239327c5edb3a432268e5831",
135
88
  logoURI:
136
89
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",
90
+ ticker: "USDC",
137
91
  },
138
92
  {
139
- chain: "ARB",
140
93
  address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
94
+ chain: "ARB",
141
95
  chainId: "42161",
142
- ticker: "USDT",
143
- identifier: "ARB.USDT-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
144
96
  decimals: 6,
97
+ identifier: "ARB.USDT-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
145
98
  logoURI:
146
99
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",
100
+ ticker: "USDT",
147
101
  },
148
102
  {
149
- chain: "ARB",
150
103
  address: "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
104
+ chain: "ARB",
151
105
  chainId: "42161",
152
- ticker: "WBTC",
153
- identifier: "ARB.WBTC-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
154
106
  decimals: 18,
107
+ identifier: "ARB.WBTC-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
155
108
  logoURI:
156
109
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
110
+ ticker: "WBTC",
157
111
  },
158
112
  {
159
- chain: "ARB",
160
113
  address: "0x5979d7b546e38e414f7e9822514be443a4800529",
114
+ chain: "ARB",
161
115
  chainId: "42161",
162
- ticker: "WSTETH",
163
- identifier: "ARB.WSTETH-0x5979d7b546e38e414f7e9822514be443a4800529",
164
116
  decimals: 18,
117
+ identifier: "ARB.WSTETH-0x5979d7b546e38e414f7e9822514be443a4800529",
165
118
  logoURI:
166
119
  "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",
120
+ ticker: "WSTETH",
167
121
  },
168
122
  {
169
123
  chain: "BTC",
170
124
  chainId: "bitcoin",
171
- ticker: "BTC",
172
- identifier: "BTC.BTC",
173
125
  decimals: 8,
126
+ identifier: "BTC.BTC",
174
127
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png",
128
+ ticker: "BTC",
175
129
  },
176
130
  {
177
131
  chain: "DASH",
178
132
  chainId: "dash",
179
- ticker: "DASH",
180
- identifier: "DASH.DASH",
181
133
  decimals: 8,
134
+ identifier: "DASH.DASH",
182
135
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/dash.dash.png",
136
+ ticker: "DASH",
183
137
  },
184
138
  {
185
139
  chain: "ETH",
186
140
  chainId: "1",
187
- ticker: "ETH",
188
- identifier: "ETH.ETH",
189
141
  decimals: 18,
142
+ identifier: "ETH.ETH",
190
143
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
144
+ ticker: "ETH",
191
145
  },
192
146
  {
193
- chain: "ETH",
194
147
  address: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
148
+ chain: "ETH",
195
149
  chainId: "1",
196
- ticker: "PEPE",
197
- identifier: "ETH.PEPE-0x6982508145454ce325ddbe47a25d4ec3d2311933",
198
150
  decimals: 18,
151
+ identifier: "ETH.PEPE-0x6982508145454ce325ddbe47a25d4ec3d2311933",
199
152
  logoURI:
200
153
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.pepe-0x6982508145454ce325ddbe47a25d4ec3d2311933.png",
154
+ ticker: "PEPE",
201
155
  },
202
156
  {
203
- chain: "ETH",
204
157
  address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
158
+ chain: "ETH",
205
159
  chainId: "1",
206
- ticker: "USDC",
207
- identifier: "ETH.USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
208
160
  decimals: 6,
161
+ identifier: "ETH.USDC-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
209
162
  logoURI:
210
163
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
164
+ ticker: "USDC",
211
165
  },
212
166
  {
213
- chain: "ETH",
214
167
  address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
168
+ chain: "ETH",
215
169
  chainId: "1",
216
- ticker: "USDT",
217
- identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
218
170
  decimals: 6,
171
+ identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7",
219
172
  logoURI:
220
173
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
174
+ ticker: "USDT",
221
175
  },
222
176
  {
223
- chain: "ETH",
224
177
  address: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
178
+ chain: "ETH",
225
179
  chainId: "1",
226
- ticker: "wstETH",
227
- identifier: "ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
228
180
  decimals: 18,
181
+ identifier: "ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
229
182
  logoURI:
230
183
  "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
184
+ ticker: "wstETH",
231
185
  },
232
186
  {
233
187
  chain: "KUJI",
234
188
  chainId: "kaiyo-1",
235
- ticker: "KUJI",
236
- identifier: "KUJI.KUJI",
237
189
  decimals: 6,
190
+ identifier: "KUJI.KUJI",
238
191
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.kuji.png",
192
+ ticker: "KUJI",
239
193
  },
240
194
  {
241
195
  chain: "KUJI",
242
196
  chainId: "kaiyo-1",
243
- ticker: "USK",
244
- identifier: "KUJI.USK",
245
197
  decimals: 6,
198
+ identifier: "KUJI.USK",
246
199
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/kuji.usk.png",
200
+ ticker: "USK",
247
201
  },
248
202
  {
249
203
  chain: "MAYA",
250
204
  chainId: "mayachain-mainnet-v1",
251
- ticker: "CACAO",
252
- identifier: "MAYA.CACAO",
253
205
  decimals: 10,
206
+ identifier: "MAYA.CACAO",
254
207
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/maya.cacao.png",
208
+ ticker: "CACAO",
255
209
  },
256
210
  {
257
211
  chain: "THOR",
258
212
  chainId: "thorchain-mainnet-v1",
259
- ticker: "RUNE",
260
- identifier: "THOR.RUNE",
261
213
  decimals: 8,
214
+ identifier: "THOR.RUNE",
262
215
  logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/thor.rune.png",
216
+ ticker: "RUNE",
263
217
  },
264
218
  ],
265
219
  } as const;