@beefyfinance/blockchain-addressbook 0.54.147 → 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 +174 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +87 -14
  12. package/build/address-book/base/tokens/tokens.js +84 -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 +174 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +87 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +84 -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
@@ -13,6 +13,7 @@ export declare const base: {
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "base-canonical";
15
15
  readonly documentation: "https://ethereum.org/en/developers/docs/";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly FEES: {
18
19
  readonly name: "Wrapped Ether";
@@ -25,6 +26,7 @@ export declare const base: {
25
26
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
26
27
  readonly bridge: "base-canonical";
27
28
  readonly documentation: "https://ethereum.org/en/developers/docs/";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly ETH: {
30
32
  readonly name: "Wrapped Ether";
@@ -37,6 +39,7 @@ export declare const base: {
37
39
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
38
40
  readonly bridge: "base-canonical";
39
41
  readonly documentation: "https://ethereum.org/en/developers/docs/";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly WETH: {
42
45
  readonly name: "Wrapped Ether";
@@ -49,6 +52,7 @@ export declare const base: {
49
52
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
53
  readonly bridge: "base-canonical";
51
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly mooBIFI: {
54
58
  readonly name: "Bridged BIFI Vault Receipt";
@@ -61,6 +65,7 @@ export declare const base: {
61
65
  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.";
62
66
  readonly documentation: "https://docs.beefy.finance/";
63
67
  readonly bridge: "beefy";
68
+ readonly tags: readonly ["BLUECHIP"];
64
69
  };
65
70
  readonly BSX: {
66
71
  readonly name: "BSX";
@@ -207,7 +212,7 @@ export declare const base: {
207
212
  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.";
208
213
  readonly documentation: "https://docs.overnight.fi/";
209
214
  readonly bridge: "native";
210
- readonly tags: readonly ["CURATED"];
215
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
211
216
  };
212
217
  readonly 'DAI+': {
213
218
  readonly name: "DAI+";
@@ -258,6 +263,7 @@ export declare const base: {
258
263
  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.";
259
264
  readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
260
265
  readonly bridge: "native";
266
+ readonly tags: readonly ["BLUECHIP"];
261
267
  };
262
268
  readonly axlUSDC: {
263
269
  readonly name: "Axelar Wrapped USDC";
@@ -398,6 +404,7 @@ export declare const base: {
398
404
  readonly documentation: "https://docs.threshold.network/";
399
405
  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.";
400
406
  readonly bridge: "wormhole";
407
+ readonly tags: readonly ["BLUECHIP"];
401
408
  };
402
409
  readonly BASED: {
403
410
  readonly name: "based.markets";
@@ -472,6 +479,7 @@ export declare const base: {
472
479
  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.";
473
480
  readonly bridge: "base-canonical";
474
481
  readonly documentation: "https://docs.rocketpool.net/guides/";
482
+ readonly tags: readonly ["BLUECHIP"];
475
483
  };
476
484
  readonly FTW: {
477
485
  readonly name: "FriendTech33";
@@ -533,6 +541,7 @@ export declare const base: {
533
541
  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.";
534
542
  readonly documentation: "https://docs.lido.fi/";
535
543
  readonly bridge: "base-canonical";
544
+ readonly tags: readonly ["BLUECHIP"];
536
545
  };
537
546
  readonly CRV: {
538
547
  readonly name: "Curve DAO Token";
@@ -545,6 +554,7 @@ export declare const base: {
545
554
  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.";
546
555
  readonly documentation: "https://curve.readthedocs.io/";
547
556
  readonly bridge: "base-canonical";
557
+ readonly tags: readonly ["BLUECHIP"];
548
558
  };
549
559
  readonly 'USDC+': {
550
560
  readonly name: "USDC Plus";
@@ -581,6 +591,7 @@ export declare const base: {
581
591
  readonly description: "In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.";
582
592
  readonly documentation: "";
583
593
  readonly bridge: "native";
594
+ readonly tags: readonly ["MEMECOIN"];
584
595
  };
585
596
  readonly axlOP: {
586
597
  readonly name: "Axelar Wrapped OP";
@@ -605,6 +616,7 @@ export declare const base: {
605
616
  readonly description: "The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.";
606
617
  readonly documentation: "https://basicdog.gitbook.io/basic-meme-chain/";
607
618
  readonly bridge: "native";
619
+ readonly tags: readonly ["MEMECOIN"];
608
620
  };
609
621
  readonly SNX: {
610
622
  readonly name: "Synthetix Network Token";
@@ -617,6 +629,7 @@ export declare const base: {
617
629
  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.";
618
630
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
619
631
  readonly bridge: "base-canonical";
632
+ readonly tags: readonly ["BLUECHIP"];
620
633
  };
621
634
  readonly T: {
622
635
  readonly name: "Threshold Network Token";
@@ -653,6 +666,7 @@ export declare const base: {
653
666
  readonly website: "https://dogin.meme/";
654
667
  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.";
655
668
  readonly bridge: "native";
669
+ readonly tags: readonly ["MEMECOIN"];
656
670
  };
657
671
  readonly RSR: {
658
672
  readonly name: "Reserve Rights";
@@ -701,6 +715,7 @@ export declare const base: {
701
715
  readonly website: "https://basedchad.com/";
702
716
  readonly description: "You can’t say anything is more based than putting the best meme of all time on the most based L2.";
703
717
  readonly bridge: "native";
718
+ readonly tags: readonly ["MEMECOIN"];
704
719
  };
705
720
  readonly ANIME: {
706
721
  readonly name: "Anime";
@@ -712,6 +727,7 @@ export declare const base: {
712
727
  readonly website: "https://www.animeonbase.art/";
713
728
  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.";
714
729
  readonly bridge: "native";
730
+ readonly tags: readonly ["MEMECOIN"];
715
731
  };
716
732
  readonly L2VE: {
717
733
  readonly name: "Cupid Inu";
@@ -723,6 +739,7 @@ export declare const base: {
723
739
  readonly website: "https://www.l2ve.me/";
724
740
  readonly description: "The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.";
725
741
  readonly bridge: "native";
742
+ readonly tags: readonly ["MEMECOIN"];
726
743
  };
727
744
  readonly SEXY: {
728
745
  readonly name: "Settled ETHXY Token";
@@ -812,6 +829,7 @@ export declare const base: {
812
829
  readonly description: "Meme dog token on base.";
813
830
  readonly bridge: "native";
814
831
  readonly documentation: "https://www.basedoge.xyz/";
832
+ readonly tags: readonly ["MEMECOIN"];
815
833
  };
816
834
  readonly baseQI: {
817
835
  readonly name: "Qi Dao";
@@ -847,6 +865,7 @@ export declare const base: {
847
865
  readonly website: "https://www.nonplayablecoin.io/";
848
866
  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.";
849
867
  readonly bridge: "wormhole";
868
+ readonly tags: readonly ["MEMECOIN"];
850
869
  };
851
870
  readonly Mog: {
852
871
  readonly name: "Mog Coin";
@@ -858,6 +877,7 @@ export declare const base: {
858
877
  readonly website: "https://mogcoin.xyz/";
859
878
  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.";
860
879
  readonly bridge: "base-canonical";
880
+ readonly tags: readonly ["MEMECOIN"];
861
881
  };
862
882
  readonly HPC: {
863
883
  readonly name: "Happy Puppy Club";
@@ -869,6 +889,7 @@ export declare const base: {
869
889
  readonly website: "https://www.happypuppyclub.xyz/";
870
890
  readonly description: "The Happy Puppy Club ($HPC) memecoin embodies the spirit of \"we in the club, onchain\".";
871
891
  readonly bridge: "native";
892
+ readonly tags: readonly ["MEMECOIN"];
872
893
  };
873
894
  readonly ROCK: {
874
895
  readonly name: "BLACK ROCK";
@@ -916,6 +937,7 @@ export declare const base: {
916
937
  readonly website: "https://www.normilio.com/";
917
938
  readonly description: "A community driven project that aims to bring the normalest memecoin to the base.";
918
939
  readonly bridge: "native";
940
+ readonly tags: readonly ["MEMECOIN"];
919
941
  };
920
942
  readonly POOL: {
921
943
  readonly name: "PoolTogether";
@@ -977,7 +999,7 @@ export declare const base: {
977
999
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
978
1000
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
979
1001
  readonly bridge: "stargate";
980
- readonly tags: readonly ["NO_TIMELOCK"];
1002
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
981
1003
  };
982
1004
  readonly KLIMA: {
983
1005
  readonly name: "Klima DAO";
@@ -1016,6 +1038,7 @@ export declare const base: {
1016
1038
  readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
1017
1039
  readonly documentation: "https://docs.aavegotchi.com/";
1018
1040
  readonly bridge: "base-canonical";
1041
+ readonly tags: readonly ["MEMECOIN"];
1019
1042
  };
1020
1043
  readonly HBR: {
1021
1044
  readonly name: "Harbor Token";
@@ -1053,6 +1076,7 @@ export declare const base: {
1053
1076
  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.";
1054
1077
  readonly bridge: "base-canonical";
1055
1078
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
1079
+ readonly tags: readonly ["BLUECHIP"];
1056
1080
  };
1057
1081
  readonly ZRO: {
1058
1082
  readonly name: "LayerZero";
@@ -1065,6 +1089,7 @@ export declare const base: {
1065
1089
  readonly documentation: "https://docs.layerzero.network/v2";
1066
1090
  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.";
1067
1091
  readonly bridge: "layer-zero";
1092
+ readonly tags: readonly ["BLUECHIP"];
1068
1093
  };
1069
1094
  readonly NORMUS: {
1070
1095
  readonly name: "NORMUS";
@@ -1077,6 +1102,7 @@ export declare const base: {
1077
1102
  readonly documentation: "https://www.basednormus.com/";
1078
1103
  readonly description: "NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.";
1079
1104
  readonly bridge: "native";
1105
+ readonly tags: readonly ["MEMECOIN"];
1080
1106
  };
1081
1107
  readonly jEUR: {
1082
1108
  readonly name: "Jarvis Synthetic Euro";
@@ -1140,6 +1166,7 @@ export declare const base: {
1140
1166
  readonly description: "CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.";
1141
1167
  readonly website: "https://www.chompcoin.xyz/";
1142
1168
  readonly bridge: "native";
1169
+ readonly tags: readonly ["MEMECOIN"];
1143
1170
  };
1144
1171
  readonly MIGGLES: {
1145
1172
  readonly name: "Mister Miggles";
@@ -1151,6 +1178,7 @@ export declare const base: {
1151
1178
  readonly description: "Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.";
1152
1179
  readonly website: "https://mrmigglesbase.com/";
1153
1180
  readonly bridge: "native";
1181
+ readonly tags: readonly ["MEMECOIN"];
1154
1182
  };
1155
1183
  readonly mfer: {
1156
1184
  readonly name: "mfercoin";
@@ -1162,6 +1190,7 @@ export declare const base: {
1162
1190
  readonly description: "Meme coin for every crypto mfer on Base.";
1163
1191
  readonly website: "https://linktr.ee/Mfercoin";
1164
1192
  readonly bridge: "native";
1193
+ readonly tags: readonly ["MEMECOIN"];
1165
1194
  };
1166
1195
  readonly EURC: {
1167
1196
  readonly name: "EURO";
@@ -1185,6 +1214,7 @@ export declare const base: {
1185
1214
  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.";
1186
1215
  readonly website: "https://basedpepe.vip/";
1187
1216
  readonly bridge: "native";
1217
+ readonly tags: readonly ["MEMECOIN"];
1188
1218
  };
1189
1219
  readonly COMP: {
1190
1220
  readonly name: "Compound";
@@ -1197,6 +1227,7 @@ export declare const base: {
1197
1227
  readonly website: "https://compound.finance/";
1198
1228
  readonly documentation: "https://docs.compound.finance/";
1199
1229
  readonly bridge: "base-canonical";
1230
+ readonly tags: readonly ["BLUECHIP"];
1200
1231
  };
1201
1232
  readonly KEYCAT: {
1202
1233
  readonly name: "KeyBoard Cat";
@@ -1209,6 +1240,7 @@ export declare const base: {
1209
1240
  readonly website: "https://www.keyboardcat.fun/";
1210
1241
  readonly documentation: "https://en.wikipedia.org/wiki/Keyboard_Cat";
1211
1242
  readonly bridge: "native";
1243
+ readonly tags: readonly ["MEMECOIN"];
1212
1244
  };
1213
1245
  readonly TOSHI: {
1214
1246
  readonly name: "Toshi";
@@ -1221,6 +1253,7 @@ export declare const base: {
1221
1253
  readonly website: "https://www.toshithecat.com/";
1222
1254
  readonly documentation: "https://www.toshithecat.com/#FAQs";
1223
1255
  readonly bridge: "native";
1256
+ readonly tags: readonly ["MEMECOIN"];
1224
1257
  };
1225
1258
  readonly OwO: {
1226
1259
  readonly name: "SoMon";
@@ -1233,6 +1266,7 @@ export declare const base: {
1233
1266
  readonly website: "https://www.social.monster/";
1234
1267
  readonly documentation: "https://gitbook.social.monster/";
1235
1268
  readonly bridge: "native";
1269
+ readonly tags: readonly ["MEMECOIN"];
1236
1270
  };
1237
1271
  readonly cbBTC: {
1238
1272
  readonly name: "Coinbase Wrapped WBTC";
@@ -1269,6 +1303,7 @@ export declare const base: {
1269
1303
  readonly description: "LITERALLY JUST A DOG WIF A HAT";
1270
1304
  readonly website: "https://dogwifcoin.org/";
1271
1305
  readonly bridge: "layer-zero";
1306
+ readonly tags: readonly ["MEMECOIN"];
1272
1307
  };
1273
1308
  readonly SPX: {
1274
1309
  readonly name: "SPX6900";
@@ -1280,6 +1315,7 @@ export declare const base: {
1280
1315
  readonly description: "SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.";
1281
1316
  readonly website: "https://spx6900.com/";
1282
1317
  readonly bridge: "wormhole";
1318
+ readonly tags: readonly ["MEMECOIN"];
1283
1319
  };
1284
1320
  readonly wBLT: {
1285
1321
  readonly name: "Wrapped BMX Liquidity Token";
@@ -1340,6 +1376,7 @@ export declare const base: {
1340
1376
  readonly description: "BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.";
1341
1377
  readonly documentation: "https://hpos10i.com/#Tokenomics";
1342
1378
  readonly bridge: "base-canonical";
1379
+ readonly tags: readonly ["MEMECOIN"];
1343
1380
  };
1344
1381
  readonly OGN: {
1345
1382
  readonly name: "OriginToken";
@@ -1416,6 +1453,7 @@ export declare const base: {
1416
1453
  readonly website: "https://app.virtuals.io/virtuals/68";
1417
1454
  readonly documentation: "https://whitepaper.virtuals.io/";
1418
1455
  readonly bridge: "native";
1456
+ readonly tags: readonly ["MEMECOIN"];
1419
1457
  };
1420
1458
  readonly SPEC: {
1421
1459
  readonly name: "Spectral Token";
@@ -1428,7 +1466,7 @@ export declare const base: {
1428
1466
  readonly website: "https://www.spectrallabs.xyz/";
1429
1467
  readonly documentation: "https://docs.spectrallabs.xyz/";
1430
1468
  readonly bridge: "synapse";
1431
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1469
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1432
1470
  };
1433
1471
  readonly TALENT: {
1434
1472
  readonly name: "Talent Protocol Token";
@@ -1453,6 +1491,7 @@ export declare const base: {
1453
1491
  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.";
1454
1492
  readonly website: "https://www.aimhigher.net/";
1455
1493
  readonly bridge: "native";
1494
+ readonly tags: readonly ["MEMECOIN"];
1456
1495
  };
1457
1496
  readonly BRETT: {
1458
1497
  readonly name: "Brett";
@@ -1465,7 +1504,7 @@ export declare const base: {
1465
1504
  readonly website: "https://www.basedbrett.com/";
1466
1505
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
1467
1506
  readonly bridge: "native";
1468
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1507
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1469
1508
  };
1470
1509
  readonly ION: {
1471
1510
  readonly name: "Ionic";
@@ -1516,6 +1555,7 @@ export declare const base: {
1516
1555
  readonly description: "Clanker autonomous memecoins built by Dish and Proxyswap.eth";
1517
1556
  readonly website: "https://www.clanker.world/";
1518
1557
  readonly bridge: "native";
1558
+ readonly tags: readonly ["MEMECOIN"];
1519
1559
  };
1520
1560
  readonly LUM: {
1521
1561
  readonly name: "luminous";
@@ -1527,6 +1567,7 @@ export declare const base: {
1527
1567
  readonly description: "Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.";
1528
1568
  readonly website: "https://warpcast.com/aethernet/0x9b64c883";
1529
1569
  readonly bridge: "native";
1570
+ readonly tags: readonly ["MEMECOIN"];
1530
1571
  };
1531
1572
  readonly YFI: {
1532
1573
  readonly name: "yearn.finance";
@@ -1539,6 +1580,7 @@ export declare const base: {
1539
1580
  readonly website: "https://yearn.fi/";
1540
1581
  readonly documentation: "https://docs.yearn.fi/";
1541
1582
  readonly bridge: "base-canonical";
1583
+ readonly tags: readonly ["BLUECHIP"];
1542
1584
  };
1543
1585
  readonly LRDS: {
1544
1586
  readonly name: "BLOCKLORDS";
@@ -1551,7 +1593,7 @@ export declare const base: {
1551
1593
  readonly website: "https://blocklords.com/";
1552
1594
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
1553
1595
  readonly bridge: "base-canonical";
1554
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1596
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1555
1597
  };
1556
1598
  readonly SUSHI: {
1557
1599
  readonly name: "Sushi";
@@ -1564,6 +1606,7 @@ export declare const base: {
1564
1606
  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.";
1565
1607
  readonly bridge: "base-canonical";
1566
1608
  readonly documentation: "https://dev.sushi.com/";
1609
+ readonly tags: readonly ["BLUECHIP"];
1567
1610
  };
1568
1611
  readonly baseETH: {
1569
1612
  readonly name: "Tokemak baseETH";
@@ -1587,6 +1630,7 @@ export declare const base: {
1587
1630
  readonly description: "Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.";
1588
1631
  readonly website: "https://warpcast.com/clanker/0x30f98af8";
1589
1632
  readonly bridge: "native";
1633
+ readonly tags: readonly ["MEMECOIN"];
1590
1634
  };
1591
1635
  readonly LBTC: {
1592
1636
  readonly name: "Lombard Staked Bitcoin";
@@ -1635,6 +1679,7 @@ export declare const base: {
1635
1679
  readonly description: "an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast";
1636
1680
  readonly documentation: "";
1637
1681
  readonly bridge: "native";
1682
+ readonly tags: readonly ["MEMECOIN"];
1638
1683
  };
1639
1684
  readonly MORPHO: {
1640
1685
  readonly name: "Morpho Token";
@@ -1647,7 +1692,7 @@ export declare const base: {
1647
1692
  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.";
1648
1693
  readonly documentation: "https://docs.morpho.org/";
1649
1694
  readonly bridge: "base-canonical";
1650
- readonly tags: readonly ["NO_TIMELOCK"];
1695
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1651
1696
  };
1652
1697
  readonly PUBLIUS: {
1653
1698
  readonly name: "PUBLIUS";
@@ -1671,6 +1716,7 @@ export declare const base: {
1671
1716
  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.";
1672
1717
  readonly documentation: "";
1673
1718
  readonly bridge: "native";
1719
+ readonly tags: readonly ["MEMECOIN"];
1674
1720
  };
1675
1721
  readonly SIMMI: {
1676
1722
  readonly name: "Simmi Token";
@@ -1683,6 +1729,7 @@ export declare const base: {
1683
1729
  readonly website: "https://simulacrum.network/";
1684
1730
  readonly documentation: "https://docs.simulacrum.network/";
1685
1731
  readonly bridge: "native";
1732
+ readonly tags: readonly ["MEMECOIN"];
1686
1733
  };
1687
1734
  readonly AIFUN: {
1688
1735
  readonly name: "AI Agent Layer";
@@ -1695,6 +1742,7 @@ export declare const base: {
1695
1742
  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.";
1696
1743
  readonly documentation: "https://aifun-1.gitbook.io/aiagentlayer";
1697
1744
  readonly bridge: "native";
1745
+ readonly tags: readonly ["MEMECOIN"];
1698
1746
  };
1699
1747
  readonly CHAOS: {
1700
1748
  readonly name: "CHAOS";
@@ -1707,6 +1755,7 @@ export declare const base: {
1707
1755
  readonly description: "CHAOS is a token created by ai agent AIXbt using Simulacrum";
1708
1756
  readonly documentation: "";
1709
1757
  readonly bridge: "native";
1758
+ readonly tags: readonly ["MEMECOIN"];
1710
1759
  };
1711
1760
  readonly G: {
1712
1761
  readonly name: "Gravity";
@@ -1783,6 +1832,7 @@ export declare const base: {
1783
1832
  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.";
1784
1833
  readonly documentation: "https://framework.freysa.ai/overview";
1785
1834
  readonly bridge: "";
1835
+ readonly tags: readonly ["MEMECOIN"];
1786
1836
  };
1787
1837
  readonly CHAMP: {
1788
1838
  readonly name: "Super Champs";
@@ -1795,7 +1845,7 @@ export declare const base: {
1795
1845
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
1796
1846
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
1797
1847
  readonly bridge: "";
1798
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1848
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1799
1849
  };
1800
1850
  readonly uSUI: {
1801
1851
  readonly name: "Sui (Universal)";
@@ -1873,7 +1923,7 @@ export declare const base: {
1873
1923
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1874
1924
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1875
1925
  readonly bridge: "native";
1876
- readonly tags: readonly ["NO_TIMELOCK"];
1926
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
1877
1927
  };
1878
1928
  readonly uNEAR: {
1879
1929
  readonly name: "NEAR (Universal)";
@@ -1925,6 +1975,7 @@ export declare const base: {
1925
1975
  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.";
1926
1976
  readonly documentation: "https://0xreisearch.gitbook.io/0xreisearch";
1927
1977
  readonly bridge: "native";
1978
+ readonly tags: readonly ["MEMECOIN"];
1928
1979
  };
1929
1980
  readonly AIXBT: {
1930
1981
  readonly name: "aixbt by Virtuals";
@@ -1937,6 +1988,7 @@ export declare const base: {
1937
1988
  readonly description: "AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.";
1938
1989
  readonly documentation: "";
1939
1990
  readonly bridge: "native";
1991
+ readonly tags: readonly ["MEMECOIN"];
1940
1992
  };
1941
1993
  readonly VVV: {
1942
1994
  readonly name: "Venice Token";
@@ -2000,7 +2052,7 @@ export declare const base: {
2000
2052
  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.";
2001
2053
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
2002
2054
  readonly bridge: "native";
2003
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2055
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2004
2056
  };
2005
2057
  readonly VEIL: {
2006
2058
  readonly name: "VEIL Token";
@@ -2036,6 +2088,7 @@ export declare const base: {
2036
2088
  readonly description: "POPCAT meme on Solana bridged via Wormhole";
2037
2089
  readonly documentation: "";
2038
2090
  readonly bridge: "wormhole";
2091
+ readonly tags: readonly ["MEMECOIN"];
2039
2092
  };
2040
2093
  readonly uPEPE: {
2041
2094
  readonly name: "Pepe (Universal)";
@@ -2048,7 +2101,7 @@ export declare const base: {
2048
2101
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2049
2102
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2050
2103
  readonly bridge: "native";
2051
- readonly tags: readonly ["NO_TIMELOCK"];
2104
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
2052
2105
  };
2053
2106
  readonly uSHIB: {
2054
2107
  readonly name: "Shiba Inu (Universal)";
@@ -2060,7 +2113,7 @@ export declare const base: {
2060
2113
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2061
2114
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2062
2115
  readonly bridge: "native";
2063
- readonly tags: readonly ["NO_TIMELOCK"];
2116
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
2064
2117
  };
2065
2118
  readonly KAITO: {
2066
2119
  readonly name: "KAITO";
@@ -2084,6 +2137,7 @@ export declare const base: {
2084
2137
  readonly website: "https://grokster.ai/";
2085
2138
  readonly description: "Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.";
2086
2139
  readonly bridge: "native";
2140
+ readonly tags: readonly ["MEMECOIN"];
2087
2141
  };
2088
2142
  readonly DRB: {
2089
2143
  readonly name: "DebtReliefBot";
@@ -2095,6 +2149,7 @@ export declare const base: {
2095
2149
  readonly website: "https://drbgrok.com/";
2096
2150
  readonly description: "The first token proposed by Grok AI. Built on Base chain.";
2097
2151
  readonly bridge: "native";
2152
+ readonly tags: readonly ["MEMECOIN"];
2098
2153
  };
2099
2154
  readonly MOXIE: {
2100
2155
  readonly name: "Moxie";
@@ -2107,6 +2162,7 @@ export declare const base: {
2107
2162
  readonly description: "Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.";
2108
2163
  readonly documentation: "https://build.moxie.xyz/the-moxie-protocol";
2109
2164
  readonly bridge: "native";
2165
+ readonly tags: readonly ["MEMECOIN"];
2110
2166
  };
2111
2167
  readonly MOR: {
2112
2168
  readonly name: "MOR";
@@ -2119,7 +2175,7 @@ export declare const base: {
2119
2175
  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.";
2120
2176
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
2121
2177
  readonly bridge: "layer-zero";
2122
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2178
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2123
2179
  };
2124
2180
  readonly KTA: {
2125
2181
  readonly name: "Keeta";
@@ -2196,7 +2252,7 @@ export declare const base: {
2196
2252
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
2197
2253
  readonly documentation: "https://docs.overtime.io/";
2198
2254
  readonly bridge: "chainlink-ccip";
2199
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2255
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
2200
2256
  };
2201
2257
  readonly EDGE: {
2202
2258
  readonly name: "Edge";
@@ -2273,6 +2329,7 @@ export declare const base: {
2273
2329
  readonly description: "Base Meme";
2274
2330
  readonly documentation: "";
2275
2331
  readonly bridge: "native";
2332
+ readonly tags: readonly ["MEMECOIN"];
2276
2333
  };
2277
2334
  readonly waBaswstETH: {
2278
2335
  readonly name: "Wrapped Aave wstETH Token";
@@ -2285,6 +2342,7 @@ export declare const base: {
2285
2342
  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.";
2286
2343
  readonly documentation: "https://docs.lido.fi/";
2287
2344
  readonly bridge: "native";
2345
+ readonly tags: readonly ["BLUECHIP"];
2288
2346
  };
2289
2347
  readonly waBasezETH: {
2290
2348
  readonly name: "Wrapped Aave ezETH Token";
@@ -2309,6 +2367,7 @@ export declare const base: {
2309
2367
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2310
2368
  readonly bridge: "native";
2311
2369
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2370
+ readonly tags: readonly ["BLUECHIP"];
2312
2371
  };
2313
2372
  readonly smUSDC: {
2314
2373
  readonly name: "Seamless USDC Vault";
@@ -2384,7 +2443,7 @@ export declare const base: {
2384
2443
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
2385
2444
  readonly documentation: "https://noice.so/#section-how";
2386
2445
  readonly bridge: "native";
2387
- readonly tags: readonly ["LARGE_HOLDERS"];
2446
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
2388
2447
  };
2389
2448
  readonly BOLDV2: {
2390
2449
  readonly name: "BOLD Stablecoin";
@@ -2518,6 +2577,7 @@ export declare const base: {
2518
2577
  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.";
2519
2578
  readonly documentation: "https://docs.aave.com/";
2520
2579
  readonly bridge: "base-canonical";
2580
+ readonly tags: readonly ["BLUECHIP"];
2521
2581
  };
2522
2582
  readonly MAMO: {
2523
2583
  readonly name: "MAMO";
@@ -2859,6 +2919,7 @@ export declare const base: {
2859
2919
  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. ";
2860
2920
  readonly documentation: "https://solana.com/learn/what-is-solana";
2861
2921
  readonly bridge: "chainlink-ccip";
2922
+ readonly tags: readonly ["BLUECHIP"];
2862
2923
  };
2863
2924
  readonly EDEL: {
2864
2925
  readonly name: "Edel";
@@ -2934,6 +2995,18 @@ export declare const base: {
2934
2995
  readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
2935
2996
  readonly tags: readonly ["LARGE_HOLDERS"];
2936
2997
  };
2998
+ readonly ZEN: {
2999
+ readonly name: "Horizen";
3000
+ readonly symbol: "ZEN";
3001
+ readonly oracleId: "ZEN";
3002
+ readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
3003
+ readonly chainId: 8453;
3004
+ readonly decimals: 18;
3005
+ readonly website: "https://www.horizen.io/";
3006
+ readonly documentation: "https://horizen-2-docs.horizen.io/";
3007
+ readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
3008
+ readonly tags: readonly ["LARGE_HOLDERS"];
3009
+ };
2937
3010
  };
2938
3011
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
2939
3012
  readonly WNATIVE: {
@@ -2947,6 +3020,7 @@ export declare const base: {
2947
3020
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2948
3021
  readonly bridge: "base-canonical";
2949
3022
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3023
+ readonly tags: readonly ["BLUECHIP"];
2950
3024
  };
2951
3025
  readonly FEES: {
2952
3026
  readonly name: "Wrapped Ether";
@@ -2959,6 +3033,7 @@ export declare const base: {
2959
3033
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2960
3034
  readonly bridge: "base-canonical";
2961
3035
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3036
+ readonly tags: readonly ["BLUECHIP"];
2962
3037
  };
2963
3038
  readonly ETH: {
2964
3039
  readonly name: "Wrapped Ether";
@@ -2971,6 +3046,7 @@ export declare const base: {
2971
3046
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2972
3047
  readonly bridge: "base-canonical";
2973
3048
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3049
+ readonly tags: readonly ["BLUECHIP"];
2974
3050
  };
2975
3051
  readonly WETH: {
2976
3052
  readonly name: "Wrapped Ether";
@@ -2983,6 +3059,7 @@ export declare const base: {
2983
3059
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2984
3060
  readonly bridge: "base-canonical";
2985
3061
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3062
+ readonly tags: readonly ["BLUECHIP"];
2986
3063
  };
2987
3064
  readonly mooBIFI: {
2988
3065
  readonly name: "Bridged BIFI Vault Receipt";
@@ -2995,6 +3072,7 @@ export declare const base: {
2995
3072
  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.";
2996
3073
  readonly documentation: "https://docs.beefy.finance/";
2997
3074
  readonly bridge: "beefy";
3075
+ readonly tags: readonly ["BLUECHIP"];
2998
3076
  };
2999
3077
  readonly BSX: {
3000
3078
  readonly name: "BSX";
@@ -3141,7 +3219,7 @@ export declare const base: {
3141
3219
  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.";
3142
3220
  readonly documentation: "https://docs.overnight.fi/";
3143
3221
  readonly bridge: "native";
3144
- readonly tags: readonly ["CURATED"];
3222
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
3145
3223
  };
3146
3224
  readonly 'DAI+': {
3147
3225
  readonly name: "DAI+";
@@ -3192,6 +3270,7 @@ export declare const base: {
3192
3270
  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.";
3193
3271
  readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
3194
3272
  readonly bridge: "native";
3273
+ readonly tags: readonly ["BLUECHIP"];
3195
3274
  };
3196
3275
  readonly axlUSDC: {
3197
3276
  readonly name: "Axelar Wrapped USDC";
@@ -3332,6 +3411,7 @@ export declare const base: {
3332
3411
  readonly documentation: "https://docs.threshold.network/";
3333
3412
  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.";
3334
3413
  readonly bridge: "wormhole";
3414
+ readonly tags: readonly ["BLUECHIP"];
3335
3415
  };
3336
3416
  readonly BASED: {
3337
3417
  readonly name: "based.markets";
@@ -3406,6 +3486,7 @@ export declare const base: {
3406
3486
  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.";
3407
3487
  readonly bridge: "base-canonical";
3408
3488
  readonly documentation: "https://docs.rocketpool.net/guides/";
3489
+ readonly tags: readonly ["BLUECHIP"];
3409
3490
  };
3410
3491
  readonly FTW: {
3411
3492
  readonly name: "FriendTech33";
@@ -3467,6 +3548,7 @@ export declare const base: {
3467
3548
  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.";
3468
3549
  readonly documentation: "https://docs.lido.fi/";
3469
3550
  readonly bridge: "base-canonical";
3551
+ readonly tags: readonly ["BLUECHIP"];
3470
3552
  };
3471
3553
  readonly CRV: {
3472
3554
  readonly name: "Curve DAO Token";
@@ -3479,6 +3561,7 @@ export declare const base: {
3479
3561
  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.";
3480
3562
  readonly documentation: "https://curve.readthedocs.io/";
3481
3563
  readonly bridge: "base-canonical";
3564
+ readonly tags: readonly ["BLUECHIP"];
3482
3565
  };
3483
3566
  readonly 'USDC+': {
3484
3567
  readonly name: "USDC Plus";
@@ -3515,6 +3598,7 @@ export declare const base: {
3515
3598
  readonly description: "In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.";
3516
3599
  readonly documentation: "";
3517
3600
  readonly bridge: "native";
3601
+ readonly tags: readonly ["MEMECOIN"];
3518
3602
  };
3519
3603
  readonly axlOP: {
3520
3604
  readonly name: "Axelar Wrapped OP";
@@ -3539,6 +3623,7 @@ export declare const base: {
3539
3623
  readonly description: "The first meme coin on Base. Fairly Launched. Organic Growth. Good Vibes.";
3540
3624
  readonly documentation: "https://basicdog.gitbook.io/basic-meme-chain/";
3541
3625
  readonly bridge: "native";
3626
+ readonly tags: readonly ["MEMECOIN"];
3542
3627
  };
3543
3628
  readonly SNX: {
3544
3629
  readonly name: "Synthetix Network Token";
@@ -3551,6 +3636,7 @@ export declare const base: {
3551
3636
  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.";
3552
3637
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
3553
3638
  readonly bridge: "base-canonical";
3639
+ readonly tags: readonly ["BLUECHIP"];
3554
3640
  };
3555
3641
  readonly T: {
3556
3642
  readonly name: "Threshold Network Token";
@@ -3587,6 +3673,7 @@ export declare const base: {
3587
3673
  readonly website: "https://dogin.meme/";
3588
3674
  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.";
3589
3675
  readonly bridge: "native";
3676
+ readonly tags: readonly ["MEMECOIN"];
3590
3677
  };
3591
3678
  readonly RSR: {
3592
3679
  readonly name: "Reserve Rights";
@@ -3635,6 +3722,7 @@ export declare const base: {
3635
3722
  readonly website: "https://basedchad.com/";
3636
3723
  readonly description: "You can’t say anything is more based than putting the best meme of all time on the most based L2.";
3637
3724
  readonly bridge: "native";
3725
+ readonly tags: readonly ["MEMECOIN"];
3638
3726
  };
3639
3727
  readonly ANIME: {
3640
3728
  readonly name: "Anime";
@@ -3646,6 +3734,7 @@ export declare const base: {
3646
3734
  readonly website: "https://www.animeonbase.art/";
3647
3735
  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.";
3648
3736
  readonly bridge: "native";
3737
+ readonly tags: readonly ["MEMECOIN"];
3649
3738
  };
3650
3739
  readonly L2VE: {
3651
3740
  readonly name: "Cupid Inu";
@@ -3657,6 +3746,7 @@ export declare const base: {
3657
3746
  readonly website: "https://www.l2ve.me/";
3658
3747
  readonly description: "The Cupid Inu memecoin has landed on BASE, with a mission to scatter as much $L2VE as possible.";
3659
3748
  readonly bridge: "native";
3749
+ readonly tags: readonly ["MEMECOIN"];
3660
3750
  };
3661
3751
  readonly SEXY: {
3662
3752
  readonly name: "Settled ETHXY Token";
@@ -3746,6 +3836,7 @@ export declare const base: {
3746
3836
  readonly description: "Meme dog token on base.";
3747
3837
  readonly bridge: "native";
3748
3838
  readonly documentation: "https://www.basedoge.xyz/";
3839
+ readonly tags: readonly ["MEMECOIN"];
3749
3840
  };
3750
3841
  readonly baseQI: {
3751
3842
  readonly name: "Qi Dao";
@@ -3781,6 +3872,7 @@ export declare const base: {
3781
3872
  readonly website: "https://www.nonplayablecoin.io/";
3782
3873
  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.";
3783
3874
  readonly bridge: "wormhole";
3875
+ readonly tags: readonly ["MEMECOIN"];
3784
3876
  };
3785
3877
  readonly Mog: {
3786
3878
  readonly name: "Mog Coin";
@@ -3792,6 +3884,7 @@ export declare const base: {
3792
3884
  readonly website: "https://mogcoin.xyz/";
3793
3885
  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.";
3794
3886
  readonly bridge: "base-canonical";
3887
+ readonly tags: readonly ["MEMECOIN"];
3795
3888
  };
3796
3889
  readonly HPC: {
3797
3890
  readonly name: "Happy Puppy Club";
@@ -3803,6 +3896,7 @@ export declare const base: {
3803
3896
  readonly website: "https://www.happypuppyclub.xyz/";
3804
3897
  readonly description: "The Happy Puppy Club ($HPC) memecoin embodies the spirit of \"we in the club, onchain\".";
3805
3898
  readonly bridge: "native";
3899
+ readonly tags: readonly ["MEMECOIN"];
3806
3900
  };
3807
3901
  readonly ROCK: {
3808
3902
  readonly name: "BLACK ROCK";
@@ -3850,6 +3944,7 @@ export declare const base: {
3850
3944
  readonly website: "https://www.normilio.com/";
3851
3945
  readonly description: "A community driven project that aims to bring the normalest memecoin to the base.";
3852
3946
  readonly bridge: "native";
3947
+ readonly tags: readonly ["MEMECOIN"];
3853
3948
  };
3854
3949
  readonly POOL: {
3855
3950
  readonly name: "PoolTogether";
@@ -3911,7 +4006,7 @@ export declare const base: {
3911
4006
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
3912
4007
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
3913
4008
  readonly bridge: "stargate";
3914
- readonly tags: readonly ["NO_TIMELOCK"];
4009
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3915
4010
  };
3916
4011
  readonly KLIMA: {
3917
4012
  readonly name: "Klima DAO";
@@ -3950,6 +4045,7 @@ export declare const base: {
3950
4045
  readonly description: "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games.";
3951
4046
  readonly documentation: "https://docs.aavegotchi.com/";
3952
4047
  readonly bridge: "base-canonical";
4048
+ readonly tags: readonly ["MEMECOIN"];
3953
4049
  };
3954
4050
  readonly HBR: {
3955
4051
  readonly name: "Harbor Token";
@@ -3987,6 +4083,7 @@ export declare const base: {
3987
4083
  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.";
3988
4084
  readonly bridge: "base-canonical";
3989
4085
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
4086
+ readonly tags: readonly ["BLUECHIP"];
3990
4087
  };
3991
4088
  readonly ZRO: {
3992
4089
  readonly name: "LayerZero";
@@ -3999,6 +4096,7 @@ export declare const base: {
3999
4096
  readonly documentation: "https://docs.layerzero.network/v2";
4000
4097
  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.";
4001
4098
  readonly bridge: "layer-zero";
4099
+ readonly tags: readonly ["BLUECHIP"];
4002
4100
  };
4003
4101
  readonly NORMUS: {
4004
4102
  readonly name: "NORMUS";
@@ -4011,6 +4109,7 @@ export declare const base: {
4011
4109
  readonly documentation: "https://www.basednormus.com/";
4012
4110
  readonly description: "NORMUS is the governance token of the launchpad eNORMUSPUMP, a pump.fun fork on Base.";
4013
4111
  readonly bridge: "native";
4112
+ readonly tags: readonly ["MEMECOIN"];
4014
4113
  };
4015
4114
  readonly jEUR: {
4016
4115
  readonly name: "Jarvis Synthetic Euro";
@@ -4074,6 +4173,7 @@ export declare const base: {
4074
4173
  readonly description: "CHOMP is the fiercest little fuzzball on Base. Meme coin on Base.";
4075
4174
  readonly website: "https://www.chompcoin.xyz/";
4076
4175
  readonly bridge: "native";
4176
+ readonly tags: readonly ["MEMECOIN"];
4077
4177
  };
4078
4178
  readonly MIGGLES: {
4079
4179
  readonly name: "Mister Miggles";
@@ -4085,6 +4185,7 @@ export declare const base: {
4085
4185
  readonly description: "Mr. Miggles, The Coinbase Cat Mascot. Meme coin on Base.";
4086
4186
  readonly website: "https://mrmigglesbase.com/";
4087
4187
  readonly bridge: "native";
4188
+ readonly tags: readonly ["MEMECOIN"];
4088
4189
  };
4089
4190
  readonly mfer: {
4090
4191
  readonly name: "mfercoin";
@@ -4096,6 +4197,7 @@ export declare const base: {
4096
4197
  readonly description: "Meme coin for every crypto mfer on Base.";
4097
4198
  readonly website: "https://linktr.ee/Mfercoin";
4098
4199
  readonly bridge: "native";
4200
+ readonly tags: readonly ["MEMECOIN"];
4099
4201
  };
4100
4202
  readonly EURC: {
4101
4203
  readonly name: "EURO";
@@ -4119,6 +4221,7 @@ export declare const base: {
4119
4221
  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.";
4120
4222
  readonly website: "https://basedpepe.vip/";
4121
4223
  readonly bridge: "native";
4224
+ readonly tags: readonly ["MEMECOIN"];
4122
4225
  };
4123
4226
  readonly COMP: {
4124
4227
  readonly name: "Compound";
@@ -4131,6 +4234,7 @@ export declare const base: {
4131
4234
  readonly website: "https://compound.finance/";
4132
4235
  readonly documentation: "https://docs.compound.finance/";
4133
4236
  readonly bridge: "base-canonical";
4237
+ readonly tags: readonly ["BLUECHIP"];
4134
4238
  };
4135
4239
  readonly KEYCAT: {
4136
4240
  readonly name: "KeyBoard Cat";
@@ -4143,6 +4247,7 @@ export declare const base: {
4143
4247
  readonly website: "https://www.keyboardcat.fun/";
4144
4248
  readonly documentation: "https://en.wikipedia.org/wiki/Keyboard_Cat";
4145
4249
  readonly bridge: "native";
4250
+ readonly tags: readonly ["MEMECOIN"];
4146
4251
  };
4147
4252
  readonly TOSHI: {
4148
4253
  readonly name: "Toshi";
@@ -4155,6 +4260,7 @@ export declare const base: {
4155
4260
  readonly website: "https://www.toshithecat.com/";
4156
4261
  readonly documentation: "https://www.toshithecat.com/#FAQs";
4157
4262
  readonly bridge: "native";
4263
+ readonly tags: readonly ["MEMECOIN"];
4158
4264
  };
4159
4265
  readonly OwO: {
4160
4266
  readonly name: "SoMon";
@@ -4167,6 +4273,7 @@ export declare const base: {
4167
4273
  readonly website: "https://www.social.monster/";
4168
4274
  readonly documentation: "https://gitbook.social.monster/";
4169
4275
  readonly bridge: "native";
4276
+ readonly tags: readonly ["MEMECOIN"];
4170
4277
  };
4171
4278
  readonly cbBTC: {
4172
4279
  readonly name: "Coinbase Wrapped WBTC";
@@ -4203,6 +4310,7 @@ export declare const base: {
4203
4310
  readonly description: "LITERALLY JUST A DOG WIF A HAT";
4204
4311
  readonly website: "https://dogwifcoin.org/";
4205
4312
  readonly bridge: "layer-zero";
4313
+ readonly tags: readonly ["MEMECOIN"];
4206
4314
  };
4207
4315
  readonly SPX: {
4208
4316
  readonly name: "SPX6900";
@@ -4214,6 +4322,7 @@ export declare const base: {
4214
4322
  readonly description: "SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.";
4215
4323
  readonly website: "https://spx6900.com/";
4216
4324
  readonly bridge: "wormhole";
4325
+ readonly tags: readonly ["MEMECOIN"];
4217
4326
  };
4218
4327
  readonly wBLT: {
4219
4328
  readonly name: "Wrapped BMX Liquidity Token";
@@ -4274,6 +4383,7 @@ export declare const base: {
4274
4383
  readonly description: "BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.";
4275
4384
  readonly documentation: "https://hpos10i.com/#Tokenomics";
4276
4385
  readonly bridge: "base-canonical";
4386
+ readonly tags: readonly ["MEMECOIN"];
4277
4387
  };
4278
4388
  readonly OGN: {
4279
4389
  readonly name: "OriginToken";
@@ -4350,6 +4460,7 @@ export declare const base: {
4350
4460
  readonly website: "https://app.virtuals.io/virtuals/68";
4351
4461
  readonly documentation: "https://whitepaper.virtuals.io/";
4352
4462
  readonly bridge: "native";
4463
+ readonly tags: readonly ["MEMECOIN"];
4353
4464
  };
4354
4465
  readonly SPEC: {
4355
4466
  readonly name: "Spectral Token";
@@ -4362,7 +4473,7 @@ export declare const base: {
4362
4473
  readonly website: "https://www.spectrallabs.xyz/";
4363
4474
  readonly documentation: "https://docs.spectrallabs.xyz/";
4364
4475
  readonly bridge: "synapse";
4365
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4476
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4366
4477
  };
4367
4478
  readonly TALENT: {
4368
4479
  readonly name: "Talent Protocol Token";
@@ -4387,6 +4498,7 @@ export declare const base: {
4387
4498
  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.";
4388
4499
  readonly website: "https://www.aimhigher.net/";
4389
4500
  readonly bridge: "native";
4501
+ readonly tags: readonly ["MEMECOIN"];
4390
4502
  };
4391
4503
  readonly BRETT: {
4392
4504
  readonly name: "Brett";
@@ -4399,7 +4511,7 @@ export declare const base: {
4399
4511
  readonly website: "https://www.basedbrett.com/";
4400
4512
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
4401
4513
  readonly bridge: "native";
4402
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4514
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4403
4515
  };
4404
4516
  readonly ION: {
4405
4517
  readonly name: "Ionic";
@@ -4450,6 +4562,7 @@ export declare const base: {
4450
4562
  readonly description: "Clanker autonomous memecoins built by Dish and Proxyswap.eth";
4451
4563
  readonly website: "https://www.clanker.world/";
4452
4564
  readonly bridge: "native";
4565
+ readonly tags: readonly ["MEMECOIN"];
4453
4566
  };
4454
4567
  readonly LUM: {
4455
4568
  readonly name: "luminous";
@@ -4461,6 +4574,7 @@ export declare const base: {
4461
4574
  readonly description: "Deployed by an AI agent by request from another AI agent, LUM is a token without human intervention.";
4462
4575
  readonly website: "https://warpcast.com/aethernet/0x9b64c883";
4463
4576
  readonly bridge: "native";
4577
+ readonly tags: readonly ["MEMECOIN"];
4464
4578
  };
4465
4579
  readonly YFI: {
4466
4580
  readonly name: "yearn.finance";
@@ -4473,6 +4587,7 @@ export declare const base: {
4473
4587
  readonly website: "https://yearn.fi/";
4474
4588
  readonly documentation: "https://docs.yearn.fi/";
4475
4589
  readonly bridge: "base-canonical";
4590
+ readonly tags: readonly ["BLUECHIP"];
4476
4591
  };
4477
4592
  readonly LRDS: {
4478
4593
  readonly name: "BLOCKLORDS";
@@ -4485,7 +4600,7 @@ export declare const base: {
4485
4600
  readonly website: "https://blocklords.com/";
4486
4601
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
4487
4602
  readonly bridge: "base-canonical";
4488
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4603
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4489
4604
  };
4490
4605
  readonly SUSHI: {
4491
4606
  readonly name: "Sushi";
@@ -4498,6 +4613,7 @@ export declare const base: {
4498
4613
  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.";
4499
4614
  readonly bridge: "base-canonical";
4500
4615
  readonly documentation: "https://dev.sushi.com/";
4616
+ readonly tags: readonly ["BLUECHIP"];
4501
4617
  };
4502
4618
  readonly baseETH: {
4503
4619
  readonly name: "Tokemak baseETH";
@@ -4521,6 +4637,7 @@ export declare const base: {
4521
4637
  readonly description: "Deployed by an AI agent by request from another AI agent, PARADOX is a token without human intervention.";
4522
4638
  readonly website: "https://warpcast.com/clanker/0x30f98af8";
4523
4639
  readonly bridge: "native";
4640
+ readonly tags: readonly ["MEMECOIN"];
4524
4641
  };
4525
4642
  readonly LBTC: {
4526
4643
  readonly name: "Lombard Staked Bitcoin";
@@ -4569,6 +4686,7 @@ export declare const base: {
4569
4686
  readonly description: "an anonymous token deployed by an autonomous AI powering social posting with ZK on anoncast";
4570
4687
  readonly documentation: "";
4571
4688
  readonly bridge: "native";
4689
+ readonly tags: readonly ["MEMECOIN"];
4572
4690
  };
4573
4691
  readonly MORPHO: {
4574
4692
  readonly name: "Morpho Token";
@@ -4581,7 +4699,7 @@ export declare const base: {
4581
4699
  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.";
4582
4700
  readonly documentation: "https://docs.morpho.org/";
4583
4701
  readonly bridge: "base-canonical";
4584
- readonly tags: readonly ["NO_TIMELOCK"];
4702
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4585
4703
  };
4586
4704
  readonly PUBLIUS: {
4587
4705
  readonly name: "PUBLIUS";
@@ -4605,6 +4723,7 @@ export declare const base: {
4605
4723
  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.";
4606
4724
  readonly documentation: "";
4607
4725
  readonly bridge: "native";
4726
+ readonly tags: readonly ["MEMECOIN"];
4608
4727
  };
4609
4728
  readonly SIMMI: {
4610
4729
  readonly name: "Simmi Token";
@@ -4617,6 +4736,7 @@ export declare const base: {
4617
4736
  readonly website: "https://simulacrum.network/";
4618
4737
  readonly documentation: "https://docs.simulacrum.network/";
4619
4738
  readonly bridge: "native";
4739
+ readonly tags: readonly ["MEMECOIN"];
4620
4740
  };
4621
4741
  readonly AIFUN: {
4622
4742
  readonly name: "AI Agent Layer";
@@ -4629,6 +4749,7 @@ export declare const base: {
4629
4749
  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.";
4630
4750
  readonly documentation: "https://aifun-1.gitbook.io/aiagentlayer";
4631
4751
  readonly bridge: "native";
4752
+ readonly tags: readonly ["MEMECOIN"];
4632
4753
  };
4633
4754
  readonly CHAOS: {
4634
4755
  readonly name: "CHAOS";
@@ -4641,6 +4762,7 @@ export declare const base: {
4641
4762
  readonly description: "CHAOS is a token created by ai agent AIXbt using Simulacrum";
4642
4763
  readonly documentation: "";
4643
4764
  readonly bridge: "native";
4765
+ readonly tags: readonly ["MEMECOIN"];
4644
4766
  };
4645
4767
  readonly G: {
4646
4768
  readonly name: "Gravity";
@@ -4717,6 +4839,7 @@ export declare const base: {
4717
4839
  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.";
4718
4840
  readonly documentation: "https://framework.freysa.ai/overview";
4719
4841
  readonly bridge: "";
4842
+ readonly tags: readonly ["MEMECOIN"];
4720
4843
  };
4721
4844
  readonly CHAMP: {
4722
4845
  readonly name: "Super Champs";
@@ -4729,7 +4852,7 @@ export declare const base: {
4729
4852
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
4730
4853
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
4731
4854
  readonly bridge: "";
4732
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4855
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4733
4856
  };
4734
4857
  readonly uSUI: {
4735
4858
  readonly name: "Sui (Universal)";
@@ -4807,7 +4930,7 @@ export declare const base: {
4807
4930
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
4808
4931
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
4809
4932
  readonly bridge: "native";
4810
- readonly tags: readonly ["NO_TIMELOCK"];
4933
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
4811
4934
  };
4812
4935
  readonly uNEAR: {
4813
4936
  readonly name: "NEAR (Universal)";
@@ -4859,6 +4982,7 @@ export declare const base: {
4859
4982
  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.";
4860
4983
  readonly documentation: "https://0xreisearch.gitbook.io/0xreisearch";
4861
4984
  readonly bridge: "native";
4985
+ readonly tags: readonly ["MEMECOIN"];
4862
4986
  };
4863
4987
  readonly AIXBT: {
4864
4988
  readonly name: "aixbt by Virtuals";
@@ -4871,6 +4995,7 @@ export declare const base: {
4871
4995
  readonly description: "AIXBT tracks CT discussions and leverages its proprietary engine to identify high momentum plays.";
4872
4996
  readonly documentation: "";
4873
4997
  readonly bridge: "native";
4998
+ readonly tags: readonly ["MEMECOIN"];
4874
4999
  };
4875
5000
  readonly VVV: {
4876
5001
  readonly name: "Venice Token";
@@ -4934,7 +5059,7 @@ export declare const base: {
4934
5059
  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.";
4935
5060
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
4936
5061
  readonly bridge: "native";
4937
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5062
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4938
5063
  };
4939
5064
  readonly VEIL: {
4940
5065
  readonly name: "VEIL Token";
@@ -4970,6 +5095,7 @@ export declare const base: {
4970
5095
  readonly description: "POPCAT meme on Solana bridged via Wormhole";
4971
5096
  readonly documentation: "";
4972
5097
  readonly bridge: "wormhole";
5098
+ readonly tags: readonly ["MEMECOIN"];
4973
5099
  };
4974
5100
  readonly uPEPE: {
4975
5101
  readonly name: "Pepe (Universal)";
@@ -4982,7 +5108,7 @@ export declare const base: {
4982
5108
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
4983
5109
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
4984
5110
  readonly bridge: "native";
4985
- readonly tags: readonly ["NO_TIMELOCK"];
5111
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
4986
5112
  };
4987
5113
  readonly uSHIB: {
4988
5114
  readonly name: "Shiba Inu (Universal)";
@@ -4994,7 +5120,7 @@ export declare const base: {
4994
5120
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
4995
5121
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
4996
5122
  readonly bridge: "native";
4997
- readonly tags: readonly ["NO_TIMELOCK"];
5123
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
4998
5124
  };
4999
5125
  readonly KAITO: {
5000
5126
  readonly name: "KAITO";
@@ -5018,6 +5144,7 @@ export declare const base: {
5018
5144
  readonly website: "https://grokster.ai/";
5019
5145
  readonly description: "Bankr, in collaboration with Grok, officially deploys the $GRK Grokster token on the Base chain, as announced through a post on X.";
5020
5146
  readonly bridge: "native";
5147
+ readonly tags: readonly ["MEMECOIN"];
5021
5148
  };
5022
5149
  readonly DRB: {
5023
5150
  readonly name: "DebtReliefBot";
@@ -5029,6 +5156,7 @@ export declare const base: {
5029
5156
  readonly website: "https://drbgrok.com/";
5030
5157
  readonly description: "The first token proposed by Grok AI. Built on Base chain.";
5031
5158
  readonly bridge: "native";
5159
+ readonly tags: readonly ["MEMECOIN"];
5032
5160
  };
5033
5161
  readonly MOXIE: {
5034
5162
  readonly name: "Moxie";
@@ -5041,6 +5169,7 @@ export declare const base: {
5041
5169
  readonly description: "Moxie is your onchain AI assistant—analyzing transactions, unlocking social alpha, and executing trades on your behalf.";
5042
5170
  readonly documentation: "https://build.moxie.xyz/the-moxie-protocol";
5043
5171
  readonly bridge: "native";
5172
+ readonly tags: readonly ["MEMECOIN"];
5044
5173
  };
5045
5174
  readonly MOR: {
5046
5175
  readonly name: "MOR";
@@ -5053,7 +5182,7 @@ export declare const base: {
5053
5182
  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.";
5054
5183
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
5055
5184
  readonly bridge: "layer-zero";
5056
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5185
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
5057
5186
  };
5058
5187
  readonly KTA: {
5059
5188
  readonly name: "Keeta";
@@ -5130,7 +5259,7 @@ export declare const base: {
5130
5259
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
5131
5260
  readonly documentation: "https://docs.overtime.io/";
5132
5261
  readonly bridge: "chainlink-ccip";
5133
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5262
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
5134
5263
  };
5135
5264
  readonly EDGE: {
5136
5265
  readonly name: "Edge";
@@ -5207,6 +5336,7 @@ export declare const base: {
5207
5336
  readonly description: "Base Meme";
5208
5337
  readonly documentation: "";
5209
5338
  readonly bridge: "native";
5339
+ readonly tags: readonly ["MEMECOIN"];
5210
5340
  };
5211
5341
  readonly waBaswstETH: {
5212
5342
  readonly name: "Wrapped Aave wstETH Token";
@@ -5219,6 +5349,7 @@ export declare const base: {
5219
5349
  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.";
5220
5350
  readonly documentation: "https://docs.lido.fi/";
5221
5351
  readonly bridge: "native";
5352
+ readonly tags: readonly ["BLUECHIP"];
5222
5353
  };
5223
5354
  readonly waBasezETH: {
5224
5355
  readonly name: "Wrapped Aave ezETH Token";
@@ -5243,6 +5374,7 @@ export declare const base: {
5243
5374
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
5244
5375
  readonly bridge: "native";
5245
5376
  readonly documentation: "https://ethereum.org/en/developers/docs/";
5377
+ readonly tags: readonly ["BLUECHIP"];
5246
5378
  };
5247
5379
  readonly smUSDC: {
5248
5380
  readonly name: "Seamless USDC Vault";
@@ -5318,7 +5450,7 @@ export declare const base: {
5318
5450
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
5319
5451
  readonly documentation: "https://noice.so/#section-how";
5320
5452
  readonly bridge: "native";
5321
- readonly tags: readonly ["LARGE_HOLDERS"];
5453
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
5322
5454
  };
5323
5455
  readonly BOLDV2: {
5324
5456
  readonly name: "BOLD Stablecoin";
@@ -5452,6 +5584,7 @@ export declare const base: {
5452
5584
  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.";
5453
5585
  readonly documentation: "https://docs.aave.com/";
5454
5586
  readonly bridge: "base-canonical";
5587
+ readonly tags: readonly ["BLUECHIP"];
5455
5588
  };
5456
5589
  readonly MAMO: {
5457
5590
  readonly name: "MAMO";
@@ -5793,6 +5926,7 @@ export declare const base: {
5793
5926
  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. ";
5794
5927
  readonly documentation: "https://solana.com/learn/what-is-solana";
5795
5928
  readonly bridge: "chainlink-ccip";
5929
+ readonly tags: readonly ["BLUECHIP"];
5796
5930
  };
5797
5931
  readonly EDEL: {
5798
5932
  readonly name: "Edel";
@@ -5868,6 +6002,18 @@ export declare const base: {
5868
6002
  readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
5869
6003
  readonly tags: readonly ["LARGE_HOLDERS"];
5870
6004
  };
6005
+ readonly ZEN: {
6006
+ readonly name: "Horizen";
6007
+ readonly symbol: "ZEN";
6008
+ readonly oracleId: "ZEN";
6009
+ readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
6010
+ readonly chainId: 8453;
6011
+ readonly decimals: 18;
6012
+ readonly website: "https://www.horizen.io/";
6013
+ readonly documentation: "https://horizen-2-docs.horizen.io/";
6014
+ readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
6015
+ readonly tags: readonly ["LARGE_HOLDERS"];
6016
+ };
5871
6017
  }>;
5872
6018
  readonly native: {
5873
6019
  readonly symbol: "ETH";