@beefyfinance/blockchain-addressbook 0.54.149 → 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 (35) 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/platforms/beefyfinance.d.ts +1 -0
  12. package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
  13. package/build/address-book/ethereum/tokens/tokens.d.ts +5 -3
  14. package/build/address-book/ethereum/tokens/tokens.js +5 -3
  15. package/build/address-book/hyperevm/index.d.ts +14 -6
  16. package/build/address-book/hyperevm/tokens/tokens.d.ts +7 -3
  17. package/build/address-book/hyperevm/tokens/tokens.js +4 -3
  18. package/build-esm/address-book/avax/index.d.ts +2 -2
  19. package/build-esm/address-book/avax/tokens/tokens.d.ts +1 -1
  20. package/build-esm/address-book/avax/tokens/tokens.js +1 -1
  21. package/build-esm/address-book/base/index.d.ts +16 -4
  22. package/build-esm/address-book/base/tokens/tokens.d.ts +8 -2
  23. package/build-esm/address-book/base/tokens/tokens.js +8 -2
  24. package/build-esm/address-book/bsc/index.d.ts +10 -0
  25. package/build-esm/address-book/bsc/tokens/tokens.d.ts +5 -0
  26. package/build-esm/address-book/bsc/tokens/tokens.js +5 -0
  27. package/build-esm/address-book/ethereum/index.d.ts +10 -6
  28. package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
  29. package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
  30. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +5 -3
  31. package/build-esm/address-book/ethereum/tokens/tokens.js +5 -3
  32. package/build-esm/address-book/hyperevm/index.d.ts +14 -6
  33. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +7 -3
  34. package/build-esm/address-book/hyperevm/tokens/tokens.js +4 -3
  35. package/package.json +1 -1
@@ -4201,6 +4201,7 @@ export const tokens = {
4201
4201
  website: 'https://pupxbnb.com/',
4202
4202
  description: 'MEMECOIN: The Loyal Mirror Pup Reflecting Gains on the Chain',
4203
4203
  bridge: 'native',
4204
+ tags: ['MEMECOIN'],
4204
4205
  },
4205
4206
  BINANCE_LIFE: {
4206
4207
  name: '币安人生',
@@ -4212,6 +4213,7 @@ export const tokens = {
4212
4213
  website: 'https://x.com/heyibinance/status/1974489756164575458',
4213
4214
  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.',
4214
4215
  bridge: 'native',
4216
+ tags: ['MEMECOIN'],
4215
4217
  },
4216
4218
  FOUR: {
4217
4219
  name: '4',
@@ -4223,6 +4225,7 @@ export const tokens = {
4223
4225
  website: 'https://x.com/4onbsc',
4224
4226
  description: 'MEMECOIN: The Spirit of BSC',
4225
4227
  bridge: 'native',
4228
+ tags: ['MEMECOIN'],
4226
4229
  },
4227
4230
  PALU: {
4228
4231
  name: 'Palu',
@@ -4234,6 +4237,7 @@ export const tokens = {
4234
4237
  website: 'https://paluonbnb.com/',
4235
4238
  description: 'MEMECOIN: The perfect plushy born in the perfect era.',
4236
4239
  bridge: 'native',
4240
+ tags: ['MEMECOIN'],
4237
4241
  },
4238
4242
  FORM: {
4239
4243
  name: 'FORM Token',
@@ -4258,6 +4262,7 @@ export const tokens = {
4258
4262
  website: 'https://web3.binance.com/en/token/bsc/0x44440f83419de123d7d411187adb9962db017d03',
4259
4263
  description: 'MEMECOIN: BNBHolder, known as 币安Holder, embodies the spirit of steadfast commitment within the Binance ecosystem on the BNB Smart Chain (BSC).',
4260
4264
  bridge: 'native',
4265
+ tags: ['MEMECOIN'],
4261
4266
  },
4262
4267
  COAI: {
4263
4268
  name: 'ChainOpera AI',
@@ -1985,7 +1985,7 @@ export declare const ethereum: {
1985
1985
  readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
1986
1986
  readonly bridge: "native";
1987
1987
  readonly documentation: "https://docs.ebtc.finance/ebtc";
1988
- readonly tags: readonly ["SYNTHETIC"];
1988
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
1989
1989
  };
1990
1990
  readonly USD0: {
1991
1991
  readonly name: "Usual USD";
@@ -2061,6 +2061,7 @@ export declare const ethereum: {
2061
2061
  readonly documentation: "https://docs.sky.money/";
2062
2062
  readonly description: "Sky.money is the next evolution of MakerDAO, introducing a powerful suite of DeFi tools including a new stablecoin (USDS), cross-chain bridging via SkyLink, and yield opportunities like the Sky Savings Rate and Sky Token Rewards.";
2063
2063
  readonly bridge: "native";
2064
+ readonly tags: readonly ["BLUECHIP"];
2064
2065
  };
2065
2066
  readonly USDS: {
2066
2067
  readonly name: "USDS Stablecoin";
@@ -2526,7 +2527,7 @@ export declare const ethereum: {
2526
2527
  readonly website: "https://fluid.io/";
2527
2528
  readonly documentation: "https://fluid.guides.instadapp.io/";
2528
2529
  readonly description: "Fluid Staked Wrapped Staked Ether.";
2529
- readonly tags: readonly ["SYNTHETIC"];
2530
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
2530
2531
  };
2531
2532
  readonly fWETH: {
2532
2533
  readonly name: "Fluid WETH";
@@ -2538,7 +2539,7 @@ export declare const ethereum: {
2538
2539
  readonly website: "https://fluid.io/";
2539
2540
  readonly documentation: "https://fluid.guides.instadapp.io/";
2540
2541
  readonly description: "Fluid Staked WETH.";
2541
- readonly tags: readonly ["SYNTHETIC"];
2542
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
2542
2543
  };
2543
2544
  readonly cbBTC: {
2544
2545
  readonly name: "Coinbase Wrapped WBTC";
@@ -2551,6 +2552,7 @@ export declare const ethereum: {
2551
2552
  readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
2552
2553
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
2553
2554
  readonly bridge: "native";
2555
+ readonly tags: readonly ["BLUECHIP"];
2554
2556
  };
2555
2557
  readonly sUSD: {
2556
2558
  readonly name: "Synth sUSD";
@@ -4712,7 +4714,7 @@ export declare const ethereum: {
4712
4714
  readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
4713
4715
  readonly bridge: "native";
4714
4716
  readonly documentation: "https://docs.ebtc.finance/ebtc";
4715
- readonly tags: readonly ["SYNTHETIC"];
4717
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
4716
4718
  };
4717
4719
  readonly USD0: {
4718
4720
  readonly name: "Usual USD";
@@ -4788,6 +4790,7 @@ export declare const ethereum: {
4788
4790
  readonly documentation: "https://docs.sky.money/";
4789
4791
  readonly description: "Sky.money is the next evolution of MakerDAO, introducing a powerful suite of DeFi tools including a new stablecoin (USDS), cross-chain bridging via SkyLink, and yield opportunities like the Sky Savings Rate and Sky Token Rewards.";
4790
4792
  readonly bridge: "native";
4793
+ readonly tags: readonly ["BLUECHIP"];
4791
4794
  };
4792
4795
  readonly USDS: {
4793
4796
  readonly name: "USDS Stablecoin";
@@ -5253,7 +5256,7 @@ export declare const ethereum: {
5253
5256
  readonly website: "https://fluid.io/";
5254
5257
  readonly documentation: "https://fluid.guides.instadapp.io/";
5255
5258
  readonly description: "Fluid Staked Wrapped Staked Ether.";
5256
- readonly tags: readonly ["SYNTHETIC"];
5259
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
5257
5260
  };
5258
5261
  readonly fWETH: {
5259
5262
  readonly name: "Fluid WETH";
@@ -5265,7 +5268,7 @@ export declare const ethereum: {
5265
5268
  readonly website: "https://fluid.io/";
5266
5269
  readonly documentation: "https://fluid.guides.instadapp.io/";
5267
5270
  readonly description: "Fluid Staked WETH.";
5268
- readonly tags: readonly ["SYNTHETIC"];
5271
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
5269
5272
  };
5270
5273
  readonly cbBTC: {
5271
5274
  readonly name: "Coinbase Wrapped WBTC";
@@ -5278,6 +5281,7 @@ export declare const ethereum: {
5278
5281
  readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
5279
5282
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
5280
5283
  readonly bridge: "native";
5284
+ readonly tags: readonly ["BLUECHIP"];
5281
5285
  };
5282
5286
  readonly sUSD: {
5283
5287
  readonly name: "Synth sUSD";
@@ -32,4 +32,5 @@ export declare const beefyfinance: {
32
32
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
33
33
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
34
34
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
35
+ readonly beefyMultiHopSwapper: "0xB827E762700162CC69dA81d00567Bb7e540A8cC2";
35
36
  };
@@ -35,4 +35,5 @@ export const beefyfinance = {
35
35
  beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
36
36
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
37
37
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
38
+ beefyMultiHopSwapper: '0xB827E762700162CC69dA81d00567Bb7e540A8cC2',
38
39
  };
@@ -1982,7 +1982,7 @@ export declare const tokens: {
1982
1982
  readonly description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.";
1983
1983
  readonly bridge: "native";
1984
1984
  readonly documentation: "https://docs.ebtc.finance/ebtc";
1985
- readonly tags: readonly ["SYNTHETIC"];
1985
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
1986
1986
  };
1987
1987
  readonly USD0: {
1988
1988
  readonly name: "Usual USD";
@@ -2058,6 +2058,7 @@ export declare const tokens: {
2058
2058
  readonly documentation: "https://docs.sky.money/";
2059
2059
  readonly description: "Sky.money is the next evolution of MakerDAO, introducing a powerful suite of DeFi tools including a new stablecoin (USDS), cross-chain bridging via SkyLink, and yield opportunities like the Sky Savings Rate and Sky Token Rewards.";
2060
2060
  readonly bridge: "native";
2061
+ readonly tags: readonly ["BLUECHIP"];
2061
2062
  };
2062
2063
  readonly USDS: {
2063
2064
  readonly name: "USDS Stablecoin";
@@ -2523,7 +2524,7 @@ export declare const tokens: {
2523
2524
  readonly website: "https://fluid.io/";
2524
2525
  readonly documentation: "https://fluid.guides.instadapp.io/";
2525
2526
  readonly description: "Fluid Staked Wrapped Staked Ether.";
2526
- readonly tags: readonly ["SYNTHETIC"];
2527
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
2527
2528
  };
2528
2529
  readonly fWETH: {
2529
2530
  readonly name: "Fluid WETH";
@@ -2535,7 +2536,7 @@ export declare const tokens: {
2535
2536
  readonly website: "https://fluid.io/";
2536
2537
  readonly documentation: "https://fluid.guides.instadapp.io/";
2537
2538
  readonly description: "Fluid Staked WETH.";
2538
- readonly tags: readonly ["SYNTHETIC"];
2539
+ readonly tags: readonly ["SYNTHETIC", "BLUECHIP"];
2539
2540
  };
2540
2541
  readonly cbBTC: {
2541
2542
  readonly name: "Coinbase Wrapped WBTC";
@@ -2548,6 +2549,7 @@ export declare const tokens: {
2548
2549
  readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
2549
2550
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
2550
2551
  readonly bridge: "native";
2552
+ readonly tags: readonly ["BLUECHIP"];
2551
2553
  };
2552
2554
  readonly sUSD: {
2553
2555
  readonly name: "Synth sUSD";
@@ -1948,7 +1948,7 @@ export const tokens = {
1948
1948
  description: "eBTC is a collateralized crypto asset soft pegged to the price of Bitcoin and built on the Ethereum network. It is backed exclusively by Lido's stETH and powered by immutable smart contracts with minimized counterparty reliance. It is designed to be the most decentralized synthetic Bitcoin in DeFi and offers the ability for anyone in the world to borrow BTC at no cost.",
1949
1949
  bridge: 'native',
1950
1950
  documentation: 'https://docs.ebtc.finance/ebtc',
1951
- tags: ['SYNTHETIC'],
1951
+ tags: ['BLUECHIP', 'SYNTHETIC'],
1952
1952
  },
1953
1953
  USD0: {
1954
1954
  name: 'Usual USD',
@@ -2024,6 +2024,7 @@ export const tokens = {
2024
2024
  documentation: 'https://docs.sky.money/',
2025
2025
  description: 'Sky.money is the next evolution of MakerDAO, introducing a powerful suite of DeFi tools including a new stablecoin (USDS), cross-chain bridging via SkyLink, and yield opportunities like the Sky Savings Rate and Sky Token Rewards.',
2026
2026
  bridge: 'native',
2027
+ tags: ['BLUECHIP'],
2027
2028
  },
2028
2029
  USDS: {
2029
2030
  name: 'USDS Stablecoin',
@@ -2489,7 +2490,7 @@ export const tokens = {
2489
2490
  website: 'https://fluid.io/',
2490
2491
  documentation: 'https://fluid.guides.instadapp.io/',
2491
2492
  description: 'Fluid Staked Wrapped Staked Ether.',
2492
- tags: ['SYNTHETIC'],
2493
+ tags: ['SYNTHETIC', 'BLUECHIP'],
2493
2494
  },
2494
2495
  fWETH: {
2495
2496
  name: 'Fluid WETH',
@@ -2501,7 +2502,7 @@ export const tokens = {
2501
2502
  website: 'https://fluid.io/',
2502
2503
  documentation: 'https://fluid.guides.instadapp.io/',
2503
2504
  description: 'Fluid Staked WETH.',
2504
- tags: ['SYNTHETIC'],
2505
+ tags: ['SYNTHETIC', 'BLUECHIP'],
2505
2506
  },
2506
2507
  cbBTC: {
2507
2508
  name: 'Coinbase Wrapped WBTC',
@@ -2514,6 +2515,7 @@ export const tokens = {
2514
2515
  description: 'Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.',
2515
2516
  documentation: 'https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live',
2516
2517
  bridge: 'native',
2518
+ tags: ['BLUECHIP'],
2517
2519
  },
2518
2520
  sUSD: {
2519
2521
  name: 'Synth sUSD',
@@ -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";
@@ -9,6 +9,7 @@ const HYPE = {
9
9
  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. ',
10
10
  bridge: 'canonical',
11
11
  documentation: 'https://hyperliquid.gitbook.io/hyperliquid-docs',
12
+ tags: ['BLUECHIP'],
12
13
  };
13
14
  export const tokens = {
14
15
  HYPE,
@@ -140,7 +141,7 @@ export const tokens = {
140
141
  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.",
141
142
  documentation: 'https://docs.hyperunit.xyz/',
142
143
  bridge: 'native',
143
- tags: ['NO_TIMELOCK'],
144
+ tags: ['NO_TIMELOCK', 'BLUECHIP'],
144
145
  },
145
146
  kHYPE: {
146
147
  name: 'Kinetiq Staked HYPE',
@@ -165,7 +166,7 @@ export const tokens = {
165
166
  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.",
166
167
  documentation: 'https://docs.hyperunit.xyz/',
167
168
  bridge: 'native',
168
- tags: ['NO_TIMELOCK'],
169
+ tags: ['NO_TIMELOCK', 'BLUECHIP'],
169
170
  },
170
171
  UFART: {
171
172
  name: 'Unit Fartcoin',
@@ -178,7 +179,7 @@ export const tokens = {
178
179
  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.",
179
180
  documentation: 'https://docs.hyperunit.xyz/',
180
181
  bridge: 'native',
181
- tags: ['NO_TIMELOCK'],
182
+ tags: ['NO_TIMELOCK', 'MEMECOIN'],
182
183
  },
183
184
  UPUMP: {
184
185
  name: 'Unit Pumpcoin',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.149",
3
+ "version": "0.54.151",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",