@beefyfinance/blockchain-addressbook 0.54.147 → 0.54.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +72 -12
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  3. package/build/address-book/arbitrum/tokens/tokens.js +33 -6
  4. package/build/address-book/aurora/index.d.ts +16 -0
  5. package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
  6. package/build/address-book/aurora/tokens/tokens.js +5 -0
  7. package/build/address-book/avax/index.d.ts +58 -2
  8. package/build/address-book/avax/tokens/tokens.d.ts +29 -1
  9. package/build/address-book/avax/tokens/tokens.js +26 -1
  10. package/build/address-book/base/index.d.ts +174 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +87 -14
  12. package/build/address-book/base/tokens/tokens.js +84 -14
  13. package/build/address-book/berachain/index.d.ts +6 -0
  14. package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
  15. package/build/address-book/berachain/tokens/tokens.js +3 -0
  16. package/build/address-book/bsc/index.d.ts +78 -8
  17. package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
  18. package/build/address-book/bsc/tokens/tokens.js +36 -4
  19. package/build/address-book/canto/index.d.ts +12 -0
  20. package/build/address-book/canto/tokens/tokens.d.ts +6 -0
  21. package/build/address-book/canto/tokens/tokens.js +6 -0
  22. package/build/address-book/celo/index.d.ts +2 -0
  23. package/build/address-book/celo/tokens/tokens.d.ts +1 -0
  24. package/build/address-book/celo/tokens/tokens.js +1 -0
  25. package/build/address-book/cronos/index.d.ts +18 -0
  26. package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
  27. package/build/address-book/cronos/tokens/tokens.js +9 -0
  28. package/build/address-book/emerald/index.d.ts +4 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
  30. package/build/address-book/emerald/tokens/tokens.js +2 -0
  31. package/build/address-book/ethereum/index.d.ts +58 -6
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
  33. package/build/address-book/ethereum/tokens/tokens.js +26 -3
  34. package/build/address-book/fantom/index.d.ts +38 -0
  35. package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
  36. package/build/address-book/fantom/tokens/tokens.js +16 -0
  37. package/build/address-book/fraxtal/index.d.ts +8 -0
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  39. package/build/address-book/fraxtal/tokens/tokens.js +4 -0
  40. package/build/address-book/fuse/index.d.ts +8 -0
  41. package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
  42. package/build/address-book/fuse/tokens/tokens.js +4 -0
  43. package/build/address-book/gnosis/index.d.ts +16 -0
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
  45. package/build/address-book/gnosis/tokens/tokens.js +8 -0
  46. package/build/address-book/heco/index.d.ts +16 -0
  47. package/build/address-book/heco/tokens/tokens.d.ts +8 -0
  48. package/build/address-book/heco/tokens/tokens.js +8 -0
  49. package/build/address-book/hyperevm/index.d.ts +4 -0
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  51. package/build/address-book/hyperevm/tokens/tokens.js +2 -0
  52. package/build/address-book/kava/index.d.ts +10 -0
  53. package/build/address-book/kava/tokens/tokens.d.ts +5 -0
  54. package/build/address-book/kava/tokens/tokens.js +5 -0
  55. package/build/address-book/linea/index.d.ts +16 -4
  56. package/build/address-book/linea/tokens/tokens.d.ts +8 -2
  57. package/build/address-book/linea/tokens/tokens.js +5 -2
  58. package/build/address-book/lisk/index.d.ts +10 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +8 -0
  62. package/build/address-book/manta/tokens/tokens.d.ts +4 -0
  63. package/build/address-book/manta/tokens/tokens.js +1 -0
  64. package/build/address-book/mantle/index.d.ts +4 -0
  65. package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
  66. package/build/address-book/mantle/tokens/tokens.js +2 -0
  67. package/build/address-book/metis/index.d.ts +10 -0
  68. package/build/address-book/metis/tokens/tokens.d.ts +5 -0
  69. package/build/address-book/metis/tokens/tokens.js +5 -0
  70. package/build/address-book/mode/index.d.ts +10 -2
  71. package/build/address-book/mode/tokens/tokens.d.ts +5 -1
  72. package/build/address-book/mode/tokens/tokens.js +2 -1
  73. package/build/address-book/monad/index.d.ts +16 -8
  74. package/build/address-book/monad/tokens/tokens.d.ts +8 -4
  75. package/build/address-book/monad/tokens/tokens.js +8 -4
  76. package/build/address-book/moonbeam/index.d.ts +18 -0
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  78. package/build/address-book/moonbeam/tokens/tokens.js +9 -0
  79. package/build/address-book/moonriver/index.d.ts +20 -0
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
  81. package/build/address-book/moonriver/tokens/tokens.js +9 -0
  82. package/build/address-book/one/index.d.ts +14 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +7 -0
  84. package/build/address-book/one/tokens/tokens.js +6 -0
  85. package/build/address-book/optimism/index.d.ts +46 -10
  86. package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
  87. package/build/address-book/optimism/tokens/tokens.js +20 -5
  88. package/build/address-book/plasma/index.d.ts +4 -2
  89. package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
  90. package/build/address-book/plasma/tokens/tokens.js +2 -1
  91. package/build/address-book/polygon/index.d.ts +54 -2
  92. package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
  93. package/build/address-book/polygon/tokens/tokens.js +22 -1
  94. package/build/address-book/real/index.d.ts +10 -0
  95. package/build/address-book/real/tokens/tokens.d.ts +5 -0
  96. package/build/address-book/real/tokens/tokens.js +1 -0
  97. package/build/address-book/saga/index.d.ts +4 -0
  98. package/build/address-book/saga/tokens/tokens.d.ts +2 -0
  99. package/build/address-book/saga/tokens/tokens.js +2 -0
  100. package/build/address-book/scroll/index.d.ts +12 -0
  101. package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
  102. package/build/address-book/scroll/tokens/tokens.js +3 -0
  103. package/build/address-book/sei/index.d.ts +2 -0
  104. package/build/address-book/sei/tokens/tokens.d.ts +1 -0
  105. package/build/address-book/sei/tokens/tokens.js +1 -0
  106. package/build/address-book/sonic/index.d.ts +18 -2
  107. package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
  108. package/build/address-book/sonic/tokens/tokens.js +6 -1
  109. package/build/address-book/unichain/index.d.ts +8 -0
  110. package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
  111. package/build/address-book/unichain/tokens/tokens.js +1 -0
  112. package/build/address-book/zkevm/index.d.ts +24 -0
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
  114. package/build/address-book/zkevm/tokens/tokens.js +9 -0
  115. package/build/address-book/zksync/index.d.ts +12 -2
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
  117. package/build/address-book/zksync/tokens/tokens.js +3 -1
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +72 -12
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
  122. package/build-esm/address-book/aurora/index.d.ts +16 -0
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
  124. package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
  125. package/build-esm/address-book/avax/index.d.ts +58 -2
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
  127. package/build-esm/address-book/avax/tokens/tokens.js +26 -1
  128. package/build-esm/address-book/base/index.d.ts +174 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +87 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +84 -14
  131. package/build-esm/address-book/berachain/index.d.ts +6 -0
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
  133. package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
  134. package/build-esm/address-book/bsc/index.d.ts +78 -8
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
  136. package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
  137. package/build-esm/address-book/canto/index.d.ts +12 -0
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
  139. package/build-esm/address-book/canto/tokens/tokens.js +6 -0
  140. package/build-esm/address-book/celo/index.d.ts +2 -0
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
  142. package/build-esm/address-book/celo/tokens/tokens.js +1 -0
  143. package/build-esm/address-book/cronos/index.d.ts +18 -0
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
  145. package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
  146. package/build-esm/address-book/emerald/index.d.ts +4 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +58 -6
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
  152. package/build-esm/address-book/fantom/index.d.ts +38 -0
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
  154. package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
  155. package/build-esm/address-book/fraxtal/index.d.ts +8 -0
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
  158. package/build-esm/address-book/fuse/index.d.ts +8 -0
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
  160. package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
  161. package/build-esm/address-book/gnosis/index.d.ts +16 -0
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
  164. package/build-esm/address-book/heco/index.d.ts +16 -0
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
  166. package/build-esm/address-book/heco/tokens/tokens.js +8 -0
  167. package/build-esm/address-book/hyperevm/index.d.ts +4 -0
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
  170. package/build-esm/address-book/kava/index.d.ts +10 -0
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
  172. package/build-esm/address-book/kava/tokens/tokens.js +5 -0
  173. package/build-esm/address-book/linea/index.d.ts +16 -4
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
  175. package/build-esm/address-book/linea/tokens/tokens.js +5 -2
  176. package/build-esm/address-book/lisk/index.d.ts +10 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +8 -0
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
  181. package/build-esm/address-book/manta/tokens/tokens.js +1 -0
  182. package/build-esm/address-book/mantle/index.d.ts +4 -0
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
  184. package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
  185. package/build-esm/address-book/metis/index.d.ts +10 -0
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
  187. package/build-esm/address-book/metis/tokens/tokens.js +5 -0
  188. package/build-esm/address-book/mode/index.d.ts +10 -2
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
  190. package/build-esm/address-book/mode/tokens/tokens.js +2 -1
  191. package/build-esm/address-book/monad/index.d.ts +16 -8
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
  193. package/build-esm/address-book/monad/tokens/tokens.js +8 -4
  194. package/build-esm/address-book/moonbeam/index.d.ts +18 -0
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -0
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
  200. package/build-esm/address-book/one/index.d.ts +14 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +6 -0
  203. package/build-esm/address-book/optimism/index.d.ts +46 -10
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
  205. package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
  206. package/build-esm/address-book/plasma/index.d.ts +4 -2
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
  208. package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
  209. package/build-esm/address-book/polygon/index.d.ts +54 -2
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
  211. package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
  212. package/build-esm/address-book/real/index.d.ts +10 -0
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
  214. package/build-esm/address-book/real/tokens/tokens.js +1 -0
  215. package/build-esm/address-book/saga/index.d.ts +4 -0
  216. package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
  217. package/build-esm/address-book/saga/tokens/tokens.js +2 -0
  218. package/build-esm/address-book/scroll/index.d.ts +12 -0
  219. package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
  220. package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
  221. package/build-esm/address-book/sei/index.d.ts +2 -0
  222. package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
  223. package/build-esm/address-book/sei/tokens/tokens.js +1 -0
  224. package/build-esm/address-book/sonic/index.d.ts +18 -2
  225. package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
  226. package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
  227. package/build-esm/address-book/unichain/index.d.ts +8 -0
  228. package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
  229. package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
  230. package/build-esm/address-book/zkevm/index.d.ts +24 -0
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
  233. package/build-esm/address-book/zksync/index.d.ts +12 -2
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
  235. package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -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: "native";
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: "native";
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: "native";
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: "native";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly BIFI: {
51
55
  readonly name: "Beefy";
@@ -58,6 +62,7 @@ export declare const tokens: {
58
62
  readonly documentation: "https://docs.beefy.finance/";
59
63
  readonly description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.";
60
64
  readonly bridge: "native";
65
+ readonly tags: readonly ["BLUECHIP"];
61
66
  };
62
67
  readonly rBIFI: {
63
68
  readonly name: "BIFI Pool Receipt";
@@ -82,6 +87,7 @@ export declare const tokens: {
82
87
  readonly documentation: "https://docs.beefy.finance/";
83
88
  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.";
84
89
  readonly bridge: "native";
90
+ readonly tags: readonly ["BLUECHIP"];
85
91
  };
86
92
  readonly xmooBIFI: {
87
93
  readonly name: "BIFI Vault Receipt xERC20";
@@ -164,6 +170,7 @@ export declare const tokens: {
164
170
  readonly website: "https://polygon.technology/";
165
171
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
166
172
  readonly bridge: "native";
173
+ readonly tags: readonly ["BLUECHIP"];
167
174
  };
168
175
  readonly wstETH: {
169
176
  readonly name: "Lido Wrapped Staked ETH";
@@ -176,6 +183,7 @@ export declare const tokens: {
176
183
  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.";
177
184
  readonly bridge: "native";
178
185
  readonly documentation: "https://docs.lido.fi/";
186
+ readonly tags: readonly ["BLUECHIP"];
179
187
  };
180
188
  readonly stETH: {
181
189
  readonly name: "Lido Wrapped Staked ETH";
@@ -188,6 +196,7 @@ export declare const tokens: {
188
196
  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.";
189
197
  readonly bridge: "native";
190
198
  readonly documentation: "https://docs.lido.fi/";
199
+ readonly tags: readonly ["BLUECHIP"];
191
200
  };
192
201
  readonly pETH: {
193
202
  readonly name: "JPEG'd ETH";
@@ -250,6 +259,7 @@ export declare const tokens: {
250
259
  readonly website: "https://wbtc.network/";
251
260
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
252
261
  readonly bridge: "wbtc-dao";
262
+ readonly tags: readonly ["BLUECHIP"];
253
263
  };
254
264
  readonly sBTC: {
255
265
  readonly chainId: 1;
@@ -349,6 +359,7 @@ export declare const tokens: {
349
359
  readonly website: "https://balancer.fi/";
350
360
  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. ";
351
361
  readonly documentation: "https://docs.balancer.fi/";
362
+ readonly tags: readonly ["BLUECHIP"];
352
363
  };
353
364
  readonly AURA: {
354
365
  readonly name: "Aura";
@@ -385,6 +396,7 @@ export declare const tokens: {
385
396
  readonly documentation: "https://docs.threshold.network/";
386
397
  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.";
387
398
  readonly bridge: "threshold";
399
+ readonly tags: readonly ["BLUECHIP"];
388
400
  };
389
401
  readonly thUSD: {
390
402
  readonly name: "Threshold USD";
@@ -442,6 +454,7 @@ export declare const tokens: {
442
454
  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.";
443
455
  readonly bridge: "native";
444
456
  readonly documentation: "https://curve.readthedocs.io/";
457
+ readonly tags: readonly ["BLUECHIP"];
445
458
  };
446
459
  readonly scrvUSD: {
447
460
  readonly name: "Savings crvUSD";
@@ -587,6 +600,7 @@ export declare const tokens: {
587
600
  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.";
588
601
  readonly bridge: "native";
589
602
  readonly documentation: "https://docs.rocketpool.net/guides/";
603
+ readonly tags: readonly ["BLUECHIP"];
590
604
  };
591
605
  readonly USDT: {
592
606
  readonly name: "Tether USD";
@@ -634,9 +648,10 @@ export declare const tokens: {
634
648
  readonly chainId: 1;
635
649
  readonly decimals: 18;
636
650
  readonly website: "https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth";
637
- 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.";
651
+ 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.";
638
652
  readonly bridge: "native";
639
653
  readonly documentation: "https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection";
654
+ readonly tags: readonly ["BLUECHIP"];
640
655
  };
641
656
  readonly USDD: {
642
657
  readonly name: "Decentralized USD";
@@ -672,6 +687,7 @@ export declare const tokens: {
672
687
  readonly website: "https://stargate.finance/";
673
688
  readonly description: "Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. ETH is deposited in a LP pool to enable high liquidity for bridging.";
674
689
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
690
+ readonly tags: readonly ["BLUECHIP"];
675
691
  };
676
692
  readonly waUSDT: {
677
693
  readonly name: "Wrapped Aave Tether USD";
@@ -897,6 +913,7 @@ export declare const tokens: {
897
913
  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.";
898
914
  readonly bridge: "native";
899
915
  readonly documentation: "https://dev.sushi.com/";
916
+ readonly tags: readonly ["BLUECHIP"];
900
917
  };
901
918
  readonly ILV: {
902
919
  readonly name: "Illuvium";
@@ -920,6 +937,7 @@ export declare const tokens: {
920
937
  readonly documentation: "https://docs.lido.fi/";
921
938
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
922
939
  readonly bridge: "native";
940
+ readonly tags: readonly ["BLUECHIP"];
923
941
  };
924
942
  readonly SYN: {
925
943
  readonly name: "Synapse";
@@ -955,6 +973,7 @@ export declare const tokens: {
955
973
  readonly website: "https://www.synthetix.io/";
956
974
  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";
957
975
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix";
976
+ readonly tags: readonly ["BLUECHIP"];
958
977
  };
959
978
  readonly HEX: {
960
979
  readonly name: "HEX";
@@ -988,6 +1007,7 @@ export declare const tokens: {
988
1007
  readonly website: "https://fantom.foundation/";
989
1008
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
990
1009
  readonly documentation: "";
1010
+ readonly tags: readonly ["BLUECHIP"];
991
1011
  };
992
1012
  readonly DEUS: {
993
1013
  readonly name: "DEUS";
@@ -1211,6 +1231,7 @@ export declare const tokens: {
1211
1231
  readonly description: "Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.";
1212
1232
  readonly bridge: "native";
1213
1233
  readonly documentation: "https://docs.olympusdao.finance/";
1234
+ readonly tags: readonly ["BLUECHIP"];
1214
1235
  };
1215
1236
  readonly SD: {
1216
1237
  readonly name: "Stader";
@@ -1695,7 +1716,7 @@ export declare const tokens: {
1695
1716
  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.";
1696
1717
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1697
1718
  readonly bridge: "native";
1698
- readonly tags: readonly ["NO_TIMELOCK"];
1719
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1699
1720
  };
1700
1721
  readonly weETHk: {
1701
1722
  readonly name: "King Karak LRT";
@@ -1871,6 +1892,7 @@ export declare const tokens: {
1871
1892
  readonly documentation: "https://docs.layerzero.network/v2";
1872
1893
  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.";
1873
1894
  readonly bridge: "layer-zero";
1895
+ readonly tags: readonly ["BLUECHIP"];
1874
1896
  };
1875
1897
  readonly ShezUSD: {
1876
1898
  readonly name: "ShezmuUSD";
@@ -1909,6 +1931,7 @@ export declare const tokens: {
1909
1931
  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.";
1910
1932
  readonly bridge: "native";
1911
1933
  readonly documentation: "https://docs.uniswap.org/concepts/governance/overview";
1934
+ readonly tags: readonly ["BLUECHIP"];
1912
1935
  };
1913
1936
  readonly LINK: {
1914
1937
  readonly name: "Chainlink";
@@ -1921,6 +1944,7 @@ export declare const tokens: {
1921
1944
  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.";
1922
1945
  readonly bridge: "native";
1923
1946
  readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
1947
+ readonly tags: readonly ["BLUECHIP"];
1924
1948
  };
1925
1949
  readonly stLINK: {
1926
1950
  readonly name: "Staked LINK";
@@ -1945,7 +1969,7 @@ export declare const tokens: {
1945
1969
  readonly description: "eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.";
1946
1970
  readonly bridge: "native";
1947
1971
  readonly documentation: "https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt";
1948
- readonly tags: readonly ["SYNTHETIC"];
1972
+ readonly tags: readonly ["BLUECHIP", "SYNTHETIC"];
1949
1973
  };
1950
1974
  readonly EBTC: {
1951
1975
  readonly name: "EBTC";
@@ -2464,6 +2488,7 @@ export declare const tokens: {
2464
2488
  readonly website: "https://aave.com/";
2465
2489
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2466
2490
  readonly description: "Wrapped Aave interest bearing Ethereum Lido WETH.";
2491
+ readonly tags: readonly ["BLUECHIP"];
2467
2492
  };
2468
2493
  readonly waEthLidowstETH: {
2469
2494
  readonly name: "Wrapped Aave Ethereum Lido wstETH";
@@ -2475,6 +2500,7 @@ export declare const tokens: {
2475
2500
  readonly website: "https://aave.com/";
2476
2501
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
2477
2502
  readonly description: "Wrapped Aave interest bearing Ethereum Lido wstETH.";
2503
+ readonly tags: readonly ["BLUECHIP"];
2478
2504
  };
2479
2505
  readonly RSUP: {
2480
2506
  readonly name: "Resupply";
@@ -12,6 +12,7 @@ const ETH = {
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'native',
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
  documentation: 'https://docs.beefy.finance/',
30
31
  description: "The Beefy Token (BIFI) is the governance token of the Beefy DAO. Holders of the token are entitled to submit and vote on proposals on all areas affecting the DAO through the Beefy Snapshot Space, as well as to participate in Beefy's governance incentives programme through the BIFI Pool or BIFI Vault.",
31
32
  bridge: 'native',
33
+ tags: ['BLUECHIP'],
32
34
  },
33
35
  rBIFI: {
34
36
  name: 'BIFI Pool Receipt',
@@ -53,6 +55,7 @@ exports.tokens = {
53
55
  documentation: 'https://docs.beefy.finance/',
54
56
  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.",
55
57
  bridge: 'native',
58
+ tags: ['BLUECHIP'],
56
59
  },
57
60
  xmooBIFI: {
58
61
  name: 'BIFI Vault Receipt xERC20',
@@ -135,6 +138,7 @@ exports.tokens = {
135
138
  website: 'https://polygon.technology/',
136
139
  description: 'Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.',
137
140
  bridge: 'native',
141
+ tags: ['BLUECHIP'],
138
142
  },
139
143
  wstETH: {
140
144
  name: 'Lido Wrapped Staked ETH',
@@ -147,6 +151,7 @@ exports.tokens = {
147
151
  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.',
148
152
  bridge: 'native',
149
153
  documentation: 'https://docs.lido.fi/',
154
+ tags: ['BLUECHIP'],
150
155
  },
151
156
  stETH: {
152
157
  name: 'Lido Wrapped Staked ETH',
@@ -159,6 +164,7 @@ exports.tokens = {
159
164
  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.',
160
165
  bridge: 'native',
161
166
  documentation: 'https://docs.lido.fi/',
167
+ tags: ['BLUECHIP'],
162
168
  },
163
169
  pETH: {
164
170
  name: "JPEG'd ETH",
@@ -221,6 +227,7 @@ exports.tokens = {
221
227
  website: 'https://wbtc.network/',
222
228
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
223
229
  bridge: 'wbtc-dao',
230
+ tags: ['BLUECHIP'],
224
231
  },
225
232
  sBTC: {
226
233
  chainId: 1,
@@ -320,6 +327,7 @@ exports.tokens = {
320
327
  website: 'https://balancer.fi/',
321
328
  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. ',
322
329
  documentation: 'https://docs.balancer.fi/',
330
+ tags: ['BLUECHIP'],
323
331
  },
324
332
  AURA: {
325
333
  name: 'Aura',
@@ -356,6 +364,7 @@ exports.tokens = {
356
364
  documentation: 'https://docs.threshold.network/',
357
365
  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.',
358
366
  bridge: 'threshold',
367
+ tags: ['BLUECHIP'],
359
368
  },
360
369
  thUSD: {
361
370
  name: 'Threshold USD',
@@ -413,6 +422,7 @@ exports.tokens = {
413
422
  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.',
414
423
  bridge: 'native',
415
424
  documentation: 'https://curve.readthedocs.io/',
425
+ tags: ['BLUECHIP'],
416
426
  },
417
427
  scrvUSD: {
418
428
  name: 'Savings crvUSD',
@@ -558,6 +568,7 @@ exports.tokens = {
558
568
  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.',
559
569
  bridge: 'native',
560
570
  documentation: 'https://docs.rocketpool.net/guides/',
571
+ tags: ['BLUECHIP'],
561
572
  },
562
573
  USDT: {
563
574
  name: 'Tether USD',
@@ -605,9 +616,10 @@ exports.tokens = {
605
616
  chainId: 1,
606
617
  decimals: 18,
607
618
  website: 'https://help.coinbase.com/en/coinbase/trading-and-funding/staking-rewards/cbeth',
608
- 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.",
619
+ 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.",
609
620
  bridge: 'native',
610
621
  documentation: 'https://www.coinbase.com/price/coinbase-wrapped-staked-eth#AboutSection',
622
+ tags: ['BLUECHIP'],
611
623
  },
612
624
  USDD: {
613
625
  name: 'Decentralized USD',
@@ -643,6 +655,7 @@ exports.tokens = {
643
655
  website: 'https://stargate.finance/',
644
656
  description: 'Stargate allows users and dApps to bridge native tokens with instant guaranteed finality. ETH is deposited in a LP pool to enable high liquidity for bridging.',
645
657
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
658
+ tags: ['BLUECHIP'],
646
659
  },
647
660
  waUSDT: {
648
661
  name: 'Wrapped Aave Tether USD',
@@ -868,6 +881,7 @@ exports.tokens = {
868
881
  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.',
869
882
  bridge: 'native',
870
883
  documentation: 'https://dev.sushi.com/',
884
+ tags: ['BLUECHIP'],
871
885
  },
872
886
  ILV: {
873
887
  name: 'Illuvium',
@@ -891,6 +905,7 @@ exports.tokens = {
891
905
  documentation: 'https://docs.lido.fi/',
892
906
  description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
893
907
  bridge: 'native',
908
+ tags: ['BLUECHIP'],
894
909
  },
895
910
  SYN: {
896
911
  name: 'Synapse',
@@ -926,6 +941,7 @@ exports.tokens = {
926
941
  website: 'https://www.synthetix.io/',
927
942
  description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets',
928
943
  documentation: 'https://docs.synthetix.io/synthetix-protocol/welcome-to-synthetix',
944
+ tags: ['BLUECHIP'],
929
945
  },
930
946
  HEX: {
931
947
  name: 'HEX',
@@ -959,6 +975,7 @@ exports.tokens = {
959
975
  website: 'https://fantom.foundation/',
960
976
  description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
961
977
  documentation: '',
978
+ tags: ['BLUECHIP'],
962
979
  },
963
980
  DEUS: {
964
981
  name: 'DEUS',
@@ -1183,6 +1200,7 @@ exports.tokens = {
1183
1200
  description: 'Olympus is building OHM, a community-owned, decentralized and censorship-resistant reserve currency that is asset-backed, deeply liquid and used widely across Web3.',
1184
1201
  bridge: 'native',
1185
1202
  documentation: 'https://docs.olympusdao.finance/',
1203
+ tags: ['BLUECHIP'],
1186
1204
  },
1187
1205
  SD: {
1188
1206
  name: 'Stader',
@@ -1667,7 +1685,7 @@ exports.tokens = {
1667
1685
  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.',
1668
1686
  documentation: 'https://etherfi.gitbook.io/etherfi',
1669
1687
  bridge: 'native',
1670
- tags: ['NO_TIMELOCK'],
1688
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1671
1689
  },
1672
1690
  weETHk: {
1673
1691
  name: 'King Karak LRT',
@@ -1843,6 +1861,7 @@ exports.tokens = {
1843
1861
  documentation: 'https://docs.layerzero.network/v2',
1844
1862
  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.',
1845
1863
  bridge: 'layer-zero',
1864
+ tags: ['BLUECHIP'],
1846
1865
  },
1847
1866
  ShezUSD: {
1848
1867
  name: 'ShezmuUSD',
@@ -1881,6 +1900,7 @@ exports.tokens = {
1881
1900
  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.',
1882
1901
  bridge: 'native',
1883
1902
  documentation: 'https://docs.uniswap.org/concepts/governance/overview',
1903
+ tags: ['BLUECHIP'],
1884
1904
  },
1885
1905
  LINK: {
1886
1906
  name: 'Chainlink',
@@ -1893,6 +1913,7 @@ exports.tokens = {
1893
1913
  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.',
1894
1914
  bridge: 'native',
1895
1915
  documentation: 'https://docs.chain.link/resources/link-token-contracts',
1916
+ tags: ['BLUECHIP'],
1896
1917
  },
1897
1918
  stLINK: {
1898
1919
  name: 'Staked LINK',
@@ -1917,7 +1938,7 @@ exports.tokens = {
1917
1938
  description: 'eBTC is an Ether.Fi x Symbiotic vault that allows users to stake their BTC to accrue staking rewards and automatically restake their BTC in Symbiotic. Ether.fi and Veda are both doing points campaign.',
1918
1939
  bridge: 'native',
1919
1940
  documentation: 'https://etherfi.gitbook.io/etherfi/lrts/ebtc-bitcoin-lrt',
1920
- tags: ['SYNTHETIC'],
1941
+ tags: ['BLUECHIP', 'SYNTHETIC'],
1921
1942
  },
1922
1943
  EBTC: {
1923
1944
  name: 'EBTC',
@@ -2436,6 +2457,7 @@ exports.tokens = {
2436
2457
  website: 'https://aave.com/',
2437
2458
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2438
2459
  description: 'Wrapped Aave interest bearing Ethereum Lido WETH.',
2460
+ tags: ['BLUECHIP'],
2439
2461
  },
2440
2462
  waEthLidowstETH: {
2441
2463
  name: 'Wrapped Aave Ethereum Lido wstETH',
@@ -2447,6 +2469,7 @@ exports.tokens = {
2447
2469
  website: 'https://aave.com/',
2448
2470
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
2449
2471
  description: 'Wrapped Aave interest bearing Ethereum Lido wstETH.',
2472
+ tags: ['BLUECHIP'],
2450
2473
  },
2451
2474
  RSUP: {
2452
2475
  name: 'Resupply',