@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
@@ -26,6 +26,7 @@ export const tokens = {
26
26
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
27
27
  documentation: 'https://ethereum.org/en/developers/docs/',
28
28
  bridge: 'layerzero',
29
+ tags: ['BLUECHIP'],
29
30
  },
30
31
  HONEY: {
31
32
  name: 'Honey',
@@ -89,6 +90,7 @@ export const tokens = {
89
90
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
90
91
  documentation: '',
91
92
  bridge: 'layerzero',
93
+ tags: ['BLUECHIP'],
92
94
  },
93
95
  iBGT: {
94
96
  name: 'Infrared Bera Governance Token',
@@ -124,6 +126,7 @@ export const tokens = {
124
126
  description: 'Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.',
125
127
  documentation: 'https://docs.olympusdao.finance/',
126
128
  bridge: 'layerzero',
129
+ tags: ['BLUECHIP'],
127
130
  },
128
131
  NAV: {
129
132
  name: 'NavFinance',
@@ -13,6 +13,7 @@ export declare const bsc: {
13
13
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
14
14
  readonly bridge: "native";
15
15
  readonly documentation: "https://www.binance.com/en/bnb";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly FEES: {
18
19
  readonly name: "WBNB Token";
@@ -25,6 +26,7 @@ export declare const bsc: {
25
26
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
26
27
  readonly bridge: "native";
27
28
  readonly documentation: "https://www.binance.com/en/bnb";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly BNB: {
30
32
  readonly name: "WBNB Token";
@@ -37,6 +39,7 @@ export declare const bsc: {
37
39
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
38
40
  readonly bridge: "native";
39
41
  readonly documentation: "https://www.binance.com/en/bnb";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly WBNB: {
42
45
  readonly name: "WBNB Token";
@@ -49,6 +52,7 @@ export declare const bsc: {
49
52
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
50
53
  readonly bridge: "native";
51
54
  readonly documentation: "https://www.binance.com/en/bnb";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly CASH: {
54
58
  readonly name: "CASH";
@@ -302,6 +306,7 @@ export declare const bsc: {
302
306
  readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
303
307
  readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
304
308
  readonly bridge: "wormhole";
309
+ readonly tags: readonly ["BLUECHIP"];
305
310
  };
306
311
  readonly FISH: {
307
312
  readonly name: "SwapFish";
@@ -532,6 +537,7 @@ export declare const bsc: {
532
537
  readonly decimals: 18;
533
538
  readonly website: "https://solana.com";
534
539
  readonly description: "Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with thousands of projects spanning DeFi, NFTs, Web3 and more.";
540
+ readonly tags: readonly ["BLUECHIP"];
535
541
  };
536
542
  readonly GAL: {
537
543
  readonly name: "Project Galaxy";
@@ -1498,6 +1504,7 @@ export declare const bsc: {
1498
1504
  readonly decimals: 18;
1499
1505
  readonly website: "https://shibatoken.com/";
1500
1506
  readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
1507
+ readonly tags: readonly ["MEMECOIN"];
1501
1508
  };
1502
1509
  readonly CELR: {
1503
1510
  readonly name: "CelerToken";
@@ -1720,6 +1727,7 @@ export declare const bsc: {
1720
1727
  readonly decimals: 18;
1721
1728
  readonly website: "https://www.synthetix.io/";
1722
1729
  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";
1730
+ readonly tags: readonly ["BLUECHIP"];
1723
1731
  };
1724
1732
  readonly BLZ: {
1725
1733
  readonly name: "Bluezelle";
@@ -1971,6 +1979,7 @@ export declare const bsc: {
1971
1979
  readonly decimals: 18;
1972
1980
  readonly website: "https://www.avalabs.org/";
1973
1981
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
1982
+ readonly tags: readonly ["BLUECHIP"];
1974
1983
  };
1975
1984
  readonly BANANA: {
1976
1985
  readonly name: "ApeSwapFinance Banana";
@@ -1991,6 +2000,7 @@ export declare const bsc: {
1991
2000
  readonly decimals: 18;
1992
2001
  readonly website: "https://fantom.foundation/";
1993
2002
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
2003
+ readonly tags: readonly ["BLUECHIP"];
1994
2004
  };
1995
2005
  readonly AAVE: {
1996
2006
  readonly name: "Binance-Peg Aave Token";
@@ -2001,6 +2011,7 @@ export declare const bsc: {
2001
2011
  readonly decimals: 18;
2002
2012
  readonly website: "https://aave.com/";
2003
2013
  readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
2014
+ readonly tags: readonly ["BLUECHIP"];
2004
2015
  };
2005
2016
  readonly MATIC: {
2006
2017
  readonly name: "Matic Token";
@@ -2011,6 +2022,7 @@ export declare const bsc: {
2011
2022
  readonly decimals: 18;
2012
2023
  readonly website: "https://polygon.technology/";
2013
2024
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
2025
+ readonly tags: readonly ["BLUECHIP"];
2014
2026
  };
2015
2027
  readonly DOGE: {
2016
2028
  readonly name: "Binance-Peg Dogecoin";
@@ -2022,6 +2034,7 @@ export declare const bsc: {
2022
2034
  readonly website: "https://dogecoin.com/";
2023
2035
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
2024
2036
  readonly bridge: "binance-peg";
2037
+ readonly tags: readonly ["MEMECOIN"];
2025
2038
  };
2026
2039
  readonly XED: {
2027
2040
  readonly name: "Exeedme TOKEN";
@@ -2178,6 +2191,7 @@ export declare const bsc: {
2178
2191
  readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
2179
2192
  readonly bridge: "binance-peg";
2180
2193
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2194
+ readonly tags: readonly ["BLUECHIP"];
2181
2195
  };
2182
2196
  readonly BTCB: {
2183
2197
  readonly name: "BTCB Token";
@@ -2190,6 +2204,7 @@ export declare const bsc: {
2190
2204
  readonly description: "Bitcoin BEP2 (BTCB) is a token on the Binance Chain. Each BTCB is 100% backed by a BTC reserve, with the price pegged to Bitcoin at a rate of 1 BTCB = 1 BTC.";
2191
2205
  readonly bridge: "binance-peg";
2192
2206
  readonly documentation: "https://developer.bitcoin.org/devguide/index.html";
2207
+ readonly tags: readonly ["BLUECHIP"];
2193
2208
  };
2194
2209
  readonly BAND: {
2195
2210
  readonly name: "BAND Protocol Token";
@@ -2224,6 +2239,7 @@ export declare const bsc: {
2224
2239
  readonly website: "https://ripple.com/xrp/";
2225
2240
  readonly description: "XRP Ledger (XRPL) is the open-source distributed ledger that is created by Ripple. The native cryptocurrency of the XRP Ledger is XRP.";
2226
2241
  readonly bridge: "binance-peg";
2242
+ readonly tags: readonly ["BLUECHIP"];
2227
2243
  };
2228
2244
  readonly BCH: {
2229
2245
  readonly name: "Bitcoin Cash Token";
@@ -2244,6 +2260,7 @@ export declare const bsc: {
2244
2260
  readonly decimals: 18;
2245
2261
  readonly website: "https://litecoin.org/";
2246
2262
  readonly description: "Litecoin is a peer-to-peer cryptocurrency and open-source software project released under the MIT/X11 license. Litecoin was an early bitcoin spinoff or altcoin, starting in October 2011.";
2263
+ readonly tags: readonly ["BLUECHIP"];
2247
2264
  };
2248
2265
  readonly ADA: {
2249
2266
  readonly name: "Cardano Token";
@@ -2256,6 +2273,7 @@ export declare const bsc: {
2256
2273
  readonly description: "Within the Cardano platform, Ada exists on the settlement layer.Cardano is a public blockchain platform. It is open-source and decentralized, with consensus achieved using proof of stake.";
2257
2274
  readonly bridge: "binance-peg";
2258
2275
  readonly documentation: "https://docs.cardano.org/";
2276
+ readonly tags: readonly ["BLUECHIP"];
2259
2277
  };
2260
2278
  readonly ATOM: {
2261
2279
  readonly name: "Cosmos Token";
@@ -2266,6 +2284,7 @@ export declare const bsc: {
2266
2284
  readonly decimals: 18;
2267
2285
  readonly website: "https://cosmos.network/";
2268
2286
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
2287
+ readonly tags: readonly ["BLUECHIP"];
2269
2288
  };
2270
2289
  readonly XTZ: {
2271
2290
  readonly name: "Tezos Token";
@@ -2349,6 +2368,7 @@ export declare const bsc: {
2349
2368
  readonly decimals: 18;
2350
2369
  readonly website: "https://polkadot.network/";
2351
2370
  readonly description: "Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.";
2371
+ readonly tags: readonly ["BLUECHIP"];
2352
2372
  };
2353
2373
  readonly CAKE: {
2354
2374
  readonly name: "PancakeSwap Token";
@@ -2392,6 +2412,7 @@ export declare const bsc: {
2392
2412
  readonly decimals: 18;
2393
2413
  readonly website: "https://chain.link/";
2394
2414
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
2415
+ readonly tags: readonly ["BLUECHIP"];
2395
2416
  };
2396
2417
  readonly DICE: {
2397
2418
  readonly name: "Dice.finance Token";
@@ -2482,6 +2503,7 @@ export declare const bsc: {
2482
2503
  readonly decimals: 18;
2483
2504
  readonly website: "https://yearn.finance/";
2484
2505
  readonly description: "Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.";
2506
+ readonly tags: readonly ["BLUECHIP"];
2485
2507
  };
2486
2508
  readonly UNI: {
2487
2509
  readonly name: "Uniswap";
@@ -2494,6 +2516,7 @@ export declare const bsc: {
2494
2516
  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.";
2495
2517
  readonly bridge: "binance-peg";
2496
2518
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
2519
+ readonly tags: readonly ["BLUECHIP"];
2497
2520
  };
2498
2521
  readonly FRIES: {
2499
2522
  readonly name: "fry.world";
@@ -2882,6 +2905,7 @@ export declare const bsc: {
2882
2905
  readonly decimals: 18;
2883
2906
  readonly website: "https://compound.finance/";
2884
2907
  readonly description: "Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.";
2908
+ readonly tags: readonly ["BLUECHIP"];
2885
2909
  };
2886
2910
  readonly renBTC: {
2887
2911
  readonly name: "renBTC";
@@ -2944,6 +2968,7 @@ export declare const bsc: {
2944
2968
  readonly decimals: 18;
2945
2969
  readonly website: "https://www.sushi.com/";
2946
2970
  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.";
2971
+ readonly tags: readonly ["BLUECHIP"];
2947
2972
  };
2948
2973
  readonly BOPEN: {
2949
2974
  readonly name: "OPEN Governance Token";
@@ -3948,7 +3973,7 @@ export declare const bsc: {
3948
3973
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
3949
3974
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
3950
3975
  readonly bridge: "stargate";
3951
- readonly tags: readonly ["NO_TIMELOCK"];
3976
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3952
3977
  };
3953
3978
  readonly ZRO: {
3954
3979
  readonly name: "LayerZero";
@@ -3961,6 +3986,7 @@ export declare const bsc: {
3961
3986
  readonly documentation: "https://docs.layerzero.network/v2";
3962
3987
  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.";
3963
3988
  readonly bridge: "layer-zero";
3989
+ readonly tags: readonly ["BLUECHIP"];
3964
3990
  };
3965
3991
  readonly slisBNB: {
3966
3992
  readonly name: "Staked Lista BNB";
@@ -3973,7 +3999,7 @@ export declare const bsc: {
3973
3999
  readonly documentation: "https://docs.bsc.lista.org/";
3974
4000
  readonly description: "slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.";
3975
4001
  readonly bridge: "native";
3976
- readonly tags: readonly ["NO_TIMELOCK"];
4002
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3977
4003
  };
3978
4004
  readonly lisUSD: {
3979
4005
  readonly name: "Lista USD";
@@ -4025,7 +4051,7 @@ export declare const bsc: {
4025
4051
  readonly documentation: "https://www.pepe.vip/";
4026
4052
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
4027
4053
  readonly bridge: "layer-zero";
4028
- readonly tags: readonly ["NO_TIMELOCK"];
4054
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
4029
4055
  };
4030
4056
  readonly 'SolvBTC.BBN': {
4031
4057
  readonly name: "SolvBTC Babylon";
@@ -4051,6 +4077,7 @@ export declare const bsc: {
4051
4077
  readonly documentation: "https://docs.lido.fi/";
4052
4078
  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.";
4053
4079
  readonly bridge: "wormhole";
4080
+ readonly tags: readonly ["BLUECHIP"];
4054
4081
  };
4055
4082
  readonly SHELL: {
4056
4083
  readonly name: "MyShell Token";
@@ -4063,7 +4090,7 @@ export declare const bsc: {
4063
4090
  readonly description: "MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ";
4064
4091
  readonly documentation: "https://docs.myshell.ai/";
4065
4092
  readonly bridge: "layer-zero";
4066
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4093
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
4067
4094
  };
4068
4095
  readonly TST: {
4069
4096
  readonly name: "Test";
@@ -4075,6 +4102,7 @@ export declare const bsc: {
4075
4102
  readonly website: "https://testtoken.vip/";
4076
4103
  readonly description: "$TST is a test token deployed by BNBCHAIN on FOUR.MEME";
4077
4104
  readonly bridge: "native";
4105
+ readonly tags: readonly ["MEMECOIN"];
4078
4106
  };
4079
4107
  readonly Broccoli: {
4080
4108
  readonly name: "Broccoli";
@@ -4087,6 +4115,7 @@ export declare const bsc: {
4087
4115
  readonly description: "First memecoin inspired by CZ Dog called Broccoli on BSC";
4088
4116
  readonly documentation: "";
4089
4117
  readonly bridge: "native";
4118
+ readonly tags: readonly ["MEMECOIN"];
4090
4119
  };
4091
4120
  readonly BroccoliCZDog: {
4092
4121
  readonly name: "CZ'S DOG";
@@ -4098,6 +4127,7 @@ export declare const bsc: {
4098
4127
  readonly website: "https://www.broccoli.gg/";
4099
4128
  readonly description: "Paying homage to CZ's dog Broccoli, this token was the first to be deployed on BNB Chain through the platform four.meme.";
4100
4129
  readonly bridge: "native";
4130
+ readonly tags: readonly ["MEMECOIN"];
4101
4131
  };
4102
4132
  readonly TUT: {
4103
4133
  readonly name: "Tutorial";
@@ -4109,6 +4139,7 @@ export declare const bsc: {
4109
4139
  readonly website: "https://tutorialtoken.com/";
4110
4140
  readonly description: "Tutorial is a token created by a developer who initially made a tutorial on launching a token on the BNB Chain. The original Tutorial token was on the testnet, and the developer decided to launch it on the mainnet as a meme.";
4111
4141
  readonly bridge: "native";
4142
+ readonly tags: readonly ["MEMECOIN"];
4112
4143
  };
4113
4144
  readonly mubarak: {
4114
4145
  readonly name: "mubarak";
@@ -4120,6 +4151,7 @@ export declare const bsc: {
4120
4151
  readonly website: "https://www.mubarak-cto.com/";
4121
4152
  readonly description: "Mubarak - a crypto meme launched on the Fourmeme platform, now taken over and developed by the community.";
4122
4153
  readonly bridge: "native";
4154
+ readonly tags: readonly ["MEMECOIN"];
4123
4155
  };
4124
4156
  readonly SIREN: {
4125
4157
  readonly name: "SIREN";
@@ -4132,6 +4164,7 @@ export declare const bsc: {
4132
4164
  readonly description: "Step into the mystique of ancient lore reimagined for the digital age with SirenAI. Discover your fortune island.";
4133
4165
  readonly documentation: "";
4134
4166
  readonly bridge: "native";
4167
+ readonly tags: readonly ["MEMECOIN"];
4135
4168
  };
4136
4169
  readonly B: {
4137
4170
  readonly name: "B";
@@ -4144,6 +4177,7 @@ export declare const bsc: {
4144
4177
  readonly description: "The BSC Mascot of Building, Leading real USD1 construction";
4145
4178
  readonly documentation: "";
4146
4179
  readonly bridge: "native";
4180
+ readonly tags: readonly ["MEMECOIN"];
4147
4181
  };
4148
4182
  readonly USD1: {
4149
4183
  readonly name: "World Liberty Financial USD";
@@ -4156,6 +4190,7 @@ export declare const bsc: {
4156
4190
  readonly description: "USD1 is a US stablecoin launched by the Trump-linked crypto project, World Liberty Financial.";
4157
4191
  readonly documentation: "https://static.worldlibertyfinancial.com/docs/us/gold-paper.pdf";
4158
4192
  readonly bridge: "native";
4193
+ readonly tags: readonly ["STABLECOIN"];
4159
4194
  };
4160
4195
  readonly RION: {
4161
4196
  readonly name: "Hyperion";
@@ -4336,6 +4371,7 @@ export declare const bsc: {
4336
4371
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
4337
4372
  readonly bridge: "native";
4338
4373
  readonly documentation: "https://www.binance.com/en/bnb";
4374
+ readonly tags: readonly ["BLUECHIP"];
4339
4375
  };
4340
4376
  readonly FEES: {
4341
4377
  readonly name: "WBNB Token";
@@ -4348,6 +4384,7 @@ export declare const bsc: {
4348
4384
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
4349
4385
  readonly bridge: "native";
4350
4386
  readonly documentation: "https://www.binance.com/en/bnb";
4387
+ readonly tags: readonly ["BLUECHIP"];
4351
4388
  };
4352
4389
  readonly BNB: {
4353
4390
  readonly name: "WBNB Token";
@@ -4360,6 +4397,7 @@ export declare const bsc: {
4360
4397
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
4361
4398
  readonly bridge: "native";
4362
4399
  readonly documentation: "https://www.binance.com/en/bnb";
4400
+ readonly tags: readonly ["BLUECHIP"];
4363
4401
  };
4364
4402
  readonly WBNB: {
4365
4403
  readonly name: "WBNB Token";
@@ -4372,6 +4410,7 @@ export declare const bsc: {
4372
4410
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
4373
4411
  readonly bridge: "native";
4374
4412
  readonly documentation: "https://www.binance.com/en/bnb";
4413
+ readonly tags: readonly ["BLUECHIP"];
4375
4414
  };
4376
4415
  readonly CASH: {
4377
4416
  readonly name: "CASH";
@@ -4625,6 +4664,7 @@ export declare const bsc: {
4625
4664
  readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
4626
4665
  readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
4627
4666
  readonly bridge: "wormhole";
4667
+ readonly tags: readonly ["BLUECHIP"];
4628
4668
  };
4629
4669
  readonly FISH: {
4630
4670
  readonly name: "SwapFish";
@@ -4855,6 +4895,7 @@ export declare const bsc: {
4855
4895
  readonly decimals: 18;
4856
4896
  readonly website: "https://solana.com";
4857
4897
  readonly description: "Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with thousands of projects spanning DeFi, NFTs, Web3 and more.";
4898
+ readonly tags: readonly ["BLUECHIP"];
4858
4899
  };
4859
4900
  readonly GAL: {
4860
4901
  readonly name: "Project Galaxy";
@@ -5821,6 +5862,7 @@ export declare const bsc: {
5821
5862
  readonly decimals: 18;
5822
5863
  readonly website: "https://shibatoken.com/";
5823
5864
  readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
5865
+ readonly tags: readonly ["MEMECOIN"];
5824
5866
  };
5825
5867
  readonly CELR: {
5826
5868
  readonly name: "CelerToken";
@@ -6043,6 +6085,7 @@ export declare const bsc: {
6043
6085
  readonly decimals: 18;
6044
6086
  readonly website: "https://www.synthetix.io/";
6045
6087
  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";
6088
+ readonly tags: readonly ["BLUECHIP"];
6046
6089
  };
6047
6090
  readonly BLZ: {
6048
6091
  readonly name: "Bluezelle";
@@ -6294,6 +6337,7 @@ export declare const bsc: {
6294
6337
  readonly decimals: 18;
6295
6338
  readonly website: "https://www.avalabs.org/";
6296
6339
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
6340
+ readonly tags: readonly ["BLUECHIP"];
6297
6341
  };
6298
6342
  readonly BANANA: {
6299
6343
  readonly name: "ApeSwapFinance Banana";
@@ -6314,6 +6358,7 @@ export declare const bsc: {
6314
6358
  readonly decimals: 18;
6315
6359
  readonly website: "https://fantom.foundation/";
6316
6360
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
6361
+ readonly tags: readonly ["BLUECHIP"];
6317
6362
  };
6318
6363
  readonly AAVE: {
6319
6364
  readonly name: "Binance-Peg Aave Token";
@@ -6324,6 +6369,7 @@ export declare const bsc: {
6324
6369
  readonly decimals: 18;
6325
6370
  readonly website: "https://aave.com/";
6326
6371
  readonly description: "Aave is an open source and non-custodial liquidity protocol for earning interest on deposits and borrowing assets.";
6372
+ readonly tags: readonly ["BLUECHIP"];
6327
6373
  };
6328
6374
  readonly MATIC: {
6329
6375
  readonly name: "Matic Token";
@@ -6334,6 +6380,7 @@ export declare const bsc: {
6334
6380
  readonly decimals: 18;
6335
6381
  readonly website: "https://polygon.technology/";
6336
6382
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
6383
+ readonly tags: readonly ["BLUECHIP"];
6337
6384
  };
6338
6385
  readonly DOGE: {
6339
6386
  readonly name: "Binance-Peg Dogecoin";
@@ -6345,6 +6392,7 @@ export declare const bsc: {
6345
6392
  readonly website: "https://dogecoin.com/";
6346
6393
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
6347
6394
  readonly bridge: "binance-peg";
6395
+ readonly tags: readonly ["MEMECOIN"];
6348
6396
  };
6349
6397
  readonly XED: {
6350
6398
  readonly name: "Exeedme TOKEN";
@@ -6501,6 +6549,7 @@ export declare const bsc: {
6501
6549
  readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
6502
6550
  readonly bridge: "binance-peg";
6503
6551
  readonly documentation: "https://ethereum.org/en/developers/docs/";
6552
+ readonly tags: readonly ["BLUECHIP"];
6504
6553
  };
6505
6554
  readonly BTCB: {
6506
6555
  readonly name: "BTCB Token";
@@ -6513,6 +6562,7 @@ export declare const bsc: {
6513
6562
  readonly description: "Bitcoin BEP2 (BTCB) is a token on the Binance Chain. Each BTCB is 100% backed by a BTC reserve, with the price pegged to Bitcoin at a rate of 1 BTCB = 1 BTC.";
6514
6563
  readonly bridge: "binance-peg";
6515
6564
  readonly documentation: "https://developer.bitcoin.org/devguide/index.html";
6565
+ readonly tags: readonly ["BLUECHIP"];
6516
6566
  };
6517
6567
  readonly BAND: {
6518
6568
  readonly name: "BAND Protocol Token";
@@ -6547,6 +6597,7 @@ export declare const bsc: {
6547
6597
  readonly website: "https://ripple.com/xrp/";
6548
6598
  readonly description: "XRP Ledger (XRPL) is the open-source distributed ledger that is created by Ripple. The native cryptocurrency of the XRP Ledger is XRP.";
6549
6599
  readonly bridge: "binance-peg";
6600
+ readonly tags: readonly ["BLUECHIP"];
6550
6601
  };
6551
6602
  readonly BCH: {
6552
6603
  readonly name: "Bitcoin Cash Token";
@@ -6567,6 +6618,7 @@ export declare const bsc: {
6567
6618
  readonly decimals: 18;
6568
6619
  readonly website: "https://litecoin.org/";
6569
6620
  readonly description: "Litecoin is a peer-to-peer cryptocurrency and open-source software project released under the MIT/X11 license. Litecoin was an early bitcoin spinoff or altcoin, starting in October 2011.";
6621
+ readonly tags: readonly ["BLUECHIP"];
6570
6622
  };
6571
6623
  readonly ADA: {
6572
6624
  readonly name: "Cardano Token";
@@ -6579,6 +6631,7 @@ export declare const bsc: {
6579
6631
  readonly description: "Within the Cardano platform, Ada exists on the settlement layer.Cardano is a public blockchain platform. It is open-source and decentralized, with consensus achieved using proof of stake.";
6580
6632
  readonly bridge: "binance-peg";
6581
6633
  readonly documentation: "https://docs.cardano.org/";
6634
+ readonly tags: readonly ["BLUECHIP"];
6582
6635
  };
6583
6636
  readonly ATOM: {
6584
6637
  readonly name: "Cosmos Token";
@@ -6589,6 +6642,7 @@ export declare const bsc: {
6589
6642
  readonly decimals: 18;
6590
6643
  readonly website: "https://cosmos.network/";
6591
6644
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
6645
+ readonly tags: readonly ["BLUECHIP"];
6592
6646
  };
6593
6647
  readonly XTZ: {
6594
6648
  readonly name: "Tezos Token";
@@ -6672,6 +6726,7 @@ export declare const bsc: {
6672
6726
  readonly decimals: 18;
6673
6727
  readonly website: "https://polkadot.network/";
6674
6728
  readonly description: "Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.";
6729
+ readonly tags: readonly ["BLUECHIP"];
6675
6730
  };
6676
6731
  readonly CAKE: {
6677
6732
  readonly name: "PancakeSwap Token";
@@ -6715,6 +6770,7 @@ export declare const bsc: {
6715
6770
  readonly decimals: 18;
6716
6771
  readonly website: "https://chain.link/";
6717
6772
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
6773
+ readonly tags: readonly ["BLUECHIP"];
6718
6774
  };
6719
6775
  readonly DICE: {
6720
6776
  readonly name: "Dice.finance Token";
@@ -6805,6 +6861,7 @@ export declare const bsc: {
6805
6861
  readonly decimals: 18;
6806
6862
  readonly website: "https://yearn.finance/";
6807
6863
  readonly description: "Yearn.finance is an aggregator service for decentralized finance (DeFi) investors, using automation to allow them to maximize profits from yield farming.";
6864
+ readonly tags: readonly ["BLUECHIP"];
6808
6865
  };
6809
6866
  readonly UNI: {
6810
6867
  readonly name: "Uniswap";
@@ -6817,6 +6874,7 @@ export declare const bsc: {
6817
6874
  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.";
6818
6875
  readonly bridge: "binance-peg";
6819
6876
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
6877
+ readonly tags: readonly ["BLUECHIP"];
6820
6878
  };
6821
6879
  readonly FRIES: {
6822
6880
  readonly name: "fry.world";
@@ -7205,6 +7263,7 @@ export declare const bsc: {
7205
7263
  readonly decimals: 18;
7206
7264
  readonly website: "https://compound.finance/";
7207
7265
  readonly description: "Compound is a DeFi lending protocol that allows users to earn interest on their cryptocurrencies by depositing them into one of several pools supported by the platform.";
7266
+ readonly tags: readonly ["BLUECHIP"];
7208
7267
  };
7209
7268
  readonly renBTC: {
7210
7269
  readonly name: "renBTC";
@@ -7267,6 +7326,7 @@ export declare const bsc: {
7267
7326
  readonly decimals: 18;
7268
7327
  readonly website: "https://www.sushi.com/";
7269
7328
  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.";
7329
+ readonly tags: readonly ["BLUECHIP"];
7270
7330
  };
7271
7331
  readonly BOPEN: {
7272
7332
  readonly name: "OPEN Governance Token";
@@ -8271,7 +8331,7 @@ export declare const bsc: {
8271
8331
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
8272
8332
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
8273
8333
  readonly bridge: "stargate";
8274
- readonly tags: readonly ["NO_TIMELOCK"];
8334
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8275
8335
  };
8276
8336
  readonly ZRO: {
8277
8337
  readonly name: "LayerZero";
@@ -8284,6 +8344,7 @@ export declare const bsc: {
8284
8344
  readonly documentation: "https://docs.layerzero.network/v2";
8285
8345
  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.";
8286
8346
  readonly bridge: "layer-zero";
8347
+ readonly tags: readonly ["BLUECHIP"];
8287
8348
  };
8288
8349
  readonly slisBNB: {
8289
8350
  readonly name: "Staked Lista BNB";
@@ -8296,7 +8357,7 @@ export declare const bsc: {
8296
8357
  readonly documentation: "https://docs.bsc.lista.org/";
8297
8358
  readonly description: "slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.";
8298
8359
  readonly bridge: "native";
8299
- readonly tags: readonly ["NO_TIMELOCK"];
8360
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8300
8361
  };
8301
8362
  readonly lisUSD: {
8302
8363
  readonly name: "Lista USD";
@@ -8348,7 +8409,7 @@ export declare const bsc: {
8348
8409
  readonly documentation: "https://www.pepe.vip/";
8349
8410
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
8350
8411
  readonly bridge: "layer-zero";
8351
- readonly tags: readonly ["NO_TIMELOCK"];
8412
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
8352
8413
  };
8353
8414
  readonly 'SolvBTC.BBN': {
8354
8415
  readonly name: "SolvBTC Babylon";
@@ -8374,6 +8435,7 @@ export declare const bsc: {
8374
8435
  readonly documentation: "https://docs.lido.fi/";
8375
8436
  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.";
8376
8437
  readonly bridge: "wormhole";
8438
+ readonly tags: readonly ["BLUECHIP"];
8377
8439
  };
8378
8440
  readonly SHELL: {
8379
8441
  readonly name: "MyShell Token";
@@ -8386,7 +8448,7 @@ export declare const bsc: {
8386
8448
  readonly description: "MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ";
8387
8449
  readonly documentation: "https://docs.myshell.ai/";
8388
8450
  readonly bridge: "layer-zero";
8389
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
8451
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
8390
8452
  };
8391
8453
  readonly TST: {
8392
8454
  readonly name: "Test";
@@ -8398,6 +8460,7 @@ export declare const bsc: {
8398
8460
  readonly website: "https://testtoken.vip/";
8399
8461
  readonly description: "$TST is a test token deployed by BNBCHAIN on FOUR.MEME";
8400
8462
  readonly bridge: "native";
8463
+ readonly tags: readonly ["MEMECOIN"];
8401
8464
  };
8402
8465
  readonly Broccoli: {
8403
8466
  readonly name: "Broccoli";
@@ -8410,6 +8473,7 @@ export declare const bsc: {
8410
8473
  readonly description: "First memecoin inspired by CZ Dog called Broccoli on BSC";
8411
8474
  readonly documentation: "";
8412
8475
  readonly bridge: "native";
8476
+ readonly tags: readonly ["MEMECOIN"];
8413
8477
  };
8414
8478
  readonly BroccoliCZDog: {
8415
8479
  readonly name: "CZ'S DOG";
@@ -8421,6 +8485,7 @@ export declare const bsc: {
8421
8485
  readonly website: "https://www.broccoli.gg/";
8422
8486
  readonly description: "Paying homage to CZ's dog Broccoli, this token was the first to be deployed on BNB Chain through the platform four.meme.";
8423
8487
  readonly bridge: "native";
8488
+ readonly tags: readonly ["MEMECOIN"];
8424
8489
  };
8425
8490
  readonly TUT: {
8426
8491
  readonly name: "Tutorial";
@@ -8432,6 +8497,7 @@ export declare const bsc: {
8432
8497
  readonly website: "https://tutorialtoken.com/";
8433
8498
  readonly description: "Tutorial is a token created by a developer who initially made a tutorial on launching a token on the BNB Chain. The original Tutorial token was on the testnet, and the developer decided to launch it on the mainnet as a meme.";
8434
8499
  readonly bridge: "native";
8500
+ readonly tags: readonly ["MEMECOIN"];
8435
8501
  };
8436
8502
  readonly mubarak: {
8437
8503
  readonly name: "mubarak";
@@ -8443,6 +8509,7 @@ export declare const bsc: {
8443
8509
  readonly website: "https://www.mubarak-cto.com/";
8444
8510
  readonly description: "Mubarak - a crypto meme launched on the Fourmeme platform, now taken over and developed by the community.";
8445
8511
  readonly bridge: "native";
8512
+ readonly tags: readonly ["MEMECOIN"];
8446
8513
  };
8447
8514
  readonly SIREN: {
8448
8515
  readonly name: "SIREN";
@@ -8455,6 +8522,7 @@ export declare const bsc: {
8455
8522
  readonly description: "Step into the mystique of ancient lore reimagined for the digital age with SirenAI. Discover your fortune island.";
8456
8523
  readonly documentation: "";
8457
8524
  readonly bridge: "native";
8525
+ readonly tags: readonly ["MEMECOIN"];
8458
8526
  };
8459
8527
  readonly B: {
8460
8528
  readonly name: "B";
@@ -8467,6 +8535,7 @@ export declare const bsc: {
8467
8535
  readonly description: "The BSC Mascot of Building, Leading real USD1 construction";
8468
8536
  readonly documentation: "";
8469
8537
  readonly bridge: "native";
8538
+ readonly tags: readonly ["MEMECOIN"];
8470
8539
  };
8471
8540
  readonly USD1: {
8472
8541
  readonly name: "World Liberty Financial USD";
@@ -8479,6 +8548,7 @@ export declare const bsc: {
8479
8548
  readonly description: "USD1 is a US stablecoin launched by the Trump-linked crypto project, World Liberty Financial.";
8480
8549
  readonly documentation: "https://static.worldlibertyfinancial.com/docs/us/gold-paper.pdf";
8481
8550
  readonly bridge: "native";
8551
+ readonly tags: readonly ["STABLECOIN"];
8482
8552
  };
8483
8553
  readonly RION: {
8484
8554
  readonly name: "Hyperion";