@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
@@ -114,7 +114,7 @@ export declare const tokens: {
114
114
  readonly bridge: "native";
115
115
  readonly chainId: 137;
116
116
  readonly logoURI: "";
117
- readonly risks: readonly ["SYNTH_STABLE"];
117
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
118
118
  };
119
119
  readonly MVX: {
120
120
  readonly name: "MVX";
@@ -141,6 +141,7 @@ export declare const tokens: {
141
141
  readonly bridge: "binance-peg";
142
142
  readonly chainId: 137;
143
143
  readonly logoURI: "";
144
+ readonly tags: readonly ["SYNTHETIC"];
144
145
  };
145
146
  readonly spUSDC: {
146
147
  readonly name: "Stargate USD Coin LP";
@@ -166,6 +167,7 @@ export declare const tokens: {
166
167
  readonly bridge: "native";
167
168
  readonly logoURI: "";
168
169
  readonly documentation: "https://docs.overnight.fi/";
170
+ readonly tags: readonly ["CURATED"];
169
171
  };
170
172
  readonly spUSDT: {
171
173
  readonly name: "Stargate Tether USD LP";
@@ -222,6 +224,7 @@ export declare const tokens: {
222
224
  readonly website: "https://matic.ripae.finance/";
223
225
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
224
226
  readonly logoURI: "https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg";
227
+ readonly tags: readonly ["SYNTHETIC"];
225
228
  };
226
229
  readonly LCD: {
227
230
  readonly name: "Lucidao";
@@ -256,6 +259,7 @@ export declare const tokens: {
256
259
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg";
257
260
  readonly website: "";
258
261
  readonly description: "";
262
+ readonly tags: readonly ["SYNTHETIC"];
259
263
  };
260
264
  readonly crvUSD: {
261
265
  readonly name: "Curve USD Stablecoin";
@@ -269,7 +273,7 @@ export declare const tokens: {
269
273
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
270
274
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
271
275
  readonly bridge: "polygon-canonical";
272
- readonly risks: readonly ["SYNTH_STABLE"];
276
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
273
277
  };
274
278
  readonly NZDS: {
275
279
  readonly name: "New Zealand Dollar Stablecoin";
@@ -292,6 +296,7 @@ export declare const tokens: {
292
296
  readonly website: "https://jarvis.network/";
293
297
  readonly description: "jNZD is a multi-collateralized synthetic token tracking the price of the New Zealand Dollar. It is built on the top of UMA and Chainlink.";
294
298
  readonly logoURI: "https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg";
299
+ readonly tags: readonly ["SYNTHETIC"];
295
300
  };
296
301
  readonly newQUICK: {
297
302
  readonly name: "Quickswap";
@@ -433,7 +438,7 @@ export declare const tokens: {
433
438
  readonly bridge: "native";
434
439
  readonly logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422";
435
440
  readonly documentation: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par";
436
- readonly risks: readonly ["SYNTH_STABLE"];
441
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
437
442
  };
438
443
  readonly EURS: {
439
444
  readonly name: "STATIS EURS Token";
@@ -445,7 +450,7 @@ export declare const tokens: {
445
450
  readonly website: "https://stasis.net/";
446
451
  readonly description: "EURS token is a virtual financial asset that is designed to digitally mirror the EURO on the condition that its value is tied to the value of its collateral.";
447
452
  readonly logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779";
448
- readonly risks: readonly ["SYNTH_STABLE"];
453
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
449
454
  };
450
455
  readonly EURt: {
451
456
  readonly name: "Euro Tether";
@@ -458,6 +463,7 @@ export declare const tokens: {
458
463
  readonly description: "Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.";
459
464
  readonly bridge: "polygon-canonical";
460
465
  readonly logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298";
466
+ readonly tags: readonly ["STABLECOIN"];
461
467
  };
462
468
  readonly renBTC: {
463
469
  readonly name: "renBTC";
@@ -469,6 +475,7 @@ export declare const tokens: {
469
475
  readonly website: "https://renproject.io/";
470
476
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
471
477
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
478
+ readonly tags: readonly ["SYNTHETIC"];
472
479
  };
473
480
  readonly IXT: {
474
481
  readonly name: "IX Token IXT";
@@ -503,6 +510,7 @@ export declare const tokens: {
503
510
  readonly website: "https://www.straitsx.com/sg";
504
511
  readonly description: "XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.";
505
512
  readonly logoURI: "";
513
+ readonly tags: readonly ["STABLECOIN"];
506
514
  };
507
515
  readonly jSGD: {
508
516
  readonly name: "Jarvis Synthetic Singapore Dollar";
@@ -514,7 +522,7 @@ export declare const tokens: {
514
522
  readonly website: "https://jarvis.network/";
515
523
  readonly description: "jSGD is a multi-collateralized synthetic token tracking the price of the Singapore Dollar. It is built on the top of UMA and Chainlink.";
516
524
  readonly logoURI: "";
517
- readonly risks: readonly ["SYNTH_STABLE"];
525
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
518
526
  };
519
527
  readonly FUSE: {
520
528
  readonly name: "Fuse";
@@ -592,6 +600,7 @@ export declare const tokens: {
592
600
  readonly logoURI: "https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png";
593
601
  readonly website: "https://celsiusx.io/ ";
594
602
  readonly description: "CelsiusX Wrapped ETH Token";
603
+ readonly tags: readonly ["SYNTHETIC"];
595
604
  };
596
605
  readonly cxADA: {
597
606
  readonly name: "CelsiusX Wrapped ADA";
@@ -603,6 +612,7 @@ export declare const tokens: {
603
612
  readonly logoURI: "https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png";
604
613
  readonly website: "https://celsiusx.io/ ";
605
614
  readonly description: "CelsiusX Wrapped ADA Token";
615
+ readonly tags: readonly ["SYNTHETIC"];
606
616
  };
607
617
  readonly cxDOGE: {
608
618
  readonly name: "CelsiusX Wrapped DOGE";
@@ -614,6 +624,7 @@ export declare const tokens: {
614
624
  readonly logoURI: "https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png";
615
625
  readonly website: "https://celsiusx.io/ ";
616
626
  readonly description: "CelsiusX Wrapped DOGE Token";
627
+ readonly tags: readonly ["SYNTHETIC"];
617
628
  };
618
629
  readonly FODL: {
619
630
  readonly name: "Fodl Finance FODL";
@@ -647,6 +658,7 @@ export declare const tokens: {
647
658
  readonly website: "https://paytrie.com/cadc";
648
659
  readonly description: "CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.";
649
660
  readonly logoURI: "https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625";
661
+ readonly tags: readonly ["STABLECOIN"];
650
662
  };
651
663
  readonly jCAD: {
652
664
  readonly name: "Jarvis Synthetic Canadian Dollar";
@@ -658,7 +670,7 @@ export declare const tokens: {
658
670
  readonly website: "https://jarvis.network/";
659
671
  readonly description: "jCAD is a multi-collateralized synthetic token tracking the price of the Canadian Dollar. It is built on the top of UMA and Chainlink.";
660
672
  readonly logoURI: "https://yield.jarvis.network/static/media/jCAD.832ff304.png";
661
- readonly risks: readonly ["SYNTH_STABLE"];
673
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
662
674
  };
663
675
  readonly USTw: {
664
676
  readonly name: "TerraUSD (Wormhole)";
@@ -670,6 +682,7 @@ export declare const tokens: {
670
682
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
671
683
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
672
684
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
685
+ readonly tags: readonly ["SYNTHETIC"];
673
686
  };
674
687
  readonly ETH2x: {
675
688
  readonly name: "ETH 2x Flexible Leverage Index";
@@ -681,6 +694,7 @@ export declare const tokens: {
681
694
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png";
682
695
  readonly website: "https://www.indexcoop.com/ethfli";
683
696
  readonly description: "The Ethereum Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index. It enabled market participants to take on leverage while minimizing the transaction costs and risks associated with maintaining collateralized debt.";
697
+ readonly tags: readonly ["SYNTHETIC"];
684
698
  };
685
699
  readonly gOHM: {
686
700
  readonly name: "Governance OHM";
@@ -703,6 +717,7 @@ export declare const tokens: {
703
717
  readonly website: "https://www.trueusd.com/";
704
718
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
705
719
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
720
+ readonly tags: readonly ["STABLECOIN"];
706
721
  };
707
722
  readonly WCRO: {
708
723
  readonly name: "WCRO";
@@ -749,7 +764,7 @@ export declare const tokens: {
749
764
  readonly bridge: "native";
750
765
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
751
766
  readonly documentation: "https://learn.jarvis.network/";
752
- readonly risks: readonly ["SYNTH_STABLE"];
767
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
753
768
  };
754
769
  readonly jGBP: {
755
770
  readonly name: "Jarvis Synthetic British Pound";
@@ -761,7 +776,7 @@ export declare const tokens: {
761
776
  readonly website: "https://jarvis.network/";
762
777
  readonly description: "jGBP is a multi-collateralized synthetic token tracking the price of the British Pound. It is built on the top of UMA and Chainlink.";
763
778
  readonly logoURI: "https://i.imgur.com/zOLD6Vf.png";
764
- readonly risks: readonly ["SYNTH_STABLE"];
779
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
765
780
  };
766
781
  readonly jCHF: {
767
782
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -773,7 +788,7 @@ export declare const tokens: {
773
788
  readonly website: "https://jarvis.network/";
774
789
  readonly description: "jCHF is a multi-collateralized synthetic token tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
775
790
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
776
- readonly risks: readonly ["SYNTH_STABLE"];
791
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
777
792
  };
778
793
  readonly JRT: {
779
794
  readonly name: "Jarvis Reward Token";
@@ -966,7 +981,7 @@ export declare const tokens: {
966
981
  readonly bridge: "polygon-canonical";
967
982
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
968
983
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
969
- readonly risks: readonly ["SYNTH_STABLE"];
984
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
970
985
  };
971
986
  readonly DEGEN: {
972
987
  readonly name: "DEGEN Index";
@@ -1013,7 +1028,7 @@ export declare const tokens: {
1013
1028
  readonly website: "https://frax.finance/";
1014
1029
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
1015
1030
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
1016
- readonly risks: readonly ["SYNTH_STABLE"];
1031
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1017
1032
  };
1018
1033
  readonly FXS: {
1019
1034
  readonly name: "Frax Share";
@@ -1096,7 +1111,7 @@ export declare const tokens: {
1096
1111
  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.";
1097
1112
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
1098
1113
  readonly documentation: "https://docs.mai.finance/";
1099
- readonly risks: readonly ["SYNTH_STABLE"];
1114
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1100
1115
  };
1101
1116
  readonly miMATIC: {
1102
1117
  readonly name: "Mai";
@@ -1109,7 +1124,7 @@ export declare const tokens: {
1109
1124
  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.";
1110
1125
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
1111
1126
  readonly documentation: "https://docs.mai.finance/";
1112
- readonly risks: readonly ["SYNTH_STABLE"];
1127
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1113
1128
  };
1114
1129
  readonly MUST: {
1115
1130
  readonly name: "Must";
@@ -1218,6 +1233,7 @@ export declare const tokens: {
1218
1233
  readonly bridge: "polygon-canonical";
1219
1234
  readonly chainId: 137;
1220
1235
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
1236
+ readonly tags: readonly ["SYNTHETIC", "STABLECOIN"];
1221
1237
  };
1222
1238
  readonly USDC: {
1223
1239
  readonly name: "USD Coin";
@@ -1231,6 +1247,7 @@ export declare const tokens: {
1231
1247
  readonly chainId: 137;
1232
1248
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png";
1233
1249
  readonly documentation: "https://developers.circle.com/docs";
1250
+ readonly tags: readonly ["STABLECOIN"];
1234
1251
  };
1235
1252
  readonly USDT: {
1236
1253
  readonly name: "USDT0";
@@ -1244,6 +1261,7 @@ export declare const tokens: {
1244
1261
  readonly bridge: "polygon-canonical";
1245
1262
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
1246
1263
  readonly documentation: "https://tether.to/en/how-it-works";
1264
+ readonly tags: readonly ["STABLECOIN"];
1247
1265
  };
1248
1266
  readonly VISION: {
1249
1267
  readonly name: "Vision Token";
@@ -1331,7 +1349,7 @@ export declare const tokens: {
1331
1349
  readonly decimals: 18;
1332
1350
  readonly chainId: 137;
1333
1351
  readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png";
1334
- readonly risks: readonly ["SYNTH_STABLE"];
1352
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1335
1353
  };
1336
1354
  readonly SUSHI: {
1337
1355
  readonly name: "Sushi";
@@ -1376,6 +1394,7 @@ export declare const tokens: {
1376
1394
  readonly website: "https://renproject.io/";
1377
1395
  readonly description: "renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.";
1378
1396
  readonly logoURI: "https://polygonscan.com/token/images/rendogecoin_32.png";
1397
+ readonly tags: readonly ["SYNTHETIC"];
1379
1398
  };
1380
1399
  readonly SNX: {
1381
1400
  readonly name: "SNX";
@@ -1443,6 +1462,7 @@ export declare const tokens: {
1443
1462
  readonly website: "https://app.badger.finance/ibBTC";
1444
1463
  readonly description: "ibBTC is an asset launched in collaboration with DeFiDollar, it stands for Interest Bearing Bitcoin. It was created to serve as the default Bitcoin asset on Ethereum while generating interest to the users who hold it.";
1445
1464
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png";
1465
+ readonly tags: readonly ["SYNTHETIC"];
1446
1466
  };
1447
1467
  readonly BNB: {
1448
1468
  readonly name: "AnySwap Bridge Polygon Binance Coin";
@@ -1465,7 +1485,7 @@ export declare const tokens: {
1465
1485
  readonly website: "https://rampdefi.com/";
1466
1486
  readonly description: "Ramp aims to empower users with access to a global, blockchain-agnostic liquidity network. rUSD can be minted on Binance Smart Chain and Polygon, with more chains in the near future.";
1467
1487
  readonly logoURI: "https://appv2.rampdefi.com/assets/icon/rusdc.svg";
1468
- readonly risks: readonly ["SYNTH_STABLE"];
1488
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1469
1489
  };
1470
1490
  readonly UST: {
1471
1491
  readonly name: "USD Terra";
@@ -1477,7 +1497,7 @@ export declare const tokens: {
1477
1497
  readonly website: "https://www.terra.money/";
1478
1498
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
1479
1499
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
1480
- readonly risks: readonly ["SYNTH_STABLE"];
1500
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1481
1501
  };
1482
1502
  readonly WMATIC_DFYN: {
1483
1503
  readonly name: "Wrapped Matic, DFYN version";
@@ -1609,6 +1629,7 @@ export declare const tokens: {
1609
1629
  readonly logoURI: "";
1610
1630
  readonly website: "https://tomb.finance/";
1611
1631
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
1632
+ readonly tags: readonly ["SYNTHETIC"];
1612
1633
  };
1613
1634
  readonly CLAM: {
1614
1635
  readonly name: "Otter Clam";
@@ -1644,7 +1665,7 @@ export declare const tokens: {
1644
1665
  readonly 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.";
1645
1666
  readonly bridge: "layer-zero";
1646
1667
  readonly documentation: "https://docs.angle.money/";
1647
- readonly risks: readonly ["SYNTH_STABLE"];
1668
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1648
1669
  };
1649
1670
  readonly jJPY: {
1650
1671
  readonly name: "Jarvis Synthetic Yen";
@@ -1656,7 +1677,7 @@ export declare const tokens: {
1656
1677
  readonly website: "https://jarvis.network/";
1657
1678
  readonly description: "jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.";
1658
1679
  readonly logoURI: "";
1659
- readonly risks: readonly ["SYNTH_STABLE"];
1680
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1660
1681
  };
1661
1682
  readonly JPYC: {
1662
1683
  readonly name: "JPY Coin";
@@ -1668,7 +1689,7 @@ export declare const tokens: {
1668
1689
  readonly website: "https://jpyc.jp/";
1669
1690
  readonly description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.";
1670
1691
  readonly logoURI: "";
1671
- readonly risks: readonly ["SYNTH_STABLE"];
1692
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1672
1693
  };
1673
1694
  readonly PSP: {
1674
1695
  readonly name: "ParaSwap";
@@ -1713,6 +1734,7 @@ export declare const tokens: {
1713
1734
  readonly logoURI: "https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562";
1714
1735
  readonly website: "https://monerium.com/";
1715
1736
  readonly 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.";
1737
+ readonly tags: readonly ["STABLECOIN"];
1716
1738
  };
1717
1739
  readonly HOP: {
1718
1740
  readonly name: "HOP Protocol";
@@ -1737,6 +1759,7 @@ export declare const tokens: {
1737
1759
  readonly description: "hETH is the bridge token for transferring ETH via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
1738
1760
  readonly logoURI: "";
1739
1761
  readonly documentation: "https://docs.hop.exchange/";
1762
+ readonly tags: readonly ["SYNTHETIC"];
1740
1763
  };
1741
1764
  readonly hUSDC: {
1742
1765
  readonly name: "USDC Hop Token";
@@ -1773,6 +1796,7 @@ export declare const tokens: {
1773
1796
  readonly description: "hDAI is the bridge token for transferring DAI via the Hop Protocol. Hop Protocol is a blockchain bridge protocol that allows users to move tokens from one chain to another without having to wait for a challenge period.";
1774
1797
  readonly logoURI: "";
1775
1798
  readonly documentation: "https://docs.hop.exchange/";
1799
+ readonly tags: readonly ["SYNTHETIC"];
1776
1800
  };
1777
1801
  readonly amUSDT: {
1778
1802
  readonly name: "Aave Tether USD";
@@ -1810,6 +1834,7 @@ export declare const tokens: {
1810
1834
  readonly website: "https://app.balancer.fi/#/";
1811
1835
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1812
1836
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
1837
+ readonly tags: readonly ["STABLECOIN"];
1813
1838
  };
1814
1839
  readonly amUSDC: {
1815
1840
  readonly name: "Aave USDC";
@@ -1847,6 +1872,7 @@ export declare const tokens: {
1847
1872
  readonly website: "https://app.balancer.fi/#/";
1848
1873
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1849
1874
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1875
+ readonly tags: readonly ["STABLECOIN"];
1850
1876
  };
1851
1877
  readonly amDAI: {
1852
1878
  readonly name: "Aave DAI";
@@ -1860,6 +1886,7 @@ export declare const tokens: {
1860
1886
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1861
1887
  readonly description: "Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
1862
1888
  readonly bridge: "native";
1889
+ readonly tags: readonly ["SYNTHETIC"];
1863
1890
  };
1864
1891
  readonly wamDAI: {
1865
1892
  readonly name: "Wrapped Aave Tether DAI";
@@ -1872,6 +1899,7 @@ export declare const tokens: {
1872
1899
  readonly website: "https://makerdao.com/en/";
1873
1900
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1874
1901
  readonly description: "Wrapped Aave interest bearing DAI. Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain.";
1902
+ readonly tags: readonly ["SYNTHETIC"];
1875
1903
  };
1876
1904
  readonly bbamDAI: {
1877
1905
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1884,7 +1912,7 @@ export declare const tokens: {
1884
1912
  readonly website: "https://app.balancer.fi/#/";
1885
1913
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1886
1914
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1887
- readonly risks: readonly ["SYNTH_STABLE"];
1915
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1888
1916
  };
1889
1917
  readonly bbamUSD: {
1890
1918
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1897,7 +1925,7 @@ export declare const tokens: {
1897
1925
  readonly website: "https://app.balancer.fi/#/";
1898
1926
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1899
1927
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1900
- readonly risks: readonly ["SYNTH_STABLE"];
1928
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1901
1929
  };
1902
1930
  readonly '2BRZ': {
1903
1931
  readonly name: "Balancer 2BRZ Pool";
@@ -1922,7 +1950,7 @@ export declare const tokens: {
1922
1950
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
1923
1951
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
1924
1952
  readonly documentation: "https://learn.jarvis.network/";
1925
- readonly risks: readonly ["SYNTH_STABLE"];
1953
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1926
1954
  };
1927
1955
  readonly BRZ: {
1928
1956
  readonly name: "BRZ Token";
@@ -1935,7 +1963,7 @@ export declare const tokens: {
1935
1963
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
1936
1964
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
1937
1965
  readonly documentation: "https://brztoken.io/files/white_paper_BRZ_2023.pdf";
1938
- readonly risks: readonly ["SYNTH_STABLE"];
1966
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1939
1967
  };
1940
1968
  readonly multiWUSDR: {
1941
1969
  readonly name: "Real USD";
@@ -1948,6 +1976,7 @@ export declare const tokens: {
1948
1976
  readonly documentation: "https://docs.tangible.store/";
1949
1977
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1950
1978
  readonly logoURI: "";
1979
+ readonly tags: readonly ["SYNTHETIC"];
1951
1980
  };
1952
1981
  readonly multiUSDR: {
1953
1982
  readonly name: "Real USD";
@@ -1960,6 +1989,7 @@ export declare const tokens: {
1960
1989
  readonly documentation: "https://docs.tangible.store/";
1961
1990
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1962
1991
  readonly logoURI: "";
1992
+ readonly tags: readonly ["SYNTHETIC"];
1963
1993
  };
1964
1994
  readonly wUSDR: {
1965
1995
  readonly name: "Real USD";
@@ -1972,6 +2002,7 @@ export declare const tokens: {
1972
2002
  readonly documentation: "https://docs.tangible.store/";
1973
2003
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1974
2004
  readonly logoURI: "";
2005
+ readonly tags: readonly ["SYNTHETIC"];
1975
2006
  };
1976
2007
  readonly USDR: {
1977
2008
  readonly name: "Real USD";
@@ -1984,6 +2015,7 @@ export declare const tokens: {
1984
2015
  readonly documentation: "https://docs.tangible.store/";
1985
2016
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
1986
2017
  readonly logoURI: "";
2018
+ readonly tags: readonly ["SYNTHETIC"];
1987
2019
  };
1988
2020
  readonly CVR: {
1989
2021
  readonly name: "CAVIAR";
@@ -2104,6 +2136,7 @@ export declare const tokens: {
2104
2136
  readonly bridge: "axelar";
2105
2137
  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.";
2106
2138
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
2139
+ readonly tags: readonly ["STABLECOIN"];
2107
2140
  };
2108
2141
  readonly TNGBL: {
2109
2142
  readonly name: "Tangible";
@@ -2180,7 +2213,7 @@ export declare const tokens: {
2180
2213
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
2181
2214
  readonly bridge: "native";
2182
2215
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
2183
- readonly risks: readonly ["SYNTH_STABLE"];
2216
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2184
2217
  };
2185
2218
  readonly asdCRV: {
2186
2219
  readonly name: "Aladdin sdCRV";