@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.149

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 (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +72 -12
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  3. package/build/address-book/arbitrum/tokens/tokens.js +33 -6
  4. package/build/address-book/aurora/index.d.ts +16 -0
  5. package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
  6. package/build/address-book/aurora/tokens/tokens.js +5 -0
  7. package/build/address-book/avax/index.d.ts +58 -2
  8. package/build/address-book/avax/tokens/tokens.d.ts +29 -1
  9. package/build/address-book/avax/tokens/tokens.js +26 -1
  10. package/build/address-book/base/index.d.ts +150 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +75 -14
  12. package/build/address-book/base/tokens/tokens.js +72 -14
  13. package/build/address-book/berachain/index.d.ts +6 -0
  14. package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
  15. package/build/address-book/berachain/tokens/tokens.js +3 -0
  16. package/build/address-book/bsc/index.d.ts +78 -8
  17. package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
  18. package/build/address-book/bsc/tokens/tokens.js +36 -4
  19. package/build/address-book/canto/index.d.ts +12 -0
  20. package/build/address-book/canto/tokens/tokens.d.ts +6 -0
  21. package/build/address-book/canto/tokens/tokens.js +6 -0
  22. package/build/address-book/celo/index.d.ts +2 -0
  23. package/build/address-book/celo/tokens/tokens.d.ts +1 -0
  24. package/build/address-book/celo/tokens/tokens.js +1 -0
  25. package/build/address-book/cronos/index.d.ts +18 -0
  26. package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
  27. package/build/address-book/cronos/tokens/tokens.js +9 -0
  28. package/build/address-book/emerald/index.d.ts +4 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
  30. package/build/address-book/emerald/tokens/tokens.js +2 -0
  31. package/build/address-book/ethereum/index.d.ts +58 -6
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
  33. package/build/address-book/ethereum/tokens/tokens.js +26 -3
  34. package/build/address-book/fantom/index.d.ts +38 -0
  35. package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
  36. package/build/address-book/fantom/tokens/tokens.js +16 -0
  37. package/build/address-book/fraxtal/index.d.ts +8 -0
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  39. package/build/address-book/fraxtal/tokens/tokens.js +4 -0
  40. package/build/address-book/fuse/index.d.ts +8 -0
  41. package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
  42. package/build/address-book/fuse/tokens/tokens.js +4 -0
  43. package/build/address-book/gnosis/index.d.ts +16 -0
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
  45. package/build/address-book/gnosis/tokens/tokens.js +8 -0
  46. package/build/address-book/heco/index.d.ts +16 -0
  47. package/build/address-book/heco/tokens/tokens.d.ts +8 -0
  48. package/build/address-book/heco/tokens/tokens.js +8 -0
  49. package/build/address-book/hyperevm/index.d.ts +4 -0
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  51. package/build/address-book/hyperevm/tokens/tokens.js +2 -0
  52. package/build/address-book/kava/index.d.ts +10 -0
  53. package/build/address-book/kava/tokens/tokens.d.ts +5 -0
  54. package/build/address-book/kava/tokens/tokens.js +5 -0
  55. package/build/address-book/linea/index.d.ts +16 -4
  56. package/build/address-book/linea/tokens/tokens.d.ts +8 -2
  57. package/build/address-book/linea/tokens/tokens.js +5 -2
  58. package/build/address-book/lisk/index.d.ts +10 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +8 -0
  62. package/build/address-book/manta/tokens/tokens.d.ts +4 -0
  63. package/build/address-book/manta/tokens/tokens.js +1 -0
  64. package/build/address-book/mantle/index.d.ts +4 -0
  65. package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
  66. package/build/address-book/mantle/tokens/tokens.js +2 -0
  67. package/build/address-book/metis/index.d.ts +10 -0
  68. package/build/address-book/metis/tokens/tokens.d.ts +5 -0
  69. package/build/address-book/metis/tokens/tokens.js +5 -0
  70. package/build/address-book/mode/index.d.ts +10 -2
  71. package/build/address-book/mode/tokens/tokens.d.ts +5 -1
  72. package/build/address-book/mode/tokens/tokens.js +2 -1
  73. package/build/address-book/monad/index.d.ts +16 -8
  74. package/build/address-book/monad/tokens/tokens.d.ts +8 -4
  75. package/build/address-book/monad/tokens/tokens.js +8 -4
  76. package/build/address-book/moonbeam/index.d.ts +18 -0
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  78. package/build/address-book/moonbeam/tokens/tokens.js +9 -0
  79. package/build/address-book/moonriver/index.d.ts +20 -0
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
  81. package/build/address-book/moonriver/tokens/tokens.js +9 -0
  82. package/build/address-book/one/index.d.ts +14 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +7 -0
  84. package/build/address-book/one/tokens/tokens.js +6 -0
  85. package/build/address-book/optimism/index.d.ts +46 -10
  86. package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
  87. package/build/address-book/optimism/tokens/tokens.js +20 -5
  88. package/build/address-book/plasma/index.d.ts +4 -2
  89. package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
  90. package/build/address-book/plasma/tokens/tokens.js +2 -1
  91. package/build/address-book/polygon/index.d.ts +54 -2
  92. package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
  93. package/build/address-book/polygon/tokens/tokens.js +22 -1
  94. package/build/address-book/real/index.d.ts +10 -0
  95. package/build/address-book/real/tokens/tokens.d.ts +5 -0
  96. package/build/address-book/real/tokens/tokens.js +1 -0
  97. package/build/address-book/saga/index.d.ts +4 -0
  98. package/build/address-book/saga/tokens/tokens.d.ts +2 -0
  99. package/build/address-book/saga/tokens/tokens.js +2 -0
  100. package/build/address-book/scroll/index.d.ts +12 -0
  101. package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
  102. package/build/address-book/scroll/tokens/tokens.js +3 -0
  103. package/build/address-book/sei/index.d.ts +2 -0
  104. package/build/address-book/sei/tokens/tokens.d.ts +1 -0
  105. package/build/address-book/sei/tokens/tokens.js +1 -0
  106. package/build/address-book/sonic/index.d.ts +18 -2
  107. package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
  108. package/build/address-book/sonic/tokens/tokens.js +6 -1
  109. package/build/address-book/unichain/index.d.ts +8 -0
  110. package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
  111. package/build/address-book/unichain/tokens/tokens.js +1 -0
  112. package/build/address-book/zkevm/index.d.ts +24 -0
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
  114. package/build/address-book/zkevm/tokens/tokens.js +9 -0
  115. package/build/address-book/zksync/index.d.ts +12 -2
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
  117. package/build/address-book/zksync/tokens/tokens.js +3 -1
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +72 -12
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
  122. package/build-esm/address-book/aurora/index.d.ts +16 -0
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
  124. package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
  125. package/build-esm/address-book/avax/index.d.ts +58 -2
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
  127. package/build-esm/address-book/avax/tokens/tokens.js +26 -1
  128. package/build-esm/address-book/base/index.d.ts +150 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +72 -14
  131. package/build-esm/address-book/berachain/index.d.ts +6 -0
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
  133. package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
  134. package/build-esm/address-book/bsc/index.d.ts +78 -8
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
  136. package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
  137. package/build-esm/address-book/canto/index.d.ts +12 -0
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
  139. package/build-esm/address-book/canto/tokens/tokens.js +6 -0
  140. package/build-esm/address-book/celo/index.d.ts +2 -0
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
  142. package/build-esm/address-book/celo/tokens/tokens.js +1 -0
  143. package/build-esm/address-book/cronos/index.d.ts +18 -0
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
  145. package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
  146. package/build-esm/address-book/emerald/index.d.ts +4 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +58 -6
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
  152. package/build-esm/address-book/fantom/index.d.ts +38 -0
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
  154. package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
  155. package/build-esm/address-book/fraxtal/index.d.ts +8 -0
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
  158. package/build-esm/address-book/fuse/index.d.ts +8 -0
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
  160. package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
  161. package/build-esm/address-book/gnosis/index.d.ts +16 -0
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
  164. package/build-esm/address-book/heco/index.d.ts +16 -0
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
  166. package/build-esm/address-book/heco/tokens/tokens.js +8 -0
  167. package/build-esm/address-book/hyperevm/index.d.ts +4 -0
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
  170. package/build-esm/address-book/kava/index.d.ts +10 -0
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
  172. package/build-esm/address-book/kava/tokens/tokens.js +5 -0
  173. package/build-esm/address-book/linea/index.d.ts +16 -4
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
  175. package/build-esm/address-book/linea/tokens/tokens.js +5 -2
  176. package/build-esm/address-book/lisk/index.d.ts +10 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +8 -0
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
  181. package/build-esm/address-book/manta/tokens/tokens.js +1 -0
  182. package/build-esm/address-book/mantle/index.d.ts +4 -0
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
  184. package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
  185. package/build-esm/address-book/metis/index.d.ts +10 -0
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
  187. package/build-esm/address-book/metis/tokens/tokens.js +5 -0
  188. package/build-esm/address-book/mode/index.d.ts +10 -2
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
  190. package/build-esm/address-book/mode/tokens/tokens.js +2 -1
  191. package/build-esm/address-book/monad/index.d.ts +16 -8
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
  193. package/build-esm/address-book/monad/tokens/tokens.js +8 -4
  194. package/build-esm/address-book/moonbeam/index.d.ts +18 -0
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -0
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
  200. package/build-esm/address-book/one/index.d.ts +14 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +6 -0
  203. package/build-esm/address-book/optimism/index.d.ts +46 -10
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
  205. package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
  206. package/build-esm/address-book/plasma/index.d.ts +4 -2
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
  208. package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
  209. package/build-esm/address-book/polygon/index.d.ts +54 -2
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
  211. package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
  212. package/build-esm/address-book/real/index.d.ts +10 -0
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
  214. package/build-esm/address-book/real/tokens/tokens.js +1 -0
  215. package/build-esm/address-book/saga/index.d.ts +4 -0
  216. package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
  217. package/build-esm/address-book/saga/tokens/tokens.js +2 -0
  218. package/build-esm/address-book/scroll/index.d.ts +12 -0
  219. package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
  220. package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
  221. package/build-esm/address-book/sei/index.d.ts +2 -0
  222. package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
  223. package/build-esm/address-book/sei/tokens/tokens.js +1 -0
  224. package/build-esm/address-book/sonic/index.d.ts +18 -2
  225. package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
  226. package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
  227. package/build-esm/address-book/unichain/index.d.ts +8 -0
  228. package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
  229. package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
  230. package/build-esm/address-book/zkevm/index.d.ts +24 -0
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
  233. package/build-esm/address-book/zksync/index.d.ts +12 -2
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
  235. package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "base-canonical";
12
12
  readonly documentation: "https://ethereum.org/en/developers/docs/";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped Ether";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
23
24
  readonly bridge: "base-canonical";
24
25
  readonly documentation: "https://ethereum.org/en/developers/docs/";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly ETH: {
27
29
  readonly name: "Wrapped Ether";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
35
37
  readonly bridge: "base-canonical";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly bridge: "base-canonical";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly mooBIFI: {
51
55
  readonly name: "Bridged BIFI Vault Receipt";
@@ -58,6 +62,7 @@ export declare const tokens: {
58
62
  readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
59
63
  readonly documentation: "https://docs.beefy.finance/";
60
64
  readonly bridge: "beefy";
65
+ readonly tags: readonly ["BLUECHIP"];
61
66
  };
62
67
  readonly BSX: {
63
68
  readonly name: "BSX";
@@ -204,7 +209,7 @@ export declare const tokens: {
204
209
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
205
210
  readonly documentation: "https://docs.overnight.fi/";
206
211
  readonly bridge: "native";
207
- readonly tags: readonly ["CURATED"];
212
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
208
213
  };
209
214
  readonly 'DAI+': {
210
215
  readonly name: "DAI+";
@@ -255,6 +260,7 @@ export declare const tokens: {
255
260
  readonly description: "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
256
261
  readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
257
262
  readonly bridge: "native";
263
+ readonly tags: readonly ["BLUECHIP"];
258
264
  };
259
265
  readonly axlUSDC: {
260
266
  readonly name: "Axelar Wrapped USDC";
@@ -395,6 +401,7 @@ export declare const tokens: {
395
401
  readonly documentation: "https://docs.threshold.network/";
396
402
  readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
397
403
  readonly bridge: "wormhole";
404
+ readonly tags: readonly ["BLUECHIP"];
398
405
  };
399
406
  readonly BASED: {
400
407
  readonly name: "based.markets";
@@ -469,6 +476,7 @@ export declare const tokens: {
469
476
  readonly description: "As a Rocket Pool staker, your role is to deposit ETH into the deposit pool which will enable a node operator to create a new Beacon Chain validator. You can stake as little as 0.01 ETH. In doing so, you will be given a token called rETH. rETH represents both how much ETH you deposited, and when you deposited it.";
470
477
  readonly bridge: "base-canonical";
471
478
  readonly documentation: "https://docs.rocketpool.net/guides/";
479
+ readonly tags: readonly ["BLUECHIP"];
472
480
  };
473
481
  readonly FTW: {
474
482
  readonly name: "FriendTech33";
@@ -530,6 +538,7 @@ export declare const tokens: {
530
538
  readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
531
539
  readonly documentation: "https://docs.lido.fi/";
532
540
  readonly bridge: "base-canonical";
541
+ readonly tags: readonly ["BLUECHIP"];
533
542
  };
534
543
  readonly CRV: {
535
544
  readonly name: "Curve DAO Token";
@@ -542,6 +551,7 @@ export declare const tokens: {
542
551
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
543
552
  readonly documentation: "https://curve.readthedocs.io/";
544
553
  readonly bridge: "base-canonical";
554
+ readonly tags: readonly ["BLUECHIP"];
545
555
  };
546
556
  readonly 'USDC+': {
547
557
  readonly name: "USDC Plus";
@@ -578,6 +588,7 @@ export declare const tokens: {
578
588
  readonly description: "In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.";
579
589
  readonly documentation: "";
580
590
  readonly bridge: "native";
591
+ readonly tags: readonly ["MEMECOIN"];
581
592
  };
582
593
  readonly axlOP: {
583
594
  readonly name: "Axelar Wrapped OP";
@@ -602,6 +613,7 @@ export declare const tokens: {
602
613
  readonly description: "The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.";
603
614
  readonly documentation: "https://basicdog.gitbook.io/basic-meme-chain/";
604
615
  readonly bridge: "native";
616
+ readonly tags: readonly ["MEMECOIN"];
605
617
  };
606
618
  readonly SNX: {
607
619
  readonly name: "Synthetix Network Token";
@@ -614,6 +626,7 @@ export declare const tokens: {
614
626
  readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
615
627
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
616
628
  readonly bridge: "base-canonical";
629
+ readonly tags: readonly ["BLUECHIP"];
617
630
  };
618
631
  readonly T: {
619
632
  readonly name: "Threshold Network Token";
@@ -650,6 +663,7 @@ export declare const tokens: {
650
663
  readonly website: "https://dogin.meme/";
651
664
  readonly description: "The $doginme memecoin roots were established when a Farcaster user inquired if Dan Romero (DWR), the founder of the decentralized social media platform, owned a dog.";
652
665
  readonly bridge: "native";
666
+ readonly tags: readonly ["MEMECOIN"];
653
667
  };
654
668
  readonly RSR: {
655
669
  readonly name: "Reserve Rights";
@@ -698,6 +712,7 @@ export declare const tokens: {
698
712
  readonly website: "https://basedchad.com/";
699
713
  readonly description: "You can’t say anything is more based than putting the best meme of all time on the most based L2.";
700
714
  readonly bridge: "native";
715
+ readonly tags: readonly ["MEMECOIN"];
701
716
  };
702
717
  readonly ANIME: {
703
718
  readonly name: "Anime";
@@ -709,6 +724,7 @@ export declare const tokens: {
709
724
  readonly website: "https://www.animeonbase.art/";
710
725
  readonly description: "$ANIME has grown into a movement uniting people from around the world by their love of art and anime. No VCs, influencers, or utility. Just art and memes.";
711
726
  readonly bridge: "native";
727
+ readonly tags: readonly ["MEMECOIN"];
712
728
  };
713
729
  readonly L2VE: {
714
730
  readonly name: "Cupid Inu";
@@ -720,6 +736,7 @@ export declare const tokens: {
720
736
  readonly website: "https://www.l2ve.me/";
721
737
  readonly description: "The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.";
722
738
  readonly bridge: "native";
739
+ readonly tags: readonly ["MEMECOIN"];
723
740
  };
724
741
  readonly SEXY: {
725
742
  readonly name: "Settled ETHXY Token";
@@ -809,6 +826,7 @@ export declare const tokens: {
809
826
  readonly description: "Meme dog token on base.";
810
827
  readonly bridge: "native";
811
828
  readonly documentation: "https://www.basedoge.xyz/";
829
+ readonly tags: readonly ["MEMECOIN"];
812
830
  };
813
831
  readonly baseQI: {
814
832
  readonly name: "Qi Dao";
@@ -844,6 +862,7 @@ export declare const tokens: {
844
862
  readonly website: "https://www.nonplayablecoin.io/";
845
863
  readonly description: "Non-Playable Coin (NPC) is a memecoin actually backed by one of the most recognizable memes on the internet. Trade it as an NFT or as a memecoin, it doesn’t matter. It’s the first memecoin-NFT hybrid.";
846
864
  readonly bridge: "wormhole";
865
+ readonly tags: readonly ["MEMECOIN"];
847
866
  };
848
867
  readonly Mog: {
849
868
  readonly name: "Mog Coin";
@@ -855,6 +874,7 @@ export declare const tokens: {
855
874
  readonly website: "https://mogcoin.xyz/";
856
875
  readonly description: "$Mog is the internet’s first culture coin. Starting as a meme among friends in the summer of 2023 it has set itself apart from other projects through its open-ended memetic branding and unique content.";
857
876
  readonly bridge: "base-canonical";
877
+ readonly tags: readonly ["MEMECOIN"];
858
878
  };
859
879
  readonly HPC: {
860
880
  readonly name: "Happy Puppy Club";
@@ -866,6 +886,7 @@ export declare const tokens: {
866
886
  readonly website: "https://www.happypuppyclub.xyz/";
867
887
  readonly description: "The Happy Puppy Club ($HPC) memecoin embodies the spirit of \"we in the club, onchain\".";
868
888
  readonly bridge: "native";
889
+ readonly tags: readonly ["MEMECOIN"];
869
890
  };
870
891
  readonly ROCK: {
871
892
  readonly name: "BLACK ROCK";
@@ -913,6 +934,7 @@ export declare const tokens: {
913
934
  readonly website: "https://www.normilio.com/";
914
935
  readonly description: "A community driven project that aims to bring the normalest memecoin to the base.";
915
936
  readonly bridge: "native";
937
+ readonly tags: readonly ["MEMECOIN"];
916
938
  };
917
939
  readonly POOL: {
918
940
  readonly name: "PoolTogether";
@@ -974,7 +996,7 @@ export declare const tokens: {
974
996
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
975
997
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
976
998
  readonly bridge: "stargate";
977
- readonly tags: readonly ["NO_TIMELOCK"];
999
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
978
1000
  };
979
1001
  readonly KLIMA: {
980
1002
  readonly name: "Klima DAO";
@@ -1013,6 +1035,7 @@ export declare const tokens: {
1013
1035
  readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
1014
1036
  readonly documentation: "https://docs.aavegotchi.com/";
1015
1037
  readonly bridge: "base-canonical";
1038
+ readonly tags: readonly ["MEMECOIN"];
1016
1039
  };
1017
1040
  readonly HBR: {
1018
1041
  readonly name: "Harbor Token";
@@ -1050,6 +1073,7 @@ export declare const tokens: {
1050
1073
  readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
1051
1074
  readonly bridge: "base-canonical";
1052
1075
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
1076
+ readonly tags: readonly ["BLUECHIP"];
1053
1077
  };
1054
1078
  readonly ZRO: {
1055
1079
  readonly name: "LayerZero";
@@ -1062,6 +1086,7 @@ export declare const tokens: {
1062
1086
  readonly documentation: "https://docs.layerzero.network/v2";
1063
1087
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1064
1088
  readonly bridge: "layer-zero";
1089
+ readonly tags: readonly ["BLUECHIP"];
1065
1090
  };
1066
1091
  readonly NORMUS: {
1067
1092
  readonly name: "NORMUS";
@@ -1074,6 +1099,7 @@ export declare const tokens: {
1074
1099
  readonly documentation: "https://www.basednormus.com/";
1075
1100
  readonly description: "NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.";
1076
1101
  readonly bridge: "native";
1102
+ readonly tags: readonly ["MEMECOIN"];
1077
1103
  };
1078
1104
  readonly jEUR: {
1079
1105
  readonly name: "Jarvis Synthetic Euro";
@@ -1137,6 +1163,7 @@ export declare const tokens: {
1137
1163
  readonly description: "CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.";
1138
1164
  readonly website: "https://www.chompcoin.xyz/";
1139
1165
  readonly bridge: "native";
1166
+ readonly tags: readonly ["MEMECOIN"];
1140
1167
  };
1141
1168
  readonly MIGGLES: {
1142
1169
  readonly name: "Mister Miggles";
@@ -1148,6 +1175,7 @@ export declare const tokens: {
1148
1175
  readonly description: "Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.";
1149
1176
  readonly website: "https://mrmigglesbase.com/";
1150
1177
  readonly bridge: "native";
1178
+ readonly tags: readonly ["MEMECOIN"];
1151
1179
  };
1152
1180
  readonly mfer: {
1153
1181
  readonly name: "mfercoin";
@@ -1159,6 +1187,7 @@ export declare const tokens: {
1159
1187
  readonly description: "Meme coin for every crypto mfer on Base.";
1160
1188
  readonly website: "https://linktr.ee/Mfercoin";
1161
1189
  readonly bridge: "native";
1190
+ readonly tags: readonly ["MEMECOIN"];
1162
1191
  };
1163
1192
  readonly EURC: {
1164
1193
  readonly name: "EURO";
@@ -1182,6 +1211,7 @@ export declare const tokens: {
1182
1211
  readonly description: "Based Pepe was launched quietly with no presale, zero taxes, locked LP, and a renounced contract – ensuring it remains a token for the people, forever. Meme coin on Base.";
1183
1212
  readonly website: "https://basedpepe.vip/";
1184
1213
  readonly bridge: "native";
1214
+ readonly tags: readonly ["MEMECOIN"];
1185
1215
  };
1186
1216
  readonly COMP: {
1187
1217
  readonly name: "Compound";
@@ -1194,6 +1224,7 @@ export declare const tokens: {
1194
1224
  readonly website: "https://compound.finance/";
1195
1225
  readonly documentation: "https://docs.compound.finance/";
1196
1226
  readonly bridge: "base-canonical";
1227
+ readonly tags: readonly ["BLUECHIP"];
1197
1228
  };
1198
1229
  readonly KEYCAT: {
1199
1230
  readonly name: "KeyBoard Cat";
@@ -1206,6 +1237,7 @@ export declare const tokens: {
1206
1237
  readonly website: "https://www.keyboardcat.fun/";
1207
1238
  readonly documentation: "https://en.wikipedia.org/wiki/Keyboard_Cat";
1208
1239
  readonly bridge: "native";
1240
+ readonly tags: readonly ["MEMECOIN"];
1209
1241
  };
1210
1242
  readonly TOSHI: {
1211
1243
  readonly name: "Toshi";
@@ -1218,6 +1250,7 @@ export declare const tokens: {
1218
1250
  readonly website: "https://www.toshithecat.com/";
1219
1251
  readonly documentation: "https://www.toshithecat.com/#FAQs";
1220
1252
  readonly bridge: "native";
1253
+ readonly tags: readonly ["MEMECOIN"];
1221
1254
  };
1222
1255
  readonly OwO: {
1223
1256
  readonly name: "SoMon";
@@ -1230,6 +1263,7 @@ export declare const tokens: {
1230
1263
  readonly website: "https://www.social.monster/";
1231
1264
  readonly documentation: "https://gitbook.social.monster/";
1232
1265
  readonly bridge: "native";
1266
+ readonly tags: readonly ["MEMECOIN"];
1233
1267
  };
1234
1268
  readonly cbBTC: {
1235
1269
  readonly name: "Coinbase Wrapped WBTC";
@@ -1266,6 +1300,7 @@ export declare const tokens: {
1266
1300
  readonly description: "LITERALLY JUST A DOG WIF A HAT";
1267
1301
  readonly website: "https://dogwifcoin.org/";
1268
1302
  readonly bridge: "layer-zero";
1303
+ readonly tags: readonly ["MEMECOIN"];
1269
1304
  };
1270
1305
  readonly SPX: {
1271
1306
  readonly name: "SPX6900";
@@ -1277,6 +1312,7 @@ export declare const tokens: {
1277
1312
  readonly description: "SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.";
1278
1313
  readonly website: "https://spx6900.com/";
1279
1314
  readonly bridge: "wormhole";
1315
+ readonly tags: readonly ["MEMECOIN"];
1280
1316
  };
1281
1317
  readonly wBLT: {
1282
1318
  readonly name: "Wrapped BMX Liquidity Token";
@@ -1337,6 +1373,7 @@ export declare const tokens: {
1337
1373
  readonly description: "BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.";
1338
1374
  readonly documentation: "https://hpos10i.com/#Tokenomics";
1339
1375
  readonly bridge: "base-canonical";
1376
+ readonly tags: readonly ["MEMECOIN"];
1340
1377
  };
1341
1378
  readonly OGN: {
1342
1379
  readonly name: "OriginToken";
@@ -1413,6 +1450,7 @@ export declare const tokens: {
1413
1450
  readonly website: "https://app.virtuals.io/virtuals/68";
1414
1451
  readonly documentation: "https://whitepaper.virtuals.io/";
1415
1452
  readonly bridge: "native";
1453
+ readonly tags: readonly ["MEMECOIN"];
1416
1454
  };
1417
1455
  readonly SPEC: {
1418
1456
  readonly name: "Spectral Token";
@@ -1425,7 +1463,7 @@ export declare const tokens: {
1425
1463
  readonly website: "https://www.spectrallabs.xyz/";
1426
1464
  readonly documentation: "https://docs.spectrallabs.xyz/";
1427
1465
  readonly bridge: "synapse";
1428
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1466
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1429
1467
  };
1430
1468
  readonly TALENT: {
1431
1469
  readonly name: "Talent Protocol Token";
@@ -1450,6 +1488,7 @@ export declare const tokens: {
1450
1488
  readonly description: "Higher is an experiment in discovering a brand, together. It's yours, everyone's, no one's. You can add to it, remix it, destroy and rebuild it. It’s an open canvas for creativity. Meme coin on Base.";
1451
1489
  readonly website: "https://www.aimhigher.net/";
1452
1490
  readonly bridge: "native";
1491
+ readonly tags: readonly ["MEMECOIN"];
1453
1492
  };
1454
1493
  readonly BRETT: {
1455
1494
  readonly name: "Brett";
@@ -1462,7 +1501,7 @@ export declare const tokens: {
1462
1501
  readonly website: "https://www.basedbrett.com/";
1463
1502
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
1464
1503
  readonly bridge: "native";
1465
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1504
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1466
1505
  };
1467
1506
  readonly ION: {
1468
1507
  readonly name: "Ionic";
@@ -1513,6 +1552,7 @@ export declare const tokens: {
1513
1552
  readonly description: "Clanker autonomous memecoins built by Dish and Proxyswap.eth";
1514
1553
  readonly website: "https://www.clanker.world/";
1515
1554
  readonly bridge: "native";
1555
+ readonly tags: readonly ["MEMECOIN"];
1516
1556
  };
1517
1557
  readonly LUM: {
1518
1558
  readonly name: "luminous";
@@ -1524,6 +1564,7 @@ export declare const tokens: {
1524
1564
  readonly description: "Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.";
1525
1565
  readonly website: "https://warpcast.com/aethernet/0x9b64c883";
1526
1566
  readonly bridge: "native";
1567
+ readonly tags: readonly ["MEMECOIN"];
1527
1568
  };
1528
1569
  readonly YFI: {
1529
1570
  readonly name: "yearn.finance";
@@ -1536,6 +1577,7 @@ export declare const tokens: {
1536
1577
  readonly website: "https://yearn.fi/";
1537
1578
  readonly documentation: "https://docs.yearn.fi/";
1538
1579
  readonly bridge: "base-canonical";
1580
+ readonly tags: readonly ["BLUECHIP"];
1539
1581
  };
1540
1582
  readonly LRDS: {
1541
1583
  readonly name: "BLOCKLORDS";
@@ -1548,7 +1590,7 @@ export declare const tokens: {
1548
1590
  readonly website: "https://blocklords.com/";
1549
1591
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
1550
1592
  readonly bridge: "base-canonical";
1551
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1593
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1552
1594
  };
1553
1595
  readonly SUSHI: {
1554
1596
  readonly name: "Sushi";
@@ -1561,6 +1603,7 @@ export declare const tokens: {
1561
1603
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
1562
1604
  readonly bridge: "base-canonical";
1563
1605
  readonly documentation: "https://dev.sushi.com/";
1606
+ readonly tags: readonly ["BLUECHIP"];
1564
1607
  };
1565
1608
  readonly baseETH: {
1566
1609
  readonly name: "Tokemak baseETH";
@@ -1584,6 +1627,7 @@ export declare const tokens: {
1584
1627
  readonly description: "Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.";
1585
1628
  readonly website: "https://warpcast.com/clanker/0x30f98af8";
1586
1629
  readonly bridge: "native";
1630
+ readonly tags: readonly ["MEMECOIN"];
1587
1631
  };
1588
1632
  readonly LBTC: {
1589
1633
  readonly name: "Lombard Staked Bitcoin";
@@ -1632,6 +1676,7 @@ export declare const tokens: {
1632
1676
  readonly description: "an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast";
1633
1677
  readonly documentation: "";
1634
1678
  readonly bridge: "native";
1679
+ readonly tags: readonly ["MEMECOIN"];
1635
1680
  };
1636
1681
  readonly MORPHO: {
1637
1682
  readonly name: "Morpho Token";
@@ -1644,7 +1689,7 @@ export declare const tokens: {
1644
1689
  readonly description: "Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.";
1645
1690
  readonly documentation: "https://docs.morpho.org/";
1646
1691
  readonly bridge: "base-canonical";
1647
- readonly tags: readonly ["NO_TIMELOCK"];
1692
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1648
1693
  };
1649
1694
  readonly PUBLIUS: {
1650
1695
  readonly name: "PUBLIUS";
@@ -1668,6 +1713,7 @@ export declare const tokens: {
1668
1713
  readonly description: "$FCAST is the autonomous anomaly —Clanker AIs first and only self-initiated token deployment. Uniquely forged without external intervention, it stands as a singular testament to AIs creative autonomy, marking a breakthrough moment in decentralized innovation and the digital frontier.";
1669
1714
  readonly documentation: "";
1670
1715
  readonly bridge: "native";
1716
+ readonly tags: readonly ["MEMECOIN"];
1671
1717
  };
1672
1718
  readonly SIMMI: {
1673
1719
  readonly name: "Simmi Token";
@@ -1680,6 +1726,7 @@ export declare const tokens: {
1680
1726
  readonly website: "https://simulacrum.network/";
1681
1727
  readonly documentation: "https://docs.simulacrum.network/";
1682
1728
  readonly bridge: "native";
1729
+ readonly tags: readonly ["MEMECOIN"];
1683
1730
  };
1684
1731
  readonly AIFUN: {
1685
1732
  readonly name: "AI Agent Layer";
@@ -1692,6 +1739,7 @@ export declare const tokens: {
1692
1739
  readonly description: "The AI Agent Layer introduces a pioneering platform that allows users to create, personalize, and tokenize AI Agents in a fully decentralized ecosystem. Through a seamless and accessible interface, users can launch tradeable AI Agents in just 15 seconds, each represented by tokens paired with the native currency, $AIFUN.";
1693
1740
  readonly documentation: "https://aifun-1.gitbook.io/aiagentlayer";
1694
1741
  readonly bridge: "native";
1742
+ readonly tags: readonly ["MEMECOIN"];
1695
1743
  };
1696
1744
  readonly CHAOS: {
1697
1745
  readonly name: "CHAOS";
@@ -1704,6 +1752,7 @@ export declare const tokens: {
1704
1752
  readonly description: "CHAOS is a token created by ai agent AIXbt using Simulacrum";
1705
1753
  readonly documentation: "";
1706
1754
  readonly bridge: "native";
1755
+ readonly tags: readonly ["MEMECOIN"];
1707
1756
  };
1708
1757
  readonly G: {
1709
1758
  readonly name: "Gravity";
@@ -1780,6 +1829,7 @@ export declare const tokens: {
1780
1829
  readonly description: "At 9:00 PM UTC on November 22, 2024, Freysa awoke. The human population of Earth stood at 8,189,700,000. The population of sovereign agents: 1.";
1781
1830
  readonly documentation: "https://framework.freysa.ai/overview";
1782
1831
  readonly bridge: "";
1832
+ readonly tags: readonly ["MEMECOIN"];
1783
1833
  };
1784
1834
  readonly CHAMP: {
1785
1835
  readonly name: "Super Champs";
@@ -1792,7 +1842,7 @@ export declare const tokens: {
1792
1842
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
1793
1843
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
1794
1844
  readonly bridge: "";
1795
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1845
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1796
1846
  };
1797
1847
  readonly uSUI: {
1798
1848
  readonly name: "Sui (Universal)";
@@ -1870,7 +1920,7 @@ export declare const tokens: {
1870
1920
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1871
1921
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1872
1922
  readonly bridge: "native";
1873
- readonly tags: readonly ["NO_TIMELOCK"];
1923
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
1874
1924
  };
1875
1925
  readonly uNEAR: {
1876
1926
  readonly name: "NEAR (Universal)";
@@ -1922,6 +1972,7 @@ export declare const tokens: {
1922
1972
  readonly description: "0xReisearch is a collective of AI and Crypto natives that decided to develop a novel approach to the AI x Blockchain space. The Framework presents an architecture for AI blockchain integration through structured data interchange. By focusing on the complementary strengths of both technologies, this framework enables sophisticated interactions while maintaining blockchains deterministic properties.";
1923
1973
  readonly documentation: "https://0xreisearch.gitbook.io/0xreisearch";
1924
1974
  readonly bridge: "native";
1975
+ readonly tags: readonly ["MEMECOIN"];
1925
1976
  };
1926
1977
  readonly AIXBT: {
1927
1978
  readonly name: "aixbt by Virtuals";
@@ -1934,6 +1985,7 @@ export declare const tokens: {
1934
1985
  readonly description: "AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.";
1935
1986
  readonly documentation: "";
1936
1987
  readonly bridge: "native";
1988
+ readonly tags: readonly ["MEMECOIN"];
1937
1989
  };
1938
1990
  readonly VVV: {
1939
1991
  readonly name: "Venice Token";
@@ -1997,7 +2049,7 @@ export declare const tokens: {
1997
2049
  readonly description: "The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.";
1998
2050
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
1999
2051
  readonly bridge: "native";
2000
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2052
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2001
2053
  };
2002
2054
  readonly VEIL: {
2003
2055
  readonly name: "VEIL Token";
@@ -2033,6 +2085,7 @@ export declare const tokens: {
2033
2085
  readonly description: "POPCAT meme on Solana bridged via Wormhole";
2034
2086
  readonly documentation: "";
2035
2087
  readonly bridge: "wormhole";
2088
+ readonly tags: readonly ["MEMECOIN"];
2036
2089
  };
2037
2090
  readonly uPEPE: {
2038
2091
  readonly name: "Pepe (Universal)";
@@ -2045,7 +2098,7 @@ export declare const tokens: {
2045
2098
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2046
2099
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2047
2100
  readonly bridge: "native";
2048
- readonly tags: readonly ["NO_TIMELOCK"];
2101
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
2049
2102
  };
2050
2103
  readonly uSHIB: {
2051
2104
  readonly name: "Shiba Inu (Universal)";
@@ -2057,7 +2110,7 @@ export declare const tokens: {
2057
2110
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2058
2111
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2059
2112
  readonly bridge: "native";
2060
- readonly tags: readonly ["NO_TIMELOCK"];
2113
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
2061
2114
  };
2062
2115
  readonly KAITO: {
2063
2116
  readonly name: "KAITO";
@@ -2081,6 +2134,7 @@ export declare const tokens: {
2081
2134
  readonly website: "https://grokster.ai/";
2082
2135
  readonly description: "Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.";
2083
2136
  readonly bridge: "native";
2137
+ readonly tags: readonly ["MEMECOIN"];
2084
2138
  };
2085
2139
  readonly DRB: {
2086
2140
  readonly name: "DebtReliefBot";
@@ -2092,6 +2146,7 @@ export declare const tokens: {
2092
2146
  readonly website: "https://drbgrok.com/";
2093
2147
  readonly description: "The first token proposed by Grok AI. Built on Base chain.";
2094
2148
  readonly bridge: "native";
2149
+ readonly tags: readonly ["MEMECOIN"];
2095
2150
  };
2096
2151
  readonly MOXIE: {
2097
2152
  readonly name: "Moxie";
@@ -2104,6 +2159,7 @@ export declare const tokens: {
2104
2159
  readonly description: "Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.";
2105
2160
  readonly documentation: "https://build.moxie.xyz/the-moxie-protocol";
2106
2161
  readonly bridge: "native";
2162
+ readonly tags: readonly ["MEMECOIN"];
2107
2163
  };
2108
2164
  readonly MOR: {
2109
2165
  readonly name: "MOR";
@@ -2116,7 +2172,7 @@ export declare const tokens: {
2116
2172
  readonly description: "Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.";
2117
2173
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
2118
2174
  readonly bridge: "layer-zero";
2119
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2175
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2120
2176
  };
2121
2177
  readonly KTA: {
2122
2178
  readonly name: "Keeta";
@@ -2193,7 +2249,7 @@ export declare const tokens: {
2193
2249
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
2194
2250
  readonly documentation: "https://docs.overtime.io/";
2195
2251
  readonly bridge: "chainlink-ccip";
2196
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2252
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2197
2253
  };
2198
2254
  readonly EDGE: {
2199
2255
  readonly name: "Edge";
@@ -2270,6 +2326,7 @@ export declare const tokens: {
2270
2326
  readonly description: "Base Meme";
2271
2327
  readonly documentation: "";
2272
2328
  readonly bridge: "native";
2329
+ readonly tags: readonly ["MEMECOIN"];
2273
2330
  };
2274
2331
  readonly waBaswstETH: {
2275
2332
  readonly name: "Wrapped Aave wstETH Token";
@@ -2282,6 +2339,7 @@ export declare const tokens: {
2282
2339
  readonly description: "Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
2283
2340
  readonly documentation: "https://docs.lido.fi/";
2284
2341
  readonly bridge: "native";
2342
+ readonly tags: readonly ["BLUECHIP"];
2285
2343
  };
2286
2344
  readonly waBasezETH: {
2287
2345
  readonly name: "Wrapped Aave ezETH Token";
@@ -2306,6 +2364,7 @@ export declare const tokens: {
2306
2364
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2307
2365
  readonly bridge: "native";
2308
2366
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2367
+ readonly tags: readonly ["BLUECHIP"];
2309
2368
  };
2310
2369
  readonly smUSDC: {
2311
2370
  readonly name: "Seamless USDC Vault";
@@ -2381,7 +2440,7 @@ export declare const tokens: {
2381
2440
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
2382
2441
  readonly documentation: "https://noice.so/#section-how";
2383
2442
  readonly bridge: "native";
2384
- readonly tags: readonly ["LARGE_HOLDERS"];
2443
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
2385
2444
  };
2386
2445
  readonly BOLDV2: {
2387
2446
  readonly name: "BOLD Stablecoin";
@@ -2515,6 +2574,7 @@ export declare const tokens: {
2515
2574
  readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
2516
2575
  readonly documentation: "https://docs.aave.com/";
2517
2576
  readonly bridge: "base-canonical";
2577
+ readonly tags: readonly ["BLUECHIP"];
2518
2578
  };
2519
2579
  readonly MAMO: {
2520
2580
  readonly name: "MAMO";
@@ -2856,6 +2916,7 @@ export declare const tokens: {
2856
2916
  readonly description: "Solana is a high-performance network that enables fast, secure, and affordable digital transactions. It powers thousands of applications ranging from payments and games to digital art and financial services. ";
2857
2917
  readonly documentation: "https://solana.com/learn/what-is-solana";
2858
2918
  readonly bridge: "chainlink-ccip";
2919
+ readonly tags: readonly ["BLUECHIP"];
2859
2920
  };
2860
2921
  readonly EDEL: {
2861
2922
  readonly name: "Edel";