@sentio/sdk 2.45.1-rc.1 → 2.45.1
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.
- package/lib/aptos/ext/token-list.d.ts +20 -0
- package/lib/aptos/ext/token-list.d.ts.map +1 -0
- package/lib/aptos/ext/token-list.js +3099 -0
- package/lib/aptos/ext/token-list.js.map +1 -0
- package/lib/aptos/ext/token.d.ts +1 -1
- package/lib/aptos/ext/token.d.ts.map +1 -1
- package/lib/aptos/ext/token.js +1 -1
- package/lib/aptos/ext/token.js.map +1 -1
- package/package.json +3 -3
- package/src/aptos/ext/token-list.ts +3131 -0
- package/src/aptos/ext/token.ts +3 -22
- package/lib/aptos/ext/token-list.json +0 -3098
- package/src/aptos/ext/token-list.json +0 -3098
@@ -0,0 +1,3099 @@
|
|
1
|
+
export const DEFAULT_TOKEN_LIST = [
|
2
|
+
{
|
3
|
+
chainId: 1,
|
4
|
+
tokenAddress: '0x1::aptos_coin::AptosCoin',
|
5
|
+
faAddress: '0xa',
|
6
|
+
name: 'Aptos Coin',
|
7
|
+
symbol: 'APT',
|
8
|
+
decimals: 8,
|
9
|
+
bridge: null,
|
10
|
+
panoraSymbol: 'APT',
|
11
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APT.svg',
|
12
|
+
websiteUrl: 'https://aptosfoundation.org',
|
13
|
+
category: 'Native',
|
14
|
+
isInPanoraTokenList: true,
|
15
|
+
isBanned: false,
|
16
|
+
panoraOrderIndex: 1,
|
17
|
+
coinGeckoId: 'aptos',
|
18
|
+
coinMarketCapId: 21794
|
19
|
+
},
|
20
|
+
{
|
21
|
+
chainId: 1,
|
22
|
+
tokenAddress: null,
|
23
|
+
faAddress: '0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b',
|
24
|
+
name: 'Tether USD',
|
25
|
+
symbol: 'USDt',
|
26
|
+
decimals: 6,
|
27
|
+
bridge: null,
|
28
|
+
panoraSymbol: 'USDt',
|
29
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDT.svg',
|
30
|
+
websiteUrl: 'https://tether.to',
|
31
|
+
category: 'Native',
|
32
|
+
isInPanoraTokenList: true,
|
33
|
+
isBanned: false,
|
34
|
+
panoraOrderIndex: 2,
|
35
|
+
coinGeckoId: 'tether',
|
36
|
+
coinMarketCapId: 825
|
37
|
+
},
|
38
|
+
{
|
39
|
+
chainId: 1,
|
40
|
+
tokenAddress: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC',
|
41
|
+
faAddress: '0x2b3be0a97a73c87ff62cbdd36837a9fb5bbd1d7f06a73b7ed62ec15c5326c1b8',
|
42
|
+
name: 'USD Coin',
|
43
|
+
symbol: 'USDC',
|
44
|
+
decimals: 6,
|
45
|
+
bridge: 'LayerZero',
|
46
|
+
panoraSymbol: 'lzUSDC',
|
47
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
48
|
+
websiteUrl: null,
|
49
|
+
category: 'Bridged',
|
50
|
+
isInPanoraTokenList: true,
|
51
|
+
isBanned: false,
|
52
|
+
panoraOrderIndex: 10,
|
53
|
+
coinGeckoId: 'usd-coin',
|
54
|
+
coinMarketCapId: 3408
|
55
|
+
},
|
56
|
+
{
|
57
|
+
chainId: 1,
|
58
|
+
tokenAddress: '0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL',
|
59
|
+
faAddress: '0x878370592f9129e14b76558689a4b570ad22678111df775befbfcbc9fb3d90ab',
|
60
|
+
name: 'Merkle',
|
61
|
+
symbol: 'MKL',
|
62
|
+
decimals: 6,
|
63
|
+
bridge: null,
|
64
|
+
panoraSymbol: 'MKL',
|
65
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MKL.png',
|
66
|
+
websiteUrl: null,
|
67
|
+
category: 'Native',
|
68
|
+
isInPanoraTokenList: true,
|
69
|
+
isBanned: false,
|
70
|
+
panoraOrderIndex: 15,
|
71
|
+
coinGeckoId: 'merkle-trade',
|
72
|
+
coinMarketCapId: 32997
|
73
|
+
},
|
74
|
+
{
|
75
|
+
chainId: 1,
|
76
|
+
tokenAddress: '0x53a30a6e5936c0a4c5140daed34de39d17ca7fcae08f947c02e979cef98a3719::coin::LSD',
|
77
|
+
faAddress: '0x2370cc1d995f3aadd337c1c6c63834ad8d2bd0cdc70bc8dff81de463e18b159',
|
78
|
+
name: 'Liquidswap',
|
79
|
+
symbol: 'LSD',
|
80
|
+
decimals: 8,
|
81
|
+
bridge: null,
|
82
|
+
panoraSymbol: 'LSD',
|
83
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/LSD.png',
|
84
|
+
websiteUrl: null,
|
85
|
+
category: 'Native',
|
86
|
+
isInPanoraTokenList: true,
|
87
|
+
isBanned: false,
|
88
|
+
panoraOrderIndex: 20,
|
89
|
+
coinGeckoId: 'pontem-liquidswap',
|
90
|
+
coinMarketCapId: 22262
|
91
|
+
},
|
92
|
+
{
|
93
|
+
chainId: 1,
|
94
|
+
tokenAddress: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT',
|
95
|
+
faAddress: null,
|
96
|
+
name: 'Tether USD',
|
97
|
+
symbol: 'USDT',
|
98
|
+
decimals: 6,
|
99
|
+
bridge: 'LayerZero',
|
100
|
+
panoraSymbol: 'lzUSDT',
|
101
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDT_BRIDGED.svg',
|
102
|
+
websiteUrl: null,
|
103
|
+
category: 'Bridged',
|
104
|
+
isInPanoraTokenList: true,
|
105
|
+
isBanned: false,
|
106
|
+
panoraOrderIndex: 25,
|
107
|
+
coinGeckoId: null,
|
108
|
+
coinMarketCapId: null
|
109
|
+
},
|
110
|
+
{
|
111
|
+
chainId: 1,
|
112
|
+
tokenAddress: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH',
|
113
|
+
faAddress: null,
|
114
|
+
name: 'Wrapped Ether',
|
115
|
+
symbol: 'WETH',
|
116
|
+
decimals: 6,
|
117
|
+
bridge: 'LayerZero',
|
118
|
+
panoraSymbol: 'lzWETH',
|
119
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WETH.svg',
|
120
|
+
websiteUrl: null,
|
121
|
+
category: 'Bridged',
|
122
|
+
isInPanoraTokenList: true,
|
123
|
+
isBanned: false,
|
124
|
+
panoraOrderIndex: 30,
|
125
|
+
coinGeckoId: 'ethereum',
|
126
|
+
coinMarketCapId: 1027
|
127
|
+
},
|
128
|
+
{
|
129
|
+
chainId: 1,
|
130
|
+
tokenAddress: '0x4e1854f6d332c9525e258fb6e66f84b6af8aba687bbcb832a24768c4e175feec::abtc::ABTC',
|
131
|
+
faAddress: null,
|
132
|
+
name: 'aBTC',
|
133
|
+
symbol: 'aBTC',
|
134
|
+
decimals: 10,
|
135
|
+
bridge: 'Echo',
|
136
|
+
panoraSymbol: 'aBTC',
|
137
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/aBTC.svg',
|
138
|
+
websiteUrl: 'https://www.echo-protocol.xyz',
|
139
|
+
category: 'Bridged',
|
140
|
+
isInPanoraTokenList: true,
|
141
|
+
isBanned: false,
|
142
|
+
panoraOrderIndex: 33,
|
143
|
+
coinGeckoId: 'abtc',
|
144
|
+
coinMarketCapId: null
|
145
|
+
},
|
146
|
+
{
|
147
|
+
chainId: 1,
|
148
|
+
tokenAddress: '0x543c5660aa4d496687e2068c11765f04607c4f4b639a83233a9333604fb8ce59::stakestone_ether::StakeStoneEther',
|
149
|
+
faAddress: null,
|
150
|
+
name: 'StakeStone Ether',
|
151
|
+
symbol: 'STONE',
|
152
|
+
decimals: 8,
|
153
|
+
bridge: 'LayerZero',
|
154
|
+
panoraSymbol: 'lzSTONE',
|
155
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/STONE.svg',
|
156
|
+
websiteUrl: 'https://stakestone.io',
|
157
|
+
category: 'Bridged',
|
158
|
+
isInPanoraTokenList: true,
|
159
|
+
isBanned: false,
|
160
|
+
panoraOrderIndex: 35,
|
161
|
+
coinGeckoId: 'stakestone-ether',
|
162
|
+
coinMarketCapId: 32194
|
163
|
+
},
|
164
|
+
{
|
165
|
+
chainId: 1,
|
166
|
+
tokenAddress: '0x5dee1d4b13fae338a1e1780f9ad2709a010e824388efd169171a26e3ea9029bb::stakestone_bitcoin::StakeStoneBitcoin',
|
167
|
+
faAddress: null,
|
168
|
+
name: 'StakeStone Bitcoin',
|
169
|
+
symbol: 'SBTC',
|
170
|
+
decimals: 8,
|
171
|
+
bridge: 'LayerZero',
|
172
|
+
panoraSymbol: 'lzSBTC',
|
173
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SBTC.svg',
|
174
|
+
websiteUrl: 'https://stakestone.io',
|
175
|
+
category: 'Bridged',
|
176
|
+
isInPanoraTokenList: true,
|
177
|
+
isBanned: false,
|
178
|
+
panoraOrderIndex: 37,
|
179
|
+
coinGeckoId: null,
|
180
|
+
coinMarketCapId: null
|
181
|
+
},
|
182
|
+
{
|
183
|
+
chainId: 1,
|
184
|
+
tokenAddress: '0x7fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL',
|
185
|
+
faAddress: '0x377adc4848552eb2ea17259be928001923efe12271fef1667e2b784f04a7cf3a',
|
186
|
+
name: 'Thala Token',
|
187
|
+
symbol: 'THL',
|
188
|
+
decimals: 8,
|
189
|
+
bridge: null,
|
190
|
+
panoraSymbol: 'THL',
|
191
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/THL.svg',
|
192
|
+
websiteUrl: 'https://www.thala.fi',
|
193
|
+
category: 'Native',
|
194
|
+
isInPanoraTokenList: true,
|
195
|
+
isBanned: false,
|
196
|
+
panoraOrderIndex: 40,
|
197
|
+
coinGeckoId: 'thala',
|
198
|
+
coinMarketCapId: 24268
|
199
|
+
},
|
200
|
+
{
|
201
|
+
chainId: 1,
|
202
|
+
tokenAddress: null,
|
203
|
+
faAddress: '0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12',
|
204
|
+
name: 'Cellana',
|
205
|
+
symbol: 'CELL',
|
206
|
+
decimals: 8,
|
207
|
+
bridge: null,
|
208
|
+
panoraSymbol: 'CELL',
|
209
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CELL.png',
|
210
|
+
websiteUrl: 'https://cellana.finance',
|
211
|
+
category: 'Native',
|
212
|
+
isInPanoraTokenList: true,
|
213
|
+
isBanned: false,
|
214
|
+
panoraOrderIndex: 45,
|
215
|
+
coinGeckoId: 'cellena-finance',
|
216
|
+
coinMarketCapId: null
|
217
|
+
},
|
218
|
+
{
|
219
|
+
chainId: 1,
|
220
|
+
tokenAddress: '0x42d77150661adcc068603bde2453bea1e22fa7ca08878ec88b7e077709c01171::oft::WUSDMOFT',
|
221
|
+
faAddress: null,
|
222
|
+
name: 'Wrap USDM',
|
223
|
+
symbol: 'WUSDM',
|
224
|
+
decimals: 8,
|
225
|
+
bridge: 'LayerZero',
|
226
|
+
panoraSymbol: 'lzWUSDM',
|
227
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WUSDM.png',
|
228
|
+
websiteUrl: 'https://mountainprotocol.com',
|
229
|
+
category: 'Bridged',
|
230
|
+
isInPanoraTokenList: true,
|
231
|
+
isBanned: false,
|
232
|
+
panoraOrderIndex: 48,
|
233
|
+
coinGeckoId: null,
|
234
|
+
coinMarketCapId: null
|
235
|
+
},
|
236
|
+
{
|
237
|
+
chainId: 1,
|
238
|
+
tokenAddress: '0xcfea864b32833f157f042618bd845145256b1bf4c0da34a7013b76e42daa53cc::usdy::USDY',
|
239
|
+
faAddress: null,
|
240
|
+
name: 'Ondo US Dollar Yield',
|
241
|
+
symbol: 'USDY',
|
242
|
+
decimals: 6,
|
243
|
+
bridge: null,
|
244
|
+
panoraSymbol: 'USDY',
|
245
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDY.svg',
|
246
|
+
websiteUrl: 'https://ondo.finance',
|
247
|
+
category: 'Native',
|
248
|
+
isInPanoraTokenList: true,
|
249
|
+
isBanned: false,
|
250
|
+
panoraOrderIndex: 50,
|
251
|
+
coinGeckoId: 'ondo-us-dollar-yield',
|
252
|
+
coinMarketCapId: 29256
|
253
|
+
},
|
254
|
+
{
|
255
|
+
chainId: 1,
|
256
|
+
tokenAddress: '0x268d4a7a2ad93274edf6116f9f20ad8455223a7ab5fc73154f687e7dbc3e3ec6::LOON::LOON',
|
257
|
+
faAddress: null,
|
258
|
+
name: 'The Loonies',
|
259
|
+
symbol: 'LOON',
|
260
|
+
decimals: 6,
|
261
|
+
bridge: null,
|
262
|
+
panoraSymbol: 'LOON',
|
263
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/LOON.jpg',
|
264
|
+
websiteUrl: null,
|
265
|
+
category: 'Native',
|
266
|
+
isInPanoraTokenList: true,
|
267
|
+
isBanned: false,
|
268
|
+
panoraOrderIndex: 55,
|
269
|
+
coinGeckoId: null,
|
270
|
+
coinMarketCapId: null
|
271
|
+
},
|
272
|
+
{
|
273
|
+
chainId: 1,
|
274
|
+
tokenAddress: '0xe4ccb6d39136469f376242c31b34d10515c8eaaa38092f804db8e08a8f53c5b2::assets_v1::EchoCoin002',
|
275
|
+
faAddress: null,
|
276
|
+
name: 'Gui Inu',
|
277
|
+
symbol: 'GUI',
|
278
|
+
decimals: 6,
|
279
|
+
bridge: null,
|
280
|
+
panoraSymbol: 'GUI',
|
281
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/GUI.png',
|
282
|
+
websiteUrl: 'https://www.guiinu.com',
|
283
|
+
category: 'Meme',
|
284
|
+
isInPanoraTokenList: true,
|
285
|
+
isBanned: false,
|
286
|
+
panoraOrderIndex: 60,
|
287
|
+
coinGeckoId: 'gui-inu',
|
288
|
+
coinMarketCapId: 28851
|
289
|
+
},
|
290
|
+
{
|
291
|
+
chainId: 1,
|
292
|
+
tokenAddress: '0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt',
|
293
|
+
faAddress: null,
|
294
|
+
name: 'Amnis Aptos Coin',
|
295
|
+
symbol: 'amAPT',
|
296
|
+
decimals: 8,
|
297
|
+
bridge: null,
|
298
|
+
panoraSymbol: 'amAPT',
|
299
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/amAPT.png',
|
300
|
+
websiteUrl: 'https://amnis.finance',
|
301
|
+
category: 'Native',
|
302
|
+
isInPanoraTokenList: true,
|
303
|
+
isBanned: false,
|
304
|
+
panoraOrderIndex: 65,
|
305
|
+
coinGeckoId: 'amnis-aptos',
|
306
|
+
coinMarketCapId: 29034
|
307
|
+
},
|
308
|
+
{
|
309
|
+
chainId: 1,
|
310
|
+
tokenAddress: '0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::ThalaAPT',
|
311
|
+
faAddress: '0xa0d9d647c5737a5aed08d2cfeb39c31cf901d44bc4aa024eaa7e5e68b804e011',
|
312
|
+
name: 'Thala APT',
|
313
|
+
symbol: 'thAPT',
|
314
|
+
decimals: 8,
|
315
|
+
bridge: null,
|
316
|
+
panoraSymbol: 'thAPT',
|
317
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/THAPT.svg',
|
318
|
+
websiteUrl: 'https://thala.fi',
|
319
|
+
category: 'Native',
|
320
|
+
isInPanoraTokenList: true,
|
321
|
+
isBanned: false,
|
322
|
+
panoraOrderIndex: 70,
|
323
|
+
coinGeckoId: 'thala-apt',
|
324
|
+
coinMarketCapId: null
|
325
|
+
},
|
326
|
+
{
|
327
|
+
chainId: 1,
|
328
|
+
tokenAddress: '0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::stapt_token::StakedApt',
|
329
|
+
faAddress: '0xb614bfdf9edc39b330bbf9c3c5bcd0473eee2f6d4e21748629cc367869ece627',
|
330
|
+
name: 'Staked Aptos Coin',
|
331
|
+
symbol: 'stAPT',
|
332
|
+
decimals: 8,
|
333
|
+
bridge: null,
|
334
|
+
panoraSymbol: 'stAPT',
|
335
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/stAptAmnis.png',
|
336
|
+
websiteUrl: 'https://stake.amnis.finance',
|
337
|
+
category: 'Native',
|
338
|
+
isInPanoraTokenList: true,
|
339
|
+
isBanned: false,
|
340
|
+
panoraOrderIndex: 75,
|
341
|
+
coinGeckoId: 'amnis-staked-aptos-coin',
|
342
|
+
coinMarketCapId: null
|
343
|
+
},
|
344
|
+
{
|
345
|
+
chainId: 1,
|
346
|
+
tokenAddress: '0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::StakedThalaAPT',
|
347
|
+
faAddress: null,
|
348
|
+
name: 'Staked Thala APT',
|
349
|
+
symbol: 'sthAPT',
|
350
|
+
decimals: 8,
|
351
|
+
bridge: null,
|
352
|
+
panoraSymbol: 'sthAPT',
|
353
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/STHAPT.svg',
|
354
|
+
websiteUrl: 'https://thala.fi',
|
355
|
+
category: 'Native',
|
356
|
+
isInPanoraTokenList: true,
|
357
|
+
isBanned: false,
|
358
|
+
panoraOrderIndex: 80,
|
359
|
+
coinGeckoId: 'staked-thala-apt',
|
360
|
+
coinMarketCapId: null
|
361
|
+
},
|
362
|
+
{
|
363
|
+
chainId: 1,
|
364
|
+
tokenAddress: '0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::mod_coin::MOD',
|
365
|
+
faAddress: '0x94ed76d3d66cb0b6e7a3ab81acf830e3a50b8ae3cfb9edc0abea635a11185ff4',
|
366
|
+
name: 'Move Dollar',
|
367
|
+
symbol: 'MOD',
|
368
|
+
decimals: 8,
|
369
|
+
bridge: null,
|
370
|
+
panoraSymbol: 'MOD',
|
371
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOD.svg',
|
372
|
+
websiteUrl: 'https://thala.fi',
|
373
|
+
category: 'Native',
|
374
|
+
isInPanoraTokenList: true,
|
375
|
+
isBanned: false,
|
376
|
+
panoraOrderIndex: 85,
|
377
|
+
coinGeckoId: 'move-dollar',
|
378
|
+
coinMarketCapId: null
|
379
|
+
},
|
380
|
+
{
|
381
|
+
chainId: 1,
|
382
|
+
tokenAddress: '0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T',
|
383
|
+
faAddress: '0x54fc0d5fa5ad975ede1bf8b1c892ae018745a1afd4a4da9b70bb6e5448509fc0',
|
384
|
+
name: 'USD Coin',
|
385
|
+
symbol: 'USDC',
|
386
|
+
decimals: 6,
|
387
|
+
bridge: 'Wormhole',
|
388
|
+
panoraSymbol: 'whUSDC',
|
389
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
390
|
+
websiteUrl: null,
|
391
|
+
category: 'Bridged',
|
392
|
+
isInPanoraTokenList: true,
|
393
|
+
isBanned: false,
|
394
|
+
panoraOrderIndex: 90,
|
395
|
+
coinGeckoId: 'usd-coin',
|
396
|
+
coinMarketCapId: 3408
|
397
|
+
},
|
398
|
+
{
|
399
|
+
chainId: 1,
|
400
|
+
tokenAddress: '0x73eb84966be67e4697fc5ae75173ca6c35089e802650f75422ab49a8729704ec::coin::DooDoo',
|
401
|
+
faAddress: '0xb27b0c6b60772f0fc804ec1cd3339f552badf9bd1e125a7dd700d8eb11248ef1',
|
402
|
+
name: 'DooDoo',
|
403
|
+
symbol: 'DooDoo',
|
404
|
+
decimals: 8,
|
405
|
+
bridge: null,
|
406
|
+
panoraSymbol: 'DooDoo',
|
407
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DOODOO.png',
|
408
|
+
websiteUrl: 'https://doodoo.io',
|
409
|
+
category: 'Meme',
|
410
|
+
isInPanoraTokenList: true,
|
411
|
+
isBanned: false,
|
412
|
+
panoraOrderIndex: 95,
|
413
|
+
coinGeckoId: 'doodoo',
|
414
|
+
coinMarketCapId: 28881
|
415
|
+
},
|
416
|
+
{
|
417
|
+
chainId: 1,
|
418
|
+
tokenAddress: '0x4fbed3f8a3fd8a11081c8b6392152a8b0cb14d70d0414586f0c9b858fcd2d6a7::UPTOS::UPTOS',
|
419
|
+
faAddress: null,
|
420
|
+
name: 'UPTOS',
|
421
|
+
symbol: 'UPTOS',
|
422
|
+
decimals: 8,
|
423
|
+
bridge: null,
|
424
|
+
panoraSymbol: 'UPTOS',
|
425
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/UPTOS.svg',
|
426
|
+
websiteUrl: 'https://uptos.xyz',
|
427
|
+
category: 'Meme',
|
428
|
+
isInPanoraTokenList: true,
|
429
|
+
isBanned: false,
|
430
|
+
panoraOrderIndex: 100,
|
431
|
+
coinGeckoId: 'uptos',
|
432
|
+
coinMarketCapId: 30366
|
433
|
+
},
|
434
|
+
{
|
435
|
+
chainId: 1,
|
436
|
+
tokenAddress: '0x63be1898a424616367e19bbd881f456a78470e123e2770b5b5dcdceb61279c54::movegpt_token::MovegptCoin',
|
437
|
+
faAddress: null,
|
438
|
+
name: 'MOVEGPT',
|
439
|
+
symbol: 'MGPT',
|
440
|
+
decimals: 8,
|
441
|
+
bridge: null,
|
442
|
+
panoraSymbol: 'MGPT',
|
443
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MGPT.jpg',
|
444
|
+
websiteUrl: 'https://movegpt.io/',
|
445
|
+
category: 'Native',
|
446
|
+
isInPanoraTokenList: true,
|
447
|
+
isBanned: false,
|
448
|
+
panoraOrderIndex: 105,
|
449
|
+
coinGeckoId: 'movegpt',
|
450
|
+
coinMarketCapId: null
|
451
|
+
},
|
452
|
+
{
|
453
|
+
chainId: 1,
|
454
|
+
tokenAddress: '0xe88ae9670071da40a9a6b1d97aab8f6f1898fdc3b8f1c1038b492dfad738448b::coin::Donk',
|
455
|
+
faAddress: null,
|
456
|
+
name: 'Donk',
|
457
|
+
symbol: 'DONK',
|
458
|
+
decimals: 8,
|
459
|
+
bridge: null,
|
460
|
+
panoraSymbol: 'DONK',
|
461
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DONK.png',
|
462
|
+
websiteUrl: 'https://donkmove.com/',
|
463
|
+
category: 'Meme',
|
464
|
+
isInPanoraTokenList: true,
|
465
|
+
isBanned: false,
|
466
|
+
panoraOrderIndex: 110,
|
467
|
+
coinGeckoId: null,
|
468
|
+
coinMarketCapId: null
|
469
|
+
},
|
470
|
+
{
|
471
|
+
chainId: 1,
|
472
|
+
tokenAddress: '0x5e975e7f36f2658d4cf146142899c659464a3e0d90f0f4d5f8b2447173c06ef6::EDOG::EDOG',
|
473
|
+
faAddress: null,
|
474
|
+
name: 'EDOG',
|
475
|
+
symbol: 'EDOG',
|
476
|
+
decimals: 6,
|
477
|
+
bridge: null,
|
478
|
+
panoraSymbol: 'EDOG',
|
479
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/EDOG.jpg',
|
480
|
+
websiteUrl: null,
|
481
|
+
category: 'Meme',
|
482
|
+
isInPanoraTokenList: true,
|
483
|
+
isBanned: false,
|
484
|
+
panoraOrderIndex: 112,
|
485
|
+
coinGeckoId: null,
|
486
|
+
coinMarketCapId: null
|
487
|
+
},
|
488
|
+
{
|
489
|
+
chainId: 1,
|
490
|
+
tokenAddress: '0x2d4de7378c573dadc2e589892d709ee24f3c26f23b57804f384f4803da2e6f0a::ZIPO::ZIPO',
|
491
|
+
faAddress: null,
|
492
|
+
name: 'ZIPPO THE OG MASCOT',
|
493
|
+
symbol: 'ZIPO',
|
494
|
+
decimals: 6,
|
495
|
+
bridge: null,
|
496
|
+
panoraSymbol: 'ZIPO',
|
497
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ZIPO.png',
|
498
|
+
websiteUrl: null,
|
499
|
+
category: 'Meme',
|
500
|
+
isInPanoraTokenList: false,
|
501
|
+
isBanned: false,
|
502
|
+
panoraOrderIndex: 114,
|
503
|
+
coinGeckoId: null,
|
504
|
+
coinMarketCapId: null
|
505
|
+
},
|
506
|
+
{
|
507
|
+
chainId: 1,
|
508
|
+
tokenAddress: '0xdcfa079344261bfde45e7f6281df091743b8d3098bf9e26e1c0212fc5b070621::zaaptos_token::ZaaptosCoin',
|
509
|
+
faAddress: null,
|
510
|
+
name: 'Zaaptos Coin',
|
511
|
+
symbol: 'ZAAP',
|
512
|
+
decimals: 8,
|
513
|
+
bridge: null,
|
514
|
+
panoraSymbol: 'ZAAP',
|
515
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ZAAP.png',
|
516
|
+
websiteUrl: null,
|
517
|
+
category: 'Meme',
|
518
|
+
isInPanoraTokenList: true,
|
519
|
+
isBanned: false,
|
520
|
+
panoraOrderIndex: 115,
|
521
|
+
coinGeckoId: null,
|
522
|
+
coinMarketCapId: null
|
523
|
+
},
|
524
|
+
{
|
525
|
+
chainId: 1,
|
526
|
+
tokenAddress: '0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT',
|
527
|
+
faAddress: null,
|
528
|
+
name: 'PancakeSwap Token',
|
529
|
+
symbol: 'CAKE',
|
530
|
+
decimals: 8,
|
531
|
+
bridge: null,
|
532
|
+
panoraSymbol: 'CAKE',
|
533
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/Pancake.png',
|
534
|
+
websiteUrl: 'https://pancakeswap.finance',
|
535
|
+
category: 'Native',
|
536
|
+
isInPanoraTokenList: true,
|
537
|
+
isBanned: false,
|
538
|
+
panoraOrderIndex: 120,
|
539
|
+
coinGeckoId: 'pancakeswap-token',
|
540
|
+
coinMarketCapId: 7186
|
541
|
+
},
|
542
|
+
{
|
543
|
+
chainId: 1,
|
544
|
+
tokenAddress: null,
|
545
|
+
faAddress: '0xaef6a8c3182e076db72d64324617114cacf9a52f28325edc10b483f7f05da0e7',
|
546
|
+
name: 'TruAPT coin',
|
547
|
+
symbol: 'TruAPT',
|
548
|
+
decimals: 8,
|
549
|
+
bridge: null,
|
550
|
+
panoraSymbol: 'TruAPT',
|
551
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/TruAPT.png',
|
552
|
+
websiteUrl: 'https://www.trufin.io',
|
553
|
+
category: 'Native',
|
554
|
+
isInPanoraTokenList: true,
|
555
|
+
isBanned: false,
|
556
|
+
panoraOrderIndex: 125,
|
557
|
+
coinGeckoId: 'trufin-staked-apt',
|
558
|
+
coinMarketCapId: null
|
559
|
+
},
|
560
|
+
{
|
561
|
+
chainId: 1,
|
562
|
+
tokenAddress: '0x27fafcc4e39daac97556af8a803dbb52bcb03f0821898dc845ac54225b9793eb::move_coin::MoveCoin',
|
563
|
+
faAddress: null,
|
564
|
+
name: 'BlueMove',
|
565
|
+
symbol: 'MOVE',
|
566
|
+
decimals: 8,
|
567
|
+
bridge: null,
|
568
|
+
panoraSymbol: 'MOVE',
|
569
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOVE.svg',
|
570
|
+
websiteUrl: 'https://bluemove.net',
|
571
|
+
category: 'Native',
|
572
|
+
isInPanoraTokenList: true,
|
573
|
+
isBanned: false,
|
574
|
+
panoraOrderIndex: 130,
|
575
|
+
coinGeckoId: 'bluemove',
|
576
|
+
coinMarketCapId: 23359
|
577
|
+
},
|
578
|
+
{
|
579
|
+
chainId: 1,
|
580
|
+
tokenAddress: '0xe234f0e7c05165cc48f5407c3eb542709a8284fb6b9d66068413a2e13ef423bd::MOVEPUMP::MOVEPUMP',
|
581
|
+
faAddress: null,
|
582
|
+
name: 'MovePump',
|
583
|
+
symbol: 'MOVEPUMP',
|
584
|
+
decimals: 6,
|
585
|
+
bridge: null,
|
586
|
+
panoraSymbol: 'MOVEPUMP',
|
587
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOVEPUMP.webp',
|
588
|
+
websiteUrl: null,
|
589
|
+
category: 'Meme',
|
590
|
+
isInPanoraTokenList: true,
|
591
|
+
isBanned: false,
|
592
|
+
panoraOrderIndex: 133,
|
593
|
+
coinGeckoId: null,
|
594
|
+
coinMarketCapId: null
|
595
|
+
},
|
596
|
+
{
|
597
|
+
chainId: 1,
|
598
|
+
tokenAddress: '0xada35ada7e43e2ee1c39633ffccec38b76ce702b4efc2e60b50f63fbe4f710d8::apetos_token::ApetosCoin',
|
599
|
+
faAddress: '0xfad230e7d9df2baf83a68b6f50217ed3c06da593e766970a885965b43b894a04',
|
600
|
+
name: 'APETOS',
|
601
|
+
symbol: 'APE',
|
602
|
+
decimals: 8,
|
603
|
+
bridge: null,
|
604
|
+
panoraSymbol: 'APE',
|
605
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APE.png',
|
606
|
+
websiteUrl: 'https://apetos.xyz/',
|
607
|
+
category: 'Meme',
|
608
|
+
isInPanoraTokenList: true,
|
609
|
+
isBanned: false,
|
610
|
+
panoraOrderIndex: 135,
|
611
|
+
coinGeckoId: null,
|
612
|
+
coinMarketCapId: null
|
613
|
+
},
|
614
|
+
{
|
615
|
+
chainId: 1,
|
616
|
+
tokenAddress: '0xd6a49762f6e4f7401ee79be6f5d4111e70db1408966ba1aa204e6e10c9d437ca::bubbles::BubblesCoin',
|
617
|
+
faAddress: null,
|
618
|
+
name: 'BUBBLES',
|
619
|
+
symbol: 'BUBBLES',
|
620
|
+
decimals: 8,
|
621
|
+
bridge: null,
|
622
|
+
panoraSymbol: 'BUBBLES',
|
623
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BUBBLES.jpg',
|
624
|
+
websiteUrl: null,
|
625
|
+
category: 'Meme',
|
626
|
+
isInPanoraTokenList: true,
|
627
|
+
isBanned: false,
|
628
|
+
panoraOrderIndex: 140,
|
629
|
+
coinGeckoId: null,
|
630
|
+
coinMarketCapId: null
|
631
|
+
},
|
632
|
+
{
|
633
|
+
chainId: 1,
|
634
|
+
tokenAddress: '0x198e4a77b72cbcac7465e774e99d2ba552053ca57b0759ea3c008433742b4e4f::PEPE::Pepe',
|
635
|
+
faAddress: null,
|
636
|
+
name: 'Pepe',
|
637
|
+
symbol: 'PEPE',
|
638
|
+
decimals: 6,
|
639
|
+
bridge: null,
|
640
|
+
panoraSymbol: 'PEPE',
|
641
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/PEPE.png',
|
642
|
+
websiteUrl: 'https://pepe.as',
|
643
|
+
category: 'Meme',
|
644
|
+
isInPanoraTokenList: true,
|
645
|
+
isBanned: false,
|
646
|
+
panoraOrderIndex: 145,
|
647
|
+
coinGeckoId: null,
|
648
|
+
coinMarketCapId: null
|
649
|
+
},
|
650
|
+
{
|
651
|
+
chainId: 1,
|
652
|
+
tokenAddress: '0xc26a8eda1c3ab69a157815183ddda88c89d6758ee491dd1647a70af2907ce074::coin::Chewy',
|
653
|
+
faAddress: null,
|
654
|
+
name: 'Chewy',
|
655
|
+
symbol: 'CHEWY',
|
656
|
+
decimals: 0,
|
657
|
+
bridge: null,
|
658
|
+
panoraSymbol: 'CHEWY',
|
659
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CHEWY.png',
|
660
|
+
websiteUrl: 'https://chewytoken.com',
|
661
|
+
category: 'Meme',
|
662
|
+
isInPanoraTokenList: true,
|
663
|
+
isBanned: false,
|
664
|
+
panoraOrderIndex: 150,
|
665
|
+
coinGeckoId: null,
|
666
|
+
coinMarketCapId: 30840
|
667
|
+
},
|
668
|
+
{
|
669
|
+
chainId: 1,
|
670
|
+
tokenAddress: '0x4c71c33b9ec2f263a7f25779bd9a2531165d4da9a963e042a20f288688094a66::APTO_THE_MASCOT::APTO_THE_MASCOT',
|
671
|
+
faAddress: null,
|
672
|
+
name: 'Apto The Mascot',
|
673
|
+
symbol: 'APTO',
|
674
|
+
decimals: 8,
|
675
|
+
bridge: null,
|
676
|
+
panoraSymbol: 'APTO',
|
677
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APTO.png',
|
678
|
+
websiteUrl: 'https://aptothemascot.com/',
|
679
|
+
category: 'Meme',
|
680
|
+
isInPanoraTokenList: true,
|
681
|
+
isBanned: false,
|
682
|
+
panoraOrderIndex: 155,
|
683
|
+
coinGeckoId: null,
|
684
|
+
coinMarketCapId: null
|
685
|
+
},
|
686
|
+
{
|
687
|
+
chainId: 1,
|
688
|
+
tokenAddress: '0xf891d2e004973430cc2bbbee69f3d0f4adb9c7ae03137b4579f7bb9979283ee6::APTOS_FOMO::APTOS_FOMO',
|
689
|
+
faAddress: null,
|
690
|
+
name: 'APTOS FOMO',
|
691
|
+
symbol: 'FOMO',
|
692
|
+
decimals: 6,
|
693
|
+
bridge: null,
|
694
|
+
panoraSymbol: 'FOMO',
|
695
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/FOMO.png',
|
696
|
+
websiteUrl: null,
|
697
|
+
category: 'Meme',
|
698
|
+
isInPanoraTokenList: true,
|
699
|
+
isBanned: false,
|
700
|
+
panoraOrderIndex: 160,
|
701
|
+
coinGeckoId: null,
|
702
|
+
coinMarketCapId: null
|
703
|
+
},
|
704
|
+
{
|
705
|
+
chainId: 1,
|
706
|
+
tokenAddress: '0x7b7bab2131de3e4f318b4abaa952f7c817b2c3df16c951caca809ac9ca9b650e::APARTMENT::APARTMENT',
|
707
|
+
faAddress: null,
|
708
|
+
name: 'APARTMENT',
|
709
|
+
symbol: 'APARTMENT',
|
710
|
+
decimals: 8,
|
711
|
+
bridge: null,
|
712
|
+
panoraSymbol: 'APARTMENT',
|
713
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APARTMENT.png',
|
714
|
+
websiteUrl: 'https://aptosapartments.rent',
|
715
|
+
category: 'Meme',
|
716
|
+
isInPanoraTokenList: true,
|
717
|
+
isBanned: false,
|
718
|
+
panoraOrderIndex: 165,
|
719
|
+
coinGeckoId: null,
|
720
|
+
coinMarketCapId: null
|
721
|
+
},
|
722
|
+
{
|
723
|
+
chainId: 1,
|
724
|
+
tokenAddress: '0xdf3d5eb83df80dfde8ceb1edaa24d8dbc46da6a89ae134a858338e1b86a29e38::coin::Returd',
|
725
|
+
faAddress: null,
|
726
|
+
name: 'Returd',
|
727
|
+
symbol: 'RETuRD',
|
728
|
+
decimals: 8,
|
729
|
+
bridge: null,
|
730
|
+
panoraSymbol: 'RETuRD',
|
731
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/RETURD.png',
|
732
|
+
websiteUrl: null,
|
733
|
+
category: 'Meme',
|
734
|
+
isInPanoraTokenList: false,
|
735
|
+
isBanned: false,
|
736
|
+
panoraOrderIndex: 170,
|
737
|
+
coinGeckoId: null,
|
738
|
+
coinMarketCapId: null
|
739
|
+
},
|
740
|
+
{
|
741
|
+
chainId: 1,
|
742
|
+
tokenAddress: null,
|
743
|
+
faAddress: '0xe9c6ae7a056ba49901fcc19ab3fcff0938f882cfd7f2cc5a72eea362d29f5b8f',
|
744
|
+
name: 'BAPTMAN',
|
745
|
+
symbol: 'BAPTMAN',
|
746
|
+
decimals: 9,
|
747
|
+
bridge: null,
|
748
|
+
panoraSymbol: 'BAPTMAN',
|
749
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BAPTMAN.jpg',
|
750
|
+
websiteUrl: null,
|
751
|
+
category: 'Meme',
|
752
|
+
isInPanoraTokenList: true,
|
753
|
+
isBanned: false,
|
754
|
+
panoraOrderIndex: 173,
|
755
|
+
coinGeckoId: null,
|
756
|
+
coinMarketCapId: null
|
757
|
+
},
|
758
|
+
{
|
759
|
+
chainId: 1,
|
760
|
+
tokenAddress: '0x13341e81b2c5960623f31cfee0b1ef674cbf23ca302852159b542adc6afe0f37::TEH_DORK_KNITE::TEH_DORK_KNITE',
|
761
|
+
faAddress: null,
|
762
|
+
name: 'Teh Dork Knite',
|
763
|
+
symbol: 'BAPTMAN',
|
764
|
+
decimals: 8,
|
765
|
+
bridge: null,
|
766
|
+
panoraSymbol: 'BAPTMAN',
|
767
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BAPTMAN.jpg',
|
768
|
+
websiteUrl: 'https://baptmantoken.com',
|
769
|
+
category: 'Meme',
|
770
|
+
isInPanoraTokenList: false,
|
771
|
+
isBanned: false,
|
772
|
+
panoraOrderIndex: 175,
|
773
|
+
coinGeckoId: null,
|
774
|
+
coinMarketCapId: null
|
775
|
+
},
|
776
|
+
{
|
777
|
+
chainId: 1,
|
778
|
+
tokenAddress: '0xd2c9cfe8dd64ebdf9b39e1525997cef33bd178161c59410097d3f3e0704a5df3::ROO::ROO',
|
779
|
+
faAddress: null,
|
780
|
+
name: 'ROO',
|
781
|
+
symbol: 'ROO',
|
782
|
+
decimals: 8,
|
783
|
+
bridge: null,
|
784
|
+
panoraSymbol: 'ROO',
|
785
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ROO.jpg',
|
786
|
+
websiteUrl: 'https://aptosroo.io',
|
787
|
+
category: 'Meme',
|
788
|
+
isInPanoraTokenList: true,
|
789
|
+
isBanned: false,
|
790
|
+
panoraOrderIndex: 180,
|
791
|
+
coinGeckoId: null,
|
792
|
+
coinMarketCapId: null
|
793
|
+
},
|
794
|
+
{
|
795
|
+
chainId: 1,
|
796
|
+
tokenAddress: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WBTC',
|
797
|
+
faAddress: null,
|
798
|
+
name: 'Wrapped BTC',
|
799
|
+
symbol: 'WBTC',
|
800
|
+
decimals: 6,
|
801
|
+
bridge: 'LayerZero',
|
802
|
+
panoraSymbol: 'lzWBTC',
|
803
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BTC.webp',
|
804
|
+
websiteUrl: null,
|
805
|
+
category: 'Bridged',
|
806
|
+
isInPanoraTokenList: true,
|
807
|
+
isBanned: false,
|
808
|
+
panoraOrderIndex: 185,
|
809
|
+
coinGeckoId: 'bitcoin',
|
810
|
+
coinMarketCapId: 1
|
811
|
+
},
|
812
|
+
{
|
813
|
+
chainId: 1,
|
814
|
+
tokenAddress: '0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T',
|
815
|
+
faAddress: null,
|
816
|
+
name: 'Tether USD',
|
817
|
+
symbol: 'USDT',
|
818
|
+
decimals: 6,
|
819
|
+
bridge: 'Wormhole',
|
820
|
+
panoraSymbol: 'whUSDT',
|
821
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDT_BRIDGED.svg',
|
822
|
+
websiteUrl: null,
|
823
|
+
category: 'Bridged',
|
824
|
+
isInPanoraTokenList: true,
|
825
|
+
isBanned: false,
|
826
|
+
panoraOrderIndex: 190,
|
827
|
+
coinGeckoId: null,
|
828
|
+
coinMarketCapId: null
|
829
|
+
},
|
830
|
+
{
|
831
|
+
chainId: 1,
|
832
|
+
tokenAddress: '0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T',
|
833
|
+
faAddress: null,
|
834
|
+
name: 'Wrapped BTC',
|
835
|
+
symbol: 'WBTC',
|
836
|
+
decimals: 8,
|
837
|
+
bridge: 'Wormhole',
|
838
|
+
panoraSymbol: 'whWBTC',
|
839
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BTC.webp',
|
840
|
+
websiteUrl: null,
|
841
|
+
category: 'Bridged',
|
842
|
+
isInPanoraTokenList: true,
|
843
|
+
isBanned: false,
|
844
|
+
panoraOrderIndex: 195,
|
845
|
+
coinGeckoId: 'bitcoin',
|
846
|
+
coinMarketCapId: 1
|
847
|
+
},
|
848
|
+
{
|
849
|
+
chainId: 1,
|
850
|
+
tokenAddress: '0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T',
|
851
|
+
faAddress: null,
|
852
|
+
name: 'Wrapped Ether',
|
853
|
+
symbol: 'WETH',
|
854
|
+
decimals: 8,
|
855
|
+
bridge: 'Wormhole',
|
856
|
+
panoraSymbol: 'whWETH',
|
857
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WETH.svg',
|
858
|
+
websiteUrl: null,
|
859
|
+
category: 'Bridged',
|
860
|
+
isInPanoraTokenList: true,
|
861
|
+
isBanned: false,
|
862
|
+
panoraOrderIndex: 200,
|
863
|
+
coinGeckoId: 'ethereum',
|
864
|
+
coinMarketCapId: 1027
|
865
|
+
},
|
866
|
+
{
|
867
|
+
chainId: 1,
|
868
|
+
tokenAddress: '0xbe3c4b493632b4d776d56e19d91dcfb34f591f759f6b57f8632d455360da503c::dumdum_coin::DumdumCoin',
|
869
|
+
faAddress: null,
|
870
|
+
name: 'Dumdum',
|
871
|
+
symbol: 'DUMDUM',
|
872
|
+
decimals: 8,
|
873
|
+
bridge: null,
|
874
|
+
panoraSymbol: 'DUMDUM',
|
875
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DUMDUM.png',
|
876
|
+
websiteUrl: 'https://dumdum.cc/',
|
877
|
+
category: 'Meme',
|
878
|
+
isInPanoraTokenList: false,
|
879
|
+
isBanned: false,
|
880
|
+
panoraOrderIndex: 205,
|
881
|
+
coinGeckoId: null,
|
882
|
+
coinMarketCapId: null
|
883
|
+
},
|
884
|
+
{
|
885
|
+
chainId: 1,
|
886
|
+
tokenAddress: '0x665d06fcd9c94430099f82973f2a5e5f13142e42fa172e72ce14f51a64bd8ad9::coin_mbx::MBX',
|
887
|
+
faAddress: null,
|
888
|
+
name: 'MARBLEX',
|
889
|
+
symbol: 'MBX',
|
890
|
+
decimals: 8,
|
891
|
+
bridge: null,
|
892
|
+
panoraSymbol: 'MBX',
|
893
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MBX.png',
|
894
|
+
websiteUrl: 'https://marblex.io',
|
895
|
+
category: 'Native',
|
896
|
+
isInPanoraTokenList: false,
|
897
|
+
isBanned: false,
|
898
|
+
panoraOrderIndex: 210,
|
899
|
+
coinGeckoId: 'marblex',
|
900
|
+
coinMarketCapId: 18895
|
901
|
+
},
|
902
|
+
{
|
903
|
+
chainId: 1,
|
904
|
+
tokenAddress: '0x389dbbc6884a1d5b1ab4e1df2913a8c1b01251e50aed377554372b2842c5e3ef::chad_coin::ChadCoin',
|
905
|
+
faAddress: null,
|
906
|
+
name: 'CHAD',
|
907
|
+
symbol: 'CHAD',
|
908
|
+
decimals: 6,
|
909
|
+
bridge: null,
|
910
|
+
panoraSymbol: 'CHAD',
|
911
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CHAD.png',
|
912
|
+
websiteUrl: null,
|
913
|
+
category: 'Meme',
|
914
|
+
isInPanoraTokenList: false,
|
915
|
+
isBanned: false,
|
916
|
+
panoraOrderIndex: 215,
|
917
|
+
coinGeckoId: null,
|
918
|
+
coinMarketCapId: null
|
919
|
+
},
|
920
|
+
{
|
921
|
+
chainId: 1,
|
922
|
+
tokenAddress: '0x1fc2f33ab6b624e3e632ba861b755fd8e61d2c2e6cf8292e415880b4c198224d::apt20::APTS',
|
923
|
+
faAddress: null,
|
924
|
+
name: 'APTS',
|
925
|
+
symbol: 'APTS',
|
926
|
+
decimals: 8,
|
927
|
+
bridge: null,
|
928
|
+
panoraSymbol: 'APTS',
|
929
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APTS.png',
|
930
|
+
websiteUrl: null,
|
931
|
+
category: 'Meme',
|
932
|
+
isInPanoraTokenList: false,
|
933
|
+
isBanned: false,
|
934
|
+
panoraOrderIndex: 220,
|
935
|
+
coinGeckoId: null,
|
936
|
+
coinMarketCapId: null
|
937
|
+
},
|
938
|
+
{
|
939
|
+
chainId: 1,
|
940
|
+
tokenAddress: '0x4ed27736e724e403f9b4645ffef0ae86fd149503f45b37c428ffabd7e46e5b05::core::RenegadeCoin',
|
941
|
+
faAddress: null,
|
942
|
+
name: 'RENA',
|
943
|
+
symbol: 'RENA',
|
944
|
+
decimals: 8,
|
945
|
+
bridge: null,
|
946
|
+
panoraSymbol: 'RENA',
|
947
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/RENA.png',
|
948
|
+
websiteUrl: 'https://www.renegades.build',
|
949
|
+
category: 'Native',
|
950
|
+
isInPanoraTokenList: false,
|
951
|
+
isBanned: false,
|
952
|
+
panoraOrderIndex: 225,
|
953
|
+
coinGeckoId: null,
|
954
|
+
coinMarketCapId: null
|
955
|
+
},
|
956
|
+
{
|
957
|
+
chainId: 1,
|
958
|
+
tokenAddress: '0x7de3fea83cd5ca0e1def27c3f3803af619882db51f34abf30dd04ad12ee6af31::tapos::Heart',
|
959
|
+
faAddress: null,
|
960
|
+
name: 'Heart',
|
961
|
+
symbol: 'HEART',
|
962
|
+
decimals: 8,
|
963
|
+
bridge: null,
|
964
|
+
panoraSymbol: 'HEART',
|
965
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/HEART.png',
|
966
|
+
websiteUrl: 'https://tapos.xyz',
|
967
|
+
category: 'Native',
|
968
|
+
isInPanoraTokenList: false,
|
969
|
+
isBanned: false,
|
970
|
+
panoraOrderIndex: 230,
|
971
|
+
coinGeckoId: null,
|
972
|
+
coinMarketCapId: null
|
973
|
+
},
|
974
|
+
{
|
975
|
+
chainId: 1,
|
976
|
+
tokenAddress: '0x84edd115c901709ef28f3cb66a82264ba91bfd24789500b6fd34ab9e8888e272::coin::DLC',
|
977
|
+
faAddress: null,
|
978
|
+
name: 'Doglaika Coin',
|
979
|
+
symbol: 'DLC',
|
980
|
+
decimals: 8,
|
981
|
+
bridge: null,
|
982
|
+
panoraSymbol: 'DLC',
|
983
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DLC.png',
|
984
|
+
websiteUrl: null,
|
985
|
+
category: 'Meme',
|
986
|
+
isInPanoraTokenList: false,
|
987
|
+
isBanned: false,
|
988
|
+
panoraOrderIndex: 235,
|
989
|
+
coinGeckoId: 'doglaikacoin',
|
990
|
+
coinMarketCapId: 23200
|
991
|
+
},
|
992
|
+
{
|
993
|
+
chainId: 1,
|
994
|
+
tokenAddress: '0x4d981c48d254c4cea6110090ad1c2890d5ea35d49cbed28e76c0d3bb90ddf873::crab_coin::CrabCoin',
|
995
|
+
faAddress: null,
|
996
|
+
name: 'Crab Coin',
|
997
|
+
symbol: 'CRAB',
|
998
|
+
decimals: 8,
|
999
|
+
bridge: null,
|
1000
|
+
panoraSymbol: 'CRAB',
|
1001
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CRAB.svg',
|
1002
|
+
websiteUrl: 'https://www.aptosshaker.xyz',
|
1003
|
+
category: 'Native',
|
1004
|
+
isInPanoraTokenList: false,
|
1005
|
+
isBanned: false,
|
1006
|
+
panoraOrderIndex: 240,
|
1007
|
+
coinGeckoId: null,
|
1008
|
+
coinMarketCapId: null
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
chainId: 1,
|
1012
|
+
tokenAddress: '0xc82974034820c34f065f948f1bee473d481bf99fde2d23e981043e5038cb36be::WOOF::Woof',
|
1013
|
+
faAddress: null,
|
1014
|
+
name: 'Woof',
|
1015
|
+
symbol: 'Woof',
|
1016
|
+
decimals: 6,
|
1017
|
+
bridge: null,
|
1018
|
+
panoraSymbol: 'Woof',
|
1019
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WOOF.png',
|
1020
|
+
websiteUrl: null,
|
1021
|
+
category: 'Meme',
|
1022
|
+
isInPanoraTokenList: false,
|
1023
|
+
isBanned: false,
|
1024
|
+
panoraOrderIndex: 245,
|
1025
|
+
coinGeckoId: null,
|
1026
|
+
coinMarketCapId: null
|
1027
|
+
},
|
1028
|
+
{
|
1029
|
+
chainId: 1,
|
1030
|
+
tokenAddress: '0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge',
|
1031
|
+
faAddress: '0xf7833d21f83a19548c81e8fd17d8bde4a6e8cc3fbb1ffb97973e06e261c75dee',
|
1032
|
+
name: 'Aptoge',
|
1033
|
+
symbol: 'APTOGE',
|
1034
|
+
decimals: 6,
|
1035
|
+
bridge: null,
|
1036
|
+
panoraSymbol: 'APTOGE',
|
1037
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APTOGE.png',
|
1038
|
+
websiteUrl: 'https://aptoge.com',
|
1039
|
+
category: 'Meme',
|
1040
|
+
isInPanoraTokenList: false,
|
1041
|
+
isBanned: false,
|
1042
|
+
panoraOrderIndex: 250,
|
1043
|
+
coinGeckoId: null,
|
1044
|
+
coinMarketCapId: 22383
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
chainId: 1,
|
1048
|
+
tokenAddress: '0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::AptSwap::AptSwapGovernance',
|
1049
|
+
faAddress: null,
|
1050
|
+
name: 'AptSwap Governance Token',
|
1051
|
+
symbol: 'APTSWAP',
|
1052
|
+
decimals: 8,
|
1053
|
+
bridge: null,
|
1054
|
+
panoraSymbol: 'APTSWAP',
|
1055
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/AptSwap.png',
|
1056
|
+
websiteUrl: 'http://aptswap.io',
|
1057
|
+
category: 'Native',
|
1058
|
+
isInPanoraTokenList: false,
|
1059
|
+
isBanned: false,
|
1060
|
+
panoraOrderIndex: 255,
|
1061
|
+
coinGeckoId: null,
|
1062
|
+
coinMarketCapId: null
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
chainId: 1,
|
1066
|
+
tokenAddress: '0xe50684a338db732d8fb8a3ac71c4b8633878bd0193bca5de2ebc852a83b35099::propbase_coin::PROPS',
|
1067
|
+
faAddress: null,
|
1068
|
+
name: 'Propbase',
|
1069
|
+
symbol: 'PROPS',
|
1070
|
+
decimals: 8,
|
1071
|
+
bridge: null,
|
1072
|
+
panoraSymbol: 'PROPS',
|
1073
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/PROPS.png',
|
1074
|
+
websiteUrl: 'https://www.propbase.app',
|
1075
|
+
category: 'Native',
|
1076
|
+
isInPanoraTokenList: true,
|
1077
|
+
isBanned: false,
|
1078
|
+
panoraOrderIndex: 260,
|
1079
|
+
coinGeckoId: 'propbase',
|
1080
|
+
coinMarketCapId: 28385
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
chainId: 1,
|
1084
|
+
tokenAddress: '0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO',
|
1085
|
+
faAddress: null,
|
1086
|
+
name: 'Mojito',
|
1087
|
+
symbol: 'MOJO',
|
1088
|
+
decimals: 8,
|
1089
|
+
bridge: null,
|
1090
|
+
panoraSymbol: 'MOJO',
|
1091
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOJO.svg',
|
1092
|
+
websiteUrl: 'https://dex.mojito.markets',
|
1093
|
+
category: 'Native',
|
1094
|
+
isInPanoraTokenList: false,
|
1095
|
+
isBanned: false,
|
1096
|
+
panoraOrderIndex: 265,
|
1097
|
+
coinGeckoId: 'mojito',
|
1098
|
+
coinMarketCapId: 22399
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
chainId: 1,
|
1102
|
+
tokenAddress: '0xd0b4efb4be7c3508d9a26a9b5405cf9f860d0b9e5fe2f498b90e68b8d2cedd3e::aptos_launch_token::AptosLaunchToken',
|
1103
|
+
faAddress: '0xd1bec63fa44dc3f3f5742c3f3a4afc3baed00505efbe955dfe6e5f9d306c67a5',
|
1104
|
+
name: 'AptosLaunch Token',
|
1105
|
+
symbol: 'ALT',
|
1106
|
+
decimals: 8,
|
1107
|
+
bridge: null,
|
1108
|
+
panoraSymbol: 'ALT',
|
1109
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ALT.png',
|
1110
|
+
websiteUrl: 'https://aptoslaunch.io',
|
1111
|
+
category: 'Native',
|
1112
|
+
isInPanoraTokenList: false,
|
1113
|
+
isBanned: false,
|
1114
|
+
panoraOrderIndex: 270,
|
1115
|
+
coinGeckoId: 'aptos-launch-token',
|
1116
|
+
coinMarketCapId: 22065
|
1117
|
+
},
|
1118
|
+
{
|
1119
|
+
chainId: 1,
|
1120
|
+
tokenAddress: '0x7c0322595a73b3fc53bb166f5783470afeb1ed9f46d1176db62139991505dc61::abel_coin::AbelCoin',
|
1121
|
+
faAddress: null,
|
1122
|
+
name: 'Abel Coin',
|
1123
|
+
symbol: 'ABEL',
|
1124
|
+
decimals: 8,
|
1125
|
+
bridge: null,
|
1126
|
+
panoraSymbol: 'ABEL',
|
1127
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ABEL.svg',
|
1128
|
+
websiteUrl: 'https://abelfinance.xyz',
|
1129
|
+
category: 'Native',
|
1130
|
+
isInPanoraTokenList: false,
|
1131
|
+
isBanned: false,
|
1132
|
+
panoraOrderIndex: 275,
|
1133
|
+
coinGeckoId: 'abel-finance',
|
1134
|
+
coinMarketCapId: 22959
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
chainId: 1,
|
1138
|
+
tokenAddress: '0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5::staked_coin::StakedAptos',
|
1139
|
+
faAddress: null,
|
1140
|
+
name: 'Ditto Staked Aptos',
|
1141
|
+
symbol: 'stAPT',
|
1142
|
+
decimals: 8,
|
1143
|
+
bridge: null,
|
1144
|
+
panoraSymbol: 'dstAPT',
|
1145
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/stAptDitto.png',
|
1146
|
+
websiteUrl: 'https://www.dittofinance.io',
|
1147
|
+
category: 'Native',
|
1148
|
+
isInPanoraTokenList: false,
|
1149
|
+
isBanned: false,
|
1150
|
+
panoraOrderIndex: 280,
|
1151
|
+
coinGeckoId: 'ditto-staked-aptos',
|
1152
|
+
coinMarketCapId: 22290
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
chainId: 1,
|
1156
|
+
tokenAddress: '0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin',
|
1157
|
+
faAddress: null,
|
1158
|
+
name: 'Tortuga Staked Aptos',
|
1159
|
+
symbol: 'tAPT',
|
1160
|
+
decimals: 8,
|
1161
|
+
bridge: null,
|
1162
|
+
panoraSymbol: 'tAPT',
|
1163
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/tAptTortuga.png',
|
1164
|
+
websiteUrl: 'https://tortuga.finance',
|
1165
|
+
category: 'Native',
|
1166
|
+
isInPanoraTokenList: false,
|
1167
|
+
isBanned: false,
|
1168
|
+
panoraOrderIndex: 285,
|
1169
|
+
coinGeckoId: 'tortuga-staked-aptos',
|
1170
|
+
coinMarketCapId: 22412
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
chainId: 1,
|
1174
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin',
|
1175
|
+
faAddress: null,
|
1176
|
+
name: 'Tether USD',
|
1177
|
+
symbol: 'USDT',
|
1178
|
+
decimals: 6,
|
1179
|
+
bridge: 'Celer',
|
1180
|
+
panoraSymbol: 'ceUSDT',
|
1181
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDT_BRIDGED.svg',
|
1182
|
+
websiteUrl: null,
|
1183
|
+
category: 'Bridged',
|
1184
|
+
isInPanoraTokenList: false,
|
1185
|
+
isBanned: false,
|
1186
|
+
panoraOrderIndex: 290,
|
1187
|
+
coinGeckoId: null,
|
1188
|
+
coinMarketCapId: null
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
chainId: 1,
|
1192
|
+
tokenAddress: '0xfbab9fb68bd2103925317b6a540baa20087b1e7a7a4eb90badee04abb6b5a16f::blt::Blt',
|
1193
|
+
faAddress: null,
|
1194
|
+
name: 'Blocto Token',
|
1195
|
+
symbol: 'BLT',
|
1196
|
+
decimals: 8,
|
1197
|
+
bridge: null,
|
1198
|
+
panoraSymbol: 'BLT',
|
1199
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BLT.png',
|
1200
|
+
websiteUrl: null,
|
1201
|
+
category: 'Native',
|
1202
|
+
isInPanoraTokenList: false,
|
1203
|
+
isBanned: false,
|
1204
|
+
panoraOrderIndex: 295,
|
1205
|
+
coinGeckoId: 'blocto-token',
|
1206
|
+
coinMarketCapId: null
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
chainId: 1,
|
1210
|
+
tokenAddress: '0xe9c192ff55cffab3963c695cff6dbf9dad6aff2bb5ac19a6415cad26a81860d9::mee_coin::MeeCoin',
|
1211
|
+
faAddress: null,
|
1212
|
+
name: 'Meeiro',
|
1213
|
+
symbol: 'MEE',
|
1214
|
+
decimals: 6,
|
1215
|
+
bridge: null,
|
1216
|
+
panoraSymbol: 'MEE',
|
1217
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MEE.svg',
|
1218
|
+
websiteUrl: 'https://meeiro.xyz',
|
1219
|
+
category: 'Native',
|
1220
|
+
isInPanoraTokenList: false,
|
1221
|
+
isBanned: false,
|
1222
|
+
panoraOrderIndex: 300,
|
1223
|
+
coinGeckoId: null,
|
1224
|
+
coinMarketCapId: 22705
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
chainId: 1,
|
1228
|
+
tokenAddress: '0x52ab49a4039c3d2b0aa6e0a00aaed75dcff72a3120ba3610f62d1d0b6032345a::war_coin::WarCoin',
|
1229
|
+
faAddress: null,
|
1230
|
+
name: 'War Coin',
|
1231
|
+
symbol: 'WAR',
|
1232
|
+
decimals: 8,
|
1233
|
+
bridge: null,
|
1234
|
+
panoraSymbol: 'WAR',
|
1235
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WAR.png',
|
1236
|
+
websiteUrl: 'https://werewolfandwitch.xyz',
|
1237
|
+
category: 'Native',
|
1238
|
+
isInPanoraTokenList: false,
|
1239
|
+
isBanned: false,
|
1240
|
+
panoraOrderIndex: 305,
|
1241
|
+
coinGeckoId: 'war-coin',
|
1242
|
+
coinMarketCapId: null
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
chainId: 1,
|
1246
|
+
tokenAddress: '0x16fe2df00ea7dde4a63409201f7f4e536bde7bb7335526a35d05111e68aa322c::AnimeCoin::ANI',
|
1247
|
+
faAddress: '0x9660042a7c01d776938184278381d24c7009ca385d9a59cf9b22691f97615960',
|
1248
|
+
name: 'AnimeSwap Coin',
|
1249
|
+
symbol: 'ANI',
|
1250
|
+
decimals: 8,
|
1251
|
+
bridge: null,
|
1252
|
+
panoraSymbol: 'ANI',
|
1253
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ANI.png',
|
1254
|
+
websiteUrl: 'https://animeswap.org',
|
1255
|
+
category: 'Native',
|
1256
|
+
isInPanoraTokenList: false,
|
1257
|
+
isBanned: false,
|
1258
|
+
panoraOrderIndex: 310,
|
1259
|
+
coinGeckoId: 'animeswap',
|
1260
|
+
coinMarketCapId: 22650
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
chainId: 1,
|
1264
|
+
tokenAddress: '0xc71d94c49826b7d81d740d5bfb80b001a356198ed7b8005ae24ccedff82b299c::bridge::APTS',
|
1265
|
+
faAddress: null,
|
1266
|
+
name: 'APTS Token',
|
1267
|
+
symbol: 'APTS',
|
1268
|
+
decimals: 8,
|
1269
|
+
bridge: null,
|
1270
|
+
panoraSymbol: 'APTS-TOKEN',
|
1271
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APTS.png',
|
1272
|
+
websiteUrl: 'https://bluemove.net/collection/apts',
|
1273
|
+
category: 'Native',
|
1274
|
+
isInPanoraTokenList: false,
|
1275
|
+
isBanned: false,
|
1276
|
+
panoraOrderIndex: 315,
|
1277
|
+
coinGeckoId: null,
|
1278
|
+
coinMarketCapId: null
|
1279
|
+
},
|
1280
|
+
{
|
1281
|
+
chainId: 1,
|
1282
|
+
tokenAddress: '0x14b0ef0ec69f346bea3dfa0c5a8c3942fb05c08760059948f9f24c02cd0d4fd8::mover_token::Mover',
|
1283
|
+
faAddress: null,
|
1284
|
+
name: 'Mover',
|
1285
|
+
symbol: 'MOVER',
|
1286
|
+
decimals: 8,
|
1287
|
+
bridge: null,
|
1288
|
+
panoraSymbol: 'MOVER',
|
1289
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOVER.svg',
|
1290
|
+
websiteUrl: 'https://mov3r.xyz',
|
1291
|
+
category: 'Native',
|
1292
|
+
isInPanoraTokenList: false,
|
1293
|
+
isBanned: false,
|
1294
|
+
panoraOrderIndex: 320,
|
1295
|
+
coinGeckoId: 'mover-xyz',
|
1296
|
+
coinMarketCapId: 23767
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
chainId: 1,
|
1300
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin',
|
1301
|
+
faAddress: null,
|
1302
|
+
name: 'USD Coin',
|
1303
|
+
symbol: 'USDC',
|
1304
|
+
decimals: 6,
|
1305
|
+
bridge: 'Celer',
|
1306
|
+
panoraSymbol: 'ceUSDC',
|
1307
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1308
|
+
websiteUrl: null,
|
1309
|
+
category: 'Bridged',
|
1310
|
+
isInPanoraTokenList: false,
|
1311
|
+
isBanned: false,
|
1312
|
+
panoraOrderIndex: 325,
|
1313
|
+
coinGeckoId: 'usd-coin',
|
1314
|
+
coinMarketCapId: 3408
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
chainId: 1,
|
1318
|
+
tokenAddress: '0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA',
|
1319
|
+
faAddress: null,
|
1320
|
+
name: 'Argo USD',
|
1321
|
+
symbol: 'USDA',
|
1322
|
+
decimals: 6,
|
1323
|
+
bridge: null,
|
1324
|
+
panoraSymbol: 'USDA',
|
1325
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDA.png',
|
1326
|
+
websiteUrl: 'https://argo.fi',
|
1327
|
+
category: 'Native',
|
1328
|
+
isInPanoraTokenList: false,
|
1329
|
+
isBanned: false,
|
1330
|
+
panoraOrderIndex: 330,
|
1331
|
+
coinGeckoId: null,
|
1332
|
+
coinMarketCapId: null
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
chainId: 1,
|
1336
|
+
tokenAddress: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDD',
|
1337
|
+
faAddress: null,
|
1338
|
+
name: 'Decentralized USD',
|
1339
|
+
symbol: 'USDD',
|
1340
|
+
decimals: 6,
|
1341
|
+
bridge: null,
|
1342
|
+
panoraSymbol: 'USDD',
|
1343
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDD.png',
|
1344
|
+
websiteUrl: null,
|
1345
|
+
category: 'Native',
|
1346
|
+
isInPanoraTokenList: false,
|
1347
|
+
isBanned: false,
|
1348
|
+
panoraOrderIndex: 335,
|
1349
|
+
coinGeckoId: 'usdd',
|
1350
|
+
coinMarketCapId: null
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
chainId: 1,
|
1354
|
+
tokenAddress: '0x65957cb717d1ec5e13c003cbad0d20d8f7f95236ea0f8bb8c419e533eda73890::TOAST::TOAST',
|
1355
|
+
faAddress: null,
|
1356
|
+
name: 'Aptoast',
|
1357
|
+
symbol: 'TOAST',
|
1358
|
+
decimals: 8,
|
1359
|
+
bridge: null,
|
1360
|
+
panoraSymbol: 'TOAST',
|
1361
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/TOAST.jpg',
|
1362
|
+
websiteUrl: 'https://aptoast.com',
|
1363
|
+
category: 'Meme',
|
1364
|
+
isInPanoraTokenList: false,
|
1365
|
+
isBanned: false,
|
1366
|
+
panoraOrderIndex: 340,
|
1367
|
+
coinGeckoId: null,
|
1368
|
+
coinMarketCapId: null
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
chainId: 1,
|
1372
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin',
|
1373
|
+
faAddress: null,
|
1374
|
+
name: 'Wrapped BTC',
|
1375
|
+
symbol: 'WBTC',
|
1376
|
+
decimals: 8,
|
1377
|
+
bridge: 'Celer',
|
1378
|
+
panoraSymbol: 'ceWBTC',
|
1379
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BTC.webp',
|
1380
|
+
websiteUrl: null,
|
1381
|
+
category: 'Bridged',
|
1382
|
+
isInPanoraTokenList: false,
|
1383
|
+
isBanned: false,
|
1384
|
+
panoraOrderIndex: 345,
|
1385
|
+
coinGeckoId: 'bitcoin',
|
1386
|
+
coinMarketCapId: 1
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
chainId: 1,
|
1390
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin',
|
1391
|
+
faAddress: null,
|
1392
|
+
name: 'Wrapper Ether',
|
1393
|
+
symbol: 'WETH',
|
1394
|
+
decimals: 8,
|
1395
|
+
bridge: 'Celer',
|
1396
|
+
panoraSymbol: 'ceWETH',
|
1397
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WETH.svg',
|
1398
|
+
websiteUrl: null,
|
1399
|
+
category: 'Bridged',
|
1400
|
+
isInPanoraTokenList: false,
|
1401
|
+
isBanned: false,
|
1402
|
+
panoraOrderIndex: 350,
|
1403
|
+
coinGeckoId: 'ethereum',
|
1404
|
+
coinMarketCapId: 1027
|
1405
|
+
},
|
1406
|
+
{
|
1407
|
+
chainId: 1,
|
1408
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin',
|
1409
|
+
faAddress: null,
|
1410
|
+
name: 'Dai Stablecoin',
|
1411
|
+
symbol: 'DAI',
|
1412
|
+
decimals: 8,
|
1413
|
+
bridge: 'Celer',
|
1414
|
+
panoraSymbol: 'ceDAI',
|
1415
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DAI.svg',
|
1416
|
+
websiteUrl: null,
|
1417
|
+
category: 'Bridged',
|
1418
|
+
isInPanoraTokenList: false,
|
1419
|
+
isBanned: false,
|
1420
|
+
panoraOrderIndex: 355,
|
1421
|
+
coinGeckoId: 'dai',
|
1422
|
+
coinMarketCapId: 4943
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
chainId: 1,
|
1426
|
+
tokenAddress: '0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T',
|
1427
|
+
faAddress: null,
|
1428
|
+
name: 'Wrapped BNB',
|
1429
|
+
symbol: 'WBNB',
|
1430
|
+
decimals: 8,
|
1431
|
+
bridge: 'Wormhole',
|
1432
|
+
panoraSymbol: 'whWBNB',
|
1433
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BNB.svg',
|
1434
|
+
websiteUrl: null,
|
1435
|
+
category: 'Bridged',
|
1436
|
+
isInPanoraTokenList: false,
|
1437
|
+
isBanned: false,
|
1438
|
+
panoraOrderIndex: 360,
|
1439
|
+
coinGeckoId: 'binancecoin',
|
1440
|
+
coinMarketCapId: 1839
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
chainId: 1,
|
1444
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin',
|
1445
|
+
faAddress: null,
|
1446
|
+
name: 'Wrapped BNB',
|
1447
|
+
symbol: 'WBNB',
|
1448
|
+
decimals: 8,
|
1449
|
+
bridge: 'Celer',
|
1450
|
+
panoraSymbol: 'ceWBNB',
|
1451
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BNB.svg',
|
1452
|
+
websiteUrl: null,
|
1453
|
+
category: 'Bridged',
|
1454
|
+
isInPanoraTokenList: false,
|
1455
|
+
isBanned: false,
|
1456
|
+
panoraOrderIndex: 365,
|
1457
|
+
coinGeckoId: 'binancecoin',
|
1458
|
+
coinMarketCapId: 1839
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
chainId: 1,
|
1462
|
+
tokenAddress: '0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T',
|
1463
|
+
faAddress: null,
|
1464
|
+
name: 'Solana',
|
1465
|
+
symbol: 'SOL',
|
1466
|
+
decimals: 8,
|
1467
|
+
bridge: 'Wormhole',
|
1468
|
+
panoraSymbol: 'whSOL',
|
1469
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SOL.svg',
|
1470
|
+
websiteUrl: null,
|
1471
|
+
category: 'Bridged',
|
1472
|
+
isInPanoraTokenList: false,
|
1473
|
+
isBanned: false,
|
1474
|
+
panoraOrderIndex: 370,
|
1475
|
+
coinGeckoId: 'solana',
|
1476
|
+
coinMarketCapId: 5426
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
chainId: 1,
|
1480
|
+
tokenAddress: '0x4def3d3dee27308886f0a3611dd161ce34f977a9a5de4e80b237225923492a2a::coin::T',
|
1481
|
+
faAddress: '0xb81588af2f7d291e8e57f673ec74d4a38f0654633ad6bbeb1cfd4bb0550ae0df',
|
1482
|
+
name: 'Gari',
|
1483
|
+
symbol: 'GARI',
|
1484
|
+
decimals: 8,
|
1485
|
+
bridge: 'Wormhole',
|
1486
|
+
panoraSymbol: 'whGARI',
|
1487
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/GARI.svg',
|
1488
|
+
websiteUrl: 'https://gari.network',
|
1489
|
+
category: 'Bridged',
|
1490
|
+
isInPanoraTokenList: false,
|
1491
|
+
isBanned: false,
|
1492
|
+
panoraOrderIndex: 375,
|
1493
|
+
coinGeckoId: 'gari-network',
|
1494
|
+
coinMarketCapId: 12969
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
chainId: 1,
|
1498
|
+
tokenAddress: '0x2778b277644d375721766abfff0df2adca795f6cbae9f02ff1c95ce9adb6ee28::aptos_shiba_coin::AptosShibaCoin',
|
1499
|
+
faAddress: null,
|
1500
|
+
name: 'Aptos Shiba',
|
1501
|
+
symbol: 'APTSHIBA',
|
1502
|
+
decimals: 6,
|
1503
|
+
bridge: null,
|
1504
|
+
panoraSymbol: 'AptosShibaCoin',
|
1505
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APTSHIBA.svg',
|
1506
|
+
websiteUrl: null,
|
1507
|
+
category: 'Meme',
|
1508
|
+
isInPanoraTokenList: false,
|
1509
|
+
isBanned: false,
|
1510
|
+
panoraOrderIndex: 380,
|
1511
|
+
coinGeckoId: null,
|
1512
|
+
coinMarketCapId: null
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
chainId: 1,
|
1516
|
+
tokenAddress: '0x66302f3c648890f70ca3fafc42c919483945f3ba155101bc2e149e38a8b93afc::toss_coin::TossCoin',
|
1517
|
+
faAddress: null,
|
1518
|
+
name: 'TOSS',
|
1519
|
+
symbol: 'TOSS',
|
1520
|
+
decimals: 9,
|
1521
|
+
bridge: null,
|
1522
|
+
panoraSymbol: 'TOSS',
|
1523
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/TOSS.png',
|
1524
|
+
websiteUrl: null,
|
1525
|
+
category: 'Meme',
|
1526
|
+
isInPanoraTokenList: false,
|
1527
|
+
isBanned: false,
|
1528
|
+
panoraOrderIndex: 385,
|
1529
|
+
coinGeckoId: null,
|
1530
|
+
coinMarketCapId: null
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
chainId: 1,
|
1534
|
+
tokenAddress: '0xe1bfc010d2bdd576036f4c1f3ea7d547f19188f5b78075dd961420d843ee914c::brew_coin::BrewCoin',
|
1535
|
+
faAddress: null,
|
1536
|
+
name: 'Brewtos',
|
1537
|
+
symbol: 'BREW',
|
1538
|
+
decimals: 8,
|
1539
|
+
bridge: null,
|
1540
|
+
panoraSymbol: 'BREW',
|
1541
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BREW.png',
|
1542
|
+
websiteUrl: null,
|
1543
|
+
category: 'Meme',
|
1544
|
+
isInPanoraTokenList: false,
|
1545
|
+
isBanned: false,
|
1546
|
+
panoraOrderIndex: 390,
|
1547
|
+
coinGeckoId: null,
|
1548
|
+
coinMarketCapId: null
|
1549
|
+
},
|
1550
|
+
{
|
1551
|
+
chainId: 1,
|
1552
|
+
tokenAddress: '0x777821c78442e17d82c3d7a371f42de7189e4248e529fe6eee6bca40ddbb::apcoin::ApCoin',
|
1553
|
+
faAddress: null,
|
1554
|
+
name: 'APass Coin',
|
1555
|
+
symbol: 'APC',
|
1556
|
+
decimals: 8,
|
1557
|
+
bridge: null,
|
1558
|
+
panoraSymbol: 'APC',
|
1559
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APC.svg',
|
1560
|
+
websiteUrl: 'https://aptpp.com',
|
1561
|
+
category: 'Native',
|
1562
|
+
isInPanoraTokenList: false,
|
1563
|
+
isBanned: false,
|
1564
|
+
panoraOrderIndex: 395,
|
1565
|
+
coinGeckoId: null,
|
1566
|
+
coinMarketCapId: 23226
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
chainId: 1,
|
1570
|
+
tokenAddress: '0x9a19f4c81f7dc7b8ae6f568d562e6fb056c3894303229c91f73f34c24b0403b0::luffycoin::Luffy',
|
1571
|
+
faAddress: null,
|
1572
|
+
name: 'LUFFY',
|
1573
|
+
symbol: 'LUFFY',
|
1574
|
+
decimals: 6,
|
1575
|
+
bridge: null,
|
1576
|
+
panoraSymbol: 'LUFFY',
|
1577
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/LUFFY.webp',
|
1578
|
+
websiteUrl: null,
|
1579
|
+
category: 'Native',
|
1580
|
+
isInPanoraTokenList: false,
|
1581
|
+
isBanned: false,
|
1582
|
+
panoraOrderIndex: 400,
|
1583
|
+
coinGeckoId: null,
|
1584
|
+
coinMarketCapId: null
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
chainId: 1,
|
1588
|
+
tokenAddress: '0xcc78307c77f1c2c0fdfee17269bfca7876a0b35438c3442417480c0d5c370fbc::AptopadCoin::APD',
|
1589
|
+
faAddress: null,
|
1590
|
+
name: 'Aptopad Coin',
|
1591
|
+
symbol: 'APD',
|
1592
|
+
decimals: 8,
|
1593
|
+
bridge: null,
|
1594
|
+
panoraSymbol: 'APD',
|
1595
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APD.png',
|
1596
|
+
websiteUrl: 'https://aptopad.io',
|
1597
|
+
category: 'Native',
|
1598
|
+
isInPanoraTokenList: false,
|
1599
|
+
isBanned: false,
|
1600
|
+
panoraOrderIndex: 405,
|
1601
|
+
coinGeckoId: 'aptopad',
|
1602
|
+
coinMarketCapId: 24733
|
1603
|
+
},
|
1604
|
+
{
|
1605
|
+
chainId: 1,
|
1606
|
+
tokenAddress: '0xd0b4efb4be7c3508d9a26a9b5405cf9f860d0b9e5fe2f498b90e68b8d2cedd3e::legendary_meme::LegendaryMEME',
|
1607
|
+
faAddress: null,
|
1608
|
+
name: 'Legendary Meme',
|
1609
|
+
symbol: 'LME',
|
1610
|
+
decimals: 8,
|
1611
|
+
bridge: null,
|
1612
|
+
panoraSymbol: 'LME',
|
1613
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/LME.svg',
|
1614
|
+
websiteUrl: 'https://legendaryme.me',
|
1615
|
+
category: 'Meme',
|
1616
|
+
isInPanoraTokenList: false,
|
1617
|
+
isBanned: false,
|
1618
|
+
panoraOrderIndex: 410,
|
1619
|
+
coinGeckoId: 'legendary-meme',
|
1620
|
+
coinMarketCapId: null
|
1621
|
+
},
|
1622
|
+
{
|
1623
|
+
chainId: 1,
|
1624
|
+
tokenAddress: '0x5a1e84cdd217034d764abb91bf20aa0536c5a8c900831a37b393fe3af98c3f55::thepeoplecoin::The_People',
|
1625
|
+
faAddress: null,
|
1626
|
+
name: 'The People',
|
1627
|
+
symbol: 'People',
|
1628
|
+
decimals: 6,
|
1629
|
+
bridge: null,
|
1630
|
+
panoraSymbol: 'People',
|
1631
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/PEOPLE.png',
|
1632
|
+
websiteUrl: 'https://thepeopleapt.xyz',
|
1633
|
+
category: 'Native',
|
1634
|
+
isInPanoraTokenList: false,
|
1635
|
+
isBanned: false,
|
1636
|
+
panoraOrderIndex: 415,
|
1637
|
+
coinGeckoId: null,
|
1638
|
+
coinMarketCapId: null
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
chainId: 1,
|
1642
|
+
tokenAddress: '0xd0b4efb4be7c3508d9a26a9b5405cf9f860d0b9e5fe2f498b90e68b8d2cedd3e::move_ecosystem_fund::MoveEcosystemFund',
|
1643
|
+
faAddress: null,
|
1644
|
+
name: 'Move Ecosystem Fund',
|
1645
|
+
symbol: 'MOVE',
|
1646
|
+
decimals: 8,
|
1647
|
+
bridge: null,
|
1648
|
+
panoraSymbol: 'MOVE-MEF',
|
1649
|
+
logoUrl: null,
|
1650
|
+
websiteUrl: null,
|
1651
|
+
category: 'Native',
|
1652
|
+
isInPanoraTokenList: false,
|
1653
|
+
isBanned: false,
|
1654
|
+
panoraOrderIndex: 420,
|
1655
|
+
coinGeckoId: null,
|
1656
|
+
coinMarketCapId: null
|
1657
|
+
},
|
1658
|
+
{
|
1659
|
+
chainId: 1,
|
1660
|
+
tokenAddress: '0x3be1b0966a7f400c1ea57e6ddfe5f060282592a1f4df4d45872a7c8bc46b5ba5::zapdos::Zapdos',
|
1661
|
+
faAddress: null,
|
1662
|
+
name: 'Zapdos',
|
1663
|
+
symbol: 'ZAP',
|
1664
|
+
decimals: 1,
|
1665
|
+
bridge: null,
|
1666
|
+
panoraSymbol: 'ZAP',
|
1667
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ZAP.png',
|
1668
|
+
websiteUrl: 'https://zapdos.dev',
|
1669
|
+
category: 'Native',
|
1670
|
+
isInPanoraTokenList: false,
|
1671
|
+
isBanned: false,
|
1672
|
+
panoraOrderIndex: 425,
|
1673
|
+
coinGeckoId: null,
|
1674
|
+
coinMarketCapId: null
|
1675
|
+
},
|
1676
|
+
{
|
1677
|
+
chainId: 1,
|
1678
|
+
tokenAddress: '0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T',
|
1679
|
+
faAddress: null,
|
1680
|
+
name: 'USD Coin (Wormhole Solana)',
|
1681
|
+
symbol: 'USDCso',
|
1682
|
+
decimals: 6,
|
1683
|
+
bridge: 'Wormhole',
|
1684
|
+
panoraSymbol: 'whUSDCso',
|
1685
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1686
|
+
websiteUrl: null,
|
1687
|
+
category: 'Bridged',
|
1688
|
+
isInPanoraTokenList: false,
|
1689
|
+
isBanned: false,
|
1690
|
+
panoraOrderIndex: 430,
|
1691
|
+
coinGeckoId: 'usd-coin',
|
1692
|
+
coinMarketCapId: 3408
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
chainId: 1,
|
1696
|
+
tokenAddress: '0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T',
|
1697
|
+
faAddress: null,
|
1698
|
+
name: 'USD Coin (Wormhole BSC)',
|
1699
|
+
symbol: 'USDCbs',
|
1700
|
+
decimals: 8,
|
1701
|
+
bridge: 'Wormhole',
|
1702
|
+
panoraSymbol: 'whUSDCbs',
|
1703
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1704
|
+
websiteUrl: null,
|
1705
|
+
category: 'Bridged',
|
1706
|
+
isInPanoraTokenList: false,
|
1707
|
+
isBanned: false,
|
1708
|
+
panoraOrderIndex: 435,
|
1709
|
+
coinGeckoId: 'usd-coin',
|
1710
|
+
coinMarketCapId: 3408
|
1711
|
+
},
|
1712
|
+
{
|
1713
|
+
chainId: 1,
|
1714
|
+
tokenAddress: '0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T',
|
1715
|
+
faAddress: null,
|
1716
|
+
name: 'USD Coin (Wormhole Avalanche)',
|
1717
|
+
symbol: 'USDCav',
|
1718
|
+
decimals: 6,
|
1719
|
+
bridge: 'Wormhole',
|
1720
|
+
panoraSymbol: 'whUSDCav',
|
1721
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1722
|
+
websiteUrl: null,
|
1723
|
+
category: 'Bridged',
|
1724
|
+
isInPanoraTokenList: false,
|
1725
|
+
isBanned: false,
|
1726
|
+
panoraOrderIndex: 440,
|
1727
|
+
coinGeckoId: 'usd-coin',
|
1728
|
+
coinMarketCapId: 3408
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
chainId: 1,
|
1732
|
+
tokenAddress: '0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T',
|
1733
|
+
faAddress: null,
|
1734
|
+
name: 'USD Coin (Wormhole Polygon)',
|
1735
|
+
symbol: 'USDCpo',
|
1736
|
+
decimals: 6,
|
1737
|
+
bridge: 'Wormhole',
|
1738
|
+
panoraSymbol: 'whUSDCpo',
|
1739
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1740
|
+
websiteUrl: null,
|
1741
|
+
category: 'Bridged',
|
1742
|
+
isInPanoraTokenList: false,
|
1743
|
+
isBanned: false,
|
1744
|
+
panoraOrderIndex: 445,
|
1745
|
+
coinGeckoId: 'usd-coin',
|
1746
|
+
coinMarketCapId: 3408
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
chainId: 1,
|
1750
|
+
tokenAddress: '0xd6d6372c8bde72a7ab825c00b9edd35e643fb94a61c55d9d94a9db3010098548::USDC::Coin',
|
1751
|
+
faAddress: null,
|
1752
|
+
name: 'USD Coin (Multichain)',
|
1753
|
+
symbol: 'multiUSDC',
|
1754
|
+
decimals: 6,
|
1755
|
+
bridge: null,
|
1756
|
+
panoraSymbol: 'multiUSDC',
|
1757
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDC.svg',
|
1758
|
+
websiteUrl: 'https://multichain.org',
|
1759
|
+
category: 'Bridged',
|
1760
|
+
isInPanoraTokenList: false,
|
1761
|
+
isBanned: false,
|
1762
|
+
panoraOrderIndex: 450,
|
1763
|
+
coinGeckoId: 'usd-coin',
|
1764
|
+
coinMarketCapId: 3408
|
1765
|
+
},
|
1766
|
+
{
|
1767
|
+
chainId: 1,
|
1768
|
+
tokenAddress: '0x55987edfab9a57f69bac759674f139ae473b5e09a9283848c1f87faf6fc1e789::shrimp::ShrimpCoin',
|
1769
|
+
faAddress: null,
|
1770
|
+
name: 'SHRIMP',
|
1771
|
+
symbol: 'SHRIMP',
|
1772
|
+
decimals: 2,
|
1773
|
+
bridge: null,
|
1774
|
+
panoraSymbol: 'SHRIMP',
|
1775
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SHRIMP.png',
|
1776
|
+
websiteUrl: 'https://shrimp.app',
|
1777
|
+
category: 'Meme',
|
1778
|
+
isInPanoraTokenList: false,
|
1779
|
+
isBanned: false,
|
1780
|
+
panoraOrderIndex: 455,
|
1781
|
+
coinGeckoId: null,
|
1782
|
+
coinMarketCapId: 29921
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
chainId: 1,
|
1786
|
+
tokenAddress: '0x4ef6d6d174ae393cec4c8af0b75638082fe45c92e552b4df8bc679e3a0ddcb13::CAPTOS::CAPTOS',
|
1787
|
+
faAddress: null,
|
1788
|
+
name: 'Captos',
|
1789
|
+
symbol: 'CAPTOS',
|
1790
|
+
decimals: 6,
|
1791
|
+
bridge: null,
|
1792
|
+
panoraSymbol: 'CAPTOS',
|
1793
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CAPTOS.png',
|
1794
|
+
websiteUrl: null,
|
1795
|
+
category: 'Meme',
|
1796
|
+
isInPanoraTokenList: false,
|
1797
|
+
isBanned: false,
|
1798
|
+
panoraOrderIndex: 460,
|
1799
|
+
coinGeckoId: null,
|
1800
|
+
coinMarketCapId: null
|
1801
|
+
},
|
1802
|
+
{
|
1803
|
+
chainId: 1,
|
1804
|
+
tokenAddress: '0x967adbf2e05fe665ab86a3bf2c4acfa39fbf62097963474ef70a0786dae8cfa2::NRUH::NRUH',
|
1805
|
+
faAddress: null,
|
1806
|
+
name: 'nRuH BeRs',
|
1807
|
+
symbol: 'NRUH',
|
1808
|
+
decimals: 6,
|
1809
|
+
bridge: null,
|
1810
|
+
panoraSymbol: 'NRUH',
|
1811
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/NRUH.png',
|
1812
|
+
websiteUrl: null,
|
1813
|
+
category: 'Meme',
|
1814
|
+
isInPanoraTokenList: false,
|
1815
|
+
isBanned: false,
|
1816
|
+
panoraOrderIndex: 465,
|
1817
|
+
coinGeckoId: null,
|
1818
|
+
coinMarketCapId: null
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
chainId: 1,
|
1822
|
+
tokenAddress: '0x2dcbc03740a6fa2efee926b9df329184cce357d0573bdab09930f4d48e61a4c8::STOS::STOS',
|
1823
|
+
faAddress: null,
|
1824
|
+
name: 'sherritos',
|
1825
|
+
symbol: 'STOS',
|
1826
|
+
decimals: 6,
|
1827
|
+
bridge: null,
|
1828
|
+
panoraSymbol: 'STOS',
|
1829
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/STOS.png',
|
1830
|
+
websiteUrl: null,
|
1831
|
+
category: 'Meme',
|
1832
|
+
isInPanoraTokenList: false,
|
1833
|
+
isBanned: false,
|
1834
|
+
panoraOrderIndex: 470,
|
1835
|
+
coinGeckoId: null,
|
1836
|
+
coinMarketCapId: null
|
1837
|
+
},
|
1838
|
+
{
|
1839
|
+
chainId: 1,
|
1840
|
+
tokenAddress: '0x6f446fe32a361c5512863d5e610f7d7eaa54d5cee1cea6a2712f2e56da693f1c::MODENG::MODENG',
|
1841
|
+
faAddress: null,
|
1842
|
+
name: 'Mo Deng',
|
1843
|
+
symbol: 'MODENG',
|
1844
|
+
decimals: 6,
|
1845
|
+
bridge: null,
|
1846
|
+
panoraSymbol: 'MODENG',
|
1847
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MODENG.jpg',
|
1848
|
+
websiteUrl: null,
|
1849
|
+
category: 'Meme',
|
1850
|
+
isInPanoraTokenList: true,
|
1851
|
+
isBanned: false,
|
1852
|
+
panoraOrderIndex: 475,
|
1853
|
+
coinGeckoId: null,
|
1854
|
+
coinMarketCapId: null
|
1855
|
+
},
|
1856
|
+
{
|
1857
|
+
chainId: 1,
|
1858
|
+
tokenAddress: '0x61ed8b048636516b4eaf4c74250fa4f9440d9c3e163d96aeb863fe658a4bdc67::CASH::CASH',
|
1859
|
+
faAddress: null,
|
1860
|
+
name: 'CASH',
|
1861
|
+
symbol: 'CASH',
|
1862
|
+
decimals: 6,
|
1863
|
+
bridge: null,
|
1864
|
+
panoraSymbol: 'CASH',
|
1865
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CASH.png',
|
1866
|
+
websiteUrl: 'https://app.zion.bet',
|
1867
|
+
category: 'Meme',
|
1868
|
+
isInPanoraTokenList: true,
|
1869
|
+
isBanned: false,
|
1870
|
+
panoraOrderIndex: 480,
|
1871
|
+
coinGeckoId: null,
|
1872
|
+
coinMarketCapId: null
|
1873
|
+
},
|
1874
|
+
{
|
1875
|
+
chainId: 1,
|
1876
|
+
tokenAddress: '0x33df6ad8f2208d8f575076e59fda6e195ef5c1908f0dae9e461a1aada7c12418::SNZ::SNZ',
|
1877
|
+
faAddress: null,
|
1878
|
+
name: 'Tissue',
|
1879
|
+
symbol: 'SNZ',
|
1880
|
+
decimals: 6,
|
1881
|
+
bridge: null,
|
1882
|
+
panoraSymbol: 'SNZ',
|
1883
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SNZ.jpg',
|
1884
|
+
websiteUrl: null,
|
1885
|
+
category: 'Meme',
|
1886
|
+
isInPanoraTokenList: false,
|
1887
|
+
isBanned: false,
|
1888
|
+
panoraOrderIndex: 485,
|
1889
|
+
coinGeckoId: null,
|
1890
|
+
coinMarketCapId: null
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
chainId: 1,
|
1894
|
+
tokenAddress: '0xa8c3d4ec01aa0bcaa23bac67d0c3e9d5df2d9e8b82a01ad4f8448aebf3d9a961::POK::POK',
|
1895
|
+
faAddress: null,
|
1896
|
+
name: 'Purrfectly Okay Coin',
|
1897
|
+
symbol: 'POK',
|
1898
|
+
decimals: 6,
|
1899
|
+
bridge: null,
|
1900
|
+
panoraSymbol: 'POK',
|
1901
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/POK.jpg',
|
1902
|
+
websiteUrl: null,
|
1903
|
+
category: 'Meme',
|
1904
|
+
isInPanoraTokenList: false,
|
1905
|
+
isBanned: false,
|
1906
|
+
panoraOrderIndex: 490,
|
1907
|
+
coinGeckoId: null,
|
1908
|
+
coinMarketCapId: null
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
chainId: 1,
|
1912
|
+
tokenAddress: '0x24dc0c6bd0a98f31961589e6432a8038833128f7c802ba148172553987c379f::MEOW::MEOW',
|
1913
|
+
faAddress: null,
|
1914
|
+
name: 'Meowtos',
|
1915
|
+
symbol: 'MEOW',
|
1916
|
+
decimals: 6,
|
1917
|
+
bridge: null,
|
1918
|
+
panoraSymbol: 'MEOW',
|
1919
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MEOW.svg',
|
1920
|
+
websiteUrl: 'https://meowtos.xyz',
|
1921
|
+
category: 'Meme',
|
1922
|
+
isInPanoraTokenList: false,
|
1923
|
+
isBanned: false,
|
1924
|
+
panoraOrderIndex: 495,
|
1925
|
+
coinGeckoId: null,
|
1926
|
+
coinMarketCapId: null
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
chainId: 1,
|
1930
|
+
tokenAddress: '0x8e36c188da866c4faccb1ace68a33cca40149d942953a6b6a9976e709396ddb8::BEARD::BEARD',
|
1931
|
+
faAddress: null,
|
1932
|
+
name: '$BEARD',
|
1933
|
+
symbol: 'BEARD',
|
1934
|
+
decimals: 6,
|
1935
|
+
bridge: null,
|
1936
|
+
panoraSymbol: 'BEARD',
|
1937
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BEARD.png',
|
1938
|
+
websiteUrl: null,
|
1939
|
+
category: 'Meme',
|
1940
|
+
isInPanoraTokenList: false,
|
1941
|
+
isBanned: false,
|
1942
|
+
panoraOrderIndex: 500,
|
1943
|
+
coinGeckoId: null,
|
1944
|
+
coinMarketCapId: null
|
1945
|
+
},
|
1946
|
+
{
|
1947
|
+
chainId: 1,
|
1948
|
+
tokenAddress: '0xaf1077397a61aebda08ff61dfebd571ccdf7a777618b8d66832b5ab0656852bd::FOG::FOG',
|
1949
|
+
faAddress: null,
|
1950
|
+
name: 'FAG DOG COIN',
|
1951
|
+
symbol: 'FOG',
|
1952
|
+
decimals: 6,
|
1953
|
+
bridge: null,
|
1954
|
+
panoraSymbol: 'FOG',
|
1955
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/FOG.jpg',
|
1956
|
+
websiteUrl: null,
|
1957
|
+
category: 'Meme',
|
1958
|
+
isInPanoraTokenList: false,
|
1959
|
+
isBanned: false,
|
1960
|
+
panoraOrderIndex: 505,
|
1961
|
+
coinGeckoId: null,
|
1962
|
+
coinMarketCapId: null
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
chainId: 1,
|
1966
|
+
tokenAddress: '0x23906ec47702dfcdb8ca35dc6eab5cb5d567b86ac1ef0d32a53b786c14ed0d98::POLES::POLES',
|
1967
|
+
faAddress: null,
|
1968
|
+
name: 'CHOADpoles',
|
1969
|
+
symbol: 'POLES',
|
1970
|
+
decimals: 6,
|
1971
|
+
bridge: null,
|
1972
|
+
panoraSymbol: 'POLES',
|
1973
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/POLES.png',
|
1974
|
+
websiteUrl: null,
|
1975
|
+
category: 'Meme',
|
1976
|
+
isInPanoraTokenList: false,
|
1977
|
+
isBanned: false,
|
1978
|
+
panoraOrderIndex: 510,
|
1979
|
+
coinGeckoId: null,
|
1980
|
+
coinMarketCapId: null
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
chainId: 1,
|
1984
|
+
tokenAddress: '0x8f59ac670c9cdaa22503bfede0be49e6759626b18727fbf8d876e18861ff3986::RAPT::RAPT',
|
1985
|
+
faAddress: null,
|
1986
|
+
name: 'Raptos',
|
1987
|
+
symbol: 'RAPT',
|
1988
|
+
decimals: 6,
|
1989
|
+
bridge: null,
|
1990
|
+
panoraSymbol: 'RAPT',
|
1991
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/RAPT.png',
|
1992
|
+
websiteUrl: null,
|
1993
|
+
category: 'Meme',
|
1994
|
+
isInPanoraTokenList: false,
|
1995
|
+
isBanned: false,
|
1996
|
+
panoraOrderIndex: 515,
|
1997
|
+
coinGeckoId: null,
|
1998
|
+
coinMarketCapId: null
|
1999
|
+
},
|
2000
|
+
{
|
2001
|
+
chainId: 1,
|
2002
|
+
tokenAddress: '0xbafd66d813a51ed6b5d2db99b18b61d2fccbc2e46979690fe84198272c59ca5f::zaptos::Zaptos',
|
2003
|
+
faAddress: null,
|
2004
|
+
name: 'ZAPTOS',
|
2005
|
+
symbol: 'ZAPT',
|
2006
|
+
decimals: 8,
|
2007
|
+
bridge: null,
|
2008
|
+
panoraSymbol: 'ZAPT',
|
2009
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ZAPT.png',
|
2010
|
+
websiteUrl: null,
|
2011
|
+
category: 'Meme',
|
2012
|
+
isInPanoraTokenList: false,
|
2013
|
+
isBanned: false,
|
2014
|
+
panoraOrderIndex: 520,
|
2015
|
+
coinGeckoId: null,
|
2016
|
+
coinMarketCapId: null
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
chainId: 1,
|
2020
|
+
tokenAddress: '0x2ac1304f147af6f3e3362c64f1c9c95dd84f67a8d6e300185e22c5a6f8f661af::PUPTOS::PUPTOS',
|
2021
|
+
faAddress: null,
|
2022
|
+
name: 'PUPTOS',
|
2023
|
+
symbol: 'PUPTOS',
|
2024
|
+
decimals: 6,
|
2025
|
+
bridge: null,
|
2026
|
+
panoraSymbol: 'PUPTOS',
|
2027
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/PUPTOS.png',
|
2028
|
+
websiteUrl: null,
|
2029
|
+
category: 'Meme',
|
2030
|
+
isInPanoraTokenList: false,
|
2031
|
+
isBanned: false,
|
2032
|
+
panoraOrderIndex: 525,
|
2033
|
+
coinGeckoId: null,
|
2034
|
+
coinMarketCapId: null
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
chainId: 1,
|
2038
|
+
tokenAddress: '0xf9cd51e1211f467c52d91c96491aae6c7a068e5f23736e2b58f885412346624c::PP1::PP',
|
2039
|
+
faAddress: null,
|
2040
|
+
name: 'PP token',
|
2041
|
+
symbol: 'PP',
|
2042
|
+
decimals: 6,
|
2043
|
+
bridge: null,
|
2044
|
+
panoraSymbol: 'PP',
|
2045
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/PP.png',
|
2046
|
+
websiteUrl: null,
|
2047
|
+
category: 'Meme',
|
2048
|
+
isInPanoraTokenList: false,
|
2049
|
+
isBanned: false,
|
2050
|
+
panoraOrderIndex: 530,
|
2051
|
+
coinGeckoId: null,
|
2052
|
+
coinMarketCapId: null
|
2053
|
+
},
|
2054
|
+
{
|
2055
|
+
chainId: 1,
|
2056
|
+
tokenAddress: '0xbd92f54e3ebf1e80a0efa05f8bbd607fc6dd00ec208c0d743ee6ba3c10f03846::APOP::APOP',
|
2057
|
+
faAddress: null,
|
2058
|
+
name: 'Apeople Coin',
|
2059
|
+
symbol: 'APOP',
|
2060
|
+
decimals: 6,
|
2061
|
+
bridge: null,
|
2062
|
+
panoraSymbol: 'APOP',
|
2063
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/APOP.jpg',
|
2064
|
+
websiteUrl: null,
|
2065
|
+
category: 'Meme',
|
2066
|
+
isInPanoraTokenList: false,
|
2067
|
+
isBanned: false,
|
2068
|
+
panoraOrderIndex: 535,
|
2069
|
+
coinGeckoId: null,
|
2070
|
+
coinMarketCapId: null
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
chainId: 1,
|
2074
|
+
tokenAddress: '0x2eebec013472480cc903cf7f118ccadcf813b4bf5e57aafba250746eff2150d5::BEDOG::BEDOG',
|
2075
|
+
faAddress: null,
|
2076
|
+
name: 'Baby Edog',
|
2077
|
+
symbol: 'BEDOG',
|
2078
|
+
decimals: 6,
|
2079
|
+
bridge: null,
|
2080
|
+
panoraSymbol: 'BEDOG',
|
2081
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BEDOG.svg',
|
2082
|
+
websiteUrl: 'https://edog.baby',
|
2083
|
+
category: 'Meme',
|
2084
|
+
isInPanoraTokenList: false,
|
2085
|
+
isBanned: false,
|
2086
|
+
panoraOrderIndex: 540,
|
2087
|
+
coinGeckoId: null,
|
2088
|
+
coinMarketCapId: null
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
chainId: 1,
|
2092
|
+
tokenAddress: '0x55c833f3c668dd863d3848d306e426a33eac615bb93be03fe3a2f721701fec1::UPDOG::UPDOG',
|
2093
|
+
faAddress: null,
|
2094
|
+
name: 'UPDOG',
|
2095
|
+
symbol: 'UPDOG',
|
2096
|
+
decimals: 6,
|
2097
|
+
bridge: null,
|
2098
|
+
panoraSymbol: 'UPDOG',
|
2099
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/UPDOG.png',
|
2100
|
+
websiteUrl: 'https://updogapt.xyz',
|
2101
|
+
category: 'Meme',
|
2102
|
+
isInPanoraTokenList: false,
|
2103
|
+
isBanned: false,
|
2104
|
+
panoraOrderIndex: 545,
|
2105
|
+
coinGeckoId: null,
|
2106
|
+
coinMarketCapId: null
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
chainId: 1,
|
2110
|
+
tokenAddress: '0x1605f6d99b995e8ddb6200fdccccf97a2497fe1f024a46f6c178a501f0d1b60e::ACAT::ACAT',
|
2111
|
+
faAddress: null,
|
2112
|
+
name: 'AptoCat',
|
2113
|
+
symbol: 'ACAT',
|
2114
|
+
decimals: 6,
|
2115
|
+
bridge: null,
|
2116
|
+
panoraSymbol: 'ACAT',
|
2117
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ACAT.png',
|
2118
|
+
websiteUrl: 'https://www.aptocat.xyz',
|
2119
|
+
category: 'Meme',
|
2120
|
+
isInPanoraTokenList: false,
|
2121
|
+
isBanned: false,
|
2122
|
+
panoraOrderIndex: 550,
|
2123
|
+
coinGeckoId: null,
|
2124
|
+
coinMarketCapId: null
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
chainId: 1,
|
2128
|
+
tokenAddress: '0xc95e07a20f94acb04f1188b51bafbbeec93363760c066f4ced3884a48137da8a::GHO::GHO',
|
2129
|
+
faAddress: null,
|
2130
|
+
name: 'GHOST',
|
2131
|
+
symbol: 'GHO',
|
2132
|
+
decimals: 6,
|
2133
|
+
bridge: null,
|
2134
|
+
panoraSymbol: 'GHO',
|
2135
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/GHO.jpg',
|
2136
|
+
websiteUrl: null,
|
2137
|
+
category: 'Meme',
|
2138
|
+
isInPanoraTokenList: false,
|
2139
|
+
isBanned: false,
|
2140
|
+
panoraOrderIndex: 555,
|
2141
|
+
coinGeckoId: null,
|
2142
|
+
coinMarketCapId: null
|
2143
|
+
},
|
2144
|
+
{
|
2145
|
+
chainId: 1,
|
2146
|
+
tokenAddress: '0x135726730c0e4e71652a6726354f148dec46974d5c152b0042ad58b37ea3c864::FaptOS::FaptOS',
|
2147
|
+
faAddress: null,
|
2148
|
+
name: 'FaptOS',
|
2149
|
+
symbol: 'FaptOS',
|
2150
|
+
decimals: 6,
|
2151
|
+
bridge: null,
|
2152
|
+
panoraSymbol: 'FaptOS',
|
2153
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/FAPTOS.png',
|
2154
|
+
websiteUrl: 'https://faptosaptos.com',
|
2155
|
+
category: 'Meme',
|
2156
|
+
isInPanoraTokenList: false,
|
2157
|
+
isBanned: false,
|
2158
|
+
panoraOrderIndex: 560,
|
2159
|
+
coinGeckoId: null,
|
2160
|
+
coinMarketCapId: null
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
chainId: 1,
|
2164
|
+
tokenAddress: '0xce1a44fa48a726258a11a499797bc38befa6bc2ef4019b686c59e0a301b1a1c8::BUBU::BUBU',
|
2165
|
+
faAddress: null,
|
2166
|
+
name: 'LABUBUTOS',
|
2167
|
+
symbol: 'BUBU',
|
2168
|
+
decimals: 6,
|
2169
|
+
bridge: null,
|
2170
|
+
panoraSymbol: 'BUBU',
|
2171
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BUBU.jpg',
|
2172
|
+
websiteUrl: null,
|
2173
|
+
category: 'Meme',
|
2174
|
+
isInPanoraTokenList: false,
|
2175
|
+
isBanned: false,
|
2176
|
+
panoraOrderIndex: 565,
|
2177
|
+
coinGeckoId: null,
|
2178
|
+
coinMarketCapId: null
|
2179
|
+
},
|
2180
|
+
{
|
2181
|
+
chainId: 1,
|
2182
|
+
tokenAddress: '0xbafe0208ba2a3ea2c66a6868f9361a13f4014490e9b77fb0364c5cf55340ffbe::AMAGA::AMAGA',
|
2183
|
+
faAddress: null,
|
2184
|
+
name: 'AptosMAGA',
|
2185
|
+
symbol: 'AMAGA',
|
2186
|
+
decimals: 6,
|
2187
|
+
bridge: null,
|
2188
|
+
panoraSymbol: 'AMAGA',
|
2189
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/AMAGA.jpg',
|
2190
|
+
websiteUrl: null,
|
2191
|
+
category: 'Meme',
|
2192
|
+
isInPanoraTokenList: false,
|
2193
|
+
isBanned: false,
|
2194
|
+
panoraOrderIndex: 570,
|
2195
|
+
coinGeckoId: null,
|
2196
|
+
coinMarketCapId: null
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
chainId: 1,
|
2200
|
+
tokenAddress: '0x68495e47585861928e07e1fc629501b06822b230508bcf05c4fc19bec9a82405::MOTOS::MOTOS',
|
2201
|
+
faAddress: null,
|
2202
|
+
name: 'MOTOS',
|
2203
|
+
symbol: 'MOTOS',
|
2204
|
+
decimals: 6,
|
2205
|
+
bridge: null,
|
2206
|
+
panoraSymbol: 'MOTOS',
|
2207
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MOTOS.jpg',
|
2208
|
+
websiteUrl: null,
|
2209
|
+
category: 'Meme',
|
2210
|
+
isInPanoraTokenList: false,
|
2211
|
+
isBanned: false,
|
2212
|
+
panoraOrderIndex: 575,
|
2213
|
+
coinGeckoId: null,
|
2214
|
+
coinMarketCapId: null
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
chainId: 1,
|
2218
|
+
tokenAddress: '0x10a51c8275d90165aec142e326fcd9dc2e8def57d6271a86ef38a0e5a0a8e142::DWIF::DWI',
|
2219
|
+
faAddress: null,
|
2220
|
+
name: 'DOGWIFHAIR',
|
2221
|
+
symbol: 'DWIF',
|
2222
|
+
decimals: 6,
|
2223
|
+
bridge: null,
|
2224
|
+
panoraSymbol: 'DWIF',
|
2225
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DWIF.jpg',
|
2226
|
+
websiteUrl: null,
|
2227
|
+
category: 'Meme',
|
2228
|
+
isInPanoraTokenList: false,
|
2229
|
+
isBanned: false,
|
2230
|
+
panoraOrderIndex: 580,
|
2231
|
+
coinGeckoId: null,
|
2232
|
+
coinMarketCapId: null
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
chainId: 1,
|
2236
|
+
tokenAddress: '0x744467880fbc1a723d8ba8437cd6de3de942789fe6611fc992de8574596c9b5c::CMT::CMT',
|
2237
|
+
faAddress: null,
|
2238
|
+
name: 'Cryptomolot',
|
2239
|
+
symbol: 'CMT',
|
2240
|
+
decimals: 6,
|
2241
|
+
bridge: null,
|
2242
|
+
panoraSymbol: 'CMT',
|
2243
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CMT.png',
|
2244
|
+
websiteUrl: null,
|
2245
|
+
category: 'Meme',
|
2246
|
+
isInPanoraTokenList: false,
|
2247
|
+
isBanned: false,
|
2248
|
+
panoraOrderIndex: 590,
|
2249
|
+
coinGeckoId: null,
|
2250
|
+
coinMarketCapId: null
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
chainId: 1,
|
2254
|
+
tokenAddress: '0x2f277e648b3761b65818d92f0a7c151cb38a1d33b1a8b18d4c5748bbcd9fcca5::Netzy::Netzy',
|
2255
|
+
faAddress: null,
|
2256
|
+
name: 'The Mole Netzy',
|
2257
|
+
symbol: 'Netzy',
|
2258
|
+
decimals: 6,
|
2259
|
+
bridge: null,
|
2260
|
+
panoraSymbol: 'Netzy',
|
2261
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/NETZY.jpg',
|
2262
|
+
websiteUrl: null,
|
2263
|
+
category: 'Meme',
|
2264
|
+
isInPanoraTokenList: false,
|
2265
|
+
isBanned: false,
|
2266
|
+
panoraOrderIndex: 595,
|
2267
|
+
coinGeckoId: null,
|
2268
|
+
coinMarketCapId: null
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
chainId: 1,
|
2272
|
+
tokenAddress: '0x541e21bc602730511c0b2de1dbb8e77e5e16031931a955dc988bbed3f600b510::Rice::Rice',
|
2273
|
+
faAddress: null,
|
2274
|
+
name: 'Rice Token',
|
2275
|
+
symbol: 'Rice',
|
2276
|
+
decimals: 6,
|
2277
|
+
bridge: null,
|
2278
|
+
panoraSymbol: 'Rice',
|
2279
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/RICE.png',
|
2280
|
+
websiteUrl: null,
|
2281
|
+
category: 'Meme',
|
2282
|
+
isInPanoraTokenList: false,
|
2283
|
+
isBanned: false,
|
2284
|
+
panoraOrderIndex: 600,
|
2285
|
+
coinGeckoId: null,
|
2286
|
+
coinMarketCapId: null
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
chainId: 1,
|
2290
|
+
tokenAddress: '0xc89f2e0a7f61424e0b951936820f0423e3f076948dcdced112b76244ed840a25::burritos_coin::BurritosCoin',
|
2291
|
+
faAddress: null,
|
2292
|
+
name: 'BURRITOS',
|
2293
|
+
symbol: 'BURRITOS',
|
2294
|
+
decimals: 9,
|
2295
|
+
bridge: null,
|
2296
|
+
panoraSymbol: 'BURRITOS',
|
2297
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BURRITOS.png',
|
2298
|
+
websiteUrl: 'https://burritos-aptos.com',
|
2299
|
+
category: 'Meme',
|
2300
|
+
isInPanoraTokenList: false,
|
2301
|
+
isBanned: false,
|
2302
|
+
panoraOrderIndex: 605,
|
2303
|
+
coinGeckoId: null,
|
2304
|
+
coinMarketCapId: null
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
chainId: 1,
|
2308
|
+
tokenAddress: '0x8ea59d57259d0312fa21e0cb9099d359462d9e0050c9139960ff9a2313ce1c9d::coin::T',
|
2309
|
+
faAddress: null,
|
2310
|
+
name: 'o.xyz',
|
2311
|
+
symbol: 'O',
|
2312
|
+
decimals: 8,
|
2313
|
+
bridge: null,
|
2314
|
+
panoraSymbol: 'O',
|
2315
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/o-xyz.svg',
|
2316
|
+
websiteUrl: 'https://www.o.xyz',
|
2317
|
+
category: 'Native',
|
2318
|
+
isInPanoraTokenList: true,
|
2319
|
+
isBanned: false,
|
2320
|
+
panoraOrderIndex: 610,
|
2321
|
+
coinGeckoId: null,
|
2322
|
+
coinMarketCapId: null
|
2323
|
+
},
|
2324
|
+
{
|
2325
|
+
chainId: 1,
|
2326
|
+
tokenAddress: null,
|
2327
|
+
faAddress: '0x3b5200e090d188c274e06b0d64b3f66638fb996fb0b350499975ff36b1f4595',
|
2328
|
+
name: 'esMKL',
|
2329
|
+
symbol: 'esMKL',
|
2330
|
+
decimals: 6,
|
2331
|
+
bridge: null,
|
2332
|
+
panoraSymbol: 'esMKL',
|
2333
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/esMKL.png',
|
2334
|
+
websiteUrl: 'https://merkle.trade',
|
2335
|
+
category: 'Native',
|
2336
|
+
isInPanoraTokenList: false,
|
2337
|
+
isBanned: false,
|
2338
|
+
panoraOrderIndex: 10000,
|
2339
|
+
coinGeckoId: null,
|
2340
|
+
coinMarketCapId: null
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
chainId: 1,
|
2344
|
+
tokenAddress: '0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::house_lp::MKLP<0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC>',
|
2345
|
+
faAddress: null,
|
2346
|
+
name: 'Merkle LP',
|
2347
|
+
symbol: 'MKLP',
|
2348
|
+
decimals: 6,
|
2349
|
+
bridge: null,
|
2350
|
+
panoraSymbol: 'MKLP',
|
2351
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MKLP.png',
|
2352
|
+
websiteUrl: 'https://merkle.trade',
|
2353
|
+
category: 'Native',
|
2354
|
+
isInPanoraTokenList: false,
|
2355
|
+
isBanned: false,
|
2356
|
+
panoraOrderIndex: 10000,
|
2357
|
+
coinGeckoId: null,
|
2358
|
+
coinMarketCapId: null
|
2359
|
+
},
|
2360
|
+
{
|
2361
|
+
chainId: 1,
|
2362
|
+
tokenAddress: '0x389dbbc6884a1d5b1ab4e1df2913a8c1b01251e50aed377554372b2842c5e3ef::EONcoin::EONCoin',
|
2363
|
+
faAddress: '0xcab64ed0d956462e9b8ba7c340fdb8b9ab52da1503f37b522288bc0c5bf944de',
|
2364
|
+
name: 'EON',
|
2365
|
+
symbol: 'EON',
|
2366
|
+
decimals: 8,
|
2367
|
+
bridge: null,
|
2368
|
+
panoraSymbol: 'EON',
|
2369
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/EON.svg',
|
2370
|
+
websiteUrl: 'https://eonlabz.com',
|
2371
|
+
category: 'Native',
|
2372
|
+
isInPanoraTokenList: false,
|
2373
|
+
isBanned: false,
|
2374
|
+
panoraOrderIndex: 100000,
|
2375
|
+
coinGeckoId: null,
|
2376
|
+
coinMarketCapId: null
|
2377
|
+
},
|
2378
|
+
{
|
2379
|
+
chainId: 1,
|
2380
|
+
tokenAddress: '0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin',
|
2381
|
+
faAddress: null,
|
2382
|
+
name: 'Binance USD',
|
2383
|
+
symbol: 'BUSD',
|
2384
|
+
decimals: 8,
|
2385
|
+
bridge: 'Celer',
|
2386
|
+
panoraSymbol: 'ceBUSD',
|
2387
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BUSD.png',
|
2388
|
+
websiteUrl: null,
|
2389
|
+
category: 'Bridged',
|
2390
|
+
isInPanoraTokenList: false,
|
2391
|
+
isBanned: false,
|
2392
|
+
panoraOrderIndex: 100000,
|
2393
|
+
coinGeckoId: 'binance-usd',
|
2394
|
+
coinMarketCapId: null
|
2395
|
+
},
|
2396
|
+
{
|
2397
|
+
chainId: 1,
|
2398
|
+
tokenAddress: '0x25a64579760a4c64be0d692327786a6375ec80740152851490cfd0b53604cf95::coin::ETERN',
|
2399
|
+
faAddress: null,
|
2400
|
+
name: 'Eternal Token',
|
2401
|
+
symbol: 'ETERN',
|
2402
|
+
decimals: 8,
|
2403
|
+
bridge: null,
|
2404
|
+
panoraSymbol: 'ETERN',
|
2405
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ETERN.svg',
|
2406
|
+
websiteUrl: 'https://eternalfinance.io',
|
2407
|
+
category: 'Native',
|
2408
|
+
isInPanoraTokenList: false,
|
2409
|
+
isBanned: false,
|
2410
|
+
panoraOrderIndex: 100000,
|
2411
|
+
coinGeckoId: null,
|
2412
|
+
coinMarketCapId: null
|
2413
|
+
},
|
2414
|
+
{
|
2415
|
+
chainId: 1,
|
2416
|
+
tokenAddress: '0xd916a950d4c1279df4aa0d6f32011842dc5c633a45c11ac5019232c159d115bb::coin::T',
|
2417
|
+
faAddress: null,
|
2418
|
+
name: 'wTBT Pool',
|
2419
|
+
symbol: 'wTBT',
|
2420
|
+
decimals: 8,
|
2421
|
+
bridge: null,
|
2422
|
+
panoraSymbol: 'wTBT',
|
2423
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/WTBT.svg',
|
2424
|
+
websiteUrl: 'https://www.tprotocol.io',
|
2425
|
+
category: 'Native',
|
2426
|
+
isInPanoraTokenList: false,
|
2427
|
+
isBanned: false,
|
2428
|
+
panoraOrderIndex: 100000,
|
2429
|
+
coinGeckoId: 'wtbt',
|
2430
|
+
coinMarketCapId: null
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
chainId: 1,
|
2434
|
+
tokenAddress: '0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T',
|
2435
|
+
faAddress: null,
|
2436
|
+
name: 'Binance USD',
|
2437
|
+
symbol: 'BUSD',
|
2438
|
+
decimals: 8,
|
2439
|
+
bridge: 'Wormhole',
|
2440
|
+
panoraSymbol: 'whBUSD',
|
2441
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BUSD.png',
|
2442
|
+
websiteUrl: null,
|
2443
|
+
category: 'Bridged',
|
2444
|
+
isInPanoraTokenList: false,
|
2445
|
+
isBanned: false,
|
2446
|
+
panoraOrderIndex: 100000,
|
2447
|
+
coinGeckoId: 'binance-usd',
|
2448
|
+
coinMarketCapId: null
|
2449
|
+
},
|
2450
|
+
{
|
2451
|
+
chainId: 1,
|
2452
|
+
tokenAddress: '0xced3e98a47279b4d39a75fa8da867e2e8383d5d8ce7e59b2964a9469616a761b::coin::T',
|
2453
|
+
faAddress: null,
|
2454
|
+
name: 'Wrapped SUI',
|
2455
|
+
symbol: 'WSUI',
|
2456
|
+
decimals: 8,
|
2457
|
+
bridge: null,
|
2458
|
+
panoraSymbol: 'WSUI',
|
2459
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SUI.svg',
|
2460
|
+
websiteUrl: null,
|
2461
|
+
category: 'Native',
|
2462
|
+
isInPanoraTokenList: false,
|
2463
|
+
isBanned: false,
|
2464
|
+
panoraOrderIndex: 100000,
|
2465
|
+
coinGeckoId: null,
|
2466
|
+
coinMarketCapId: null
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
chainId: 1,
|
2470
|
+
tokenAddress: '0x33afc05395020c12a31ada7d7d833f31ae1dd892124edec50297c7d608a6e7bd::NEBULA::NEBULA',
|
2471
|
+
faAddress: null,
|
2472
|
+
name: 'Nebula',
|
2473
|
+
symbol: 'NBUL',
|
2474
|
+
decimals: 8,
|
2475
|
+
bridge: null,
|
2476
|
+
panoraSymbol: 'NBUL',
|
2477
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/NBUL.svg',
|
2478
|
+
websiteUrl: 'https://nebuladao.space',
|
2479
|
+
category: 'Native',
|
2480
|
+
isInPanoraTokenList: false,
|
2481
|
+
isBanned: false,
|
2482
|
+
panoraOrderIndex: 100000,
|
2483
|
+
coinGeckoId: null,
|
2484
|
+
coinMarketCapId: null
|
2485
|
+
},
|
2486
|
+
{
|
2487
|
+
chainId: 1,
|
2488
|
+
tokenAddress: '0x9906c12b3b7a12721b9dddf23e6dd5ff5dfc93c5241dada855780758b01fedd3::DOOT_SKELETON::DOOT_SKELETON',
|
2489
|
+
faAddress: null,
|
2490
|
+
name: 'DOOT Skeleton',
|
2491
|
+
symbol: 'DOOT',
|
2492
|
+
decimals: 8,
|
2493
|
+
bridge: null,
|
2494
|
+
panoraSymbol: 'DOOT',
|
2495
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DOOT.svg',
|
2496
|
+
websiteUrl: 'https://skeltal.io',
|
2497
|
+
category: 'Meme',
|
2498
|
+
isInPanoraTokenList: false,
|
2499
|
+
isBanned: false,
|
2500
|
+
panoraOrderIndex: 100000,
|
2501
|
+
coinGeckoId: null,
|
2502
|
+
coinMarketCapId: null
|
2503
|
+
},
|
2504
|
+
{
|
2505
|
+
chainId: 1,
|
2506
|
+
tokenAddress: '0x8235f05ea1901e682bc09b3be93eba0727e94c020ccb0e57074843315c675521::BLADEEWIFHAT::BLADEEWIFHAT',
|
2507
|
+
faAddress: null,
|
2508
|
+
name: 'bladeewifhat',
|
2509
|
+
symbol: 'BLADEE',
|
2510
|
+
decimals: 8,
|
2511
|
+
bridge: null,
|
2512
|
+
panoraSymbol: 'BLADEE',
|
2513
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BLADEE.jpg',
|
2514
|
+
websiteUrl: null,
|
2515
|
+
category: 'Meme',
|
2516
|
+
isInPanoraTokenList: false,
|
2517
|
+
isBanned: false,
|
2518
|
+
panoraOrderIndex: 100000,
|
2519
|
+
coinGeckoId: null,
|
2520
|
+
coinMarketCapId: null
|
2521
|
+
},
|
2522
|
+
{
|
2523
|
+
chainId: 1,
|
2524
|
+
tokenAddress: '0x7bdeaba6f037caf06bb5b2d57df9ee03a07e2a9df45b338ef3deb44d16c01d10::spring_coin::Spring_Coin',
|
2525
|
+
faAddress: null,
|
2526
|
+
name: 'SPRING',
|
2527
|
+
symbol: 'SPRING',
|
2528
|
+
decimals: 9,
|
2529
|
+
bridge: null,
|
2530
|
+
panoraSymbol: 'SPRING',
|
2531
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SPRING.webp',
|
2532
|
+
websiteUrl: 'https://springers.co.in',
|
2533
|
+
category: 'Native',
|
2534
|
+
isInPanoraTokenList: false,
|
2535
|
+
isBanned: false,
|
2536
|
+
panoraOrderIndex: 100000,
|
2537
|
+
coinGeckoId: 'spring',
|
2538
|
+
coinMarketCapId: null
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
chainId: 1,
|
2542
|
+
tokenAddress: '0x27975005fd8b836a905dc7f81c51f89e76091a4d0c4d694265f6eae0c05cb400::proton_a5d::PROTON_E54',
|
2543
|
+
faAddress: '0x8b91a08070628408c7130b82ce8789e13d978edfccb6db02b79c493ead63a2e8',
|
2544
|
+
name: 'AlpacaINU Coin',
|
2545
|
+
symbol: 'ALI',
|
2546
|
+
decimals: 6,
|
2547
|
+
bridge: null,
|
2548
|
+
panoraSymbol: 'ALI',
|
2549
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ALI.svg',
|
2550
|
+
websiteUrl: 'https://twitter.com/AlpacaINU',
|
2551
|
+
category: 'Meme',
|
2552
|
+
isInPanoraTokenList: false,
|
2553
|
+
isBanned: false,
|
2554
|
+
panoraOrderIndex: 100000,
|
2555
|
+
coinGeckoId: null,
|
2556
|
+
coinMarketCapId: null
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
chainId: 1,
|
2560
|
+
tokenAddress: '0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5::ditto_discount_coin::DittoDiscountCoin',
|
2561
|
+
faAddress: null,
|
2562
|
+
name: 'Ditto Discount Token',
|
2563
|
+
symbol: 'DTO',
|
2564
|
+
decimals: 8,
|
2565
|
+
bridge: null,
|
2566
|
+
panoraSymbol: 'DTO',
|
2567
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DTO.svg',
|
2568
|
+
websiteUrl: 'https://www.dittofinance.io',
|
2569
|
+
category: 'Native',
|
2570
|
+
isInPanoraTokenList: false,
|
2571
|
+
isBanned: false,
|
2572
|
+
panoraOrderIndex: 100000,
|
2573
|
+
coinGeckoId: 'ditto-discount-token',
|
2574
|
+
coinMarketCapId: null
|
2575
|
+
},
|
2576
|
+
{
|
2577
|
+
chainId: 1,
|
2578
|
+
tokenAddress: '0x66398cf97d29fd3825f65b37cb2773268e5438d37e20777e6a98261da0cf1f1e::ddos_coin::DDOS_COIN',
|
2579
|
+
faAddress: null,
|
2580
|
+
name: 'DDOS Token',
|
2581
|
+
symbol: 'DDOS',
|
2582
|
+
decimals: 8,
|
2583
|
+
bridge: null,
|
2584
|
+
panoraSymbol: 'DDOS',
|
2585
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DDOS.svg',
|
2586
|
+
websiteUrl: 'https://ddosapt.com',
|
2587
|
+
category: 'Meme',
|
2588
|
+
isInPanoraTokenList: false,
|
2589
|
+
isBanned: false,
|
2590
|
+
panoraOrderIndex: 100000,
|
2591
|
+
coinGeckoId: null,
|
2592
|
+
coinMarketCapId: null
|
2593
|
+
},
|
2594
|
+
{
|
2595
|
+
chainId: 1,
|
2596
|
+
tokenAddress: '0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T',
|
2597
|
+
faAddress: null,
|
2598
|
+
name: 'Dai Stablecoin (Wormhole)',
|
2599
|
+
symbol: 'DAI',
|
2600
|
+
decimals: 8,
|
2601
|
+
bridge: 'Wormhole',
|
2602
|
+
panoraSymbol: 'whDAI',
|
2603
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/DAI.svg',
|
2604
|
+
websiteUrl: null,
|
2605
|
+
category: 'Bridged',
|
2606
|
+
isInPanoraTokenList: false,
|
2607
|
+
isBanned: false,
|
2608
|
+
panoraOrderIndex: 100000,
|
2609
|
+
coinGeckoId: 'dai',
|
2610
|
+
coinMarketCapId: null
|
2611
|
+
},
|
2612
|
+
{
|
2613
|
+
chainId: 1,
|
2614
|
+
tokenAddress: '0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T',
|
2615
|
+
faAddress: null,
|
2616
|
+
name: 'Tether USD',
|
2617
|
+
symbol: 'USDTbs',
|
2618
|
+
decimals: 8,
|
2619
|
+
bridge: 'Wormhole',
|
2620
|
+
panoraSymbol: 'whUSDTbs',
|
2621
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/USDT_BRIDGED.svg',
|
2622
|
+
websiteUrl: null,
|
2623
|
+
category: 'Bridged',
|
2624
|
+
isInPanoraTokenList: false,
|
2625
|
+
isBanned: false,
|
2626
|
+
panoraOrderIndex: 100000,
|
2627
|
+
coinGeckoId: null,
|
2628
|
+
coinMarketCapId: null
|
2629
|
+
},
|
2630
|
+
{
|
2631
|
+
chainId: 1,
|
2632
|
+
tokenAddress: '0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T',
|
2633
|
+
faAddress: null,
|
2634
|
+
name: 'Wrapped AVAX (Wormhole)',
|
2635
|
+
symbol: 'WAVAX',
|
2636
|
+
decimals: 8,
|
2637
|
+
bridge: 'Wormhole',
|
2638
|
+
panoraSymbol: 'whWAVAX',
|
2639
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/AVAX.webp',
|
2640
|
+
websiteUrl: null,
|
2641
|
+
category: 'Bridged',
|
2642
|
+
isInPanoraTokenList: false,
|
2643
|
+
isBanned: false,
|
2644
|
+
panoraOrderIndex: 100000,
|
2645
|
+
coinGeckoId: 'avalanche-2',
|
2646
|
+
coinMarketCapId: 5805
|
2647
|
+
},
|
2648
|
+
{
|
2649
|
+
chainId: 1,
|
2650
|
+
tokenAddress: '0xf6f87fb53c090da2cd681cd30eccec6825685e6f305bfb9efdbbdf31796a83a7::MONKE::MONKE',
|
2651
|
+
faAddress: null,
|
2652
|
+
name: 'MONKE',
|
2653
|
+
symbol: 'MONKE',
|
2654
|
+
decimals: 6,
|
2655
|
+
bridge: null,
|
2656
|
+
panoraSymbol: 'MONKE',
|
2657
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MONKE.png',
|
2658
|
+
websiteUrl: null,
|
2659
|
+
category: 'Meme',
|
2660
|
+
isInPanoraTokenList: false,
|
2661
|
+
isBanned: false,
|
2662
|
+
panoraOrderIndex: 100000,
|
2663
|
+
coinGeckoId: null,
|
2664
|
+
coinMarketCapId: null
|
2665
|
+
},
|
2666
|
+
{
|
2667
|
+
chainId: 1,
|
2668
|
+
tokenAddress: '0x83b619e2d9e6e10d15ed4b714111a4cd9526c1c2ae0eec4b252a619d3e8bdda3::MAU::MAU',
|
2669
|
+
faAddress: null,
|
2670
|
+
name: 'MAU',
|
2671
|
+
symbol: 'MAU',
|
2672
|
+
decimals: 8,
|
2673
|
+
bridge: null,
|
2674
|
+
panoraSymbol: 'MAU',
|
2675
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/MAU.png',
|
2676
|
+
websiteUrl: 'https://mauprotocol.com',
|
2677
|
+
category: 'Meme',
|
2678
|
+
isInPanoraTokenList: false,
|
2679
|
+
isBanned: false,
|
2680
|
+
panoraOrderIndex: 100000,
|
2681
|
+
coinGeckoId: null,
|
2682
|
+
coinMarketCapId: null
|
2683
|
+
},
|
2684
|
+
{
|
2685
|
+
chainId: 1,
|
2686
|
+
tokenAddress: '0x9a8d0e2fde92bb5a503ad899b352b630952651cba26e4959d0ed19d79f9b02ee::asset::MoveYourBody',
|
2687
|
+
faAddress: null,
|
2688
|
+
name: 'MoveYourBody',
|
2689
|
+
symbol: 'body',
|
2690
|
+
decimals: 8,
|
2691
|
+
bridge: null,
|
2692
|
+
panoraSymbol: 'body',
|
2693
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BODY.png',
|
2694
|
+
websiteUrl: 'https://www.moveyourbody.xyz',
|
2695
|
+
category: 'Native',
|
2696
|
+
isInPanoraTokenList: false,
|
2697
|
+
isBanned: false,
|
2698
|
+
panoraOrderIndex: 100000,
|
2699
|
+
coinGeckoId: null,
|
2700
|
+
coinMarketCapId: null
|
2701
|
+
},
|
2702
|
+
{
|
2703
|
+
chainId: 1,
|
2704
|
+
tokenAddress: '0x1fc2f33ab6b624e3e632ba861b755fd8e61d2c2e6cf8292e415880b4c198224d::apt20::EVA',
|
2705
|
+
faAddress: null,
|
2706
|
+
name: 'EVA',
|
2707
|
+
symbol: 'EVA',
|
2708
|
+
decimals: 8,
|
2709
|
+
bridge: null,
|
2710
|
+
panoraSymbol: 'EVA',
|
2711
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/EVA.png',
|
2712
|
+
websiteUrl: 'https://apt-20.com',
|
2713
|
+
category: 'Native',
|
2714
|
+
isInPanoraTokenList: false,
|
2715
|
+
isBanned: false,
|
2716
|
+
panoraOrderIndex: 100000,
|
2717
|
+
coinGeckoId: null,
|
2718
|
+
coinMarketCapId: null
|
2719
|
+
},
|
2720
|
+
{
|
2721
|
+
chainId: 1,
|
2722
|
+
tokenAddress: '0x7e19e5790911597559ec6b41c5465ab062be22d6ba5729845bf257a2361d7608::CITADELI::CITADELI',
|
2723
|
+
faAddress: null,
|
2724
|
+
name: 'Citadeli',
|
2725
|
+
symbol: 'CTD',
|
2726
|
+
decimals: 8,
|
2727
|
+
bridge: null,
|
2728
|
+
panoraSymbol: 'CTD',
|
2729
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CTD.svg',
|
2730
|
+
websiteUrl: 'https://citadeli.crypto',
|
2731
|
+
category: 'Native',
|
2732
|
+
isInPanoraTokenList: false,
|
2733
|
+
isBanned: false,
|
2734
|
+
panoraOrderIndex: 100000,
|
2735
|
+
coinGeckoId: null,
|
2736
|
+
coinMarketCapId: null
|
2737
|
+
},
|
2738
|
+
{
|
2739
|
+
chainId: 1,
|
2740
|
+
tokenAddress: '0x8b2df69c9766e18486c37e3cfc53c6ce6e9aa58bbc606a8a0a219f24cf9eafc1::sui_launch_token::SuiLaunchToken',
|
2741
|
+
faAddress: null,
|
2742
|
+
name: 'Sui Launch Token',
|
2743
|
+
symbol: 'SLT',
|
2744
|
+
decimals: 8,
|
2745
|
+
bridge: null,
|
2746
|
+
panoraSymbol: 'SLT',
|
2747
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SLT.svg',
|
2748
|
+
websiteUrl: 'http://suilaunch.io',
|
2749
|
+
category: 'Native',
|
2750
|
+
isInPanoraTokenList: false,
|
2751
|
+
isBanned: false,
|
2752
|
+
panoraOrderIndex: 100000,
|
2753
|
+
coinGeckoId: null,
|
2754
|
+
coinMarketCapId: null
|
2755
|
+
},
|
2756
|
+
{
|
2757
|
+
chainId: 1,
|
2758
|
+
tokenAddress: '0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T',
|
2759
|
+
faAddress: null,
|
2760
|
+
name: 'SWEAT',
|
2761
|
+
symbol: 'SWEAT',
|
2762
|
+
decimals: 8,
|
2763
|
+
bridge: 'Wormhole',
|
2764
|
+
panoraSymbol: 'whSWEAT',
|
2765
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SWEAT.webp',
|
2766
|
+
websiteUrl: null,
|
2767
|
+
category: 'Bridged',
|
2768
|
+
isInPanoraTokenList: false,
|
2769
|
+
isBanned: false,
|
2770
|
+
panoraOrderIndex: 100000,
|
2771
|
+
coinGeckoId: 'sweatcoin',
|
2772
|
+
coinMarketCapId: null
|
2773
|
+
},
|
2774
|
+
{
|
2775
|
+
chainId: 1,
|
2776
|
+
tokenAddress: '0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T',
|
2777
|
+
faAddress: null,
|
2778
|
+
name: 'NEAR (Wormhole)',
|
2779
|
+
symbol: 'NEAR',
|
2780
|
+
decimals: 8,
|
2781
|
+
bridge: 'Wormhole',
|
2782
|
+
panoraSymbol: 'whNEAR',
|
2783
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/NEAR.webp',
|
2784
|
+
websiteUrl: null,
|
2785
|
+
category: 'Bridged',
|
2786
|
+
isInPanoraTokenList: false,
|
2787
|
+
isBanned: false,
|
2788
|
+
panoraOrderIndex: 100000,
|
2789
|
+
coinGeckoId: 'near',
|
2790
|
+
coinMarketCapId: null
|
2791
|
+
},
|
2792
|
+
{
|
2793
|
+
chainId: 1,
|
2794
|
+
tokenAddress: '0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T',
|
2795
|
+
faAddress: null,
|
2796
|
+
name: 'Nexum Coin',
|
2797
|
+
symbol: 'NEXM',
|
2798
|
+
decimals: 8,
|
2799
|
+
bridge: 'Wormhole',
|
2800
|
+
panoraSymbol: 'whNEXM',
|
2801
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/NEXM.webp',
|
2802
|
+
websiteUrl: null,
|
2803
|
+
category: 'Bridged',
|
2804
|
+
isInPanoraTokenList: false,
|
2805
|
+
isBanned: false,
|
2806
|
+
panoraOrderIndex: 100000,
|
2807
|
+
coinGeckoId: 'nexum',
|
2808
|
+
coinMarketCapId: null
|
2809
|
+
},
|
2810
|
+
{
|
2811
|
+
chainId: 1,
|
2812
|
+
tokenAddress: '0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T',
|
2813
|
+
faAddress: null,
|
2814
|
+
name: 'SushiToken (Wormhole)',
|
2815
|
+
symbol: 'SUSHI',
|
2816
|
+
decimals: 8,
|
2817
|
+
bridge: 'Wormhole',
|
2818
|
+
panoraSymbol: 'whSUSHI',
|
2819
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/SUSHI.webp',
|
2820
|
+
websiteUrl: null,
|
2821
|
+
category: 'Bridged',
|
2822
|
+
isInPanoraTokenList: false,
|
2823
|
+
isBanned: false,
|
2824
|
+
panoraOrderIndex: 100000,
|
2825
|
+
coinGeckoId: 'sushi',
|
2826
|
+
coinMarketCapId: null
|
2827
|
+
},
|
2828
|
+
{
|
2829
|
+
chainId: 1,
|
2830
|
+
tokenAddress: '0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T',
|
2831
|
+
faAddress: null,
|
2832
|
+
name: 'Celo (Wormhole)',
|
2833
|
+
symbol: 'CELO',
|
2834
|
+
decimals: 8,
|
2835
|
+
bridge: 'Wormhole',
|
2836
|
+
panoraSymbol: 'whCELO',
|
2837
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/CELO.webp',
|
2838
|
+
websiteUrl: null,
|
2839
|
+
category: 'Bridged',
|
2840
|
+
isInPanoraTokenList: false,
|
2841
|
+
isBanned: false,
|
2842
|
+
panoraOrderIndex: 100000,
|
2843
|
+
coinGeckoId: 'celo',
|
2844
|
+
coinMarketCapId: null
|
2845
|
+
},
|
2846
|
+
{
|
2847
|
+
chainId: 1,
|
2848
|
+
tokenAddress: '0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T',
|
2849
|
+
faAddress: null,
|
2850
|
+
name: 'FTX Token',
|
2851
|
+
symbol: 'FTT',
|
2852
|
+
decimals: 8,
|
2853
|
+
bridge: 'Wormhole',
|
2854
|
+
panoraSymbol: 'whFTT',
|
2855
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/FTT.webp',
|
2856
|
+
websiteUrl: null,
|
2857
|
+
category: 'Bridged',
|
2858
|
+
isInPanoraTokenList: false,
|
2859
|
+
isBanned: false,
|
2860
|
+
panoraOrderIndex: 100000,
|
2861
|
+
coinGeckoId: 'ftx-token',
|
2862
|
+
coinMarketCapId: null
|
2863
|
+
},
|
2864
|
+
{
|
2865
|
+
chainId: 1,
|
2866
|
+
tokenAddress: '0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T',
|
2867
|
+
faAddress: null,
|
2868
|
+
name: 'Chain',
|
2869
|
+
symbol: 'XCN',
|
2870
|
+
decimals: 8,
|
2871
|
+
bridge: 'Wormhole',
|
2872
|
+
panoraSymbol: 'whXCN',
|
2873
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/XCN.webp',
|
2874
|
+
websiteUrl: null,
|
2875
|
+
category: 'Bridged',
|
2876
|
+
isInPanoraTokenList: false,
|
2877
|
+
isBanned: false,
|
2878
|
+
panoraOrderIndex: 100000,
|
2879
|
+
coinGeckoId: 'chain-2',
|
2880
|
+
coinMarketCapId: null
|
2881
|
+
},
|
2882
|
+
{
|
2883
|
+
chainId: 1,
|
2884
|
+
tokenAddress: '0x91b54cb4441c88fa21b7ca5b8b860e8b6fe726c23866bed91999823e65c1026d::GEMKRW::GEMKRW',
|
2885
|
+
faAddress: null,
|
2886
|
+
name: 'GEM.KRW',
|
2887
|
+
symbol: 'GEMKRW',
|
2888
|
+
decimals: 2,
|
2889
|
+
bridge: null,
|
2890
|
+
panoraSymbol: 'GEMKRW',
|
2891
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/GEMKRW.svg',
|
2892
|
+
websiteUrl: null,
|
2893
|
+
category: 'Native',
|
2894
|
+
isInPanoraTokenList: false,
|
2895
|
+
isBanned: false,
|
2896
|
+
panoraOrderIndex: 100000,
|
2897
|
+
coinGeckoId: null,
|
2898
|
+
coinMarketCapId: null
|
2899
|
+
},
|
2900
|
+
{
|
2901
|
+
chainId: 1,
|
2902
|
+
tokenAddress: '0x7c2aaaaf3f019bbf7f02beed21fc4ec352cc38272f93cb11e61ec7c89bfe5f4b::xbtc::XBTC',
|
2903
|
+
faAddress: null,
|
2904
|
+
name: 'XBTC',
|
2905
|
+
symbol: 'XBTC',
|
2906
|
+
decimals: 8,
|
2907
|
+
bridge: null,
|
2908
|
+
panoraSymbol: 'XBTC',
|
2909
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/BTC.webp',
|
2910
|
+
websiteUrl: null,
|
2911
|
+
category: 'Native',
|
2912
|
+
isInPanoraTokenList: false,
|
2913
|
+
isBanned: false,
|
2914
|
+
panoraOrderIndex: 100000,
|
2915
|
+
coinGeckoId: null,
|
2916
|
+
coinMarketCapId: null
|
2917
|
+
},
|
2918
|
+
{
|
2919
|
+
chainId: 1,
|
2920
|
+
tokenAddress: '0x9770fa9c725cbd97eb50b2be5f7416efdfd1f1554beb0750d4dae4c64e860da3::reserve::LP<0x1::aptos_coin::AptosCoin>',
|
2921
|
+
faAddress: null,
|
2922
|
+
name: 'Aries Aptos Coin LP Token',
|
2923
|
+
symbol: 'ar-APT',
|
2924
|
+
decimals: 8,
|
2925
|
+
bridge: null,
|
2926
|
+
panoraSymbol: 'ar-APT',
|
2927
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ar-APT.svg',
|
2928
|
+
websiteUrl: 'https://ariesmarkets.xyz',
|
2929
|
+
category: 'Native',
|
2930
|
+
isInPanoraTokenList: false,
|
2931
|
+
isBanned: false,
|
2932
|
+
panoraOrderIndex: 100000,
|
2933
|
+
coinGeckoId: null,
|
2934
|
+
coinMarketCapId: null
|
2935
|
+
},
|
2936
|
+
{
|
2937
|
+
chainId: 1,
|
2938
|
+
tokenAddress: '0x9770fa9c725cbd97eb50b2be5f7416efdfd1f1554beb0750d4dae4c64e860da3::reserve::LP<0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T>',
|
2939
|
+
faAddress: null,
|
2940
|
+
name: 'Aries Solana (Wormhole) LP Token',
|
2941
|
+
symbol: 'ar-SOL',
|
2942
|
+
decimals: 8,
|
2943
|
+
bridge: null,
|
2944
|
+
panoraSymbol: 'ar-SOL',
|
2945
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ar-SOL.svg',
|
2946
|
+
websiteUrl: 'https://ariesmarkets.xyz',
|
2947
|
+
category: 'Native',
|
2948
|
+
isInPanoraTokenList: false,
|
2949
|
+
isBanned: false,
|
2950
|
+
panoraOrderIndex: 100000,
|
2951
|
+
coinGeckoId: null,
|
2952
|
+
coinMarketCapId: null
|
2953
|
+
},
|
2954
|
+
{
|
2955
|
+
chainId: 1,
|
2956
|
+
tokenAddress: '0x9770fa9c725cbd97eb50b2be5f7416efdfd1f1554beb0750d4dae4c64e860da3::reserve::LP<0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC>',
|
2957
|
+
faAddress: null,
|
2958
|
+
name: 'Aries USDC (Layerzero) LP Token',
|
2959
|
+
symbol: 'ar-zUSDC',
|
2960
|
+
decimals: 6,
|
2961
|
+
bridge: null,
|
2962
|
+
panoraSymbol: 'ar-lzUSDC',
|
2963
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ar-USDC.svg',
|
2964
|
+
websiteUrl: 'https://ariesmarkets.xyz',
|
2965
|
+
category: 'Native',
|
2966
|
+
isInPanoraTokenList: false,
|
2967
|
+
isBanned: false,
|
2968
|
+
panoraOrderIndex: 100000,
|
2969
|
+
coinGeckoId: null,
|
2970
|
+
coinMarketCapId: null
|
2971
|
+
},
|
2972
|
+
{
|
2973
|
+
chainId: 1,
|
2974
|
+
tokenAddress: '0x9770fa9c725cbd97eb50b2be5f7416efdfd1f1554beb0750d4dae4c64e860da3::reserve::LP<0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T>',
|
2975
|
+
faAddress: null,
|
2976
|
+
name: 'Aries USDC (Wormhole) LP Token',
|
2977
|
+
symbol: 'ar-USDC',
|
2978
|
+
decimals: 6,
|
2979
|
+
bridge: null,
|
2980
|
+
panoraSymbol: 'ar-whUSDC',
|
2981
|
+
logoUrl: 'https://raw.githubusercontent.com/PanoraExchange/Aptos-Tokens/main/logos/ar-USDC.svg',
|
2982
|
+
websiteUrl: 'https://ariesmarkets.xyz',
|
2983
|
+
category: 'Native',
|
2984
|
+
isInPanoraTokenList: false,
|
2985
|
+
isBanned: false,
|
2986
|
+
panoraOrderIndex: 100000,
|
2987
|
+
coinGeckoId: null,
|
2988
|
+
coinMarketCapId: null
|
2989
|
+
},
|
2990
|
+
{
|
2991
|
+
chainId: 1,
|
2992
|
+
tokenAddress: '0x397071c01929cc6672a17f130bd62b1bce224309029837ce4f18214cc83ce2a7::USDC::USDC',
|
2993
|
+
faAddress: null,
|
2994
|
+
name: '💸 USDC-APTOS.ORG',
|
2995
|
+
symbol: 'USDC-APTOS',
|
2996
|
+
decimals: 6,
|
2997
|
+
bridge: null,
|
2998
|
+
panoraSymbol: 'USDC-APTOS',
|
2999
|
+
logoUrl: null,
|
3000
|
+
websiteUrl: null,
|
3001
|
+
category: 'Native',
|
3002
|
+
isInPanoraTokenList: false,
|
3003
|
+
isBanned: true,
|
3004
|
+
panoraOrderIndex: 100000,
|
3005
|
+
coinGeckoId: null,
|
3006
|
+
coinMarketCapId: null
|
3007
|
+
},
|
3008
|
+
{
|
3009
|
+
chainId: 1,
|
3010
|
+
tokenAddress: '0x48327a479bf5c5d2e36d5e9846362cff2d99e0e27ff92859fc247893fded3fbd::APTOS::APTOS',
|
3011
|
+
faAddress: null,
|
3012
|
+
name: '💸 aptclaim.net',
|
3013
|
+
symbol: '$APT',
|
3014
|
+
decimals: 6,
|
3015
|
+
bridge: null,
|
3016
|
+
panoraSymbol: '$APT',
|
3017
|
+
logoUrl: null,
|
3018
|
+
websiteUrl: null,
|
3019
|
+
category: 'Native',
|
3020
|
+
isInPanoraTokenList: false,
|
3021
|
+
isBanned: true,
|
3022
|
+
panoraOrderIndex: 100000,
|
3023
|
+
coinGeckoId: null,
|
3024
|
+
coinMarketCapId: null
|
3025
|
+
},
|
3026
|
+
{
|
3027
|
+
chainId: 1,
|
3028
|
+
tokenAddress: '0xbbc4a9af0e7fa8885bda5db08028e7b882f2c2bba1e0fedbad1d8316f73f8b2f::memes::Memecoins',
|
3029
|
+
faAddress: null,
|
3030
|
+
name: '⭐ aptosmeme.com',
|
3031
|
+
symbol: 'MEME',
|
3032
|
+
decimals: 8,
|
3033
|
+
bridge: null,
|
3034
|
+
panoraSymbol: 'MEME',
|
3035
|
+
logoUrl: null,
|
3036
|
+
websiteUrl: null,
|
3037
|
+
category: 'Native',
|
3038
|
+
isInPanoraTokenList: false,
|
3039
|
+
isBanned: true,
|
3040
|
+
panoraOrderIndex: 100000,
|
3041
|
+
coinGeckoId: null,
|
3042
|
+
coinMarketCapId: null
|
3043
|
+
},
|
3044
|
+
{
|
3045
|
+
chainId: 1,
|
3046
|
+
tokenAddress: '0xf658475dc67a4d48295dbcea6de1dc3c9af64c1c80d4161284df369be941dafb::moon_coin::MoonCoin',
|
3047
|
+
faAddress: null,
|
3048
|
+
name: 'ClaimAPTGift.com',
|
3049
|
+
symbol: 'aGift.site',
|
3050
|
+
decimals: 6,
|
3051
|
+
bridge: null,
|
3052
|
+
panoraSymbol: 'aGift.site',
|
3053
|
+
logoUrl: null,
|
3054
|
+
websiteUrl: null,
|
3055
|
+
category: 'Native',
|
3056
|
+
isInPanoraTokenList: false,
|
3057
|
+
isBanned: true,
|
3058
|
+
panoraOrderIndex: 100000,
|
3059
|
+
coinGeckoId: null,
|
3060
|
+
coinMarketCapId: null
|
3061
|
+
},
|
3062
|
+
{
|
3063
|
+
chainId: 1,
|
3064
|
+
tokenAddress: '0xbc106d0fef7e5ce159423a1a9312e011bca7fb57f961146a2f88003a779b25c2::QUEST::QUEST',
|
3065
|
+
faAddress: null,
|
3066
|
+
name: '▪ AptosQuest.io',
|
3067
|
+
symbol: 'COINS',
|
3068
|
+
decimals: 6,
|
3069
|
+
bridge: null,
|
3070
|
+
panoraSymbol: 'COINS',
|
3071
|
+
logoUrl: null,
|
3072
|
+
websiteUrl: null,
|
3073
|
+
category: 'Native',
|
3074
|
+
isInPanoraTokenList: false,
|
3075
|
+
isBanned: true,
|
3076
|
+
panoraOrderIndex: 100000,
|
3077
|
+
coinGeckoId: null,
|
3078
|
+
coinMarketCapId: null
|
3079
|
+
},
|
3080
|
+
{
|
3081
|
+
chainId: 1,
|
3082
|
+
tokenAddress: '0x50788befc1107c0cc4473848a92e5c783c635866ce3c98de71d2eeb7d2a34f85::apt_rewards::APTRewards',
|
3083
|
+
faAddress: null,
|
3084
|
+
name: 'https://aptosx.app',
|
3085
|
+
symbol: 'APT Reward',
|
3086
|
+
decimals: 6,
|
3087
|
+
bridge: null,
|
3088
|
+
panoraSymbol: 'APT Reward',
|
3089
|
+
logoUrl: null,
|
3090
|
+
websiteUrl: 'https://aptosx.app',
|
3091
|
+
category: 'Native',
|
3092
|
+
isInPanoraTokenList: false,
|
3093
|
+
isBanned: true,
|
3094
|
+
panoraOrderIndex: 100000,
|
3095
|
+
coinGeckoId: null,
|
3096
|
+
coinMarketCapId: null
|
3097
|
+
}
|
3098
|
+
];
|
3099
|
+
//# sourceMappingURL=token-list.js.map
|