@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
@@ -13,6 +13,7 @@ export declare const arbitrum: {
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "arbitrum-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 arbitrum: {
25
26
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
26
27
  readonly bridge: "arbitrum-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 arbitrum: {
37
39
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
38
40
  readonly bridge: "arbitrum-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 arbitrum: {
49
52
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
53
  readonly bridge: "arbitrum-canonical";
51
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly RPL: {
54
58
  readonly name: "Rocket Pool Protocol";
@@ -118,6 +122,7 @@ export declare const arbitrum: {
118
122
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
119
123
  readonly bridge: "arbitrum-canonical";
120
124
  readonly documentation: "https://dev.sushi.com/";
125
+ readonly tags: readonly ["BLUECHIP"];
121
126
  };
122
127
  readonly NYAN: {
123
128
  readonly name: "ArbiNYAN";
@@ -163,6 +168,7 @@ export declare const arbitrum: {
163
168
  readonly website: "https://wbtc.network/";
164
169
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
165
170
  readonly bridge: "arbitrum-canonical";
171
+ readonly tags: readonly ["BLUECHIP"];
166
172
  };
167
173
  readonly LINK: {
168
174
  readonly name: "Chainlink";
@@ -175,6 +181,7 @@ export declare const arbitrum: {
175
181
  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.";
176
182
  readonly bridge: "arbitrum-canonical";
177
183
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
184
+ readonly tags: readonly ["BLUECHIP"];
178
185
  };
179
186
  readonly USDT: {
180
187
  readonly name: "USDT0";
@@ -220,6 +227,7 @@ export declare const arbitrum: {
220
227
  readonly decimals: 18;
221
228
  readonly website: "https://balancer.fi/";
222
229
  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.";
230
+ readonly tags: readonly ["BLUECHIP"];
223
231
  };
224
232
  readonly sarUSDC: {
225
233
  readonly name: "Stargate USD Coin LP";
@@ -255,6 +263,7 @@ export declare const arbitrum: {
255
263
  readonly website: "https://stargate.finance/";
256
264
  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.";
257
265
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
266
+ readonly tags: readonly ["BLUECHIP"];
258
267
  };
259
268
  readonly DAI: {
260
269
  readonly name: "Dai Stablecoin";
@@ -338,6 +347,7 @@ export declare const arbitrum: {
338
347
  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.";
339
348
  readonly bridge: "arbitrum-canonical";
340
349
  readonly documentation: "https://docs.lido.fi/";
350
+ readonly tags: readonly ["BLUECHIP"];
341
351
  };
342
352
  readonly GLP: {
343
353
  readonly name: "GLP";
@@ -396,6 +406,7 @@ export declare const arbitrum: {
396
406
  readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
397
407
  readonly bridge: "arbitrum-canonical";
398
408
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
409
+ readonly tags: readonly ["BLUECHIP"];
399
410
  };
400
411
  readonly HOP: {
401
412
  readonly name: "HOP Protocol";
@@ -639,7 +650,7 @@ export declare const arbitrum: {
639
650
  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.";
640
651
  readonly bridge: "native";
641
652
  readonly documentation: "https://docs.overnight.fi/";
642
- readonly tags: readonly ["CURATED"];
653
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
643
654
  };
644
655
  readonly RAM: {
645
656
  readonly name: "Ramses";
@@ -722,6 +733,7 @@ export declare const arbitrum: {
722
733
  readonly description: "Arbitrum is a protocol that makes Ethereum transactions faster and cheaper. Developers use Arbitrum to build user-friendly decentralized apps (dApps) that can take advantage of the scalability benefits of the Arbitrum Rollup and AnyTrust protocols.";
723
734
  readonly bridge: "native";
724
735
  readonly documentation: "https://docs.arbitrum.foundation/gentle-intro-dao-governance";
736
+ readonly tags: readonly ["BLUECHIP"];
725
737
  };
726
738
  readonly DPX: {
727
739
  readonly name: "Dopex Governance Token";
@@ -865,7 +877,7 @@ export declare const arbitrum: {
865
877
  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.";
866
878
  readonly bridge: "arbitrum-canonical";
867
879
  readonly documentation: "https://docs.rocketpool.net/guides/";
868
- readonly tags: readonly ["SYNTHETIC"];
880
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
869
881
  };
870
882
  readonly CHR: {
871
883
  readonly name: "Chronos";
@@ -902,6 +914,7 @@ export declare const arbitrum: {
902
914
  readonly documentation: "https://docs.threshold.network/";
903
915
  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.";
904
916
  readonly bridge: "wormhole";
917
+ readonly tags: readonly ["BLUECHIP"];
905
918
  };
906
919
  readonly aaUSDT: {
907
920
  readonly name: "Aave Tether USD";
@@ -1120,9 +1133,10 @@ export declare const arbitrum: {
1120
1133
  readonly chainId: 42161;
1121
1134
  readonly decimals: 18;
1122
1135
  readonly website: "https://www.coinbase.com/";
1123
- readonly description: "Coinbase Wrapped Staked ETH (cbETH) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
1136
+ readonly description: "Coinbase Wrapped Staked ETH ('cbETH') is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
1124
1137
  readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
1125
1138
  readonly bridge: "arbitrum-canonical";
1139
+ readonly tags: readonly ["BLUECHIP"];
1126
1140
  };
1127
1141
  readonly BTCb: {
1128
1142
  readonly name: "Bitcoin";
@@ -1134,6 +1148,7 @@ export declare const arbitrum: {
1134
1148
  readonly website: "https://bridge.avax.network/";
1135
1149
  readonly description: "official AVAX BRIDGE bridged BTC";
1136
1150
  readonly bridge: "avax-canonical";
1151
+ readonly tags: readonly ["BLUECHIP"];
1137
1152
  };
1138
1153
  readonly svETH: {
1139
1154
  readonly name: "Savvy ETH";
@@ -1253,6 +1268,7 @@ export declare const arbitrum: {
1253
1268
  readonly description: "Solana is a fast, secure, and censorship resistant blockchain providing the open infrastructure required for global adoption.";
1254
1269
  readonly bridge: "wormhole";
1255
1270
  readonly documentation: "https://docs.solana.com/";
1271
+ readonly tags: readonly ["BLUECHIP"];
1256
1272
  };
1257
1273
  readonly CRV: {
1258
1274
  readonly name: "CRV";
@@ -1265,6 +1281,7 @@ export declare const arbitrum: {
1265
1281
  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.";
1266
1282
  readonly bridge: "arbitrum-canonical";
1267
1283
  readonly documentation: "https://curve.readthedocs.io/";
1284
+ readonly tags: readonly ["BLUECHIP"];
1268
1285
  };
1269
1286
  readonly asdCRV: {
1270
1287
  readonly name: "Aladdin sdCRV";
@@ -1348,7 +1365,7 @@ export declare const arbitrum: {
1348
1365
  readonly website: "https://ether.fi/";
1349
1366
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1350
1367
  readonly bridge: "arbitrum-canonical";
1351
- readonly tags: readonly ["NO_TIMELOCK"];
1368
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1352
1369
  };
1353
1370
  readonly rsETH: {
1354
1371
  readonly chainId: 42161;
@@ -1385,6 +1402,7 @@ export declare const arbitrum: {
1385
1402
  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.";
1386
1403
  readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
1387
1404
  readonly bridge: "layer-zero";
1405
+ readonly tags: readonly ["BLUECHIP"];
1388
1406
  };
1389
1407
  readonly WBNB: {
1390
1408
  readonly name: "Wrapped BNB";
@@ -1397,6 +1415,7 @@ export declare const arbitrum: {
1397
1415
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
1398
1416
  readonly documentation: "https://www.binance.com/en/bnb";
1399
1417
  readonly bridge: "layer-zero";
1418
+ readonly tags: readonly ["BLUECHIP"];
1400
1419
  };
1401
1420
  readonly AAVE: {
1402
1421
  readonly name: "AAVE";
@@ -1409,6 +1428,7 @@ export declare const arbitrum: {
1409
1428
  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.";
1410
1429
  readonly documentation: "https://docs.aave.com/";
1411
1430
  readonly bridge: "arbitrum-canonical";
1431
+ readonly tags: readonly ["BLUECHIP"];
1412
1432
  };
1413
1433
  readonly WAVAX: {
1414
1434
  readonly name: "WAVAX";
@@ -1421,6 +1441,7 @@ export declare const arbitrum: {
1421
1441
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
1422
1442
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
1423
1443
  readonly bridge: "wormhole";
1444
+ readonly tags: readonly ["BLUECHIP"];
1424
1445
  };
1425
1446
  readonly USDM: {
1426
1447
  readonly name: "Mountain Protocol USD";
@@ -1446,6 +1467,7 @@ export declare const arbitrum: {
1446
1467
  readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
1447
1468
  readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
1448
1469
  readonly bridge: "arbitrum-canonical";
1470
+ readonly tags: readonly ["BLUECHIP"];
1449
1471
  };
1450
1472
  readonly mPENDLE: {
1451
1473
  readonly name: "mPENDLE";
@@ -1634,6 +1656,7 @@ export declare const arbitrum: {
1634
1656
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
1635
1657
  readonly documentation: "https://docs.lido.fi/";
1636
1658
  readonly bridge: "arbitrum-canonical";
1659
+ readonly tags: readonly ["BLUECHIP"];
1637
1660
  };
1638
1661
  readonly NEXT: {
1639
1662
  readonly name: "Everclear";
@@ -1697,6 +1720,7 @@ export declare const arbitrum: {
1697
1720
  readonly documentation: "https://docs.compound.finance/";
1698
1721
  readonly description: "COMP is the governance token of Compound, a decentralized protocol that enables supplying of crypto assets as collateral in order to borrow a base asset.";
1699
1722
  readonly bridge: "arbitrum-canonical";
1723
+ readonly tags: readonly ["BLUECHIP"];
1700
1724
  };
1701
1725
  readonly SYN: {
1702
1726
  readonly name: "Synapse";
@@ -1722,6 +1746,7 @@ export declare const arbitrum: {
1722
1746
  readonly documentation: "https://docs.polygon.technology/";
1723
1747
  readonly description: "WMATIC serves as the native cryptocurrency for the Polygon PoS network, analogous to how ETH functions within the Ethereum ecosystem.";
1724
1748
  readonly bridge: "arbitrum-canonical";
1749
+ readonly tags: readonly ["BLUECHIP"];
1725
1750
  };
1726
1751
  readonly ENS: {
1727
1752
  readonly name: "Ethereum Name Service";
@@ -1734,6 +1759,7 @@ export declare const arbitrum: {
1734
1759
  readonly documentation: "https://docs.ens.domains/";
1735
1760
  readonly description: "ENS is the governance token of the Ethereum Name Service, a distributed, open, and extensible naming system based on the Ethereum blockchain.";
1736
1761
  readonly bridge: "arbitrum-canonical";
1762
+ readonly tags: readonly ["BLUECHIP"];
1737
1763
  };
1738
1764
  readonly PEPE: {
1739
1765
  readonly name: "Pepe";
@@ -1746,7 +1772,7 @@ export declare const arbitrum: {
1746
1772
  readonly documentation: "https://www.pepe.vip/";
1747
1773
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
1748
1774
  readonly bridge: "layer-zero";
1749
- readonly tags: readonly ["NO_TIMELOCK"];
1775
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
1750
1776
  };
1751
1777
  readonly ZRO: {
1752
1778
  readonly name: "LayerZero";
@@ -1759,6 +1785,7 @@ export declare const arbitrum: {
1759
1785
  readonly documentation: "https://docs.layerzero.network/v2";
1760
1786
  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.";
1761
1787
  readonly bridge: "layer-zero";
1788
+ readonly tags: readonly ["BLUECHIP"];
1762
1789
  };
1763
1790
  readonly xGRAIL: {
1764
1791
  readonly name: "Camelot Escrowed Grail";
@@ -2054,7 +2081,7 @@ export declare const arbitrum: {
2054
2081
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
2055
2082
  readonly description: "EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.";
2056
2083
  readonly bridge: "layer-zero";
2057
- readonly tags: readonly ["SYNTHETIC"];
2084
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
2058
2085
  };
2059
2086
  readonly waArbWBTC: {
2060
2087
  readonly name: "Wrapped Aave Staked WBTC";
@@ -2066,6 +2093,7 @@ export declare const arbitrum: {
2066
2093
  readonly website: "https://wbtc.network/";
2067
2094
  readonly description: "Wrapped Aave Staked WBTC. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
2068
2095
  readonly bridge: "native";
2096
+ readonly tags: readonly ["BLUECHIP"];
2069
2097
  };
2070
2098
  readonly waArbUSDCn: {
2071
2099
  readonly name: "Wrapped Aave Staked USDC";
@@ -2117,6 +2145,7 @@ export declare const arbitrum: {
2117
2145
  readonly description: "Wrapped Aave Staked WETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
2118
2146
  readonly bridge: "native";
2119
2147
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2148
+ readonly tags: readonly ["BLUECHIP"];
2120
2149
  };
2121
2150
  readonly waArbwstETH: {
2122
2151
  readonly name: "Wrapped Aave Staked wstETH";
@@ -2129,6 +2158,7 @@ export declare const arbitrum: {
2129
2158
  readonly description: "Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
2130
2159
  readonly bridge: "native";
2131
2160
  readonly documentation: "https://docs.lido.fi/";
2161
+ readonly tags: readonly ["BLUECHIP"];
2132
2162
  };
2133
2163
  readonly waArbezETH: {
2134
2164
  readonly name: "Wrapped Aave Staked ezETH";
@@ -2182,6 +2212,7 @@ export declare const arbitrum: {
2182
2212
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2183
2213
  readonly bridge: "arbitrum-canonical";
2184
2214
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2215
+ readonly tags: readonly ["BLUECHIP"];
2185
2216
  };
2186
2217
  readonly FEES: {
2187
2218
  readonly name: "Wrapped Ether";
@@ -2194,6 +2225,7 @@ export declare const arbitrum: {
2194
2225
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2195
2226
  readonly bridge: "arbitrum-canonical";
2196
2227
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2228
+ readonly tags: readonly ["BLUECHIP"];
2197
2229
  };
2198
2230
  readonly ETH: {
2199
2231
  readonly name: "Wrapped Ether";
@@ -2206,6 +2238,7 @@ export declare const arbitrum: {
2206
2238
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2207
2239
  readonly bridge: "arbitrum-canonical";
2208
2240
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2241
+ readonly tags: readonly ["BLUECHIP"];
2209
2242
  };
2210
2243
  readonly WETH: {
2211
2244
  readonly name: "Wrapped Ether";
@@ -2218,6 +2251,7 @@ export declare const arbitrum: {
2218
2251
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
2219
2252
  readonly bridge: "arbitrum-canonical";
2220
2253
  readonly documentation: "https://ethereum.org/en/developers/docs/";
2254
+ readonly tags: readonly ["BLUECHIP"];
2221
2255
  };
2222
2256
  readonly RPL: {
2223
2257
  readonly name: "Rocket Pool Protocol";
@@ -2287,6 +2321,7 @@ export declare const arbitrum: {
2287
2321
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
2288
2322
  readonly bridge: "arbitrum-canonical";
2289
2323
  readonly documentation: "https://dev.sushi.com/";
2324
+ readonly tags: readonly ["BLUECHIP"];
2290
2325
  };
2291
2326
  readonly NYAN: {
2292
2327
  readonly name: "ArbiNYAN";
@@ -2332,6 +2367,7 @@ export declare const arbitrum: {
2332
2367
  readonly website: "https://wbtc.network/";
2333
2368
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
2334
2369
  readonly bridge: "arbitrum-canonical";
2370
+ readonly tags: readonly ["BLUECHIP"];
2335
2371
  };
2336
2372
  readonly LINK: {
2337
2373
  readonly name: "Chainlink";
@@ -2344,6 +2380,7 @@ export declare const arbitrum: {
2344
2380
  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.";
2345
2381
  readonly bridge: "arbitrum-canonical";
2346
2382
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
2383
+ readonly tags: readonly ["BLUECHIP"];
2347
2384
  };
2348
2385
  readonly USDT: {
2349
2386
  readonly name: "USDT0";
@@ -2389,6 +2426,7 @@ export declare const arbitrum: {
2389
2426
  readonly decimals: 18;
2390
2427
  readonly website: "https://balancer.fi/";
2391
2428
  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.";
2429
+ readonly tags: readonly ["BLUECHIP"];
2392
2430
  };
2393
2431
  readonly sarUSDC: {
2394
2432
  readonly name: "Stargate USD Coin LP";
@@ -2424,6 +2462,7 @@ export declare const arbitrum: {
2424
2462
  readonly website: "https://stargate.finance/";
2425
2463
  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.";
2426
2464
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
2465
+ readonly tags: readonly ["BLUECHIP"];
2427
2466
  };
2428
2467
  readonly DAI: {
2429
2468
  readonly name: "Dai Stablecoin";
@@ -2507,6 +2546,7 @@ export declare const arbitrum: {
2507
2546
  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.";
2508
2547
  readonly bridge: "arbitrum-canonical";
2509
2548
  readonly documentation: "https://docs.lido.fi/";
2549
+ readonly tags: readonly ["BLUECHIP"];
2510
2550
  };
2511
2551
  readonly GLP: {
2512
2552
  readonly name: "GLP";
@@ -2565,6 +2605,7 @@ export declare const arbitrum: {
2565
2605
  readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
2566
2606
  readonly bridge: "arbitrum-canonical";
2567
2607
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
2608
+ readonly tags: readonly ["BLUECHIP"];
2568
2609
  };
2569
2610
  readonly HOP: {
2570
2611
  readonly name: "HOP Protocol";
@@ -2808,7 +2849,7 @@ export declare const arbitrum: {
2808
2849
  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.";
2809
2850
  readonly bridge: "native";
2810
2851
  readonly documentation: "https://docs.overnight.fi/";
2811
- readonly tags: readonly ["CURATED"];
2852
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
2812
2853
  };
2813
2854
  readonly RAM: {
2814
2855
  readonly name: "Ramses";
@@ -2891,6 +2932,7 @@ export declare const arbitrum: {
2891
2932
  readonly description: "Arbitrum is a protocol that makes Ethereum transactions faster and cheaper. Developers use Arbitrum to build user-friendly decentralized apps (dApps) that can take advantage of the scalability benefits of the Arbitrum Rollup and AnyTrust protocols.";
2892
2933
  readonly bridge: "native";
2893
2934
  readonly documentation: "https://docs.arbitrum.foundation/gentle-intro-dao-governance";
2935
+ readonly tags: readonly ["BLUECHIP"];
2894
2936
  };
2895
2937
  readonly DPX: {
2896
2938
  readonly name: "Dopex Governance Token";
@@ -3034,7 +3076,7 @@ export declare const arbitrum: {
3034
3076
  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.";
3035
3077
  readonly bridge: "arbitrum-canonical";
3036
3078
  readonly documentation: "https://docs.rocketpool.net/guides/";
3037
- readonly tags: readonly ["SYNTHETIC"];
3079
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
3038
3080
  };
3039
3081
  readonly CHR: {
3040
3082
  readonly name: "Chronos";
@@ -3071,6 +3113,7 @@ export declare const arbitrum: {
3071
3113
  readonly documentation: "https://docs.threshold.network/";
3072
3114
  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.";
3073
3115
  readonly bridge: "wormhole";
3116
+ readonly tags: readonly ["BLUECHIP"];
3074
3117
  };
3075
3118
  readonly aaUSDT: {
3076
3119
  readonly name: "Aave Tether USD";
@@ -3289,9 +3332,10 @@ export declare const arbitrum: {
3289
3332
  readonly chainId: 42161;
3290
3333
  readonly decimals: 18;
3291
3334
  readonly website: "https://www.coinbase.com/";
3292
- readonly description: "Coinbase Wrapped Staked ETH (cbETH) is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
3335
+ readonly description: "Coinbase Wrapped Staked ETH ('cbETH') is a utility token that represents Ethereum 2 (ETH2), which is ETH staked through Coinbase. Over time, the price of cbETH will likely deviate from ETH because cbETH represents 1 staked ETH plus all of its accrued staking interest starting from when cbETH's conversion rate and balance were initialized (June 16, 2022 19:34 UTC). cbETH is minted exclusively by Coinbase.";
3293
3336
  readonly documentation: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
3294
3337
  readonly bridge: "arbitrum-canonical";
3338
+ readonly tags: readonly ["BLUECHIP"];
3295
3339
  };
3296
3340
  readonly BTCb: {
3297
3341
  readonly name: "Bitcoin";
@@ -3303,6 +3347,7 @@ export declare const arbitrum: {
3303
3347
  readonly website: "https://bridge.avax.network/";
3304
3348
  readonly description: "official AVAX BRIDGE bridged BTC";
3305
3349
  readonly bridge: "avax-canonical";
3350
+ readonly tags: readonly ["BLUECHIP"];
3306
3351
  };
3307
3352
  readonly svETH: {
3308
3353
  readonly name: "Savvy ETH";
@@ -3422,6 +3467,7 @@ export declare const arbitrum: {
3422
3467
  readonly description: "Solana is a fast, secure, and censorship resistant blockchain providing the open infrastructure required for global adoption.";
3423
3468
  readonly bridge: "wormhole";
3424
3469
  readonly documentation: "https://docs.solana.com/";
3470
+ readonly tags: readonly ["BLUECHIP"];
3425
3471
  };
3426
3472
  readonly CRV: {
3427
3473
  readonly name: "CRV";
@@ -3434,6 +3480,7 @@ export declare const arbitrum: {
3434
3480
  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.";
3435
3481
  readonly bridge: "arbitrum-canonical";
3436
3482
  readonly documentation: "https://curve.readthedocs.io/";
3483
+ readonly tags: readonly ["BLUECHIP"];
3437
3484
  };
3438
3485
  readonly asdCRV: {
3439
3486
  readonly name: "Aladdin sdCRV";
@@ -3517,7 +3564,7 @@ export declare const arbitrum: {
3517
3564
  readonly website: "https://ether.fi/";
3518
3565
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
3519
3566
  readonly bridge: "arbitrum-canonical";
3520
- readonly tags: readonly ["NO_TIMELOCK"];
3567
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3521
3568
  };
3522
3569
  readonly rsETH: {
3523
3570
  readonly chainId: 42161;
@@ -3554,6 +3601,7 @@ export declare const arbitrum: {
3554
3601
  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.";
3555
3602
  readonly documentation: "https://help.optimism.io/hc/en-us/articles/5497354656283-What-is-the-Optimism-Token";
3556
3603
  readonly bridge: "layer-zero";
3604
+ readonly tags: readonly ["BLUECHIP"];
3557
3605
  };
3558
3606
  readonly WBNB: {
3559
3607
  readonly name: "Wrapped BNB";
@@ -3566,6 +3614,7 @@ export declare const arbitrum: {
3566
3614
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
3567
3615
  readonly documentation: "https://www.binance.com/en/bnb";
3568
3616
  readonly bridge: "layer-zero";
3617
+ readonly tags: readonly ["BLUECHIP"];
3569
3618
  };
3570
3619
  readonly AAVE: {
3571
3620
  readonly name: "AAVE";
@@ -3578,6 +3627,7 @@ export declare const arbitrum: {
3578
3627
  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.";
3579
3628
  readonly documentation: "https://docs.aave.com/";
3580
3629
  readonly bridge: "arbitrum-canonical";
3630
+ readonly tags: readonly ["BLUECHIP"];
3581
3631
  };
3582
3632
  readonly WAVAX: {
3583
3633
  readonly name: "WAVAX";
@@ -3590,6 +3640,7 @@ export declare const arbitrum: {
3590
3640
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
3591
3641
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
3592
3642
  readonly bridge: "wormhole";
3643
+ readonly tags: readonly ["BLUECHIP"];
3593
3644
  };
3594
3645
  readonly USDM: {
3595
3646
  readonly name: "Mountain Protocol USD";
@@ -3615,6 +3666,7 @@ export declare const arbitrum: {
3615
3666
  readonly description: "Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.";
3616
3667
  readonly documentation: "https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing";
3617
3668
  readonly bridge: "arbitrum-canonical";
3669
+ readonly tags: readonly ["BLUECHIP"];
3618
3670
  };
3619
3671
  readonly mPENDLE: {
3620
3672
  readonly name: "mPENDLE";
@@ -3803,6 +3855,7 @@ export declare const arbitrum: {
3803
3855
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
3804
3856
  readonly documentation: "https://docs.lido.fi/";
3805
3857
  readonly bridge: "arbitrum-canonical";
3858
+ readonly tags: readonly ["BLUECHIP"];
3806
3859
  };
3807
3860
  readonly NEXT: {
3808
3861
  readonly name: "Everclear";
@@ -3866,6 +3919,7 @@ export declare const arbitrum: {
3866
3919
  readonly documentation: "https://docs.compound.finance/";
3867
3920
  readonly description: "COMP is the governance token of Compound, a decentralized protocol that enables supplying of crypto assets as collateral in order to borrow a base asset.";
3868
3921
  readonly bridge: "arbitrum-canonical";
3922
+ readonly tags: readonly ["BLUECHIP"];
3869
3923
  };
3870
3924
  readonly SYN: {
3871
3925
  readonly name: "Synapse";
@@ -3891,6 +3945,7 @@ export declare const arbitrum: {
3891
3945
  readonly documentation: "https://docs.polygon.technology/";
3892
3946
  readonly description: "WMATIC serves as the native cryptocurrency for the Polygon PoS network, analogous to how ETH functions within the Ethereum ecosystem.";
3893
3947
  readonly bridge: "arbitrum-canonical";
3948
+ readonly tags: readonly ["BLUECHIP"];
3894
3949
  };
3895
3950
  readonly ENS: {
3896
3951
  readonly name: "Ethereum Name Service";
@@ -3903,6 +3958,7 @@ export declare const arbitrum: {
3903
3958
  readonly documentation: "https://docs.ens.domains/";
3904
3959
  readonly description: "ENS is the governance token of the Ethereum Name Service, a distributed, open, and extensible naming system based on the Ethereum blockchain.";
3905
3960
  readonly bridge: "arbitrum-canonical";
3961
+ readonly tags: readonly ["BLUECHIP"];
3906
3962
  };
3907
3963
  readonly PEPE: {
3908
3964
  readonly name: "Pepe";
@@ -3915,7 +3971,7 @@ export declare const arbitrum: {
3915
3971
  readonly documentation: "https://www.pepe.vip/";
3916
3972
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
3917
3973
  readonly bridge: "layer-zero";
3918
- readonly tags: readonly ["NO_TIMELOCK"];
3974
+ readonly tags: readonly ["MEMECOIN", "NO_TIMELOCK"];
3919
3975
  };
3920
3976
  readonly ZRO: {
3921
3977
  readonly name: "LayerZero";
@@ -3928,6 +3984,7 @@ export declare const arbitrum: {
3928
3984
  readonly documentation: "https://docs.layerzero.network/v2";
3929
3985
  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.";
3930
3986
  readonly bridge: "layer-zero";
3987
+ readonly tags: readonly ["BLUECHIP"];
3931
3988
  };
3932
3989
  readonly xGRAIL: {
3933
3990
  readonly name: "Camelot Escrowed Grail";
@@ -4223,7 +4280,7 @@ export declare const arbitrum: {
4223
4280
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4224
4281
  readonly description: "EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.";
4225
4282
  readonly bridge: "layer-zero";
4226
- readonly tags: readonly ["SYNTHETIC"];
4283
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
4227
4284
  };
4228
4285
  readonly waArbWBTC: {
4229
4286
  readonly name: "Wrapped Aave Staked WBTC";
@@ -4235,6 +4292,7 @@ export declare const arbitrum: {
4235
4292
  readonly website: "https://wbtc.network/";
4236
4293
  readonly description: "Wrapped Aave Staked WBTC. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
4237
4294
  readonly bridge: "native";
4295
+ readonly tags: readonly ["BLUECHIP"];
4238
4296
  };
4239
4297
  readonly waArbUSDCn: {
4240
4298
  readonly name: "Wrapped Aave Staked USDC";
@@ -4286,6 +4344,7 @@ export declare const arbitrum: {
4286
4344
  readonly description: "Wrapped Aave Staked WETH. Ether or ETH is the native currency built on the Ethereum blockchain.";
4287
4345
  readonly bridge: "native";
4288
4346
  readonly documentation: "https://ethereum.org/en/developers/docs/";
4347
+ readonly tags: readonly ["BLUECHIP"];
4289
4348
  };
4290
4349
  readonly waArbwstETH: {
4291
4350
  readonly name: "Wrapped Aave Staked wstETH";
@@ -4298,6 +4357,7 @@ export declare const arbitrum: {
4298
4357
  readonly description: "Wrapped Aave Staked wstETH. Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
4299
4358
  readonly bridge: "native";
4300
4359
  readonly documentation: "https://docs.lido.fi/";
4360
+ readonly tags: readonly ["BLUECHIP"];
4301
4361
  };
4302
4362
  readonly waArbezETH: {
4303
4363
  readonly name: "Wrapped Aave Staked ezETH";