@beefyfinance/blockchain-addressbook 0.54.122 → 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 +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  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 +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  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
@@ -13,7 +13,7 @@ const xDAI = {
13
13
  bridge: 'gnosis-canonical',
14
14
  logoURI: '',
15
15
  documentation: 'https://docs.gnosischain.com/about/tokens/xdai',
16
- risks: ['SYNTH_STABLE'],
16
+ tags: ['STABLECOIN', 'SYNTHETIC'],
17
17
  };
18
18
  exports.tokens = {
19
19
  WNATIVE: xDAI,
@@ -84,6 +84,7 @@ exports.tokens = {
84
84
  bridge: 'gnosis-canonical',
85
85
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
86
86
  documentation: 'https://tether.to/en/how-it-works',
87
+ tags: ['STABLECOIN'],
87
88
  },
88
89
  USDC: {
89
90
  name: 'USD Coin',
@@ -97,6 +98,7 @@ exports.tokens = {
97
98
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
98
99
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
99
100
  bridge: 'gnosis-canonical',
101
+ tags: ['STABLECOIN'],
100
102
  },
101
103
  EURe: {
102
104
  name: 'Monerium EURe emoney',
@@ -110,6 +112,7 @@ exports.tokens = {
110
112
  bridge: 'gnosis-canonical',
111
113
  documentation: 'https://monerium.dev/',
112
114
  description: 'EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.',
115
+ tags: ['STABLECOIN'],
113
116
  },
114
117
  sDAI: {
115
118
  name: 'Savings xDAI',
@@ -123,7 +126,7 @@ exports.tokens = {
123
126
  documentation: 'https://docs.spark.fi/',
124
127
  bridge: 'gnosis-canonical',
125
128
  description: 'Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.',
126
- risks: ['SYNTH_STABLE'],
129
+ tags: ['STABLECOIN', 'SYNTHETIC'],
127
130
  },
128
131
  GNO: {
129
132
  chainId: 100,
@@ -163,7 +166,7 @@ exports.tokens = {
163
166
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
164
167
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
165
168
  bridge: 'gnosis-canonical',
166
- risks: ['SYNTH_STABLE'],
169
+ tags: ['STABLECOIN', 'SYNTHETIC'],
167
170
  },
168
171
  USDCe: {
169
172
  name: 'Bridged USDC (Gnosis)',
@@ -177,6 +180,7 @@ exports.tokens = {
177
180
  logoURI: '',
178
181
  documentation: 'https://docs.gnosischain.com/bridges/About%20Token%20Bridges/omnibridge#usdce-a-usdc-token-on-gnosis-chain-that-complies-with-circle-standard',
179
182
  bridge: 'gnosis-canonical',
183
+ tags: ['STABLECOIN'],
180
184
  },
181
185
  EURA: {
182
186
  name: 'EURA (previously agEUR)',
@@ -190,6 +194,7 @@ exports.tokens = {
190
194
  description: 'EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
191
195
  bridge: 'layer-zero',
192
196
  documentation: 'https://docs.angle.money/',
197
+ tags: ['SYNTHETIC'],
193
198
  },
194
199
  stEUR: {
195
200
  name: 'Staked EURA',
@@ -203,7 +208,7 @@ exports.tokens = {
203
208
  description: 'stEUR is a yield-bearing stablecoin received when depositing EURA into the Angle savings solution, with its value increasing over time due to earned yield. It is an ERC20 token, liquid, and tradeable on decentralized exchanges, allowing automatic yield earnings.',
204
209
  bridge: 'layer-zero',
205
210
  documentation: 'https://docs.angle.money/',
206
- risks: ['SYNTH_STABLE'],
211
+ tags: ['STABLECOIN', 'SYNTHETIC'],
207
212
  },
208
213
  rETH: {
209
214
  name: 'Rocket Pool ETH from Mainnet',
@@ -253,6 +258,7 @@ exports.tokens = {
253
258
  website: 'https://aave.com/',
254
259
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
255
260
  description: 'Aave interest bearing wstETH.',
261
+ tags: ['SYNTHETIC'],
256
262
  },
257
263
  wagwstETH: {
258
264
  name: 'Wrapped Aave wstETH',
@@ -277,6 +283,7 @@ exports.tokens = {
277
283
  website: 'https://aave.com/',
278
284
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
279
285
  description: 'Aave interest bearing ETH .',
286
+ tags: ['SYNTHETIC'],
280
287
  },
281
288
  wagETH: {
282
289
  name: 'Wrapped Aave ETH',
@@ -67,6 +67,7 @@ export declare const heco: {
67
67
  readonly website: "https://tether.to/";
68
68
  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.";
69
69
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
70
+ readonly tags: readonly ["STABLECOIN"];
70
71
  };
71
72
  readonly LHB: {
72
73
  readonly name: "Lendhub";
@@ -156,7 +157,7 @@ export declare const heco: {
156
157
  readonly website: "https://www.htokens.finance/en-us/";
157
158
  readonly description: "HUSD is a ERC20 token backed 1:1 with USD. H-tokens are a suite of assets issued on Ethereum and backed by cryptocurrencies from other blockchains.";
158
159
  readonly logoURI: "https://hecoinfo.com/token/images/HUSD_32.png";
159
- readonly risks: readonly ["SYNTH_STABLE"];
160
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
160
161
  };
161
162
  readonly YFI: {
162
163
  readonly name: "Yearn.finance";
@@ -335,6 +336,7 @@ export declare const heco: {
335
336
  readonly website: "https://tether.to/";
336
337
  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.";
337
338
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
339
+ readonly tags: readonly ["STABLECOIN"];
338
340
  };
339
341
  readonly LHB: {
340
342
  readonly name: "Lendhub";
@@ -424,7 +426,7 @@ export declare const heco: {
424
426
  readonly website: "https://www.htokens.finance/en-us/";
425
427
  readonly description: "HUSD is a ERC20 token backed 1:1 with USD. H-tokens are a suite of assets issued on Ethereum and backed by cryptocurrencies from other blockchains.";
426
428
  readonly logoURI: "https://hecoinfo.com/token/images/HUSD_32.png";
427
- readonly risks: readonly ["SYNTH_STABLE"];
429
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
428
430
  };
429
431
  readonly YFI: {
430
432
  readonly name: "Yearn.finance";
@@ -64,6 +64,7 @@ export declare const tokens: {
64
64
  readonly website: "https://tether.to/";
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 logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
67
+ readonly tags: readonly ["STABLECOIN"];
67
68
  };
68
69
  readonly LHB: {
69
70
  readonly name: "Lendhub";
@@ -153,7 +154,7 @@ export declare const tokens: {
153
154
  readonly website: "https://www.htokens.finance/en-us/";
154
155
  readonly description: "HUSD is a ERC20 token backed 1:1 with USD. H-tokens are a suite of assets issued on Ethereum and backed by cryptocurrencies from other blockchains.";
155
156
  readonly logoURI: "https://hecoinfo.com/token/images/HUSD_32.png";
156
- readonly risks: readonly ["SYNTH_STABLE"];
157
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
157
158
  };
158
159
  readonly YFI: {
159
160
  readonly name: "Yearn.finance";
@@ -38,6 +38,7 @@ exports.tokens = {
38
38
  website: 'https://tether.to/',
39
39
  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.',
40
40
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
41
+ tags: ['STABLECOIN'],
41
42
  },
42
43
  LHB: {
43
44
  name: 'Lendhub',
@@ -127,7 +128,7 @@ exports.tokens = {
127
128
  website: 'https://www.htokens.finance/en-us/',
128
129
  description: 'HUSD is a ERC20 token backed 1:1 with USD. H-tokens are a suite of assets issued on Ethereum and backed by cryptocurrencies from other blockchains.',
129
130
  logoURI: 'https://hecoinfo.com/token/images/HUSD_32.png',
130
- risks: ['SYNTH_STABLE'],
131
+ tags: ['STABLECOIN', 'SYNTHETIC'],
131
132
  },
132
133
  YFI: {
133
134
  name: 'Yearn.finance',
@@ -65,6 +65,7 @@ export declare const hyperevm: {
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 USDe: {
70
71
  readonly name: "USDeOFT";
@@ -78,7 +79,7 @@ export declare const hyperevm: {
78
79
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
79
80
  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.";
80
81
  readonly bridge: "layer-zero";
81
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
82
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
82
83
  };
83
84
  readonly PURR: {
84
85
  readonly name: "Purr";
@@ -131,7 +132,7 @@ export declare const hyperevm: {
131
132
  readonly description: "Borrow against blue-chip collateral and earn native yield with the Felix stablecoin, feUSD.";
132
133
  readonly documentation: "https://usefelix.gitbook.io/felix-docs";
133
134
  readonly bridge: "native";
134
- readonly risks: readonly ["SYNTH_STABLE"];
135
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
135
136
  };
136
137
  readonly KITTEN: {
137
138
  readonly name: "Kittenswap";
@@ -145,7 +146,7 @@ export declare const hyperevm: {
145
146
  readonly description: "The community owned DEX for seamless trading on HyperEVM.";
146
147
  readonly documentation: "https://docs.kittenswap.finance/introduction";
147
148
  readonly bridge: "native";
148
- readonly risks: readonly ["NO_TIMELOCK"];
149
+ readonly tags: readonly ["NO_TIMELOCK"];
149
150
  };
150
151
  readonly LHYPE: {
151
152
  readonly name: "Looped HYPE";
@@ -172,7 +173,7 @@ export declare const hyperevm: {
172
173
  readonly description: "The Looping Collective is a community of users, builders and ecosystem partners who co-create and manage Liquid Looping Tokens (LLTs).";
173
174
  readonly documentation: "https://docs.loopingcollective.org/";
174
175
  readonly bridge: "native";
175
- readonly risks: readonly ["SYNTH_STABLE"];
176
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
176
177
  };
177
178
  readonly UBTC: {
178
179
  readonly name: "Unit Bitcoin";
@@ -186,7 +187,7 @@ export declare const hyperevm: {
186
187
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
187
188
  readonly documentation: "https://docs.hyperunit.xyz/";
188
189
  readonly bridge: "native";
189
- readonly risks: readonly ["NO_TIMELOCK"];
190
+ readonly tags: readonly ["NO_TIMELOCK"];
190
191
  };
191
192
  readonly kHYPE: {
192
193
  readonly name: "Kinetiq Staked HYPE";
@@ -213,7 +214,7 @@ export declare const hyperevm: {
213
214
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
214
215
  readonly documentation: "https://docs.hyperunit.xyz/";
215
216
  readonly bridge: "native";
216
- readonly risks: readonly ["NO_TIMELOCK"];
217
+ readonly tags: readonly ["NO_TIMELOCK"];
217
218
  };
218
219
  readonly UFART: {
219
220
  readonly name: "Unit Fartcoin";
@@ -227,7 +228,7 @@ export declare const hyperevm: {
227
228
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
228
229
  readonly documentation: "https://docs.hyperunit.xyz/";
229
230
  readonly bridge: "native";
230
- readonly risks: readonly ["NO_TIMELOCK"];
231
+ readonly tags: readonly ["NO_TIMELOCK"];
231
232
  };
232
233
  readonly UPUMP: {
233
234
  readonly name: "Unit Pumpcoin";
@@ -241,7 +242,7 @@ export declare const hyperevm: {
241
242
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
242
243
  readonly documentation: "https://docs.hyperunit.xyz/";
243
244
  readonly bridge: "native";
244
- readonly risks: readonly ["NO_TIMELOCK"];
245
+ readonly tags: readonly ["NO_TIMELOCK"];
245
246
  };
246
247
  };
247
248
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -308,6 +309,7 @@ export declare const hyperevm: {
308
309
  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.";
309
310
  readonly bridge: "layer-zero";
310
311
  readonly documentation: "https://tether.to/en/how-it-works";
312
+ readonly tags: readonly ["STABLECOIN"];
311
313
  };
312
314
  readonly USDe: {
313
315
  readonly name: "USDeOFT";
@@ -321,7 +323,7 @@ export declare const hyperevm: {
321
323
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
322
324
  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.";
323
325
  readonly bridge: "layer-zero";
324
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
326
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
325
327
  };
326
328
  readonly PURR: {
327
329
  readonly name: "Purr";
@@ -374,7 +376,7 @@ export declare const hyperevm: {
374
376
  readonly description: "Borrow against blue-chip collateral and earn native yield with the Felix stablecoin, feUSD.";
375
377
  readonly documentation: "https://usefelix.gitbook.io/felix-docs";
376
378
  readonly bridge: "native";
377
- readonly risks: readonly ["SYNTH_STABLE"];
379
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
378
380
  };
379
381
  readonly KITTEN: {
380
382
  readonly name: "Kittenswap";
@@ -388,7 +390,7 @@ export declare const hyperevm: {
388
390
  readonly description: "The community owned DEX for seamless trading on HyperEVM.";
389
391
  readonly documentation: "https://docs.kittenswap.finance/introduction";
390
392
  readonly bridge: "native";
391
- readonly risks: readonly ["NO_TIMELOCK"];
393
+ readonly tags: readonly ["NO_TIMELOCK"];
392
394
  };
393
395
  readonly LHYPE: {
394
396
  readonly name: "Looped HYPE";
@@ -415,7 +417,7 @@ export declare const hyperevm: {
415
417
  readonly description: "The Looping Collective is a community of users, builders and ecosystem partners who co-create and manage Liquid Looping Tokens (LLTs).";
416
418
  readonly documentation: "https://docs.loopingcollective.org/";
417
419
  readonly bridge: "native";
418
- readonly risks: readonly ["SYNTH_STABLE"];
420
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
419
421
  };
420
422
  readonly UBTC: {
421
423
  readonly name: "Unit Bitcoin";
@@ -429,7 +431,7 @@ export declare const hyperevm: {
429
431
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
430
432
  readonly documentation: "https://docs.hyperunit.xyz/";
431
433
  readonly bridge: "native";
432
- readonly risks: readonly ["NO_TIMELOCK"];
434
+ readonly tags: readonly ["NO_TIMELOCK"];
433
435
  };
434
436
  readonly kHYPE: {
435
437
  readonly name: "Kinetiq Staked HYPE";
@@ -456,7 +458,7 @@ export declare const hyperevm: {
456
458
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
457
459
  readonly documentation: "https://docs.hyperunit.xyz/";
458
460
  readonly bridge: "native";
459
- readonly risks: readonly ["NO_TIMELOCK"];
461
+ readonly tags: readonly ["NO_TIMELOCK"];
460
462
  };
461
463
  readonly UFART: {
462
464
  readonly name: "Unit Fartcoin";
@@ -470,7 +472,7 @@ export declare const hyperevm: {
470
472
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
471
473
  readonly documentation: "https://docs.hyperunit.xyz/";
472
474
  readonly bridge: "native";
473
- readonly risks: readonly ["NO_TIMELOCK"];
475
+ readonly tags: readonly ["NO_TIMELOCK"];
474
476
  };
475
477
  readonly UPUMP: {
476
478
  readonly name: "Unit Pumpcoin";
@@ -484,7 +486,7 @@ export declare const hyperevm: {
484
486
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
485
487
  readonly documentation: "https://docs.hyperunit.xyz/";
486
488
  readonly bridge: "native";
487
- readonly risks: readonly ["NO_TIMELOCK"];
489
+ readonly tags: readonly ["NO_TIMELOCK"];
488
490
  };
489
491
  }>;
490
492
  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 USDe: {
67
68
  readonly name: "USDeOFT";
@@ -75,7 +76,7 @@ export declare const tokens: {
75
76
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
76
77
  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.";
77
78
  readonly bridge: "layer-zero";
78
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
79
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
79
80
  };
80
81
  readonly PURR: {
81
82
  readonly name: "Purr";
@@ -128,7 +129,7 @@ export declare const tokens: {
128
129
  readonly description: "Borrow against blue-chip collateral and earn native yield with the Felix stablecoin, feUSD.";
129
130
  readonly documentation: "https://usefelix.gitbook.io/felix-docs";
130
131
  readonly bridge: "native";
131
- readonly risks: readonly ["SYNTH_STABLE"];
132
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
132
133
  };
133
134
  readonly KITTEN: {
134
135
  readonly name: "Kittenswap";
@@ -142,7 +143,7 @@ export declare const tokens: {
142
143
  readonly description: "The community owned DEX for seamless trading on HyperEVM.";
143
144
  readonly documentation: "https://docs.kittenswap.finance/introduction";
144
145
  readonly bridge: "native";
145
- readonly risks: readonly ["NO_TIMELOCK"];
146
+ readonly tags: readonly ["NO_TIMELOCK"];
146
147
  };
147
148
  readonly LHYPE: {
148
149
  readonly name: "Looped HYPE";
@@ -169,7 +170,7 @@ export declare const tokens: {
169
170
  readonly description: "The Looping Collective is a community of users, builders and ecosystem partners who co-create and manage Liquid Looping Tokens (LLTs).";
170
171
  readonly documentation: "https://docs.loopingcollective.org/";
171
172
  readonly bridge: "native";
172
- readonly risks: readonly ["SYNTH_STABLE"];
173
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
173
174
  };
174
175
  readonly UBTC: {
175
176
  readonly name: "Unit Bitcoin";
@@ -183,7 +184,7 @@ export declare const tokens: {
183
184
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
184
185
  readonly documentation: "https://docs.hyperunit.xyz/";
185
186
  readonly bridge: "native";
186
- readonly risks: readonly ["NO_TIMELOCK"];
187
+ readonly tags: readonly ["NO_TIMELOCK"];
187
188
  };
188
189
  readonly kHYPE: {
189
190
  readonly name: "Kinetiq Staked HYPE";
@@ -210,7 +211,7 @@ export declare const tokens: {
210
211
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
211
212
  readonly documentation: "https://docs.hyperunit.xyz/";
212
213
  readonly bridge: "native";
213
- readonly risks: readonly ["NO_TIMELOCK"];
214
+ readonly tags: readonly ["NO_TIMELOCK"];
214
215
  };
215
216
  readonly UFART: {
216
217
  readonly name: "Unit Fartcoin";
@@ -224,7 +225,7 @@ export declare const tokens: {
224
225
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
225
226
  readonly documentation: "https://docs.hyperunit.xyz/";
226
227
  readonly bridge: "native";
227
- readonly risks: readonly ["NO_TIMELOCK"];
228
+ readonly tags: readonly ["NO_TIMELOCK"];
228
229
  };
229
230
  readonly UPUMP: {
230
231
  readonly name: "Unit Pumpcoin";
@@ -238,6 +239,6 @@ export declare const tokens: {
238
239
  readonly description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.";
239
240
  readonly documentation: "https://docs.hyperunit.xyz/";
240
241
  readonly bridge: "native";
241
- readonly risks: readonly ["NO_TIMELOCK"];
242
+ readonly tags: readonly ["NO_TIMELOCK"];
242
243
  };
243
244
  };
@@ -30,6 +30,7 @@ exports.tokens = {
30
30
  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.',
31
31
  bridge: 'layer-zero',
32
32
  documentation: 'https://tether.to/en/how-it-works',
33
+ tags: ['STABLECOIN'],
33
34
  },
34
35
  USDe: {
35
36
  name: 'USDeOFT',
@@ -43,7 +44,7 @@ exports.tokens = {
43
44
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
44
45
  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.',
45
46
  bridge: 'layer-zero',
46
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
47
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
47
48
  },
48
49
  PURR: {
49
50
  name: 'Purr',
@@ -96,7 +97,7 @@ exports.tokens = {
96
97
  description: 'Borrow against blue-chip collateral and earn native yield with the Felix stablecoin, feUSD.',
97
98
  documentation: 'https://usefelix.gitbook.io/felix-docs',
98
99
  bridge: 'native',
99
- risks: ['SYNTH_STABLE'],
100
+ tags: ['STABLECOIN', 'SYNTHETIC'],
100
101
  },
101
102
  KITTEN: {
102
103
  name: 'Kittenswap',
@@ -110,7 +111,7 @@ exports.tokens = {
110
111
  description: 'The community owned DEX for seamless trading on HyperEVM.',
111
112
  documentation: 'https://docs.kittenswap.finance/introduction',
112
113
  bridge: 'native',
113
- risks: ['NO_TIMELOCK'],
114
+ tags: ['NO_TIMELOCK'],
114
115
  },
115
116
  LHYPE: {
116
117
  name: 'Looped HYPE',
@@ -137,7 +138,7 @@ exports.tokens = {
137
138
  description: 'The Looping Collective is a community of users, builders and ecosystem partners who co-create and manage Liquid Looping Tokens (LLTs).',
138
139
  documentation: 'https://docs.loopingcollective.org/',
139
140
  bridge: 'native',
140
- risks: ['SYNTH_STABLE'],
141
+ tags: ['STABLECOIN', 'SYNTHETIC'],
141
142
  },
142
143
  UBTC: {
143
144
  name: 'Unit Bitcoin',
@@ -151,7 +152,7 @@ exports.tokens = {
151
152
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
152
153
  documentation: 'https://docs.hyperunit.xyz/',
153
154
  bridge: 'native',
154
- risks: ['NO_TIMELOCK'],
155
+ tags: ['NO_TIMELOCK'],
155
156
  },
156
157
  kHYPE: {
157
158
  name: 'Kinetiq Staked HYPE',
@@ -178,7 +179,7 @@ exports.tokens = {
178
179
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
179
180
  documentation: 'https://docs.hyperunit.xyz/',
180
181
  bridge: 'native',
181
- risks: ['NO_TIMELOCK'],
182
+ tags: ['NO_TIMELOCK'],
182
183
  },
183
184
  UFART: {
184
185
  name: 'Unit Fartcoin',
@@ -192,7 +193,7 @@ exports.tokens = {
192
193
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
193
194
  documentation: 'https://docs.hyperunit.xyz/',
194
195
  bridge: 'native',
195
- risks: ['NO_TIMELOCK'],
196
+ tags: ['NO_TIMELOCK'],
196
197
  },
197
198
  UPUMP: {
198
199
  name: 'Unit Pumpcoin',
@@ -206,6 +207,6 @@ exports.tokens = {
206
207
  description: "Unit is the asset tokenization layer on Hyperliquid, enabling seamless deposits and withdrawals for a wide range of assets. Our first integration allows major crypto assets (e.g. BTC, ETH, & SOL) to flow between Hyperliquid and their native blockchains. Built from first principles, Unit's architecture is designed exclusively for Hyperliquid.",
207
208
  documentation: 'https://docs.hyperunit.xyz/',
208
209
  bridge: 'native',
209
- risks: ['NO_TIMELOCK'],
210
+ tags: ['NO_TIMELOCK'],
210
211
  },
211
212
  };
@@ -66,6 +66,7 @@ export declare const kava: {
66
66
  readonly description: "USDC (Multichain) is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
67
67
  readonly documentation: "https://developers.circle.com/docs";
68
68
  readonly bridge: "multichain";
69
+ readonly tags: readonly ["SYNTHETIC"];
69
70
  };
70
71
  readonly multichainUSDT: {
71
72
  readonly name: "USDT";
@@ -79,6 +80,7 @@ export declare const kava: {
79
80
  readonly description: "Multichain Bridged Token. 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.";
80
81
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
81
82
  readonly bridge: "multichain";
83
+ readonly tags: readonly ["SYNTHETIC"];
82
84
  };
83
85
  readonly USDT: {
84
86
  readonly name: "USDT";
@@ -92,7 +94,7 @@ export declare const kava: {
92
94
  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.";
93
95
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
94
96
  readonly bridge: "native";
95
- readonly risks: readonly ["SYNTH_STABLE"];
97
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
96
98
  };
97
99
  readonly DAI: {
98
100
  readonly name: "Dai Stablecoin";
@@ -106,7 +108,7 @@ export declare const kava: {
106
108
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
107
109
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
108
110
  readonly bridge: "multichain";
109
- readonly risks: readonly ["SYNTH_STABLE"];
111
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
110
112
  };
111
113
  readonly SUSHI: {
112
114
  readonly name: "Sushi";
@@ -156,6 +158,7 @@ export declare const kava: {
156
158
  readonly bridge: "axelar";
157
159
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
158
160
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
161
+ readonly tags: readonly ["STABLECOIN"];
159
162
  };
160
163
  readonly axlUSDT: {
161
164
  readonly name: "USDT";
@@ -169,6 +172,7 @@ export declare const kava: {
169
172
  readonly description: "axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
170
173
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
171
174
  readonly bridge: "axelar";
175
+ readonly tags: readonly ["STABLECOIN"];
172
176
  };
173
177
  readonly axlDAI: {
174
178
  readonly name: "Axelar Dai Stablecoin";
@@ -182,7 +186,7 @@ export declare const kava: {
182
186
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
183
187
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
184
188
  readonly bridge: "axelar";
185
- readonly risks: readonly ["SYNTH_STABLE"];
189
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
186
190
  };
187
191
  readonly VARA: {
188
192
  readonly name: "VARA";
@@ -221,7 +225,7 @@ export declare const kava: {
221
225
  readonly website: "https://www.mai.finance/";
222
226
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
223
227
  readonly documentation: "https://docs.mai.finance/";
224
- readonly risks: readonly ["SYNTH_STABLE"];
228
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
225
229
  };
226
230
  readonly BNB: {
227
231
  readonly name: "Binance Chain";
@@ -273,7 +277,7 @@ export declare const kava: {
273
277
  readonly logoURI: "";
274
278
  readonly documentation: "https://docs.abracadabra.money/";
275
279
  readonly bridge: "layer-zero";
276
- readonly risks: readonly ["SYNTH_STABLE"];
280
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
277
281
  };
278
282
  readonly axlETH: {
279
283
  readonly name: "Axelar Wrapped ETH";
@@ -404,6 +408,7 @@ export declare const kava: {
404
408
  readonly description: "USDC (Multichain) is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
405
409
  readonly documentation: "https://developers.circle.com/docs";
406
410
  readonly bridge: "multichain";
411
+ readonly tags: readonly ["SYNTHETIC"];
407
412
  };
408
413
  readonly multichainUSDT: {
409
414
  readonly name: "USDT";
@@ -417,6 +422,7 @@ export declare const kava: {
417
422
  readonly description: "Multichain Bridged Token. 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.";
418
423
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
419
424
  readonly bridge: "multichain";
425
+ readonly tags: readonly ["SYNTHETIC"];
420
426
  };
421
427
  readonly USDT: {
422
428
  readonly name: "USDT";
@@ -430,7 +436,7 @@ export declare const kava: {
430
436
  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.";
431
437
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
432
438
  readonly bridge: "native";
433
- readonly risks: readonly ["SYNTH_STABLE"];
439
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
434
440
  };
435
441
  readonly DAI: {
436
442
  readonly name: "Dai Stablecoin";
@@ -444,7 +450,7 @@ export declare const kava: {
444
450
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
445
451
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
446
452
  readonly bridge: "multichain";
447
- readonly risks: readonly ["SYNTH_STABLE"];
453
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
448
454
  };
449
455
  readonly SUSHI: {
450
456
  readonly name: "Sushi";
@@ -494,6 +500,7 @@ export declare const kava: {
494
500
  readonly bridge: "axelar";
495
501
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
496
502
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
503
+ readonly tags: readonly ["STABLECOIN"];
497
504
  };
498
505
  readonly axlUSDT: {
499
506
  readonly name: "USDT";
@@ -507,6 +514,7 @@ export declare const kava: {
507
514
  readonly description: "axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
508
515
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
509
516
  readonly bridge: "axelar";
517
+ readonly tags: readonly ["STABLECOIN"];
510
518
  };
511
519
  readonly axlDAI: {
512
520
  readonly name: "Axelar Dai Stablecoin";
@@ -520,7 +528,7 @@ export declare const kava: {
520
528
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
521
529
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
522
530
  readonly bridge: "axelar";
523
- readonly risks: readonly ["SYNTH_STABLE"];
531
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
524
532
  };
525
533
  readonly VARA: {
526
534
  readonly name: "VARA";
@@ -559,7 +567,7 @@ export declare const kava: {
559
567
  readonly website: "https://www.mai.finance/";
560
568
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
561
569
  readonly documentation: "https://docs.mai.finance/";
562
- readonly risks: readonly ["SYNTH_STABLE"];
570
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
563
571
  };
564
572
  readonly BNB: {
565
573
  readonly name: "Binance Chain";
@@ -611,7 +619,7 @@ export declare const kava: {
611
619
  readonly logoURI: "";
612
620
  readonly documentation: "https://docs.abracadabra.money/";
613
621
  readonly bridge: "layer-zero";
614
- readonly risks: readonly ["SYNTH_STABLE"];
622
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
615
623
  };
616
624
  readonly axlETH: {
617
625
  readonly name: "Axelar Wrapped ETH";