@beefyfinance/blockchain-addressbook 0.54.150 → 0.54.151

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.
Files changed (31) hide show
  1. package/build/address-book/avax/index.d.ts +2 -2
  2. package/build/address-book/avax/tokens/tokens.d.ts +1 -1
  3. package/build/address-book/avax/tokens/tokens.js +1 -1
  4. package/build/address-book/base/index.d.ts +16 -4
  5. package/build/address-book/base/tokens/tokens.d.ts +8 -2
  6. package/build/address-book/base/tokens/tokens.js +8 -2
  7. package/build/address-book/bsc/index.d.ts +10 -0
  8. package/build/address-book/bsc/tokens/tokens.d.ts +5 -0
  9. package/build/address-book/bsc/tokens/tokens.js +5 -0
  10. package/build/address-book/ethereum/index.d.ts +10 -6
  11. package/build/address-book/ethereum/tokens/tokens.d.ts +5 -3
  12. package/build/address-book/ethereum/tokens/tokens.js +5 -3
  13. package/build/address-book/hyperevm/index.d.ts +14 -6
  14. package/build/address-book/hyperevm/tokens/tokens.d.ts +7 -3
  15. package/build/address-book/hyperevm/tokens/tokens.js +4 -3
  16. package/build-esm/address-book/avax/index.d.ts +2 -2
  17. package/build-esm/address-book/avax/tokens/tokens.d.ts +1 -1
  18. package/build-esm/address-book/avax/tokens/tokens.js +1 -1
  19. package/build-esm/address-book/base/index.d.ts +16 -4
  20. package/build-esm/address-book/base/tokens/tokens.d.ts +8 -2
  21. package/build-esm/address-book/base/tokens/tokens.js +8 -2
  22. package/build-esm/address-book/bsc/index.d.ts +10 -0
  23. package/build-esm/address-book/bsc/tokens/tokens.d.ts +5 -0
  24. package/build-esm/address-book/bsc/tokens/tokens.js +5 -0
  25. package/build-esm/address-book/ethereum/index.d.ts +10 -6
  26. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +5 -3
  27. package/build-esm/address-book/ethereum/tokens/tokens.js +5 -3
  28. package/build-esm/address-book/hyperevm/index.d.ts +14 -6
  29. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +7 -3
  30. package/build-esm/address-book/hyperevm/tokens/tokens.js +4 -3
  31. package/package.json +1 -1
@@ -13,6 +13,7 @@ export declare const hyperevm: {
13
13
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
14
14
  readonly bridge: "canonical";
15
15
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly WHYPE: {
18
19
  readonly name: "Wrapped HYPE";
@@ -25,6 +26,7 @@ export declare const hyperevm: {
25
26
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
26
27
  readonly bridge: "canonical";
27
28
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly WNATIVE: {
30
32
  readonly name: "Wrapped HYPE";
@@ -37,6 +39,7 @@ export declare const hyperevm: {
37
39
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
38
40
  readonly bridge: "canonical";
39
41
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly FEES: {
42
45
  readonly name: "Wrapped HYPE";
@@ -49,6 +52,7 @@ export declare const hyperevm: {
49
52
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
50
53
  readonly bridge: "canonical";
51
54
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly USDT0: {
54
58
  readonly name: "USDT0";
@@ -175,7 +179,7 @@ export declare const hyperevm: {
175
179
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
176
180
  readonly documentation: "https://docs.hyperunit.xyz/";
177
181
  readonly bridge: "native";
178
- readonly tags: readonly ["NO_TIMELOCK"];
182
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
179
183
  };
180
184
  readonly kHYPE: {
181
185
  readonly name: "Kinetiq Staked HYPE";
@@ -200,7 +204,7 @@ export declare const hyperevm: {
200
204
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
201
205
  readonly documentation: "https://docs.hyperunit.xyz/";
202
206
  readonly bridge: "native";
203
- readonly tags: readonly ["NO_TIMELOCK"];
207
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
204
208
  };
205
209
  readonly UFART: {
206
210
  readonly name: "Unit Fartcoin";
@@ -213,7 +217,7 @@ export declare const hyperevm: {
213
217
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
214
218
  readonly documentation: "https://docs.hyperunit.xyz/";
215
219
  readonly bridge: "native";
216
- readonly tags: readonly ["NO_TIMELOCK"];
220
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
217
221
  };
218
222
  readonly UPUMP: {
219
223
  readonly name: "Unit Pumpcoin";
@@ -253,6 +257,7 @@ export declare const hyperevm: {
253
257
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
254
258
  readonly bridge: "canonical";
255
259
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
260
+ readonly tags: readonly ["BLUECHIP"];
256
261
  };
257
262
  readonly WHYPE: {
258
263
  readonly name: "Wrapped HYPE";
@@ -265,6 +270,7 @@ export declare const hyperevm: {
265
270
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
266
271
  readonly bridge: "canonical";
267
272
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
273
+ readonly tags: readonly ["BLUECHIP"];
268
274
  };
269
275
  readonly WNATIVE: {
270
276
  readonly name: "Wrapped HYPE";
@@ -277,6 +283,7 @@ export declare const hyperevm: {
277
283
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
278
284
  readonly bridge: "canonical";
279
285
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
286
+ readonly tags: readonly ["BLUECHIP"];
280
287
  };
281
288
  readonly FEES: {
282
289
  readonly name: "Wrapped HYPE";
@@ -289,6 +296,7 @@ export declare const hyperevm: {
289
296
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
290
297
  readonly bridge: "canonical";
291
298
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
299
+ readonly tags: readonly ["BLUECHIP"];
292
300
  };
293
301
  readonly USDT0: {
294
302
  readonly name: "USDT0";
@@ -415,7 +423,7 @@ export declare const hyperevm: {
415
423
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
416
424
  readonly documentation: "https://docs.hyperunit.xyz/";
417
425
  readonly bridge: "native";
418
- readonly tags: readonly ["NO_TIMELOCK"];
426
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
419
427
  };
420
428
  readonly kHYPE: {
421
429
  readonly name: "Kinetiq Staked HYPE";
@@ -440,7 +448,7 @@ export declare const hyperevm: {
440
448
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
441
449
  readonly documentation: "https://docs.hyperunit.xyz/";
442
450
  readonly bridge: "native";
443
- readonly tags: readonly ["NO_TIMELOCK"];
451
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
444
452
  };
445
453
  readonly UFART: {
446
454
  readonly name: "Unit Fartcoin";
@@ -453,7 +461,7 @@ export declare const hyperevm: {
453
461
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
454
462
  readonly documentation: "https://docs.hyperunit.xyz/";
455
463
  readonly bridge: "native";
456
- readonly tags: readonly ["NO_TIMELOCK"];
464
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
457
465
  };
458
466
  readonly UPUMP: {
459
467
  readonly name: "Unit Pumpcoin";
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
11
11
  readonly bridge: "canonical";
12
12
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly WHYPE: {
15
16
  readonly name: "Wrapped HYPE";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
23
24
  readonly bridge: "canonical";
24
25
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly WNATIVE: {
27
29
  readonly name: "Wrapped HYPE";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
35
37
  readonly bridge: "canonical";
36
38
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly FEES: {
39
42
  readonly name: "Wrapped HYPE";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ";
47
50
  readonly bridge: "canonical";
48
51
  readonly documentation: "https://hyperliquid.gitbook.io/hyperliquid-docs";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly USDT0: {
51
55
  readonly name: "USDT0";
@@ -172,7 +176,7 @@ export declare const tokens: {
172
176
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
173
177
  readonly documentation: "https://docs.hyperunit.xyz/";
174
178
  readonly bridge: "native";
175
- readonly tags: readonly ["NO_TIMELOCK"];
179
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
176
180
  };
177
181
  readonly kHYPE: {
178
182
  readonly name: "Kinetiq Staked HYPE";
@@ -197,7 +201,7 @@ export declare const tokens: {
197
201
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
198
202
  readonly documentation: "https://docs.hyperunit.xyz/";
199
203
  readonly bridge: "native";
200
- readonly tags: readonly ["NO_TIMELOCK"];
204
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
201
205
  };
202
206
  readonly UFART: {
203
207
  readonly name: "Unit Fartcoin";
@@ -210,7 +214,7 @@ export declare const tokens: {
210
214
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
211
215
  readonly documentation: "https://docs.hyperunit.xyz/";
212
216
  readonly bridge: "native";
213
- readonly tags: readonly ["NO_TIMELOCK"];
217
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
214
218
  };
215
219
  readonly UPUMP: {
216
220
  readonly name: "Unit Pumpcoin";
@@ -12,6 +12,7 @@ const HYPE = {
12
12
  description: 'Hyperliquid is a performant blockchain built with the vision of a fully onchain open financial system. Liquidity, user applications, and trading activity synergize on a unified platform that will ultimately house all of finance. ',
13
13
  bridge: 'canonical',
14
14
  documentation: 'https://hyperliquid.gitbook.io/hyperliquid-docs',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  HYPE,
@@ -143,7 +144,7 @@ exports.tokens = {
143
144
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
144
145
  documentation: 'https://docs.hyperunit.xyz/',
145
146
  bridge: 'native',
146
- tags: ['NO_TIMELOCK'],
147
+ tags: ['NO_TIMELOCK', 'BLUECHIP'],
147
148
  },
148
149
  kHYPE: {
149
150
  name: 'Kinetiq Staked HYPE',
@@ -168,7 +169,7 @@ exports.tokens = {
168
169
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
169
170
  documentation: 'https://docs.hyperunit.xyz/',
170
171
  bridge: 'native',
171
- tags: ['NO_TIMELOCK'],
172
+ tags: ['NO_TIMELOCK', 'BLUECHIP'],
172
173
  },
173
174
  UFART: {
174
175
  name: 'Unit Fartcoin',
@@ -181,7 +182,7 @@ exports.tokens = {
181
182
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
182
183
  documentation: 'https://docs.hyperunit.xyz/',
183
184
  bridge: 'native',
184
- tags: ['NO_TIMELOCK'],
185
+ tags: ['NO_TIMELOCK', 'MEMECOIN'],
185
186
  },
186
187
  UPUMP: {
187
188
  name: 'Unit Pumpcoin',
@@ -4595,7 +4595,7 @@ export declare const avax: {
4595
4595
  readonly documentation: "https://docs.superverse.co/";
4596
4596
  readonly description: "The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.";
4597
4597
  readonly bridge: "layer-zero";
4598
- readonly tags: readonly ["NO_TIMELOCK"];
4598
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
4599
4599
  };
4600
4600
  readonly rsAVAX: {
4601
4601
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -9244,7 +9244,7 @@ export declare const avax: {
9244
9244
  readonly documentation: "https://docs.superverse.co/";
9245
9245
  readonly description: "The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.";
9246
9246
  readonly bridge: "layer-zero";
9247
- readonly tags: readonly ["NO_TIMELOCK"];
9247
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
9248
9248
  };
9249
9249
  readonly rsAVAX: {
9250
9250
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -4592,7 +4592,7 @@ export declare const tokens: {
4592
4592
  readonly documentation: "https://docs.superverse.co/";
4593
4593
  readonly description: "The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.";
4594
4594
  readonly bridge: "layer-zero";
4595
- readonly tags: readonly ["NO_TIMELOCK"];
4595
+ readonly tags: readonly ["NO_TIMELOCK", "MEMECOIN"];
4596
4596
  };
4597
4597
  readonly rsAVAX: {
4598
4598
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -4557,7 +4557,7 @@ export const tokens = {
4557
4557
  documentation: 'https://docs.superverse.co/',
4558
4558
  description: 'The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.',
4559
4559
  bridge: 'layer-zero',
4560
- tags: ['NO_TIMELOCK'],
4560
+ tags: ['NO_TIMELOCK', 'MEMECOIN'],
4561
4561
  },
4562
4562
  rsAVAX: {
4563
4563
  name: 'Yak Milk Suzaku Restaked sAVAX',
@@ -1871,7 +1871,7 @@ export declare const base: {
1871
1871
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1872
1872
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1873
1873
  readonly bridge: "native";
1874
- readonly tags: readonly ["NO_TIMELOCK"];
1874
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
1875
1875
  };
1876
1876
  readonly uXRP: {
1877
1877
  readonly name: "XRP (Universal)";
@@ -2529,6 +2529,7 @@ export declare const base: {
2529
2529
  readonly description: "Coinbase Wrapped XRP (cbXRP) is backed 1:1 with XRP, custodied with Coinbase.";
2530
2530
  readonly documentation: "https://www.coinbase.com/blog/";
2531
2531
  readonly bridge: "native";
2532
+ readonly tags: readonly ["BLUECHIP"];
2532
2533
  };
2533
2534
  readonly cbADA: {
2534
2535
  readonly name: "Coinbase Wrapped ADA";
@@ -2541,6 +2542,7 @@ export declare const base: {
2541
2542
  readonly description: "Coinbase Wrapped ADA (cbADA) is backed 1:1 with ADA, custodied with Coinbase.";
2542
2543
  readonly documentation: "https://www.coinbase.com/blog/";
2543
2544
  readonly bridge: "native";
2545
+ readonly tags: readonly ["BLUECHIP"];
2544
2546
  };
2545
2547
  readonly cbDOGE: {
2546
2548
  readonly name: "Coinbase Wrapped DOGE";
@@ -2553,6 +2555,7 @@ export declare const base: {
2553
2555
  readonly description: "Coinbase Wrapped DOGE (cbDOGE) is backed 1:1 with DOGE, custodied with Coinbase.";
2554
2556
  readonly documentation: "https://www.coinbase.com/blog/";
2555
2557
  readonly bridge: "native";
2558
+ readonly tags: readonly ["MEMECOIN"];
2556
2559
  };
2557
2560
  readonly cbLTC: {
2558
2561
  readonly name: "Coinbase Wrapped LTC";
@@ -2565,6 +2568,7 @@ export declare const base: {
2565
2568
  readonly description: "Coinbase Wrapped LTC (cbLTC) is backed 1:1 with LTC, custodied with Coinbase.";
2566
2569
  readonly documentation: "https://www.coinbase.com/blog/";
2567
2570
  readonly bridge: "native";
2571
+ readonly tags: readonly ["BLUECHIP"];
2568
2572
  };
2569
2573
  readonly AAVE: {
2570
2574
  readonly name: "AAVE";
@@ -2678,6 +2682,7 @@ export declare const base: {
2678
2682
  readonly description: "Metacade is the home of gaming on Base. Welcome to thriving metropolis, Metacadia, where the onchain gaming pulse never fades. Within its neon-lit streets are four quarters, where gamers, investors, builders and ambitious partners are poised to carve their mark into the virtual skyline, each pushing to dominate the city and win over the Metacaders.";
2679
2683
  readonly documentation: "https://docs.metacade.co/";
2680
2684
  readonly bridge: "base-canonical";
2685
+ readonly tags: readonly ["MEMECOIN"];
2681
2686
  };
2682
2687
  readonly SPECTRA: {
2683
2688
  readonly name: "Spectra Token";
@@ -2817,6 +2822,7 @@ export declare const base: {
2817
2822
  readonly description: "The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index built designed to track the performance of large-cap digital assets.";
2818
2823
  readonly documentation: "https://reserve.org/protocol/";
2819
2824
  readonly bridge: "native";
2825
+ readonly tags: readonly ["BLUECHIP"];
2820
2826
  };
2821
2827
  readonly DIEM: {
2822
2828
  readonly name: "Diem";
@@ -2993,7 +2999,7 @@ export declare const base: {
2993
2999
  readonly website: "https://bytegroksdog.xyz/";
2994
3000
  readonly documentation: "https://bytegroksdog.xyz/whitepaper";
2995
3001
  readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
2996
- readonly tags: readonly ["LARGE_HOLDERS"];
3002
+ readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
2997
3003
  };
2998
3004
  readonly ZEN: {
2999
3005
  readonly name: "Horizen";
@@ -4878,7 +4884,7 @@ export declare const base: {
4878
4884
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
4879
4885
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
4880
4886
  readonly bridge: "native";
4881
- readonly tags: readonly ["NO_TIMELOCK"];
4887
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
4882
4888
  };
4883
4889
  readonly uXRP: {
4884
4890
  readonly name: "XRP (Universal)";
@@ -5536,6 +5542,7 @@ export declare const base: {
5536
5542
  readonly description: "Coinbase Wrapped XRP (cbXRP) is backed 1:1 with XRP, custodied with Coinbase.";
5537
5543
  readonly documentation: "https://www.coinbase.com/blog/";
5538
5544
  readonly bridge: "native";
5545
+ readonly tags: readonly ["BLUECHIP"];
5539
5546
  };
5540
5547
  readonly cbADA: {
5541
5548
  readonly name: "Coinbase Wrapped ADA";
@@ -5548,6 +5555,7 @@ export declare const base: {
5548
5555
  readonly description: "Coinbase Wrapped ADA (cbADA) is backed 1:1 with ADA, custodied with Coinbase.";
5549
5556
  readonly documentation: "https://www.coinbase.com/blog/";
5550
5557
  readonly bridge: "native";
5558
+ readonly tags: readonly ["BLUECHIP"];
5551
5559
  };
5552
5560
  readonly cbDOGE: {
5553
5561
  readonly name: "Coinbase Wrapped DOGE";
@@ -5560,6 +5568,7 @@ export declare const base: {
5560
5568
  readonly description: "Coinbase Wrapped DOGE (cbDOGE) is backed 1:1 with DOGE, custodied with Coinbase.";
5561
5569
  readonly documentation: "https://www.coinbase.com/blog/";
5562
5570
  readonly bridge: "native";
5571
+ readonly tags: readonly ["MEMECOIN"];
5563
5572
  };
5564
5573
  readonly cbLTC: {
5565
5574
  readonly name: "Coinbase Wrapped LTC";
@@ -5572,6 +5581,7 @@ export declare const base: {
5572
5581
  readonly description: "Coinbase Wrapped LTC (cbLTC) is backed 1:1 with LTC, custodied with Coinbase.";
5573
5582
  readonly documentation: "https://www.coinbase.com/blog/";
5574
5583
  readonly bridge: "native";
5584
+ readonly tags: readonly ["BLUECHIP"];
5575
5585
  };
5576
5586
  readonly AAVE: {
5577
5587
  readonly name: "AAVE";
@@ -5685,6 +5695,7 @@ export declare const base: {
5685
5695
  readonly description: "Metacade is the home of gaming on Base. Welcome to thriving metropolis, Metacadia, where the onchain gaming pulse never fades. Within its neon-lit streets are four quarters, where gamers, investors, builders and ambitious partners are poised to carve their mark into the virtual skyline, each pushing to dominate the city and win over the Metacaders.";
5686
5696
  readonly documentation: "https://docs.metacade.co/";
5687
5697
  readonly bridge: "base-canonical";
5698
+ readonly tags: readonly ["MEMECOIN"];
5688
5699
  };
5689
5700
  readonly SPECTRA: {
5690
5701
  readonly name: "Spectra Token";
@@ -5824,6 +5835,7 @@ export declare const base: {
5824
5835
  readonly description: "The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index built designed to track the performance of large-cap digital assets.";
5825
5836
  readonly documentation: "https://reserve.org/protocol/";
5826
5837
  readonly bridge: "native";
5838
+ readonly tags: readonly ["BLUECHIP"];
5827
5839
  };
5828
5840
  readonly DIEM: {
5829
5841
  readonly name: "Diem";
@@ -6000,7 +6012,7 @@ export declare const base: {
6000
6012
  readonly website: "https://bytegroksdog.xyz/";
6001
6013
  readonly documentation: "https://bytegroksdog.xyz/whitepaper";
6002
6014
  readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
6003
- readonly tags: readonly ["LARGE_HOLDERS"];
6015
+ readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
6004
6016
  };
6005
6017
  readonly ZEN: {
6006
6018
  readonly name: "Horizen";
@@ -1868,7 +1868,7 @@ export declare const tokens: {
1868
1868
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1869
1869
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1870
1870
  readonly bridge: "native";
1871
- readonly tags: readonly ["NO_TIMELOCK"];
1871
+ readonly tags: readonly ["NO_TIMELOCK", "BLUECHIP"];
1872
1872
  };
1873
1873
  readonly uXRP: {
1874
1874
  readonly name: "XRP (Universal)";
@@ -2526,6 +2526,7 @@ export declare const tokens: {
2526
2526
  readonly description: "Coinbase Wrapped XRP (cbXRP) is backed 1:1 with XRP, custodied with Coinbase.";
2527
2527
  readonly documentation: "https://www.coinbase.com/blog/";
2528
2528
  readonly bridge: "native";
2529
+ readonly tags: readonly ["BLUECHIP"];
2529
2530
  };
2530
2531
  readonly cbADA: {
2531
2532
  readonly name: "Coinbase Wrapped ADA";
@@ -2538,6 +2539,7 @@ export declare const tokens: {
2538
2539
  readonly description: "Coinbase Wrapped ADA (cbADA) is backed 1:1 with ADA, custodied with Coinbase.";
2539
2540
  readonly documentation: "https://www.coinbase.com/blog/";
2540
2541
  readonly bridge: "native";
2542
+ readonly tags: readonly ["BLUECHIP"];
2541
2543
  };
2542
2544
  readonly cbDOGE: {
2543
2545
  readonly name: "Coinbase Wrapped DOGE";
@@ -2550,6 +2552,7 @@ export declare const tokens: {
2550
2552
  readonly description: "Coinbase Wrapped DOGE (cbDOGE) is backed 1:1 with DOGE, custodied with Coinbase.";
2551
2553
  readonly documentation: "https://www.coinbase.com/blog/";
2552
2554
  readonly bridge: "native";
2555
+ readonly tags: readonly ["MEMECOIN"];
2553
2556
  };
2554
2557
  readonly cbLTC: {
2555
2558
  readonly name: "Coinbase Wrapped LTC";
@@ -2562,6 +2565,7 @@ export declare const tokens: {
2562
2565
  readonly description: "Coinbase Wrapped LTC (cbLTC) is backed 1:1 with LTC, custodied with Coinbase.";
2563
2566
  readonly documentation: "https://www.coinbase.com/blog/";
2564
2567
  readonly bridge: "native";
2568
+ readonly tags: readonly ["BLUECHIP"];
2565
2569
  };
2566
2570
  readonly AAVE: {
2567
2571
  readonly name: "AAVE";
@@ -2675,6 +2679,7 @@ export declare const tokens: {
2675
2679
  readonly description: "Metacade is the home of gaming on Base. Welcome to thriving metropolis, Metacadia, where the onchain gaming pulse never fades. Within its neon-lit streets are four quarters, where gamers, investors, builders and ambitious partners are poised to carve their mark into the virtual skyline, each pushing to dominate the city and win over the Metacaders.";
2676
2680
  readonly documentation: "https://docs.metacade.co/";
2677
2681
  readonly bridge: "base-canonical";
2682
+ readonly tags: readonly ["MEMECOIN"];
2678
2683
  };
2679
2684
  readonly SPECTRA: {
2680
2685
  readonly name: "Spectra Token";
@@ -2814,6 +2819,7 @@ export declare const tokens: {
2814
2819
  readonly description: "The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index built designed to track the performance of large-cap digital assets.";
2815
2820
  readonly documentation: "https://reserve.org/protocol/";
2816
2821
  readonly bridge: "native";
2822
+ readonly tags: readonly ["BLUECHIP"];
2817
2823
  };
2818
2824
  readonly DIEM: {
2819
2825
  readonly name: "Diem";
@@ -2990,7 +2996,7 @@ export declare const tokens: {
2990
2996
  readonly website: "https://bytegroksdog.xyz/";
2991
2997
  readonly documentation: "https://bytegroksdog.xyz/whitepaper";
2992
2998
  readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
2993
- readonly tags: readonly ["LARGE_HOLDERS"];
2999
+ readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
2994
3000
  };
2995
3001
  readonly ZEN: {
2996
3002
  readonly name: "Horizen";
@@ -1833,7 +1833,7 @@ export const tokens = {
1833
1833
  description: 'uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.',
1834
1834
  documentation: 'https://docs.universalassets.xyz/universal-protocol',
1835
1835
  bridge: 'native',
1836
- tags: ['NO_TIMELOCK'],
1836
+ tags: ['NO_TIMELOCK', 'BLUECHIP'],
1837
1837
  },
1838
1838
  uXRP: {
1839
1839
  name: 'XRP (Universal)',
@@ -2491,6 +2491,7 @@ export const tokens = {
2491
2491
  description: 'Coinbase Wrapped XRP (cbXRP) is backed 1:1 with XRP, custodied with Coinbase.',
2492
2492
  documentation: 'https://www.coinbase.com/blog/',
2493
2493
  bridge: 'native',
2494
+ tags: ['BLUECHIP'],
2494
2495
  },
2495
2496
  cbADA: {
2496
2497
  name: 'Coinbase Wrapped ADA',
@@ -2503,6 +2504,7 @@ export const tokens = {
2503
2504
  description: 'Coinbase Wrapped ADA (cbADA) is backed 1:1 with ADA, custodied with Coinbase.',
2504
2505
  documentation: 'https://www.coinbase.com/blog/',
2505
2506
  bridge: 'native',
2507
+ tags: ['BLUECHIP'],
2506
2508
  },
2507
2509
  cbDOGE: {
2508
2510
  name: 'Coinbase Wrapped DOGE',
@@ -2515,6 +2517,7 @@ export const tokens = {
2515
2517
  description: 'Coinbase Wrapped DOGE (cbDOGE) is backed 1:1 with DOGE, custodied with Coinbase.',
2516
2518
  documentation: 'https://www.coinbase.com/blog/',
2517
2519
  bridge: 'native',
2520
+ tags: ['MEMECOIN'],
2518
2521
  },
2519
2522
  cbLTC: {
2520
2523
  name: 'Coinbase Wrapped LTC',
@@ -2527,6 +2530,7 @@ export const tokens = {
2527
2530
  description: 'Coinbase Wrapped LTC (cbLTC) is backed 1:1 with LTC, custodied with Coinbase.',
2528
2531
  documentation: 'https://www.coinbase.com/blog/',
2529
2532
  bridge: 'native',
2533
+ tags: ['BLUECHIP'],
2530
2534
  },
2531
2535
  AAVE: {
2532
2536
  name: 'AAVE',
@@ -2640,6 +2644,7 @@ export const tokens = {
2640
2644
  description: 'Metacade is the home of gaming on Base. Welcome to thriving metropolis, Metacadia, where the onchain gaming pulse never fades. Within its neon-lit streets are four quarters, where gamers, investors, builders and ambitious partners are poised to carve their mark into the virtual skyline, each pushing to dominate the city and win over the Metacaders.',
2641
2645
  documentation: 'https://docs.metacade.co/',
2642
2646
  bridge: 'base-canonical',
2647
+ tags: ['MEMECOIN'],
2643
2648
  },
2644
2649
  SPECTRA: {
2645
2650
  name: 'Spectra Token',
@@ -2779,6 +2784,7 @@ export const tokens = {
2779
2784
  description: 'The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index built designed to track the performance of large-cap digital assets.',
2780
2785
  documentation: 'https://reserve.org/protocol/',
2781
2786
  bridge: 'native',
2787
+ tags: ['BLUECHIP'],
2782
2788
  },
2783
2789
  DIEM: {
2784
2790
  name: 'Diem',
@@ -2955,7 +2961,7 @@ export const tokens = {
2955
2961
  website: 'https://bytegroksdog.xyz/',
2956
2962
  documentation: 'https://bytegroksdog.xyz/whitepaper',
2957
2963
  description: 'BYTE is a meme coin and an onchain experiment launched by AI command on Base.',
2958
- tags: ['LARGE_HOLDERS'],
2964
+ tags: ['LARGE_HOLDERS', 'MEMECOIN'],
2959
2965
  },
2960
2966
  ZEN: {
2961
2967
  name: 'Horizen',
@@ -4250,6 +4250,7 @@ export declare const bsc: {
4250
4250
  readonly website: "https://pupxbnb.com/";
4251
4251
  readonly description: "MEMECOIN: The Loyal Mirror Pup Reflecting Gains on the Chain";
4252
4252
  readonly bridge: "native";
4253
+ readonly tags: readonly ["MEMECOIN"];
4253
4254
  };
4254
4255
  readonly BINANCE_LIFE: {
4255
4256
  readonly name: "币安人生";
@@ -4261,6 +4262,7 @@ export declare const bsc: {
4261
4262
  readonly website: "https://x.com/heyibinance/status/1974489756164575458";
4262
4263
  readonly description: "MEMECOIN: Oh my, thank you, Jason. You are so kind and insightful. You are just like Binance. I wish you can hold BNB, drive a Binance car, live in a Binance community, and enjoy a Binance life.";
4263
4264
  readonly bridge: "native";
4265
+ readonly tags: readonly ["MEMECOIN"];
4264
4266
  };
4265
4267
  readonly FOUR: {
4266
4268
  readonly name: "4";
@@ -4272,6 +4274,7 @@ export declare const bsc: {
4272
4274
  readonly website: "https://x.com/4onbsc";
4273
4275
  readonly description: "MEMECOIN: The Spirit of BSC";
4274
4276
  readonly bridge: "native";
4277
+ readonly tags: readonly ["MEMECOIN"];
4275
4278
  };
4276
4279
  readonly PALU: {
4277
4280
  readonly name: "Palu";
@@ -4283,6 +4286,7 @@ export declare const bsc: {
4283
4286
  readonly website: "https://paluonbnb.com/";
4284
4287
  readonly description: "MEMECOIN: The perfect plushy born in the perfect era.";
4285
4288
  readonly bridge: "native";
4289
+ readonly tags: readonly ["MEMECOIN"];
4286
4290
  };
4287
4291
  readonly FORM: {
4288
4292
  readonly name: "FORM Token";
@@ -4307,6 +4311,7 @@ export declare const bsc: {
4307
4311
  readonly website: "https://web3.binance.com/en/token/bsc/0x44440f83419de123d7d411187adb9962db017d03";
4308
4312
  readonly description: "MEMECOIN: BNBHolder, known as 币安Holder, embodies the spirit of steadfast commitment within the Binance ecosystem on the BNB Smart Chain (BSC).";
4309
4313
  readonly bridge: "native";
4314
+ readonly tags: readonly ["MEMECOIN"];
4310
4315
  };
4311
4316
  readonly COAI: {
4312
4317
  readonly name: "ChainOpera AI";
@@ -8608,6 +8613,7 @@ export declare const bsc: {
8608
8613
  readonly website: "https://pupxbnb.com/";
8609
8614
  readonly description: "MEMECOIN: The Loyal Mirror Pup Reflecting Gains on the Chain";
8610
8615
  readonly bridge: "native";
8616
+ readonly tags: readonly ["MEMECOIN"];
8611
8617
  };
8612
8618
  readonly BINANCE_LIFE: {
8613
8619
  readonly name: "币安人生";
@@ -8619,6 +8625,7 @@ export declare const bsc: {
8619
8625
  readonly website: "https://x.com/heyibinance/status/1974489756164575458";
8620
8626
  readonly description: "MEMECOIN: Oh my, thank you, Jason. You are so kind and insightful. You are just like Binance. I wish you can hold BNB, drive a Binance car, live in a Binance community, and enjoy a Binance life.";
8621
8627
  readonly bridge: "native";
8628
+ readonly tags: readonly ["MEMECOIN"];
8622
8629
  };
8623
8630
  readonly FOUR: {
8624
8631
  readonly name: "4";
@@ -8630,6 +8637,7 @@ export declare const bsc: {
8630
8637
  readonly website: "https://x.com/4onbsc";
8631
8638
  readonly description: "MEMECOIN: The Spirit of BSC";
8632
8639
  readonly bridge: "native";
8640
+ readonly tags: readonly ["MEMECOIN"];
8633
8641
  };
8634
8642
  readonly PALU: {
8635
8643
  readonly name: "Palu";
@@ -8641,6 +8649,7 @@ export declare const bsc: {
8641
8649
  readonly website: "https://paluonbnb.com/";
8642
8650
  readonly description: "MEMECOIN: The perfect plushy born in the perfect era.";
8643
8651
  readonly bridge: "native";
8652
+ readonly tags: readonly ["MEMECOIN"];
8644
8653
  };
8645
8654
  readonly FORM: {
8646
8655
  readonly name: "FORM Token";
@@ -8665,6 +8674,7 @@ export declare const bsc: {
8665
8674
  readonly website: "https://web3.binance.com/en/token/bsc/0x44440f83419de123d7d411187adb9962db017d03";
8666
8675
  readonly description: "MEMECOIN: BNBHolder, known as 币安Holder, embodies the spirit of steadfast commitment within the Binance ecosystem on the BNB Smart Chain (BSC).";
8667
8676
  readonly bridge: "native";
8677
+ readonly tags: readonly ["MEMECOIN"];
8668
8678
  };
8669
8679
  readonly COAI: {
8670
8680
  readonly name: "ChainOpera AI";
@@ -4247,6 +4247,7 @@ export declare const tokens: {
4247
4247
  readonly website: "https://pupxbnb.com/";
4248
4248
  readonly description: "MEMECOIN: The Loyal Mirror Pup Reflecting Gains on the Chain";
4249
4249
  readonly bridge: "native";
4250
+ readonly tags: readonly ["MEMECOIN"];
4250
4251
  };
4251
4252
  readonly BINANCE_LIFE: {
4252
4253
  readonly name: "币安人生";
@@ -4258,6 +4259,7 @@ export declare const tokens: {
4258
4259
  readonly website: "https://x.com/heyibinance/status/1974489756164575458";
4259
4260
  readonly description: "MEMECOIN: Oh my, thank you, Jason. You are so kind and insightful. You are just like Binance. I wish you can hold BNB, drive a Binance car, live in a Binance community, and enjoy a Binance life.";
4260
4261
  readonly bridge: "native";
4262
+ readonly tags: readonly ["MEMECOIN"];
4261
4263
  };
4262
4264
  readonly FOUR: {
4263
4265
  readonly name: "4";
@@ -4269,6 +4271,7 @@ export declare const tokens: {
4269
4271
  readonly website: "https://x.com/4onbsc";
4270
4272
  readonly description: "MEMECOIN: The Spirit of BSC";
4271
4273
  readonly bridge: "native";
4274
+ readonly tags: readonly ["MEMECOIN"];
4272
4275
  };
4273
4276
  readonly PALU: {
4274
4277
  readonly name: "Palu";
@@ -4280,6 +4283,7 @@ export declare const tokens: {
4280
4283
  readonly website: "https://paluonbnb.com/";
4281
4284
  readonly description: "MEMECOIN: The perfect plushy born in the perfect era.";
4282
4285
  readonly bridge: "native";
4286
+ readonly tags: readonly ["MEMECOIN"];
4283
4287
  };
4284
4288
  readonly FORM: {
4285
4289
  readonly name: "FORM Token";
@@ -4304,6 +4308,7 @@ export declare const tokens: {
4304
4308
  readonly website: "https://web3.binance.com/en/token/bsc/0x44440f83419de123d7d411187adb9962db017d03";
4305
4309
  readonly description: "MEMECOIN: BNBHolder, known as 币安Holder, embodies the spirit of steadfast commitment within the Binance ecosystem on the BNB Smart Chain (BSC).";
4306
4310
  readonly bridge: "native";
4311
+ readonly tags: readonly ["MEMECOIN"];
4307
4312
  };
4308
4313
  readonly COAI: {
4309
4314
  readonly name: "ChainOpera AI";