@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

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 +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -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 +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -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
@@ -86,6 +86,7 @@ export declare const tokens: {
86
86
  readonly website: "https://app.stellaswap.com/exchange/pool/stable";
87
87
  readonly description: "Stellaswap Base4Pool is a Stable Pool consisting of USDC.wh, USDt.xc, BUSD.wh, and FRAX tokens.";
88
88
  readonly logoURI: "";
89
+ readonly tags: readonly ["SYNTHETIC"];
89
90
  };
90
91
  readonly wstDOT: {
91
92
  readonly name: "Wrapped liquid staked DOT";
@@ -137,6 +138,7 @@ export declare const tokens: {
137
138
  readonly description: "USDC bridged by Wormhole(Portal). USDC is a fully collateralized US dollar stablecoin. Native USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
138
139
  readonly documentation: "https://docs.wormhole.com/wormhole/";
139
140
  readonly bridge: "wormhole";
141
+ readonly tags: readonly ["STABLECOIN"];
140
142
  };
141
143
  readonly POOP: {
142
144
  readonly name: "Raresama";
@@ -205,7 +207,7 @@ export declare const tokens: {
205
207
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdFA46478F9e5EA86d57387849598dbFB2e964b02.svg";
206
208
  readonly website: "https://app.mai.finance/";
207
209
  readonly description: "MAI is a stablecoin collateralized by your crypto assets. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
208
- readonly risks: readonly ["SYNTH_STABLE"];
210
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
209
211
  };
210
212
  readonly APE: {
211
213
  readonly name: "ApeCoin APE";
@@ -240,6 +242,7 @@ export declare const tokens: {
240
242
  readonly website: "https://www.circle.com/usdc";
241
243
  readonly documentation: "https://developers.circle.com/docs";
242
244
  readonly description: "USDC 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.";
245
+ readonly tags: readonly ["STABLECOIN"];
243
246
  };
244
247
  readonly USDCs: {
245
248
  readonly name: "USD Coin";
@@ -251,6 +254,7 @@ export declare const tokens: {
251
254
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b.svg";
252
255
  readonly website: "https://www.nomad.xyz/";
253
256
  readonly description: "bridged USDC by Nomad. USDC 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.";
257
+ readonly tags: readonly ["STABLECOIN"];
254
258
  };
255
259
  readonly USDTs: {
256
260
  readonly name: "Tether USD";
@@ -262,6 +266,7 @@ export declare const tokens: {
262
266
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8e70cD5B4Ff3f62659049e74b6649c6603A0E594.svg";
263
267
  readonly website: "https://www.nomad.xyz/";
264
268
  readonly description: "bridged USDT by Nomad. Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
269
+ readonly tags: readonly ["STABLECOIN"];
265
270
  };
266
271
  readonly DAIs: {
267
272
  readonly name: "Dai Stablecoin";
@@ -273,7 +278,7 @@ export declare const tokens: {
273
278
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc234A67a4F840E61adE794be47de455361b52413.svg";
274
279
  readonly website: "https://www.nomad.xyz/";
275
280
  readonly description: "bridged DAI by Nomad. Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
276
- readonly risks: readonly ["SYNTH_STABLE"];
281
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
277
282
  };
278
283
  readonly FRAX: {
279
284
  readonly name: "Frax";
@@ -286,7 +291,7 @@ export declare const tokens: {
286
291
  readonly website: "https://frax.finance/";
287
292
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
288
293
  readonly documentation: "https://docs.frax.finance/";
289
- readonly risks: readonly ["SYNTH_STABLE"];
294
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
290
295
  };
291
296
  readonly BUSD: {
292
297
  readonly name: "Binance-Peg BUSD Token";
@@ -298,7 +303,7 @@ export declare const tokens: {
298
303
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
299
304
  readonly website: "https://www.binance.com/en/busd";
300
305
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
301
- readonly risks: readonly ["SYNTH_STABLE"];
306
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
302
307
  };
303
308
  readonly BUSDc: {
304
309
  readonly name: "Binance-Peg BUSD Token (Celer)";
@@ -310,6 +315,7 @@ export declare const tokens: {
310
315
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
311
316
  readonly website: "https://www.binance.com/en/busd";
312
317
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
318
+ readonly tags: readonly ["SYNTHETIC"];
313
319
  };
314
320
  readonly BUSDwh: {
315
321
  readonly name: "Binance-Peg BUSD Token (Wormhole)";
@@ -322,7 +328,7 @@ export declare const tokens: {
322
328
  readonly website: "https://www.binance.com/en/busd";
323
329
  readonly description: "BUSD bridged by Wormhole(Portal). Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
324
330
  readonly documentation: "https://docs.wormhole.com/wormhole/";
325
- readonly risks: readonly ["SYNTH_STABLE"];
331
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
326
332
  };
327
333
  readonly BNB: {
328
334
  readonly name: "Binance";
@@ -367,6 +373,7 @@ export declare const tokens: {
367
373
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfA9343C3897324496A05fC75abeD6bAC29f8A40f.svg";
368
374
  readonly website: "https://www.nomad.xyz/";
369
375
  readonly description: "Bridged ETH by Nomad. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
376
+ readonly tags: readonly ["SYNTHETIC"];
370
377
  };
371
378
  readonly USDT: {
372
379
  readonly name: "Tether USD";
@@ -378,6 +385,7 @@ export declare const tokens: {
378
385
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73.svg";
379
386
  readonly website: "https://tether.to/";
380
387
  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.";
388
+ readonly tags: readonly ["STABLECOIN"];
381
389
  };
382
390
  readonly USDTc: {
383
391
  readonly name: "Tether USD (Celer)";
@@ -402,6 +410,7 @@ export declare const tokens: {
402
410
  readonly description: "Bridged by XCM from Kusama. 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.";
403
411
  readonly documentation: "https://moonbeam.network/news/polkadot-native-usdt-now-available-on-moonbeam";
404
412
  readonly bridge: "kusama";
413
+ readonly tags: readonly ["STABLECOIN"];
405
414
  };
406
415
  readonly DAI: {
407
416
  readonly name: "Dai Stablecoin";
@@ -413,7 +422,7 @@ export declare const tokens: {
413
422
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x765277EebeCA2e31912C9946eAe1021199B39C61.svg";
414
423
  readonly website: "https://makerdao.com/en/";
415
424
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
416
- readonly risks: readonly ["SYNTH_STABLE"];
425
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
417
426
  };
418
427
  readonly FTM: {
419
428
  readonly name: "Fantom";
@@ -447,6 +456,7 @@ export declare const tokens: {
447
456
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
448
457
  readonly website: "https://www.terra.money/";
449
458
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
459
+ readonly tags: readonly ["SYNTHETIC"];
450
460
  };
451
461
  readonly MATIC: {
452
462
  readonly name: "Matic";
@@ -616,6 +626,7 @@ export declare const tokens: {
616
626
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
617
627
  readonly website: "https://www.terra.money/";
618
628
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
629
+ readonly tags: readonly ["SYNTHETIC"];
619
630
  };
620
631
  readonly xcaUSD: {
621
632
  readonly name: "xcaUSD";
@@ -627,6 +638,7 @@ export declare const tokens: {
627
638
  readonly logoURI: "https://raw.githubusercontent.com/BeamSwap/beamswap-tokenlist/main/assets/chains/moonbeam/0xfFfFFFFF52C56A9257bB97f4B2b6F7B2D624ecda/logo.png";
628
639
  readonly website: "https://acala.network/ausd";
629
640
  readonly description: "Acala USD (aUSD). The native decentralized stablecoin of Polkadot.";
641
+ readonly tags: readonly ["SYNTHETIC"];
630
642
  };
631
643
  readonly LDO: {
632
644
  readonly name: "Lido DAO";
@@ -651,6 +663,7 @@ export declare const tokens: {
651
663
  readonly website: "https://stellaswap.com/";
652
664
  readonly description: "Stellaswap is a decentralized exchange, providing liquidity and enabling peer-to-peer transactions on the Moonbeam Network. The 4pool is a stable-swap LP consisting of USDC, USDT, DAI & FRAX.";
653
665
  readonly documentation: "https://docs.stellaswap.com/how-to-guides/swap-pool-and-farm/how-to-add-liquidity-in-stable-amm";
666
+ readonly tags: readonly ["SYNTHETIC"];
654
667
  };
655
668
  readonly xcUSDC: {
656
669
  readonly name: "USD Coin";
@@ -664,6 +677,7 @@ export declare const tokens: {
664
677
  readonly documentation: "https://developers.circle.com/docs";
665
678
  readonly bridge: "kusama";
666
679
  readonly description: "USDC 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.";
680
+ readonly tags: readonly ["STABLECOIN"];
667
681
  };
668
682
  readonly axlUSDC: {
669
683
  readonly name: "USD Coin";
@@ -677,5 +691,6 @@ export declare const tokens: {
677
691
  readonly documentation: "https://developers.circle.com/docs";
678
692
  readonly bridge: "axelar";
679
693
  readonly description: "USDC 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.";
694
+ readonly tags: readonly ["STABLECOIN"];
680
695
  };
681
696
  };
@@ -47,6 +47,7 @@ exports.tokens = {
47
47
  website: 'https://app.stellaswap.com/exchange/pool/stable',
48
48
  description: 'Stellaswap Base4Pool is a Stable Pool consisting of USDC.wh, USDt.xc, BUSD.wh, and FRAX tokens.',
49
49
  logoURI: '',
50
+ tags: ['SYNTHETIC'],
50
51
  },
51
52
  wstDOT: {
52
53
  name: 'Wrapped liquid staked DOT',
@@ -98,6 +99,7 @@ exports.tokens = {
98
99
  description: 'USDC bridged by Wormhole(Portal). USDC is a fully collateralized US dollar stablecoin. Native USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
99
100
  documentation: 'https://docs.wormhole.com/wormhole/',
100
101
  bridge: 'wormhole',
102
+ tags: ['STABLECOIN'],
101
103
  },
102
104
  POOP: {
103
105
  name: 'Raresama',
@@ -166,7 +168,7 @@ exports.tokens = {
166
168
  logoURI: 'https://tokens.pancakeswap.finance/images/0xdFA46478F9e5EA86d57387849598dbFB2e964b02.svg',
167
169
  website: 'https://app.mai.finance/',
168
170
  description: "MAI is a stablecoin collateralized by your crypto assets. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.",
169
- risks: ['SYNTH_STABLE'],
171
+ tags: ['STABLECOIN', 'SYNTHETIC'],
170
172
  },
171
173
  APE: {
172
174
  name: 'ApeCoin APE',
@@ -201,6 +203,7 @@ exports.tokens = {
201
203
  website: 'https://www.circle.com/usdc',
202
204
  documentation: 'https://developers.circle.com/docs',
203
205
  description: 'USDC 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.',
206
+ tags: ['STABLECOIN'],
204
207
  },
205
208
  USDCs: {
206
209
  name: 'USD Coin',
@@ -212,6 +215,7 @@ exports.tokens = {
212
215
  logoURI: 'https://tokens.pancakeswap.finance/images/0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b.svg',
213
216
  website: 'https://www.nomad.xyz/',
214
217
  description: 'bridged USDC by Nomad. USDC 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.',
218
+ tags: ['STABLECOIN'],
215
219
  },
216
220
  USDTs: {
217
221
  name: 'Tether USD',
@@ -223,6 +227,7 @@ exports.tokens = {
223
227
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8e70cD5B4Ff3f62659049e74b6649c6603A0E594.svg',
224
228
  website: 'https://www.nomad.xyz/',
225
229
  description: 'bridged USDT by Nomad. Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.',
230
+ tags: ['STABLECOIN'],
226
231
  },
227
232
  DAIs: {
228
233
  name: 'Dai Stablecoin',
@@ -234,7 +239,7 @@ exports.tokens = {
234
239
  logoURI: 'https://tokens.pancakeswap.finance/images/0xc234A67a4F840E61adE794be47de455361b52413.svg',
235
240
  website: 'https://www.nomad.xyz/',
236
241
  description: 'bridged DAI by Nomad. Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
237
- risks: ['SYNTH_STABLE'],
242
+ tags: ['STABLECOIN', 'SYNTHETIC'],
238
243
  },
239
244
  FRAX: {
240
245
  name: 'Frax',
@@ -247,7 +252,7 @@ exports.tokens = {
247
252
  website: 'https://frax.finance/',
248
253
  description: 'The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.',
249
254
  documentation: 'https://docs.frax.finance/',
250
- risks: ['SYNTH_STABLE'],
255
+ tags: ['STABLECOIN', 'SYNTHETIC'],
251
256
  },
252
257
  BUSD: {
253
258
  name: 'Binance-Peg BUSD Token',
@@ -259,7 +264,7 @@ exports.tokens = {
259
264
  logoURI: 'https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg',
260
265
  website: 'https://www.binance.com/en/busd',
261
266
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.',
262
- risks: ['SYNTH_STABLE'],
267
+ tags: ['STABLECOIN', 'SYNTHETIC'],
263
268
  },
264
269
  BUSDc: {
265
270
  name: 'Binance-Peg BUSD Token (Celer)',
@@ -271,6 +276,7 @@ exports.tokens = {
271
276
  logoURI: 'https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg',
272
277
  website: 'https://www.binance.com/en/busd',
273
278
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.',
279
+ tags: ['SYNTHETIC'],
274
280
  },
275
281
  BUSDwh: {
276
282
  name: 'Binance-Peg BUSD Token (Wormhole)',
@@ -283,7 +289,7 @@ exports.tokens = {
283
289
  website: 'https://www.binance.com/en/busd',
284
290
  description: 'BUSD bridged by Wormhole(Portal). Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.',
285
291
  documentation: 'https://docs.wormhole.com/wormhole/',
286
- risks: ['SYNTH_STABLE'],
292
+ tags: ['STABLECOIN', 'SYNTHETIC'],
287
293
  },
288
294
  BNB: {
289
295
  name: 'Binance',
@@ -328,6 +334,7 @@ exports.tokens = {
328
334
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfA9343C3897324496A05fC75abeD6bAC29f8A40f.svg',
329
335
  website: 'https://www.nomad.xyz/',
330
336
  description: 'Bridged ETH by Nomad. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.',
337
+ tags: ['SYNTHETIC'],
331
338
  },
332
339
  USDT: {
333
340
  name: 'Tether USD',
@@ -339,6 +346,7 @@ exports.tokens = {
339
346
  logoURI: 'https://tokens.pancakeswap.finance/images/0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73.svg',
340
347
  website: 'https://tether.to/',
341
348
  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.',
349
+ tags: ['STABLECOIN'],
342
350
  },
343
351
  USDTc: {
344
352
  name: 'Tether USD (Celer)',
@@ -363,6 +371,7 @@ exports.tokens = {
363
371
  description: 'Bridged by XCM from Kusama. 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.',
364
372
  documentation: 'https://moonbeam.network/news/polkadot-native-usdt-now-available-on-moonbeam',
365
373
  bridge: 'kusama',
374
+ tags: ['STABLECOIN'],
366
375
  },
367
376
  DAI: {
368
377
  name: 'Dai Stablecoin',
@@ -374,7 +383,7 @@ exports.tokens = {
374
383
  logoURI: 'https://tokens.pancakeswap.finance/images/0x765277EebeCA2e31912C9946eAe1021199B39C61.svg',
375
384
  website: 'https://makerdao.com/en/',
376
385
  description: 'DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.',
377
- risks: ['SYNTH_STABLE'],
386
+ tags: ['STABLECOIN', 'SYNTHETIC'],
378
387
  },
379
388
  FTM: {
380
389
  name: 'Fantom',
@@ -408,6 +417,7 @@ exports.tokens = {
408
417
  logoURI: 'https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg',
409
418
  website: 'https://www.terra.money/',
410
419
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
420
+ tags: ['SYNTHETIC'],
411
421
  },
412
422
  MATIC: {
413
423
  name: 'Matic',
@@ -577,6 +587,7 @@ exports.tokens = {
577
587
  logoURI: 'https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg',
578
588
  website: 'https://www.terra.money/',
579
589
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
590
+ tags: ['SYNTHETIC'],
580
591
  },
581
592
  xcaUSD: {
582
593
  name: 'xcaUSD',
@@ -588,6 +599,7 @@ exports.tokens = {
588
599
  logoURI: 'https://raw.githubusercontent.com/BeamSwap/beamswap-tokenlist/main/assets/chains/moonbeam/0xfFfFFFFF52C56A9257bB97f4B2b6F7B2D624ecda/logo.png',
589
600
  website: 'https://acala.network/ausd',
590
601
  description: 'Acala USD (aUSD). The native decentralized stablecoin of Polkadot.',
602
+ tags: ['SYNTHETIC'],
591
603
  },
592
604
  LDO: {
593
605
  name: 'Lido DAO',
@@ -612,6 +624,7 @@ exports.tokens = {
612
624
  website: 'https://stellaswap.com/',
613
625
  description: 'Stellaswap is a decentralized exchange, providing liquidity and enabling peer-to-peer transactions on the Moonbeam Network. The 4pool is a stable-swap LP consisting of USDC, USDT, DAI & FRAX.',
614
626
  documentation: 'https://docs.stellaswap.com/how-to-guides/swap-pool-and-farm/how-to-add-liquidity-in-stable-amm',
627
+ tags: ['SYNTHETIC'],
615
628
  },
616
629
  xcUSDC: {
617
630
  name: 'USD Coin',
@@ -625,6 +638,7 @@ exports.tokens = {
625
638
  documentation: 'https://developers.circle.com/docs',
626
639
  bridge: 'kusama',
627
640
  description: 'USDC 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.',
641
+ tags: ['STABLECOIN'],
628
642
  },
629
643
  axlUSDC: {
630
644
  name: 'USD Coin',
@@ -638,5 +652,6 @@ exports.tokens = {
638
652
  documentation: 'https://developers.circle.com/docs',
639
653
  bridge: 'axelar',
640
654
  description: 'USDC 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.',
655
+ tags: ['STABLECOIN'],
641
656
  },
642
657
  };
@@ -99,7 +99,7 @@ export declare const moonriver: {
99
99
  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.";
100
100
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
101
101
  readonly documentation: "https://docs.mai.finance/";
102
- readonly risks: readonly ["SYNTH_STABLE"];
102
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
103
103
  };
104
104
  readonly DOGE: {
105
105
  readonly name: "Doge Token";
@@ -169,7 +169,7 @@ export declare const moonriver: {
169
169
  readonly website: "https://www.circle.com/usdc";
170
170
  readonly documentation: "https://developers.circle.com/docs";
171
171
  readonly description: "USDC 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.";
172
- readonly risks: readonly ["SYNTH_STABLE"];
172
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
173
173
  };
174
174
  readonly SOLAR: {
175
175
  readonly name: "SolarBeam Token";
@@ -207,7 +207,7 @@ export declare const moonriver: {
207
207
  readonly documentation: "https://developers.circle.com/docs";
208
208
  readonly description: "USDC 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.";
209
209
  readonly bridge: "multichain";
210
- readonly risks: readonly ["SYNTH_STABLE"];
210
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
211
211
  };
212
212
  readonly DAI: {
213
213
  readonly name: "Dai Stablecoin";
@@ -219,7 +219,7 @@ export declare const moonriver: {
219
219
  readonly website: "https://makerdao.com/en/";
220
220
  readonly description: "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";
221
221
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
222
- readonly risks: readonly ["SYNTH_STABLE"];
222
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
223
223
  };
224
224
  readonly BUSD: {
225
225
  readonly name: "Binance-Peg BUSD Token";
@@ -231,7 +231,7 @@ export declare const moonriver: {
231
231
  readonly website: "https://www.binance.com/en/busd";
232
232
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
233
233
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
234
- readonly risks: readonly ["SYNTH_STABLE"];
234
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
235
235
  };
236
236
  readonly ETH: {
237
237
  readonly name: "Ethereum";
@@ -278,7 +278,7 @@ export declare const moonriver: {
278
278
  readonly website: "https://tether.to/";
279
279
  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.";
280
280
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
281
- readonly risks: readonly ["SYNTH_STABLE"];
281
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
282
282
  };
283
283
  readonly MATIC: {
284
284
  readonly name: "Matic Token";
@@ -324,6 +324,7 @@ export declare const moonriver: {
324
324
  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.";
325
325
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
326
326
  readonly documentation: "https://docs.mai.finance/";
327
+ readonly tags: readonly ["SYNTHETIC"];
327
328
  };
328
329
  readonly FTM: {
329
330
  readonly name: "Fantom Token";
@@ -347,7 +348,7 @@ export declare const moonriver: {
347
348
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
348
349
  readonly logoURI: "";
349
350
  readonly documentation: "https://docs.abracadabra.money/";
350
- readonly risks: readonly ["SYNTH_STABLE"];
351
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
351
352
  };
352
353
  readonly PETS: {
353
354
  readonly name: "PETS Token";
@@ -392,6 +393,7 @@ export declare const moonriver: {
392
393
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
393
394
  readonly website: "https://frax.finance/";
394
395
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
396
+ readonly tags: readonly ["SYNTHETIC"];
395
397
  };
396
398
  readonly FRAX: {
397
399
  readonly name: "FRAX";
@@ -403,7 +405,7 @@ export declare const moonriver: {
403
405
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
404
406
  readonly website: "https://frax.finance/";
405
407
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
406
- readonly risks: readonly ["SYNTH_STABLE"];
408
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
407
409
  };
408
410
  readonly aROME: {
409
411
  readonly name: "Alpha Rome";
@@ -617,7 +619,7 @@ export declare const moonriver: {
617
619
  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.";
618
620
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
619
621
  readonly documentation: "https://docs.mai.finance/";
620
- readonly risks: readonly ["SYNTH_STABLE"];
622
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
621
623
  };
622
624
  readonly DOGE: {
623
625
  readonly name: "Doge Token";
@@ -687,7 +689,7 @@ export declare const moonriver: {
687
689
  readonly website: "https://www.circle.com/usdc";
688
690
  readonly documentation: "https://developers.circle.com/docs";
689
691
  readonly description: "USDC 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.";
690
- readonly risks: readonly ["SYNTH_STABLE"];
692
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
691
693
  };
692
694
  readonly SOLAR: {
693
695
  readonly name: "SolarBeam Token";
@@ -725,7 +727,7 @@ export declare const moonriver: {
725
727
  readonly documentation: "https://developers.circle.com/docs";
726
728
  readonly description: "USDC 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.";
727
729
  readonly bridge: "multichain";
728
- readonly risks: readonly ["SYNTH_STABLE"];
730
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
729
731
  };
730
732
  readonly DAI: {
731
733
  readonly name: "Dai Stablecoin";
@@ -737,7 +739,7 @@ export declare const moonriver: {
737
739
  readonly website: "https://makerdao.com/en/";
738
740
  readonly description: "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";
739
741
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
740
- readonly risks: readonly ["SYNTH_STABLE"];
742
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
741
743
  };
742
744
  readonly BUSD: {
743
745
  readonly name: "Binance-Peg BUSD Token";
@@ -749,7 +751,7 @@ export declare const moonriver: {
749
751
  readonly website: "https://www.binance.com/en/busd";
750
752
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
751
753
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
752
- readonly risks: readonly ["SYNTH_STABLE"];
754
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
753
755
  };
754
756
  readonly ETH: {
755
757
  readonly name: "Ethereum";
@@ -796,7 +798,7 @@ export declare const moonriver: {
796
798
  readonly website: "https://tether.to/";
797
799
  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.";
798
800
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
799
- readonly risks: readonly ["SYNTH_STABLE"];
801
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
800
802
  };
801
803
  readonly MATIC: {
802
804
  readonly name: "Matic Token";
@@ -842,6 +844,7 @@ export declare const moonriver: {
842
844
  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.";
843
845
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
844
846
  readonly documentation: "https://docs.mai.finance/";
847
+ readonly tags: readonly ["SYNTHETIC"];
845
848
  };
846
849
  readonly FTM: {
847
850
  readonly name: "Fantom Token";
@@ -865,7 +868,7 @@ export declare const moonriver: {
865
868
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
866
869
  readonly logoURI: "";
867
870
  readonly documentation: "https://docs.abracadabra.money/";
868
- readonly risks: readonly ["SYNTH_STABLE"];
871
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
869
872
  };
870
873
  readonly PETS: {
871
874
  readonly name: "PETS Token";
@@ -910,6 +913,7 @@ export declare const moonriver: {
910
913
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
911
914
  readonly website: "https://frax.finance/";
912
915
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
916
+ readonly tags: readonly ["SYNTHETIC"];
913
917
  };
914
918
  readonly FRAX: {
915
919
  readonly name: "FRAX";
@@ -921,7 +925,7 @@ export declare const moonriver: {
921
925
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
922
926
  readonly website: "https://frax.finance/";
923
927
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
924
- readonly risks: readonly ["SYNTH_STABLE"];
928
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
925
929
  };
926
930
  readonly aROME: {
927
931
  readonly name: "Alpha Rome";
@@ -96,7 +96,7 @@ export declare const tokens: {
96
96
  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.";
97
97
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
98
98
  readonly documentation: "https://docs.mai.finance/";
99
- readonly risks: readonly ["SYNTH_STABLE"];
99
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
100
100
  };
101
101
  readonly DOGE: {
102
102
  readonly name: "Doge Token";
@@ -166,7 +166,7 @@ export declare const tokens: {
166
166
  readonly website: "https://www.circle.com/usdc";
167
167
  readonly documentation: "https://developers.circle.com/docs";
168
168
  readonly description: "USDC 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.";
169
- readonly risks: readonly ["SYNTH_STABLE"];
169
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
170
170
  };
171
171
  readonly SOLAR: {
172
172
  readonly name: "SolarBeam Token";
@@ -204,7 +204,7 @@ export declare const tokens: {
204
204
  readonly documentation: "https://developers.circle.com/docs";
205
205
  readonly description: "USDC 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.";
206
206
  readonly bridge: "multichain";
207
- readonly risks: readonly ["SYNTH_STABLE"];
207
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
208
208
  };
209
209
  readonly DAI: {
210
210
  readonly name: "Dai Stablecoin";
@@ -216,7 +216,7 @@ export declare const tokens: {
216
216
  readonly website: "https://makerdao.com/en/";
217
217
  readonly description: "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";
218
218
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
219
- readonly risks: readonly ["SYNTH_STABLE"];
219
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
220
220
  };
221
221
  readonly BUSD: {
222
222
  readonly name: "Binance-Peg BUSD Token";
@@ -228,7 +228,7 @@ export declare const tokens: {
228
228
  readonly website: "https://www.binance.com/en/busd";
229
229
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is approved and regulated by the New York State Department of Financial Services (NYDFS). The BUSD Monthly Audit Report can be viewed from the official website.";
230
230
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
231
- readonly risks: readonly ["SYNTH_STABLE"];
231
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
232
232
  };
233
233
  readonly ETH: {
234
234
  readonly name: "Ethereum";
@@ -275,7 +275,7 @@ export declare const tokens: {
275
275
  readonly website: "https://tether.to/";
276
276
  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.";
277
277
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
278
- readonly risks: readonly ["SYNTH_STABLE"];
278
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
279
279
  };
280
280
  readonly MATIC: {
281
281
  readonly name: "Matic Token";
@@ -321,6 +321,7 @@ export declare const tokens: {
321
321
  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.";
322
322
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
323
323
  readonly documentation: "https://docs.mai.finance/";
324
+ readonly tags: readonly ["SYNTHETIC"];
324
325
  };
325
326
  readonly FTM: {
326
327
  readonly name: "Fantom Token";
@@ -344,7 +345,7 @@ export declare const tokens: {
344
345
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
345
346
  readonly logoURI: "";
346
347
  readonly documentation: "https://docs.abracadabra.money/";
347
- readonly risks: readonly ["SYNTH_STABLE"];
348
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
348
349
  };
349
350
  readonly PETS: {
350
351
  readonly name: "PETS Token";
@@ -389,6 +390,7 @@ export declare const tokens: {
389
390
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
390
391
  readonly website: "https://frax.finance/";
391
392
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
393
+ readonly tags: readonly ["SYNTHETIC"];
392
394
  };
393
395
  readonly FRAX: {
394
396
  readonly name: "FRAX";
@@ -400,7 +402,7 @@ export declare const tokens: {
400
402
  readonly logoURI: "https://cryptologos.cc/logos/frax-frax-logo.svg?v=014";
401
403
  readonly website: "https://frax.finance/";
402
404
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
403
- readonly risks: readonly ["SYNTH_STABLE"];
405
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
404
406
  };
405
407
  readonly aROME: {
406
408
  readonly name: "Alpha Rome";