@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +72 -12
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  3. package/build/address-book/arbitrum/tokens/tokens.js +33 -6
  4. package/build/address-book/aurora/index.d.ts +16 -0
  5. package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
  6. package/build/address-book/aurora/tokens/tokens.js +5 -0
  7. package/build/address-book/avax/index.d.ts +58 -2
  8. package/build/address-book/avax/tokens/tokens.d.ts +29 -1
  9. package/build/address-book/avax/tokens/tokens.js +26 -1
  10. package/build/address-book/base/index.d.ts +150 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +75 -14
  12. package/build/address-book/base/tokens/tokens.js +72 -14
  13. package/build/address-book/berachain/index.d.ts +6 -0
  14. package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
  15. package/build/address-book/berachain/tokens/tokens.js +3 -0
  16. package/build/address-book/bsc/index.d.ts +78 -8
  17. package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
  18. package/build/address-book/bsc/tokens/tokens.js +36 -4
  19. package/build/address-book/canto/index.d.ts +12 -0
  20. package/build/address-book/canto/tokens/tokens.d.ts +6 -0
  21. package/build/address-book/canto/tokens/tokens.js +6 -0
  22. package/build/address-book/celo/index.d.ts +2 -0
  23. package/build/address-book/celo/tokens/tokens.d.ts +1 -0
  24. package/build/address-book/celo/tokens/tokens.js +1 -0
  25. package/build/address-book/cronos/index.d.ts +18 -0
  26. package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
  27. package/build/address-book/cronos/tokens/tokens.js +9 -0
  28. package/build/address-book/emerald/index.d.ts +4 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
  30. package/build/address-book/emerald/tokens/tokens.js +2 -0
  31. package/build/address-book/ethereum/index.d.ts +58 -6
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
  33. package/build/address-book/ethereum/tokens/tokens.js +26 -3
  34. package/build/address-book/fantom/index.d.ts +38 -0
  35. package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
  36. package/build/address-book/fantom/tokens/tokens.js +16 -0
  37. package/build/address-book/fraxtal/index.d.ts +8 -0
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  39. package/build/address-book/fraxtal/tokens/tokens.js +4 -0
  40. package/build/address-book/fuse/index.d.ts +8 -0
  41. package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
  42. package/build/address-book/fuse/tokens/tokens.js +4 -0
  43. package/build/address-book/gnosis/index.d.ts +16 -0
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
  45. package/build/address-book/gnosis/tokens/tokens.js +8 -0
  46. package/build/address-book/heco/index.d.ts +16 -0
  47. package/build/address-book/heco/tokens/tokens.d.ts +8 -0
  48. package/build/address-book/heco/tokens/tokens.js +8 -0
  49. package/build/address-book/hyperevm/index.d.ts +4 -0
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  51. package/build/address-book/hyperevm/tokens/tokens.js +2 -0
  52. package/build/address-book/kava/index.d.ts +10 -0
  53. package/build/address-book/kava/tokens/tokens.d.ts +5 -0
  54. package/build/address-book/kava/tokens/tokens.js +5 -0
  55. package/build/address-book/linea/index.d.ts +16 -4
  56. package/build/address-book/linea/tokens/tokens.d.ts +8 -2
  57. package/build/address-book/linea/tokens/tokens.js +5 -2
  58. package/build/address-book/lisk/index.d.ts +10 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +8 -0
  62. package/build/address-book/manta/tokens/tokens.d.ts +4 -0
  63. package/build/address-book/manta/tokens/tokens.js +1 -0
  64. package/build/address-book/mantle/index.d.ts +4 -0
  65. package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
  66. package/build/address-book/mantle/tokens/tokens.js +2 -0
  67. package/build/address-book/metis/index.d.ts +10 -0
  68. package/build/address-book/metis/tokens/tokens.d.ts +5 -0
  69. package/build/address-book/metis/tokens/tokens.js +5 -0
  70. package/build/address-book/mode/index.d.ts +10 -2
  71. package/build/address-book/mode/tokens/tokens.d.ts +5 -1
  72. package/build/address-book/mode/tokens/tokens.js +2 -1
  73. package/build/address-book/monad/index.d.ts +16 -8
  74. package/build/address-book/monad/tokens/tokens.d.ts +8 -4
  75. package/build/address-book/monad/tokens/tokens.js +8 -4
  76. package/build/address-book/moonbeam/index.d.ts +18 -0
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  78. package/build/address-book/moonbeam/tokens/tokens.js +9 -0
  79. package/build/address-book/moonriver/index.d.ts +20 -0
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
  81. package/build/address-book/moonriver/tokens/tokens.js +9 -0
  82. package/build/address-book/one/index.d.ts +14 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +7 -0
  84. package/build/address-book/one/tokens/tokens.js +6 -0
  85. package/build/address-book/optimism/index.d.ts +46 -10
  86. package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
  87. package/build/address-book/optimism/tokens/tokens.js +20 -5
  88. package/build/address-book/plasma/index.d.ts +4 -2
  89. package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
  90. package/build/address-book/plasma/tokens/tokens.js +2 -1
  91. package/build/address-book/polygon/index.d.ts +54 -2
  92. package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
  93. package/build/address-book/polygon/tokens/tokens.js +22 -1
  94. package/build/address-book/real/index.d.ts +10 -0
  95. package/build/address-book/real/tokens/tokens.d.ts +5 -0
  96. package/build/address-book/real/tokens/tokens.js +1 -0
  97. package/build/address-book/saga/index.d.ts +4 -0
  98. package/build/address-book/saga/tokens/tokens.d.ts +2 -0
  99. package/build/address-book/saga/tokens/tokens.js +2 -0
  100. package/build/address-book/scroll/index.d.ts +12 -0
  101. package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
  102. package/build/address-book/scroll/tokens/tokens.js +3 -0
  103. package/build/address-book/sei/index.d.ts +2 -0
  104. package/build/address-book/sei/tokens/tokens.d.ts +1 -0
  105. package/build/address-book/sei/tokens/tokens.js +1 -0
  106. package/build/address-book/sonic/index.d.ts +18 -2
  107. package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
  108. package/build/address-book/sonic/tokens/tokens.js +6 -1
  109. package/build/address-book/unichain/index.d.ts +8 -0
  110. package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
  111. package/build/address-book/unichain/tokens/tokens.js +1 -0
  112. package/build/address-book/zkevm/index.d.ts +24 -0
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
  114. package/build/address-book/zkevm/tokens/tokens.js +9 -0
  115. package/build/address-book/zksync/index.d.ts +12 -2
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
  117. package/build/address-book/zksync/tokens/tokens.js +3 -1
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +72 -12
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
  122. package/build-esm/address-book/aurora/index.d.ts +16 -0
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
  124. package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
  125. package/build-esm/address-book/avax/index.d.ts +58 -2
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
  127. package/build-esm/address-book/avax/tokens/tokens.js +26 -1
  128. package/build-esm/address-book/base/index.d.ts +150 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +72 -14
  131. package/build-esm/address-book/berachain/index.d.ts +6 -0
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
  133. package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
  134. package/build-esm/address-book/bsc/index.d.ts +78 -8
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
  136. package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
  137. package/build-esm/address-book/canto/index.d.ts +12 -0
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
  139. package/build-esm/address-book/canto/tokens/tokens.js +6 -0
  140. package/build-esm/address-book/celo/index.d.ts +2 -0
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
  142. package/build-esm/address-book/celo/tokens/tokens.js +1 -0
  143. package/build-esm/address-book/cronos/index.d.ts +18 -0
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
  145. package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
  146. package/build-esm/address-book/emerald/index.d.ts +4 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +58 -6
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
  152. package/build-esm/address-book/fantom/index.d.ts +38 -0
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
  154. package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
  155. package/build-esm/address-book/fraxtal/index.d.ts +8 -0
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
  158. package/build-esm/address-book/fuse/index.d.ts +8 -0
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
  160. package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
  161. package/build-esm/address-book/gnosis/index.d.ts +16 -0
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
  164. package/build-esm/address-book/heco/index.d.ts +16 -0
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
  166. package/build-esm/address-book/heco/tokens/tokens.js +8 -0
  167. package/build-esm/address-book/hyperevm/index.d.ts +4 -0
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
  170. package/build-esm/address-book/kava/index.d.ts +10 -0
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
  172. package/build-esm/address-book/kava/tokens/tokens.js +5 -0
  173. package/build-esm/address-book/linea/index.d.ts +16 -4
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
  175. package/build-esm/address-book/linea/tokens/tokens.js +5 -2
  176. package/build-esm/address-book/lisk/index.d.ts +10 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +8 -0
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
  181. package/build-esm/address-book/manta/tokens/tokens.js +1 -0
  182. package/build-esm/address-book/mantle/index.d.ts +4 -0
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
  184. package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
  185. package/build-esm/address-book/metis/index.d.ts +10 -0
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
  187. package/build-esm/address-book/metis/tokens/tokens.js +5 -0
  188. package/build-esm/address-book/mode/index.d.ts +10 -2
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
  190. package/build-esm/address-book/mode/tokens/tokens.js +2 -1
  191. package/build-esm/address-book/monad/index.d.ts +16 -8
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
  193. package/build-esm/address-book/monad/tokens/tokens.js +8 -4
  194. package/build-esm/address-book/moonbeam/index.d.ts +18 -0
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -0
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
  200. package/build-esm/address-book/one/index.d.ts +14 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +6 -0
  203. package/build-esm/address-book/optimism/index.d.ts +46 -10
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
  205. package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
  206. package/build-esm/address-book/plasma/index.d.ts +4 -2
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
  208. package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
  209. package/build-esm/address-book/polygon/index.d.ts +54 -2
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
  211. package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
  212. package/build-esm/address-book/real/index.d.ts +10 -0
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
  214. package/build-esm/address-book/real/tokens/tokens.js +1 -0
  215. package/build-esm/address-book/saga/index.d.ts +4 -0
  216. package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
  217. package/build-esm/address-book/saga/tokens/tokens.js +2 -0
  218. package/build-esm/address-book/scroll/index.d.ts +12 -0
  219. package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
  220. package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
  221. package/build-esm/address-book/sei/index.d.ts +2 -0
  222. package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
  223. package/build-esm/address-book/sei/tokens/tokens.js +1 -0
  224. package/build-esm/address-book/sonic/index.d.ts +18 -2
  225. package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
  226. package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
  227. package/build-esm/address-book/unichain/index.d.ts +8 -0
  228. package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
  229. package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
  230. package/build-esm/address-book/zkevm/index.d.ts +24 -0
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
  233. package/build-esm/address-book/zksync/index.d.ts +12 -2
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
  235. package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "optimism-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: "optimism-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: "optimism-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: "optimism-canonical";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly mooBIFI: {
51
55
  readonly name: "Bridged BIFI Vault Receipt";
@@ -58,6 +62,7 @@ export declare const tokens: {
58
62
  readonly description: "The incentive-bearing Beefy Token (mooBIFI) applies the magic of Beefy's autocompounding technology to the BIFI token. It is the vault token for the BIFI Vault, which automatically claims and swaps governance incentives into more BIFI, and redeposits to unlock exponential growth. On chains other than Ethereum, mooBIFI is a bridged copy of the native Ethereum token, and cannot be returned to BIFI without first bridging back to Ethereum. mooBIFI holders on all chains retain their full voting power corresponding to the underlying amount of BIFI deposited and compounding on Ethereum.";
59
63
  readonly documentation: "https://docs.beefy.finance/";
60
64
  readonly bridge: "beefy";
65
+ readonly tags: readonly ["BLUECHIP"];
61
66
  };
62
67
  readonly oldBIFI: {
63
68
  readonly name: "Beefy.Finance";
@@ -150,6 +155,7 @@ export declare const tokens: {
150
155
  readonly description: "Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.";
151
156
  readonly bridge: "native";
152
157
  readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
158
+ readonly tags: readonly ["BLUECHIP"];
153
159
  };
154
160
  readonly opUSDCe: {
155
161
  readonly name: "USD Coin";
@@ -200,6 +206,7 @@ export declare const tokens: {
200
206
  readonly website: "https://wbtc.network/";
201
207
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
202
208
  readonly bridge: "optimism-canonical";
209
+ readonly tags: readonly ["BLUECHIP"];
203
210
  };
204
211
  readonly sBTC: {
205
212
  readonly chainId: 10;
@@ -248,6 +255,7 @@ export declare const tokens: {
248
255
  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.";
249
256
  readonly bridge: "optimism-canonical";
250
257
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx";
258
+ readonly tags: readonly ["BLUECHIP"];
251
259
  };
252
260
  readonly PERP: {
253
261
  readonly name: "Perpetual Protocol";
@@ -270,6 +278,7 @@ export declare const tokens: {
270
278
  readonly website: "https://balancer.fi/";
271
279
  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.";
272
280
  readonly bridge: "optimism-canonical";
281
+ readonly tags: readonly ["BLUECHIP"];
273
282
  };
274
283
  readonly MAI: {
275
284
  readonly chainId: 10;
@@ -370,6 +379,7 @@ export declare const tokens: {
370
379
  readonly website: "https://stargate.finance/";
371
380
  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.";
372
381
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
382
+ readonly tags: readonly ["BLUECHIP"];
373
383
  };
374
384
  readonly renBTC: {
375
385
  readonly name: "renBTC";
@@ -546,6 +556,7 @@ export declare const tokens: {
546
556
  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.";
547
557
  readonly bridge: "optimism-canonical";
548
558
  readonly documentation: "https://docs.rocketpool.net/guides/";
559
+ readonly tags: readonly ["BLUECHIP"];
549
560
  };
550
561
  readonly 'bbUSD+': {
551
562
  readonly name: "Beets Composable Pool USD+ Stablecoin";
@@ -570,7 +581,7 @@ export declare const tokens: {
570
581
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
571
582
  readonly bridge: "native";
572
583
  readonly documentation: "https://docs.overnight.fi/";
573
- readonly tags: readonly ["CURATED"];
584
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
574
585
  };
575
586
  readonly 'wUSD+': {
576
587
  readonly name: "Wrapped USD+ Stablecoin";
@@ -583,7 +594,7 @@ export declare const tokens: {
583
594
  readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
584
595
  readonly bridge: "native";
585
596
  readonly documentation: "https://docs.overnight.fi/";
586
- readonly tags: readonly ["CURATED"];
597
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
587
598
  };
588
599
  readonly 'DAI+': {
589
600
  readonly name: "DAI+ Stablecoin";
@@ -596,7 +607,7 @@ export declare const tokens: {
596
607
  readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
597
608
  readonly bridge: "native";
598
609
  readonly documentation: "https://docs.overnight.fi/";
599
- readonly tags: readonly ["CURATED"];
610
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
600
611
  };
601
612
  readonly 'bbDAI+': {
602
613
  readonly name: "Beets Composable Pool DAI+ Stablecoin";
@@ -829,6 +840,7 @@ export declare const tokens: {
829
840
  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.";
830
841
  readonly bridge: "optimism-canonical";
831
842
  readonly documentation: "https://docs.lido.fi/";
843
+ readonly tags: readonly ["BLUECHIP"];
832
844
  };
833
845
  readonly hETH: {
834
846
  readonly name: "ETH Hop Token";
@@ -903,6 +915,7 @@ export declare const tokens: {
903
915
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
904
916
  readonly bridge: "optimism-canonical";
905
917
  readonly documentation: "https://docs.lido.fi/";
918
+ readonly tags: readonly ["BLUECHIP"];
906
919
  };
907
920
  readonly KWENTA: {
908
921
  readonly name: "Kwenta";
@@ -986,6 +999,7 @@ export declare const tokens: {
986
999
  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.";
987
1000
  readonly bridge: "optimism-canonical";
988
1001
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
1002
+ readonly tags: readonly ["BLUECHIP"];
989
1003
  };
990
1004
  readonly BOB: {
991
1005
  readonly name: "BOB";
@@ -1044,6 +1058,7 @@ export declare const tokens: {
1044
1058
  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.";
1045
1059
  readonly bridge: "optimism-canonical";
1046
1060
  readonly documentation: "https://curve.readthedocs.io/";
1061
+ readonly tags: readonly ["BLUECHIP"];
1047
1062
  };
1048
1063
  readonly STG: {
1049
1064
  readonly name: "StargateToken";
@@ -1117,6 +1132,7 @@ export declare const tokens: {
1117
1132
  readonly documentation: "https://docs.threshold.network/";
1118
1133
  readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
1119
1134
  readonly bridge: "optimism-canonical";
1135
+ readonly tags: readonly ["BLUECHIP"];
1120
1136
  };
1121
1137
  readonly UNIDX: {
1122
1138
  readonly name: "Unidex";
@@ -1190,6 +1206,7 @@ export declare const tokens: {
1190
1206
  readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
1191
1207
  readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
1192
1208
  readonly bridge: "optimism-canonical";
1209
+ readonly tags: readonly ["BLUECHIP"];
1193
1210
  };
1194
1211
  readonly ankrETH: {
1195
1212
  readonly name: "Ankr Staked ETH";
@@ -1430,7 +1447,7 @@ export declare const tokens: {
1430
1447
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1431
1448
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1432
1449
  readonly bridge: "stargate";
1433
- readonly tags: readonly ["NO_TIMELOCK"];
1450
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1434
1451
  };
1435
1452
  readonly ZRO: {
1436
1453
  readonly name: "LayerZero";
@@ -1443,6 +1460,7 @@ export declare const tokens: {
1443
1460
  readonly documentation: "https://docs.layerzero.network/v2";
1444
1461
  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.";
1445
1462
  readonly bridge: "layer-zero";
1463
+ readonly tags: readonly ["BLUECHIP"];
1446
1464
  };
1447
1465
  readonly ezETH: {
1448
1466
  readonly name: "Renzo Restaked ETH";
@@ -1609,7 +1627,7 @@ export declare const tokens: {
1609
1627
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
1610
1628
  readonly documentation: "https://docs.overtime.io/";
1611
1629
  readonly bridge: "chainlink-ccip";
1612
- readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1630
+ readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
1613
1631
  };
1614
1632
  readonly BOLDV2: {
1615
1633
  readonly name: "BOLD Stablecoin";
@@ -12,6 +12,7 @@ const ETH = {
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'optimism-canonical',
14
14
  documentation: 'https://ethereum.org/en/developers/docs/',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: ETH,
@@ -29,6 +30,7 @@ exports.tokens = {
29
30
  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.",
30
31
  documentation: 'https://docs.beefy.finance/',
31
32
  bridge: 'beefy',
33
+ tags: ['BLUECHIP'],
32
34
  },
33
35
  oldBIFI: {
34
36
  name: 'Beefy.Finance',
@@ -121,6 +123,7 @@ exports.tokens = {
121
123
  description: 'Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.',
122
124
  bridge: 'native',
123
125
  documentation: 'https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token',
126
+ tags: ['BLUECHIP'],
124
127
  },
125
128
  opUSDCe: {
126
129
  name: 'USD Coin',
@@ -171,6 +174,7 @@ exports.tokens = {
171
174
  website: 'https://wbtc.network/',
172
175
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
173
176
  bridge: 'optimism-canonical',
177
+ tags: ['BLUECHIP'],
174
178
  },
175
179
  sBTC: {
176
180
  chainId: 10,
@@ -219,6 +223,7 @@ exports.tokens = {
219
223
  description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
220
224
  bridge: 'optimism-canonical',
221
225
  documentation: 'https://docs.synthetix.io/synthetix-protocol/the-synthetix-protocol/synthetix-token-snx',
226
+ tags: ['BLUECHIP'],
222
227
  },
223
228
  PERP: {
224
229
  name: 'Perpetual Protocol',
@@ -241,6 +246,7 @@ exports.tokens = {
241
246
  website: 'https://balancer.fi/',
242
247
  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.',
243
248
  bridge: 'optimism-canonical',
249
+ tags: ['BLUECHIP'],
244
250
  },
245
251
  MAI: {
246
252
  chainId: 10,
@@ -341,6 +347,7 @@ exports.tokens = {
341
347
  website: 'https://stargate.finance/',
342
348
  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.',
343
349
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
350
+ tags: ['BLUECHIP'],
344
351
  },
345
352
  renBTC: {
346
353
  name: 'renBTC',
@@ -517,6 +524,7 @@ exports.tokens = {
517
524
  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.',
518
525
  bridge: 'optimism-canonical',
519
526
  documentation: 'https://docs.rocketpool.net/guides/',
527
+ tags: ['BLUECHIP'],
520
528
  },
521
529
  'bbUSD+': {
522
530
  name: 'Beets Composable Pool USD+ Stablecoin',
@@ -541,7 +549,7 @@ exports.tokens = {
541
549
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
542
550
  bridge: 'native',
543
551
  documentation: 'https://docs.overnight.fi/',
544
- tags: ['CURATED'],
552
+ tags: ['CURATED', 'STABLECOIN'],
545
553
  },
546
554
  'wUSD+': {
547
555
  name: 'Wrapped USD+ Stablecoin',
@@ -554,7 +562,7 @@ exports.tokens = {
554
562
  description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
555
563
  bridge: 'native',
556
564
  documentation: 'https://docs.overnight.fi/',
557
- tags: ['CURATED'],
565
+ tags: ['CURATED', 'STABLECOIN'],
558
566
  },
559
567
  'DAI+': {
560
568
  name: 'DAI+ Stablecoin',
@@ -567,7 +575,7 @@ exports.tokens = {
567
575
  description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
568
576
  bridge: 'native',
569
577
  documentation: 'https://docs.overnight.fi/',
570
- tags: ['CURATED'],
578
+ tags: ['CURATED', 'STABLECOIN'],
571
579
  },
572
580
  'bbDAI+': {
573
581
  name: 'Beets Composable Pool DAI+ Stablecoin',
@@ -800,6 +808,7 @@ exports.tokens = {
800
808
  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.',
801
809
  bridge: 'optimism-canonical',
802
810
  documentation: 'https://docs.lido.fi/',
811
+ tags: ['BLUECHIP'],
803
812
  },
804
813
  hETH: {
805
814
  name: 'ETH Hop Token',
@@ -874,6 +883,7 @@ exports.tokens = {
874
883
  description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
875
884
  bridge: 'optimism-canonical',
876
885
  documentation: 'https://docs.lido.fi/',
886
+ tags: ['BLUECHIP'],
877
887
  },
878
888
  KWENTA: {
879
889
  name: 'Kwenta',
@@ -957,6 +967,7 @@ exports.tokens = {
957
967
  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.',
958
968
  bridge: 'optimism-canonical',
959
969
  documentation: 'https://docs.chain.link/resources/link-token-contracts',
970
+ tags: ['BLUECHIP'],
960
971
  },
961
972
  BOB: {
962
973
  name: 'BOB',
@@ -1015,6 +1026,7 @@ exports.tokens = {
1015
1026
  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.',
1016
1027
  bridge: 'optimism-canonical',
1017
1028
  documentation: 'https://curve.readthedocs.io/',
1029
+ tags: ['BLUECHIP'],
1018
1030
  },
1019
1031
  STG: {
1020
1032
  name: 'StargateToken',
@@ -1088,6 +1100,7 @@ exports.tokens = {
1088
1100
  documentation: 'https://docs.threshold.network/',
1089
1101
  description: 'Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.',
1090
1102
  bridge: 'optimism-canonical',
1103
+ tags: ['BLUECHIP'],
1091
1104
  },
1092
1105
  UNIDX: {
1093
1106
  name: 'Unidex',
@@ -1161,6 +1174,7 @@ exports.tokens = {
1161
1174
  description: 'Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.',
1162
1175
  documentation: 'https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing',
1163
1176
  bridge: 'optimism-canonical',
1177
+ tags: ['BLUECHIP'],
1164
1178
  },
1165
1179
  ankrETH: {
1166
1180
  name: 'Ankr Staked ETH',
@@ -1401,7 +1415,7 @@ exports.tokens = {
1401
1415
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1402
1416
  documentation: 'https://etherfi.gitbook.io/etherfi',
1403
1417
  bridge: 'stargate',
1404
- tags: ['NO_TIMELOCK'],
1418
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1405
1419
  },
1406
1420
  ZRO: {
1407
1421
  name: 'LayerZero',
@@ -1414,6 +1428,7 @@ exports.tokens = {
1414
1428
  documentation: 'https://docs.layerzero.network/v2',
1415
1429
  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.',
1416
1430
  bridge: 'layer-zero',
1431
+ tags: ['BLUECHIP'],
1417
1432
  },
1418
1433
  ezETH: {
1419
1434
  name: 'Renzo Restaked ETH',
@@ -1580,7 +1595,7 @@ exports.tokens = {
1580
1595
  description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
1581
1596
  documentation: 'https://docs.overtime.io/',
1582
1597
  bridge: 'chainlink-ccip',
1583
- tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1598
+ tags: ['MEMECOIN', 'LARGE_HOLDERS', 'NO_TIMELOCK'],
1584
1599
  },
1585
1600
  BOLDV2: {
1586
1601
  name: 'BOLD Stablecoin',
@@ -73,6 +73,7 @@ export declare const plasma: {
73
73
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
74
74
  readonly documentation: "https://ethereum.org/en/developers/docs/";
75
75
  readonly bridge: "layer-zero";
76
+ readonly tags: readonly ["BLUECHIP"];
76
77
  };
77
78
  readonly XAUt0: {
78
79
  readonly name: "XAUt0";
@@ -184,7 +185,7 @@ export declare const plasma: {
184
185
  readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
185
186
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
186
187
  readonly bridge: "layer-zero";
187
- readonly tags: readonly ["NO_TIMELOCK"];
188
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
188
189
  };
189
190
  };
190
191
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -259,6 +260,7 @@ export declare const plasma: {
259
260
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
260
261
  readonly documentation: "https://ethereum.org/en/developers/docs/";
261
262
  readonly bridge: "layer-zero";
263
+ readonly tags: readonly ["BLUECHIP"];
262
264
  };
263
265
  readonly XAUt0: {
264
266
  readonly name: "XAUt0";
@@ -370,7 +372,7 @@ export declare const plasma: {
370
372
  readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
371
373
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
372
374
  readonly bridge: "layer-zero";
373
- readonly tags: readonly ["NO_TIMELOCK"];
375
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
374
376
  };
375
377
  }>;
376
378
  readonly native: {
@@ -70,6 +70,7 @@ export declare const tokens: {
70
70
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
71
71
  readonly documentation: "https://ethereum.org/en/developers/docs/";
72
72
  readonly bridge: "layer-zero";
73
+ readonly tags: readonly ["BLUECHIP"];
73
74
  };
74
75
  readonly XAUt0: {
75
76
  readonly name: "XAUt0";
@@ -181,6 +182,6 @@ export declare const tokens: {
181
182
  readonly description: "ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.";
182
183
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
183
184
  readonly bridge: "layer-zero";
184
- readonly tags: readonly ["NO_TIMELOCK"];
185
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
185
186
  };
186
187
  };
@@ -41,6 +41,7 @@ exports.tokens = {
41
41
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
42
42
  documentation: 'https://ethereum.org/en/developers/docs/',
43
43
  bridge: 'layer-zero',
44
+ tags: ['BLUECHIP'],
44
45
  },
45
46
  XAUt0: {
46
47
  name: 'XAUt0',
@@ -152,6 +153,6 @@ exports.tokens = {
152
153
  description: 'ether.fi is a decentralized, non-custodial delegated staking protocol with a Liquid Staking token. One of the distinguishing characteristics of ether.fi is that stakers control their keys. The ether.fi mechanism also allows for the creation of a node services marketplace where stakers and node operators can enroll nodes to provide infrastructure services.',
153
154
  documentation: 'https://etherfi.gitbook.io/etherfi',
154
155
  bridge: 'layer-zero',
155
- tags: ['NO_TIMELOCK'],
156
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
156
157
  },
157
158
  };