@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

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 +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -65,6 +65,7 @@ export declare const plasma: {
65
65
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
66
66
  readonly bridge: "layer-zero";
67
67
  readonly documentation: "https://tether.to/en/how-it-works";
68
+ readonly tags: readonly ["STABLECOIN"];
68
69
  };
69
70
  readonly WETH: {
70
71
  readonly name: "Wrapped ETH";
@@ -104,7 +105,7 @@ export declare const plasma: {
104
105
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
105
106
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
106
107
  readonly bridge: "layer-zero";
107
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
108
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
108
109
  };
109
110
  readonly sUSDe: {
110
111
  readonly name: "Staked USDe";
@@ -118,7 +119,7 @@ export declare const plasma: {
118
119
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
119
120
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
120
121
  readonly bridge: "layer-zero";
121
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
122
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
122
123
  };
123
124
  readonly PlasmaUSD: {
124
125
  readonly name: "Plasma USD Vault (PlasmaUSD)";
@@ -131,7 +132,7 @@ export declare const plasma: {
131
132
  readonly website: "https://app.plasma.to/";
132
133
  readonly description: "The PlasmaUSD Vault is the flagship Plasma vault managed by Veda. Deposits are deployed into blue-chip lending protocols such as Aave to generate yield.";
133
134
  readonly bridge: "native";
134
- readonly risks: readonly ["SYNTH_STABLE"];
135
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
135
136
  };
136
137
  readonly syrupUSDT: {
137
138
  readonly name: "Syrup USDT";
@@ -158,7 +159,7 @@ export declare const plasma: {
158
159
  readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
159
160
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
160
161
  readonly bridge: "layer-zero";
161
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
162
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
162
163
  };
163
164
  readonly splUSD: {
164
165
  readonly name: "Staked Plasma USD";
@@ -171,7 +172,7 @@ export declare const plasma: {
171
172
  readonly website: "https://plasma.earn.trevee.xyz/";
172
173
  readonly description: "splUSD represents the vault receipt token of Trevee. The vault is powered by Midas infrastructure. Deposits into splUSD is then deployed into DeFi (e.g. Aave and Fluid) strategies to generate yield.";
173
174
  readonly bridge: "native";
174
- readonly risks: readonly ["SYNTH_STABLE"];
175
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
175
176
  };
176
177
  readonly LITH: {
177
178
  readonly name: "Lithos";
@@ -197,7 +198,7 @@ export declare const plasma: {
197
198
  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.";
198
199
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
199
200
  readonly bridge: "layer-zero";
200
- readonly risks: readonly ["NO_TIMELOCK"];
201
+ readonly tags: readonly ["NO_TIMELOCK"];
201
202
  };
202
203
  };
203
204
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -264,6 +265,7 @@ export declare const plasma: {
264
265
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
265
266
  readonly bridge: "layer-zero";
266
267
  readonly documentation: "https://tether.to/en/how-it-works";
268
+ readonly tags: readonly ["STABLECOIN"];
267
269
  };
268
270
  readonly WETH: {
269
271
  readonly name: "Wrapped ETH";
@@ -303,7 +305,7 @@ export declare const plasma: {
303
305
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
304
306
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
305
307
  readonly bridge: "layer-zero";
306
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
308
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
307
309
  };
308
310
  readonly sUSDe: {
309
311
  readonly name: "Staked USDe";
@@ -317,7 +319,7 @@ export declare const plasma: {
317
319
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
318
320
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
319
321
  readonly bridge: "layer-zero";
320
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
322
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
321
323
  };
322
324
  readonly PlasmaUSD: {
323
325
  readonly name: "Plasma USD Vault (PlasmaUSD)";
@@ -330,7 +332,7 @@ export declare const plasma: {
330
332
  readonly website: "https://app.plasma.to/";
331
333
  readonly description: "The PlasmaUSD Vault is the flagship Plasma vault managed by Veda. Deposits are deployed into blue-chip lending protocols such as Aave to generate yield.";
332
334
  readonly bridge: "native";
333
- readonly risks: readonly ["SYNTH_STABLE"];
335
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
334
336
  };
335
337
  readonly syrupUSDT: {
336
338
  readonly name: "Syrup USDT";
@@ -357,7 +359,7 @@ export declare const plasma: {
357
359
  readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
358
360
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
359
361
  readonly bridge: "layer-zero";
360
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
362
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
361
363
  };
362
364
  readonly splUSD: {
363
365
  readonly name: "Staked Plasma USD";
@@ -370,7 +372,7 @@ export declare const plasma: {
370
372
  readonly website: "https://plasma.earn.trevee.xyz/";
371
373
  readonly description: "splUSD represents the vault receipt token of Trevee. The vault is powered by Midas infrastructure. Deposits into splUSD is then deployed into DeFi (e.g. Aave and Fluid) strategies to generate yield.";
372
374
  readonly bridge: "native";
373
- readonly risks: readonly ["SYNTH_STABLE"];
375
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
374
376
  };
375
377
  readonly LITH: {
376
378
  readonly name: "Lithos";
@@ -396,7 +398,7 @@ export declare const plasma: {
396
398
  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.";
397
399
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
398
400
  readonly bridge: "layer-zero";
399
- readonly risks: readonly ["NO_TIMELOCK"];
401
+ readonly tags: readonly ["NO_TIMELOCK"];
400
402
  };
401
403
  }>;
402
404
  readonly native: {
@@ -62,6 +62,7 @@ export declare const tokens: {
62
62
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
63
63
  readonly bridge: "layer-zero";
64
64
  readonly documentation: "https://tether.to/en/how-it-works";
65
+ readonly tags: readonly ["STABLECOIN"];
65
66
  };
66
67
  readonly WETH: {
67
68
  readonly name: "Wrapped ETH";
@@ -101,7 +102,7 @@ export declare const tokens: {
101
102
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
102
103
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
103
104
  readonly bridge: "layer-zero";
104
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
105
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
105
106
  };
106
107
  readonly sUSDe: {
107
108
  readonly name: "Staked USDe";
@@ -115,7 +116,7 @@ export declare const tokens: {
115
116
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
116
117
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
117
118
  readonly bridge: "layer-zero";
118
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
119
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
119
120
  };
120
121
  readonly PlasmaUSD: {
121
122
  readonly name: "Plasma USD Vault (PlasmaUSD)";
@@ -128,7 +129,7 @@ export declare const tokens: {
128
129
  readonly website: "https://app.plasma.to/";
129
130
  readonly description: "The PlasmaUSD Vault is the flagship Plasma vault managed by Veda. Deposits are deployed into blue-chip lending protocols such as Aave to generate yield.";
130
131
  readonly bridge: "native";
131
- readonly risks: readonly ["SYNTH_STABLE"];
132
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
132
133
  };
133
134
  readonly syrupUSDT: {
134
135
  readonly name: "Syrup USDT";
@@ -155,7 +156,7 @@ export declare const tokens: {
155
156
  readonly description: "msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.";
156
157
  readonly documentation: "https://docs.metronome.io/metronome-2.0/master";
157
158
  readonly bridge: "layer-zero";
158
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
159
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
159
160
  };
160
161
  readonly splUSD: {
161
162
  readonly name: "Staked Plasma USD";
@@ -168,7 +169,7 @@ export declare const tokens: {
168
169
  readonly website: "https://plasma.earn.trevee.xyz/";
169
170
  readonly description: "splUSD represents the vault receipt token of Trevee. The vault is powered by Midas infrastructure. Deposits into splUSD is then deployed into DeFi (e.g. Aave and Fluid) strategies to generate yield.";
170
171
  readonly bridge: "native";
171
- readonly risks: readonly ["SYNTH_STABLE"];
172
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
172
173
  };
173
174
  readonly LITH: {
174
175
  readonly name: "Lithos";
@@ -194,6 +195,6 @@ export declare const tokens: {
194
195
  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.";
195
196
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
196
197
  readonly bridge: "layer-zero";
197
- readonly risks: readonly ["NO_TIMELOCK"];
198
+ readonly tags: readonly ["NO_TIMELOCK"];
198
199
  };
199
200
  };
@@ -27,6 +27,7 @@ export const tokens = {
27
27
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
28
28
  bridge: 'layer-zero',
29
29
  documentation: 'https://tether.to/en/how-it-works',
30
+ tags: ['STABLECOIN'],
30
31
  },
31
32
  WETH: {
32
33
  name: 'Wrapped ETH',
@@ -66,7 +67,7 @@ export const tokens = {
66
67
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
67
68
  description: 'Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.',
68
69
  bridge: 'layer-zero',
69
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
70
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
70
71
  },
71
72
  sUSDe: {
72
73
  name: 'Staked USDe',
@@ -80,7 +81,7 @@ export const tokens = {
80
81
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
81
82
  description: 'Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.',
82
83
  bridge: 'layer-zero',
83
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
84
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
84
85
  },
85
86
  PlasmaUSD: {
86
87
  name: 'Plasma USD Vault (PlasmaUSD)',
@@ -93,7 +94,7 @@ export const tokens = {
93
94
  website: 'https://app.plasma.to/',
94
95
  description: 'The PlasmaUSD Vault is the flagship Plasma vault managed by Veda. Deposits are deployed into blue-chip lending protocols such as Aave to generate yield.',
95
96
  bridge: 'native',
96
- risks: ['SYNTH_STABLE'],
97
+ tags: ['STABLECOIN', 'SYNTHETIC'],
97
98
  },
98
99
  syrupUSDT: {
99
100
  name: 'Syrup USDT',
@@ -120,7 +121,7 @@ export const tokens = {
120
121
  description: 'msUSD represents Metronome Synth USD. Through the Metronome dApp, users are able to deposit crypto assets as collateral, and use that collateral to mint popular crypto synthetics.',
121
122
  documentation: 'https://docs.metronome.io/metronome-2.0/master',
122
123
  bridge: 'layer-zero',
123
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
124
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
124
125
  },
125
126
  splUSD: {
126
127
  name: 'Staked Plasma USD',
@@ -133,7 +134,7 @@ export const tokens = {
133
134
  website: 'https://plasma.earn.trevee.xyz/',
134
135
  description: 'splUSD represents the vault receipt token of Trevee. The vault is powered by Midas infrastructure. Deposits into splUSD is then deployed into DeFi (e.g. Aave and Fluid) strategies to generate yield.',
135
136
  bridge: 'native',
136
- risks: ['SYNTH_STABLE'],
137
+ tags: ['STABLECOIN', 'SYNTHETIC'],
137
138
  },
138
139
  LITH: {
139
140
  name: 'Lithos',
@@ -159,6 +160,6 @@ export const tokens = {
159
160
  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.',
160
161
  documentation: 'https://etherfi.gitbook.io/etherfi',
161
162
  bridge: 'layer-zero',
162
- risks: ['NO_TIMELOCK'],
163
+ tags: ['NO_TIMELOCK'],
163
164
  },
164
165
  };