@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 sonic: {
13
13
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
14
14
  readonly bridge: "sonic-canonical";
15
15
  readonly documentation: "https://www.soniclabs.com/developer-resources";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly FEES: {
18
19
  readonly name: "Wrapped S";
@@ -25,6 +26,7 @@ export declare const sonic: {
25
26
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
26
27
  readonly bridge: "sonic-canonical";
27
28
  readonly documentation: "https://www.soniclabs.com/developer-resources";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly S: {
30
32
  readonly name: "Wrapped S";
@@ -37,6 +39,7 @@ export declare const sonic: {
37
39
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
38
40
  readonly bridge: "sonic-canonical";
39
41
  readonly documentation: "https://www.soniclabs.com/developer-resources";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly WS: {
42
45
  readonly name: "Wrapped S";
@@ -49,6 +52,7 @@ export declare const sonic: {
49
52
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
50
53
  readonly bridge: "sonic-canonical";
51
54
  readonly documentation: "https://www.soniclabs.com/developer-resources";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly EQUAL: {
54
58
  readonly name: "Equalizer on Sonic";
@@ -99,6 +103,7 @@ export declare const sonic: {
99
103
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
100
104
  readonly bridge: "sonic-canonical";
101
105
  readonly documentation: "https://ethereum.org/en/developers/docs/";
106
+ readonly tags: readonly ["BLUECHIP"];
102
107
  };
103
108
  readonly stS: {
104
109
  readonly name: "Beets Staked Sonic";
@@ -197,6 +202,7 @@ export declare const sonic: {
197
202
  readonly website: "https://ludwigonsonic.com/";
198
203
  readonly description: "Ludwig On Sonic (LUDWIG) is your meme gateway to exploring Balancer technology on the Sonic network. The phrase \"High Speed, Perfect Beets\" highlights the Sonic network’s lightning-fast performance, while \"Beets\" refers to the DEX where our primary pools and liquidity are hosted.";
199
204
  readonly bridge: "native";
205
+ readonly tags: readonly ["MEMECOIN"];
200
206
  };
201
207
  readonly BEETS: {
202
208
  readonly name: "BEETS";
@@ -273,6 +279,7 @@ export declare const sonic: {
273
279
  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.";
274
280
  readonly documentation: "https://docs.beefy.finance/";
275
281
  readonly bridge: "beefy";
282
+ readonly tags: readonly ["BLUECHIP"];
276
283
  };
277
284
  readonly scETH: {
278
285
  readonly name: "Sonic ETH";
@@ -374,6 +381,7 @@ export declare const sonic: {
374
381
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
375
382
  readonly documentation: "";
376
383
  readonly bridge: "layer-zero";
384
+ readonly tags: readonly ["BLUECHIP"];
377
385
  };
378
386
  readonly scBTC: {
379
387
  readonly name: "Sonic BTC";
@@ -497,7 +505,7 @@ export declare const sonic: {
497
505
  readonly description: "Silo scUSD market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.";
498
506
  readonly documentation: "https://docs.rings.money/";
499
507
  readonly bridge: "layer-zero";
500
- readonly tags: readonly ["CURATED", "SYNTHETIC"];
508
+ readonly tags: readonly ["CURATED", "SYNTHETIC", "STABLECOIN"];
501
509
  };
502
510
  readonly SiloWETH: {
503
511
  readonly name: "Silo wETH";
@@ -561,6 +569,7 @@ export declare const sonic: {
561
569
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
562
570
  readonly bridge: "sonic-canonical";
563
571
  readonly documentation: "https://www.soniclabs.com/developer-resources";
572
+ readonly tags: readonly ["BLUECHIP"];
564
573
  };
565
574
  readonly FEES: {
566
575
  readonly name: "Wrapped S";
@@ -573,6 +582,7 @@ export declare const sonic: {
573
582
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
574
583
  readonly bridge: "sonic-canonical";
575
584
  readonly documentation: "https://www.soniclabs.com/developer-resources";
585
+ readonly tags: readonly ["BLUECHIP"];
576
586
  };
577
587
  readonly S: {
578
588
  readonly name: "Wrapped S";
@@ -585,6 +595,7 @@ export declare const sonic: {
585
595
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
586
596
  readonly bridge: "sonic-canonical";
587
597
  readonly documentation: "https://www.soniclabs.com/developer-resources";
598
+ readonly tags: readonly ["BLUECHIP"];
588
599
  };
589
600
  readonly WS: {
590
601
  readonly name: "Wrapped S";
@@ -597,6 +608,7 @@ export declare const sonic: {
597
608
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
598
609
  readonly bridge: "sonic-canonical";
599
610
  readonly documentation: "https://www.soniclabs.com/developer-resources";
611
+ readonly tags: readonly ["BLUECHIP"];
600
612
  };
601
613
  readonly EQUAL: {
602
614
  readonly name: "Equalizer on Sonic";
@@ -647,6 +659,7 @@ export declare const sonic: {
647
659
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
648
660
  readonly bridge: "sonic-canonical";
649
661
  readonly documentation: "https://ethereum.org/en/developers/docs/";
662
+ readonly tags: readonly ["BLUECHIP"];
650
663
  };
651
664
  readonly stS: {
652
665
  readonly name: "Beets Staked Sonic";
@@ -745,6 +758,7 @@ export declare const sonic: {
745
758
  readonly website: "https://ludwigonsonic.com/";
746
759
  readonly description: "Ludwig On Sonic (LUDWIG) is your meme gateway to exploring Balancer technology on the Sonic network. The phrase \"High Speed, Perfect Beets\" highlights the Sonic network’s lightning-fast performance, while \"Beets\" refers to the DEX where our primary pools and liquidity are hosted.";
747
760
  readonly bridge: "native";
761
+ readonly tags: readonly ["MEMECOIN"];
748
762
  };
749
763
  readonly BEETS: {
750
764
  readonly name: "BEETS";
@@ -821,6 +835,7 @@ export declare const sonic: {
821
835
  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.";
822
836
  readonly documentation: "https://docs.beefy.finance/";
823
837
  readonly bridge: "beefy";
838
+ readonly tags: readonly ["BLUECHIP"];
824
839
  };
825
840
  readonly scETH: {
826
841
  readonly name: "Sonic ETH";
@@ -922,6 +937,7 @@ export declare const sonic: {
922
937
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
923
938
  readonly documentation: "";
924
939
  readonly bridge: "layer-zero";
940
+ readonly tags: readonly ["BLUECHIP"];
925
941
  };
926
942
  readonly scBTC: {
927
943
  readonly name: "Sonic BTC";
@@ -1045,7 +1061,7 @@ export declare const sonic: {
1045
1061
  readonly description: "Silo scUSD market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.";
1046
1062
  readonly documentation: "https://docs.rings.money/";
1047
1063
  readonly bridge: "layer-zero";
1048
- readonly tags: readonly ["CURATED", "SYNTHETIC"];
1064
+ readonly tags: readonly ["CURATED", "SYNTHETIC", "STABLECOIN"];
1049
1065
  };
1050
1066
  readonly SiloWETH: {
1051
1067
  readonly name: "Silo wETH";
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
11
11
  readonly bridge: "sonic-canonical";
12
12
  readonly documentation: "https://www.soniclabs.com/developer-resources";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped S";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
23
24
  readonly bridge: "sonic-canonical";
24
25
  readonly documentation: "https://www.soniclabs.com/developer-resources";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly S: {
27
29
  readonly name: "Wrapped S";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
35
37
  readonly bridge: "sonic-canonical";
36
38
  readonly documentation: "https://www.soniclabs.com/developer-resources";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WS: {
39
42
  readonly name: "Wrapped S";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.";
47
50
  readonly bridge: "sonic-canonical";
48
51
  readonly documentation: "https://www.soniclabs.com/developer-resources";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly EQUAL: {
51
55
  readonly name: "Equalizer on Sonic";
@@ -96,6 +100,7 @@ export declare const tokens: {
96
100
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
97
101
  readonly bridge: "sonic-canonical";
98
102
  readonly documentation: "https://ethereum.org/en/developers/docs/";
103
+ readonly tags: readonly ["BLUECHIP"];
99
104
  };
100
105
  readonly stS: {
101
106
  readonly name: "Beets Staked Sonic";
@@ -194,6 +199,7 @@ export declare const tokens: {
194
199
  readonly website: "https://ludwigonsonic.com/";
195
200
  readonly description: "Ludwig On Sonic (LUDWIG) is your meme gateway to exploring Balancer technology on the Sonic network. The phrase \"High Speed, Perfect Beets\" highlights the Sonic network’s lightning-fast performance, while \"Beets\" refers to the DEX where our primary pools and liquidity are hosted.";
196
201
  readonly bridge: "native";
202
+ readonly tags: readonly ["MEMECOIN"];
197
203
  };
198
204
  readonly BEETS: {
199
205
  readonly name: "BEETS";
@@ -270,6 +276,7 @@ export declare const tokens: {
270
276
  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.";
271
277
  readonly documentation: "https://docs.beefy.finance/";
272
278
  readonly bridge: "beefy";
279
+ readonly tags: readonly ["BLUECHIP"];
273
280
  };
274
281
  readonly scETH: {
275
282
  readonly name: "Sonic ETH";
@@ -371,6 +378,7 @@ export declare const tokens: {
371
378
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
372
379
  readonly documentation: "";
373
380
  readonly bridge: "layer-zero";
381
+ readonly tags: readonly ["BLUECHIP"];
374
382
  };
375
383
  readonly scBTC: {
376
384
  readonly name: "Sonic BTC";
@@ -494,7 +502,7 @@ export declare const tokens: {
494
502
  readonly description: "Silo scUSD market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.";
495
503
  readonly documentation: "https://docs.rings.money/";
496
504
  readonly bridge: "layer-zero";
497
- readonly tags: readonly ["CURATED", "SYNTHETIC"];
505
+ readonly tags: readonly ["CURATED", "SYNTHETIC", "STABLECOIN"];
498
506
  };
499
507
  readonly SiloWETH: {
500
508
  readonly name: "Silo wETH";
@@ -12,6 +12,7 @@ const S = {
12
12
  description: 'Wrapped S, (S) Sonic is an EVM layer-1 platform that offers developers attractive incentives and powerful infrastructure.',
13
13
  bridge: 'sonic-canonical',
14
14
  documentation: 'https://www.soniclabs.com/developer-resources',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: S,
@@ -67,6 +68,7 @@ exports.tokens = {
67
68
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
68
69
  bridge: 'sonic-canonical',
69
70
  documentation: 'https://ethereum.org/en/developers/docs/',
71
+ tags: ['BLUECHIP'],
70
72
  },
71
73
  stS: {
72
74
  name: 'Beets Staked Sonic',
@@ -165,6 +167,7 @@ exports.tokens = {
165
167
  website: 'https://ludwigonsonic.com/',
166
168
  description: 'Ludwig On Sonic (LUDWIG) is your meme gateway to exploring Balancer technology on the Sonic network. The phrase "High Speed, Perfect Beets" highlights the Sonic network’s lightning-fast performance, while "Beets" refers to the DEX where our primary pools and liquidity are hosted.',
167
169
  bridge: 'native',
170
+ tags: ['MEMECOIN'],
168
171
  },
169
172
  BEETS: {
170
173
  name: 'BEETS',
@@ -241,6 +244,7 @@ exports.tokens = {
241
244
  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.",
242
245
  documentation: 'https://docs.beefy.finance/',
243
246
  bridge: 'beefy',
247
+ tags: ['BLUECHIP'],
244
248
  },
245
249
  scETH: {
246
250
  name: 'Sonic ETH',
@@ -342,6 +346,7 @@ exports.tokens = {
342
346
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
343
347
  documentation: '',
344
348
  bridge: 'layer-zero',
349
+ tags: ['BLUECHIP'],
345
350
  },
346
351
  scBTC: {
347
352
  name: 'Sonic BTC',
@@ -465,7 +470,7 @@ exports.tokens = {
465
470
  description: 'Silo scUSD market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
466
471
  documentation: 'https://docs.rings.money/',
467
472
  bridge: 'layer-zero',
468
- tags: ['CURATED', 'SYNTHETIC'],
473
+ tags: ['CURATED', 'SYNTHETIC', 'STABLECOIN'],
469
474
  },
470
475
  SiloWETH: {
471
476
  name: 'Silo wETH',
@@ -13,6 +13,7 @@ export declare const unichain: {
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "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 unichain: {
25
26
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
26
27
  readonly bridge: "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 unichain: {
37
39
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
38
40
  readonly bridge: "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 unichain: {
49
52
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
53
  readonly bridge: "canonical";
51
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  };
54
58
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -63,6 +67,7 @@ export declare const unichain: {
63
67
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
64
68
  readonly bridge: "canonical";
65
69
  readonly documentation: "https://ethereum.org/en/developers/docs/";
70
+ readonly tags: readonly ["BLUECHIP"];
66
71
  };
67
72
  readonly FEES: {
68
73
  readonly name: "Wrapped Ether";
@@ -75,6 +80,7 @@ export declare const unichain: {
75
80
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
76
81
  readonly bridge: "canonical";
77
82
  readonly documentation: "https://ethereum.org/en/developers/docs/";
83
+ readonly tags: readonly ["BLUECHIP"];
78
84
  };
79
85
  readonly ETH: {
80
86
  readonly name: "Wrapped Ether";
@@ -87,6 +93,7 @@ export declare const unichain: {
87
93
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
88
94
  readonly bridge: "canonical";
89
95
  readonly documentation: "https://ethereum.org/en/developers/docs/";
96
+ readonly tags: readonly ["BLUECHIP"];
90
97
  };
91
98
  readonly WETH: {
92
99
  readonly name: "Wrapped Ether";
@@ -99,6 +106,7 @@ export declare const unichain: {
99
106
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
100
107
  readonly bridge: "canonical";
101
108
  readonly documentation: "https://ethereum.org/en/developers/docs/";
109
+ readonly tags: readonly ["BLUECHIP"];
102
110
  };
103
111
  }>;
104
112
  readonly native: {
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "canonical";
12
12
  readonly documentation: "https://ethereum.org/en/developers/docs/";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped Ether";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
23
24
  readonly bridge: "canonical";
24
25
  readonly documentation: "https://ethereum.org/en/developers/docs/";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly ETH: {
27
29
  readonly name: "Wrapped Ether";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
35
37
  readonly bridge: "canonical";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether";
@@ -46,5 +49,6 @@ export declare const tokens: {
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly bridge: "canonical";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  };
@@ -12,6 +12,7 @@ const ETH = {
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'canonical',
14
14
  documentation: 'https://ethereum.org/en/developers/docs/',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: ETH,
@@ -13,6 +13,7 @@ export declare const zkevm: {
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "zkevm-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 zkevm: {
25
26
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
26
27
  readonly bridge: "zkevm-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 zkevm: {
37
39
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
38
40
  readonly bridge: "zkevm-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 zkevm: {
49
52
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
53
  readonly bridge: "zkevm-canonical";
51
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly USDC: {
54
58
  readonly name: "USD Coin";
@@ -74,6 +78,7 @@ export declare const zkevm: {
74
78
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
75
79
  readonly documentation: "https://zkevm.polygon.technology/";
76
80
  readonly bridge: "zkevm-canonical";
81
+ readonly tags: readonly ["BLUECHIP"];
77
82
  };
78
83
  readonly WBTC: {
79
84
  readonly name: "Wrapped BTC";
@@ -86,6 +91,7 @@ export declare const zkevm: {
86
91
  readonly documentation: "https://wbtc.network/";
87
92
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
88
93
  readonly bridge: "zkevm-canonical";
94
+ readonly tags: readonly ["BLUECHIP"];
89
95
  };
90
96
  readonly USDT: {
91
97
  readonly name: "Tether USD";
@@ -173,6 +179,7 @@ export declare const zkevm: {
173
179
  readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
174
180
  readonly documentation: "https://docs.balancer.fi/";
175
181
  readonly bridge: "zkevm-canonical";
182
+ readonly tags: readonly ["BLUECHIP"];
176
183
  };
177
184
  readonly wstETH: {
178
185
  readonly name: "Lido Wrapped Staked ETH";
@@ -185,6 +192,7 @@ export declare const zkevm: {
185
192
  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.";
186
193
  readonly documentation: "https://docs.lido.fi/";
187
194
  readonly bridge: "zkevm-canonical";
195
+ readonly tags: readonly ["BLUECHIP"];
188
196
  };
189
197
  readonly rETH: {
190
198
  readonly name: "Rocket Pool ETH";
@@ -197,6 +205,7 @@ export declare const zkevm: {
197
205
  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.";
198
206
  readonly documentation: "https://docs.rocketpool.net/guides/";
199
207
  readonly bridge: "zkevm-canonical";
208
+ readonly tags: readonly ["BLUECHIP"];
200
209
  };
201
210
  readonly AAVE: {
202
211
  readonly name: "Aave";
@@ -209,6 +218,7 @@ export declare const zkevm: {
209
218
  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.";
210
219
  readonly documentation: "https://docs.aave.com/";
211
220
  readonly bridge: "zkevm-canonical";
221
+ readonly tags: readonly ["BLUECHIP"];
212
222
  };
213
223
  readonly CRV: {
214
224
  readonly name: "CRV";
@@ -221,6 +231,7 @@ export declare const zkevm: {
221
231
  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.";
222
232
  readonly bridge: "zkevm-canonical";
223
233
  readonly documentation: "https://curve.readthedocs.io/";
234
+ readonly tags: readonly ["BLUECHIP"];
224
235
  };
225
236
  readonly LINK: {
226
237
  readonly name: "Chainlink";
@@ -233,6 +244,7 @@ export declare const zkevm: {
233
244
  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.";
234
245
  readonly bridge: "zkevm-canonical";
235
246
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
247
+ readonly tags: readonly ["BLUECHIP"];
236
248
  };
237
249
  readonly ankrETH: {
238
250
  readonly name: "Ankr Staked ETH";
@@ -259,6 +271,7 @@ export declare const zkevm: {
259
271
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
260
272
  readonly bridge: "zkevm-canonical";
261
273
  readonly documentation: "https://ethereum.org/en/developers/docs/";
274
+ readonly tags: readonly ["BLUECHIP"];
262
275
  };
263
276
  readonly FEES: {
264
277
  readonly name: "Wrapped Ether";
@@ -271,6 +284,7 @@ export declare const zkevm: {
271
284
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
272
285
  readonly bridge: "zkevm-canonical";
273
286
  readonly documentation: "https://ethereum.org/en/developers/docs/";
287
+ readonly tags: readonly ["BLUECHIP"];
274
288
  };
275
289
  readonly ETH: {
276
290
  readonly name: "Wrapped Ether";
@@ -283,6 +297,7 @@ export declare const zkevm: {
283
297
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
284
298
  readonly bridge: "zkevm-canonical";
285
299
  readonly documentation: "https://ethereum.org/en/developers/docs/";
300
+ readonly tags: readonly ["BLUECHIP"];
286
301
  };
287
302
  readonly WETH: {
288
303
  readonly name: "Wrapped Ether";
@@ -295,6 +310,7 @@ export declare const zkevm: {
295
310
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
296
311
  readonly bridge: "zkevm-canonical";
297
312
  readonly documentation: "https://ethereum.org/en/developers/docs/";
313
+ readonly tags: readonly ["BLUECHIP"];
298
314
  };
299
315
  readonly USDC: {
300
316
  readonly name: "USD Coin";
@@ -320,6 +336,7 @@ export declare const zkevm: {
320
336
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
321
337
  readonly documentation: "https://zkevm.polygon.technology/";
322
338
  readonly bridge: "zkevm-canonical";
339
+ readonly tags: readonly ["BLUECHIP"];
323
340
  };
324
341
  readonly WBTC: {
325
342
  readonly name: "Wrapped BTC";
@@ -332,6 +349,7 @@ export declare const zkevm: {
332
349
  readonly documentation: "https://wbtc.network/";
333
350
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
334
351
  readonly bridge: "zkevm-canonical";
352
+ readonly tags: readonly ["BLUECHIP"];
335
353
  };
336
354
  readonly USDT: {
337
355
  readonly name: "Tether USD";
@@ -419,6 +437,7 @@ export declare const zkevm: {
419
437
  readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
420
438
  readonly documentation: "https://docs.balancer.fi/";
421
439
  readonly bridge: "zkevm-canonical";
440
+ readonly tags: readonly ["BLUECHIP"];
422
441
  };
423
442
  readonly wstETH: {
424
443
  readonly name: "Lido Wrapped Staked ETH";
@@ -431,6 +450,7 @@ export declare const zkevm: {
431
450
  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.";
432
451
  readonly documentation: "https://docs.lido.fi/";
433
452
  readonly bridge: "zkevm-canonical";
453
+ readonly tags: readonly ["BLUECHIP"];
434
454
  };
435
455
  readonly rETH: {
436
456
  readonly name: "Rocket Pool ETH";
@@ -443,6 +463,7 @@ export declare const zkevm: {
443
463
  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.";
444
464
  readonly documentation: "https://docs.rocketpool.net/guides/";
445
465
  readonly bridge: "zkevm-canonical";
466
+ readonly tags: readonly ["BLUECHIP"];
446
467
  };
447
468
  readonly AAVE: {
448
469
  readonly name: "Aave";
@@ -455,6 +476,7 @@ export declare const zkevm: {
455
476
  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.";
456
477
  readonly documentation: "https://docs.aave.com/";
457
478
  readonly bridge: "zkevm-canonical";
479
+ readonly tags: readonly ["BLUECHIP"];
458
480
  };
459
481
  readonly CRV: {
460
482
  readonly name: "CRV";
@@ -467,6 +489,7 @@ export declare const zkevm: {
467
489
  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.";
468
490
  readonly bridge: "zkevm-canonical";
469
491
  readonly documentation: "https://curve.readthedocs.io/";
492
+ readonly tags: readonly ["BLUECHIP"];
470
493
  };
471
494
  readonly LINK: {
472
495
  readonly name: "Chainlink";
@@ -479,6 +502,7 @@ export declare const zkevm: {
479
502
  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.";
480
503
  readonly bridge: "zkevm-canonical";
481
504
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
505
+ readonly tags: readonly ["BLUECHIP"];
482
506
  };
483
507
  readonly ankrETH: {
484
508
  readonly name: "Ankr Staked ETH";
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "zkevm-canonical";
12
12
  readonly documentation: "https://ethereum.org/en/developers/docs/";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped Ether";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
23
24
  readonly bridge: "zkevm-canonical";
24
25
  readonly documentation: "https://ethereum.org/en/developers/docs/";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly ETH: {
27
29
  readonly name: "Wrapped Ether";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
35
37
  readonly bridge: "zkevm-canonical";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly bridge: "zkevm-canonical";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly USDC: {
51
55
  readonly name: "USD Coin";
@@ -71,6 +75,7 @@ export declare const tokens: {
71
75
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
72
76
  readonly documentation: "https://zkevm.polygon.technology/";
73
77
  readonly bridge: "zkevm-canonical";
78
+ readonly tags: readonly ["BLUECHIP"];
74
79
  };
75
80
  readonly WBTC: {
76
81
  readonly name: "Wrapped BTC";
@@ -83,6 +88,7 @@ export declare const tokens: {
83
88
  readonly documentation: "https://wbtc.network/";
84
89
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
85
90
  readonly bridge: "zkevm-canonical";
91
+ readonly tags: readonly ["BLUECHIP"];
86
92
  };
87
93
  readonly USDT: {
88
94
  readonly name: "Tether USD";
@@ -170,6 +176,7 @@ export declare const tokens: {
170
176
  readonly description: "Balancer turns the concept of an index fund on its head: instead of a paying fees to portfolio managers to rebalance your portfolio, you collect fees from traders, who rebalance your portfolio by following arbitrage opportunities. ";
171
177
  readonly documentation: "https://docs.balancer.fi/";
172
178
  readonly bridge: "zkevm-canonical";
179
+ readonly tags: readonly ["BLUECHIP"];
173
180
  };
174
181
  readonly wstETH: {
175
182
  readonly name: "Lido Wrapped Staked ETH";
@@ -182,6 +189,7 @@ export declare const tokens: {
182
189
  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.";
183
190
  readonly documentation: "https://docs.lido.fi/";
184
191
  readonly bridge: "zkevm-canonical";
192
+ readonly tags: readonly ["BLUECHIP"];
185
193
  };
186
194
  readonly rETH: {
187
195
  readonly name: "Rocket Pool ETH";
@@ -194,6 +202,7 @@ export declare const tokens: {
194
202
  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.";
195
203
  readonly documentation: "https://docs.rocketpool.net/guides/";
196
204
  readonly bridge: "zkevm-canonical";
205
+ readonly tags: readonly ["BLUECHIP"];
197
206
  };
198
207
  readonly AAVE: {
199
208
  readonly name: "Aave";
@@ -206,6 +215,7 @@ export declare const tokens: {
206
215
  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.";
207
216
  readonly documentation: "https://docs.aave.com/";
208
217
  readonly bridge: "zkevm-canonical";
218
+ readonly tags: readonly ["BLUECHIP"];
209
219
  };
210
220
  readonly CRV: {
211
221
  readonly name: "CRV";
@@ -218,6 +228,7 @@ export declare const tokens: {
218
228
  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.";
219
229
  readonly bridge: "zkevm-canonical";
220
230
  readonly documentation: "https://curve.readthedocs.io/";
231
+ readonly tags: readonly ["BLUECHIP"];
221
232
  };
222
233
  readonly LINK: {
223
234
  readonly name: "Chainlink";
@@ -230,6 +241,7 @@ export declare const tokens: {
230
241
  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.";
231
242
  readonly bridge: "zkevm-canonical";
232
243
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
244
+ readonly tags: readonly ["BLUECHIP"];
233
245
  };
234
246
  readonly ankrETH: {
235
247
  readonly name: "Ankr Staked ETH";