@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
@@ -25,7 +25,7 @@ const MAI = {
25
25
  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.",
26
26
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
27
27
  documentation: 'https://docs.mai.finance/',
28
- risks: ['SYNTH_STABLE'],
28
+ tags: ['STABLECOIN', 'SYNTHETIC'],
29
29
  };
30
30
  exports.tokens = {
31
31
  WNATIVE: MATIC,
@@ -71,7 +71,7 @@ exports.tokens = {
71
71
  bridge: 'native',
72
72
  chainId: 137,
73
73
  logoURI: '',
74
- risks: ['SYNTH_STABLE'],
74
+ tags: ['STABLECOIN', 'SYNTHETIC'],
75
75
  },
76
76
  MVX: {
77
77
  name: 'MVX',
@@ -98,6 +98,7 @@ exports.tokens = {
98
98
  bridge: 'binance-peg',
99
99
  chainId: 137,
100
100
  logoURI: '',
101
+ tags: ['SYNTHETIC'],
101
102
  },
102
103
  spUSDC: {
103
104
  name: 'Stargate USD Coin LP',
@@ -123,6 +124,7 @@ exports.tokens = {
123
124
  bridge: 'native',
124
125
  logoURI: '',
125
126
  documentation: 'https://docs.overnight.fi/',
127
+ tags: ['CURATED'],
126
128
  },
127
129
  spUSDT: {
128
130
  name: 'Stargate Tether USD LP',
@@ -179,6 +181,7 @@ exports.tokens = {
179
181
  website: 'https://matic.ripae.finance/',
180
182
  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.',
181
183
  logoURI: 'https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg',
184
+ tags: ['SYNTHETIC'],
182
185
  },
183
186
  LCD: {
184
187
  name: 'Lucidao',
@@ -213,6 +216,7 @@ exports.tokens = {
213
216
  logoURI: 'https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg',
214
217
  website: '',
215
218
  description: '',
219
+ tags: ['SYNTHETIC'],
216
220
  },
217
221
  crvUSD: {
218
222
  name: 'Curve USD Stablecoin',
@@ -226,7 +230,7 @@ exports.tokens = {
226
230
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
227
231
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
228
232
  bridge: 'polygon-canonical',
229
- risks: ['SYNTH_STABLE'],
233
+ tags: ['STABLECOIN', 'SYNTHETIC'],
230
234
  },
231
235
  NZDS: {
232
236
  name: 'New Zealand Dollar Stablecoin',
@@ -249,6 +253,7 @@ exports.tokens = {
249
253
  website: 'https://jarvis.network/',
250
254
  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.',
251
255
  logoURI: 'https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg',
256
+ tags: ['SYNTHETIC'],
252
257
  },
253
258
  newQUICK: {
254
259
  name: 'Quickswap',
@@ -390,7 +395,7 @@ exports.tokens = {
390
395
  bridge: 'native',
391
396
  logoURI: 'https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422',
392
397
  documentation: 'https://docs.mimo.capital/parallel-protocol/parallel-protocol/par',
393
- risks: ['SYNTH_STABLE'],
398
+ tags: ['STABLECOIN', 'SYNTHETIC'],
394
399
  },
395
400
  EURS: {
396
401
  name: 'STATIS EURS Token',
@@ -402,7 +407,7 @@ exports.tokens = {
402
407
  website: 'https://stasis.net/',
403
408
  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.',
404
409
  logoURI: 'https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779',
405
- risks: ['SYNTH_STABLE'],
410
+ tags: ['STABLECOIN', 'SYNTHETIC'],
406
411
  },
407
412
  EURt: {
408
413
  name: 'Euro Tether',
@@ -415,6 +420,7 @@ exports.tokens = {
415
420
  description: 'Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.',
416
421
  bridge: 'polygon-canonical',
417
422
  logoURI: 'https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298',
423
+ tags: ['STABLECOIN'],
418
424
  },
419
425
  renBTC: {
420
426
  name: 'renBTC',
@@ -426,6 +432,7 @@ exports.tokens = {
426
432
  website: 'https://renproject.io/',
427
433
  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.',
428
434
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
435
+ tags: ['SYNTHETIC'],
429
436
  },
430
437
  IXT: {
431
438
  name: 'IX Token IXT',
@@ -460,6 +467,7 @@ exports.tokens = {
460
467
  website: 'https://www.straitsx.com/sg',
461
468
  description: 'XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.',
462
469
  logoURI: '',
470
+ tags: ['STABLECOIN'],
463
471
  },
464
472
  jSGD: {
465
473
  name: 'Jarvis Synthetic Singapore Dollar',
@@ -471,7 +479,7 @@ exports.tokens = {
471
479
  website: 'https://jarvis.network/',
472
480
  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.',
473
481
  logoURI: '',
474
- risks: ['SYNTH_STABLE'],
482
+ tags: ['STABLECOIN', 'SYNTHETIC'],
475
483
  },
476
484
  FUSE: {
477
485
  name: 'Fuse',
@@ -549,6 +557,7 @@ exports.tokens = {
549
557
  logoURI: 'https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png',
550
558
  website: 'https://celsiusx.io/ ',
551
559
  description: 'CelsiusX Wrapped ETH Token',
560
+ tags: ['SYNTHETIC'],
552
561
  },
553
562
  cxADA: {
554
563
  name: 'CelsiusX Wrapped ADA',
@@ -560,6 +569,7 @@ exports.tokens = {
560
569
  logoURI: 'https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png',
561
570
  website: 'https://celsiusx.io/ ',
562
571
  description: 'CelsiusX Wrapped ADA Token',
572
+ tags: ['SYNTHETIC'],
563
573
  },
564
574
  cxDOGE: {
565
575
  name: 'CelsiusX Wrapped DOGE',
@@ -571,6 +581,7 @@ exports.tokens = {
571
581
  logoURI: 'https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png',
572
582
  website: 'https://celsiusx.io/ ',
573
583
  description: 'CelsiusX Wrapped DOGE Token',
584
+ tags: ['SYNTHETIC'],
574
585
  },
575
586
  FODL: {
576
587
  name: 'Fodl Finance FODL',
@@ -604,6 +615,7 @@ exports.tokens = {
604
615
  website: 'https://paytrie.com/cadc',
605
616
  description: 'CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.',
606
617
  logoURI: 'https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625',
618
+ tags: ['STABLECOIN'],
607
619
  },
608
620
  jCAD: {
609
621
  name: 'Jarvis Synthetic Canadian Dollar',
@@ -615,7 +627,7 @@ exports.tokens = {
615
627
  website: 'https://jarvis.network/',
616
628
  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.',
617
629
  logoURI: 'https://yield.jarvis.network/static/media/jCAD.832ff304.png',
618
- risks: ['SYNTH_STABLE'],
630
+ tags: ['STABLECOIN', 'SYNTHETIC'],
619
631
  },
620
632
  USTw: {
621
633
  name: 'TerraUSD (Wormhole)',
@@ -627,6 +639,7 @@ exports.tokens = {
627
639
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png',
628
640
  website: 'https://coinmarketcap.com/currencies/terrausd-wormhole/',
629
641
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
642
+ tags: ['SYNTHETIC'],
630
643
  },
631
644
  ETH2x: {
632
645
  name: 'ETH 2x Flexible Leverage Index',
@@ -638,6 +651,7 @@ exports.tokens = {
638
651
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png',
639
652
  website: 'https://www.indexcoop.com/ethfli',
640
653
  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.',
654
+ tags: ['SYNTHETIC'],
641
655
  },
642
656
  gOHM: {
643
657
  name: 'Governance OHM',
@@ -660,6 +674,7 @@ exports.tokens = {
660
674
  website: 'https://www.trueusd.com/',
661
675
  description: 'TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.',
662
676
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png',
677
+ tags: ['STABLECOIN'],
663
678
  },
664
679
  WCRO: {
665
680
  name: 'WCRO',
@@ -706,7 +721,7 @@ exports.tokens = {
706
721
  bridge: 'native',
707
722
  logoURI: 'https://i.imgur.com/ZvP634G.png',
708
723
  documentation: 'https://learn.jarvis.network/',
709
- risks: ['SYNTH_STABLE'],
724
+ tags: ['STABLECOIN', 'SYNTHETIC'],
710
725
  },
711
726
  jGBP: {
712
727
  name: 'Jarvis Synthetic British Pound',
@@ -718,7 +733,7 @@ exports.tokens = {
718
733
  website: 'https://jarvis.network/',
719
734
  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.',
720
735
  logoURI: 'https://i.imgur.com/zOLD6Vf.png',
721
- risks: ['SYNTH_STABLE'],
736
+ tags: ['STABLECOIN', 'SYNTHETIC'],
722
737
  },
723
738
  jCHF: {
724
739
  name: 'Jarvis Synthetic Swiss Franc',
@@ -730,7 +745,7 @@ exports.tokens = {
730
745
  website: 'https://jarvis.network/',
731
746
  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.',
732
747
  logoURI: 'https://i.imgur.com/EknGhAl.png',
733
- risks: ['SYNTH_STABLE'],
748
+ tags: ['STABLECOIN', 'SYNTHETIC'],
734
749
  },
735
750
  JRT: {
736
751
  name: 'Jarvis Reward Token',
@@ -923,7 +938,7 @@ exports.tokens = {
923
938
  bridge: 'polygon-canonical',
924
939
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
925
940
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
926
- risks: ['SYNTH_STABLE'],
941
+ tags: ['STABLECOIN', 'SYNTHETIC'],
927
942
  },
928
943
  DEGEN: {
929
944
  name: 'DEGEN Index',
@@ -970,7 +985,7 @@ exports.tokens = {
970
985
  website: 'https://frax.finance/',
971
986
  description: 'The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.',
972
987
  logoURI: 'https://avatars.githubusercontent.com/u/56005256?s=200&v=4',
973
- risks: ['SYNTH_STABLE'],
988
+ tags: ['STABLECOIN', 'SYNTHETIC'],
974
989
  },
975
990
  FXS: {
976
991
  name: 'Frax Share',
@@ -1151,6 +1166,7 @@ exports.tokens = {
1151
1166
  bridge: 'polygon-canonical',
1152
1167
  chainId: 137,
1153
1168
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
1169
+ tags: ['SYNTHETIC', 'STABLECOIN'],
1154
1170
  },
1155
1171
  USDC: {
1156
1172
  name: 'USD Coin',
@@ -1164,6 +1180,7 @@ exports.tokens = {
1164
1180
  chainId: 137,
1165
1181
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
1166
1182
  documentation: 'https://developers.circle.com/docs',
1183
+ tags: ['STABLECOIN'],
1167
1184
  },
1168
1185
  USDT: {
1169
1186
  name: 'USDT0',
@@ -1177,6 +1194,7 @@ exports.tokens = {
1177
1194
  bridge: 'polygon-canonical',
1178
1195
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png',
1179
1196
  documentation: 'https://tether.to/en/how-it-works',
1197
+ tags: ['STABLECOIN'],
1180
1198
  },
1181
1199
  VISION: {
1182
1200
  name: 'Vision Token',
@@ -1264,7 +1282,7 @@ exports.tokens = {
1264
1282
  decimals: 18,
1265
1283
  chainId: 137,
1266
1284
  logoURI: 'https://polygon.iron.finance/static/media/IRON.484ee2b8.png',
1267
- risks: ['SYNTH_STABLE'],
1285
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1268
1286
  },
1269
1287
  SUSHI: {
1270
1288
  name: 'Sushi',
@@ -1309,6 +1327,7 @@ exports.tokens = {
1309
1327
  website: 'https://renproject.io/',
1310
1328
  description: 'renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.',
1311
1329
  logoURI: 'https://polygonscan.com/token/images/rendogecoin_32.png',
1330
+ tags: ['SYNTHETIC'],
1312
1331
  },
1313
1332
  SNX: {
1314
1333
  name: 'SNX',
@@ -1376,6 +1395,7 @@ exports.tokens = {
1376
1395
  website: 'https://app.badger.finance/ibBTC',
1377
1396
  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.',
1378
1397
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png',
1398
+ tags: ['SYNTHETIC'],
1379
1399
  },
1380
1400
  BNB: {
1381
1401
  name: 'AnySwap Bridge Polygon Binance Coin',
@@ -1398,7 +1418,7 @@ exports.tokens = {
1398
1418
  website: 'https://rampdefi.com/',
1399
1419
  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.',
1400
1420
  logoURI: 'https://appv2.rampdefi.com/assets/icon/rusdc.svg',
1401
- risks: ['SYNTH_STABLE'],
1421
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1402
1422
  },
1403
1423
  UST: {
1404
1424
  name: 'USD Terra',
@@ -1410,7 +1430,7 @@ exports.tokens = {
1410
1430
  website: 'https://www.terra.money/',
1411
1431
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
1412
1432
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png',
1413
- risks: ['SYNTH_STABLE'],
1433
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1414
1434
  },
1415
1435
  WMATIC_DFYN: {
1416
1436
  name: 'Wrapped Matic, DFYN version',
@@ -1542,6 +1562,7 @@ exports.tokens = {
1542
1562
  logoURI: '',
1543
1563
  website: 'https://tomb.finance/',
1544
1564
  description: 'The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage',
1565
+ tags: ['SYNTHETIC'],
1545
1566
  },
1546
1567
  CLAM: {
1547
1568
  name: 'Otter Clam',
@@ -1577,7 +1598,7 @@ exports.tokens = {
1577
1598
  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.',
1578
1599
  bridge: 'layer-zero',
1579
1600
  documentation: 'https://docs.angle.money/',
1580
- risks: ['SYNTH_STABLE'],
1601
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1581
1602
  },
1582
1603
  jJPY: {
1583
1604
  name: 'Jarvis Synthetic Yen',
@@ -1589,7 +1610,7 @@ exports.tokens = {
1589
1610
  website: 'https://jarvis.network/',
1590
1611
  description: 'jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.',
1591
1612
  logoURI: '',
1592
- risks: ['SYNTH_STABLE'],
1613
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1593
1614
  },
1594
1615
  JPYC: {
1595
1616
  name: 'JPY Coin',
@@ -1601,7 +1622,7 @@ exports.tokens = {
1601
1622
  website: 'https://jpyc.jp/',
1602
1623
  description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.",
1603
1624
  logoURI: '',
1604
- risks: ['SYNTH_STABLE'],
1625
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1605
1626
  },
1606
1627
  PSP: {
1607
1628
  name: 'ParaSwap',
@@ -1646,6 +1667,7 @@ exports.tokens = {
1646
1667
  logoURI: 'https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562',
1647
1668
  website: 'https://monerium.com/',
1648
1669
  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.',
1670
+ tags: ['STABLECOIN'],
1649
1671
  },
1650
1672
  HOP: {
1651
1673
  name: 'HOP Protocol',
@@ -1670,6 +1692,7 @@ exports.tokens = {
1670
1692
  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.',
1671
1693
  logoURI: '',
1672
1694
  documentation: 'https://docs.hop.exchange/',
1695
+ tags: ['SYNTHETIC'],
1673
1696
  },
1674
1697
  hUSDC: {
1675
1698
  name: 'USDC Hop Token',
@@ -1706,6 +1729,7 @@ exports.tokens = {
1706
1729
  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.',
1707
1730
  logoURI: '',
1708
1731
  documentation: 'https://docs.hop.exchange/',
1732
+ tags: ['SYNTHETIC'],
1709
1733
  },
1710
1734
  amUSDT: {
1711
1735
  name: 'Aave Tether USD',
@@ -1743,6 +1767,7 @@ exports.tokens = {
1743
1767
  website: 'https://app.balancer.fi/#/',
1744
1768
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1745
1769
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
1770
+ tags: ['STABLECOIN'],
1746
1771
  },
1747
1772
  amUSDC: {
1748
1773
  name: 'Aave USDC',
@@ -1780,6 +1805,7 @@ exports.tokens = {
1780
1805
  website: 'https://app.balancer.fi/#/',
1781
1806
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1782
1807
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1808
+ tags: ['STABLECOIN'],
1783
1809
  },
1784
1810
  amDAI: {
1785
1811
  name: 'Aave DAI',
@@ -1793,6 +1819,7 @@ exports.tokens = {
1793
1819
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1794
1820
  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.',
1795
1821
  bridge: 'native',
1822
+ tags: ['SYNTHETIC'],
1796
1823
  },
1797
1824
  wamDAI: {
1798
1825
  name: 'Wrapped Aave Tether DAI',
@@ -1805,6 +1832,7 @@ exports.tokens = {
1805
1832
  website: 'https://makerdao.com/en/',
1806
1833
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1807
1834
  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.',
1835
+ tags: ['SYNTHETIC'],
1808
1836
  },
1809
1837
  bbamDAI: {
1810
1838
  name: 'Balancer Aave DAI Linear Pool',
@@ -1817,7 +1845,7 @@ exports.tokens = {
1817
1845
  website: 'https://app.balancer.fi/#/',
1818
1846
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1819
1847
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1820
- risks: ['SYNTH_STABLE'],
1848
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1821
1849
  },
1822
1850
  bbamUSD: {
1823
1851
  name: 'Balancer Aave Stable Composable Pool',
@@ -1830,7 +1858,7 @@ exports.tokens = {
1830
1858
  website: 'https://app.balancer.fi/#/',
1831
1859
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1832
1860
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1833
- risks: ['SYNTH_STABLE'],
1861
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1834
1862
  },
1835
1863
  '2BRZ': {
1836
1864
  name: 'Balancer 2BRZ Pool',
@@ -1855,7 +1883,7 @@ exports.tokens = {
1855
1883
  description: 'jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.',
1856
1884
  logoURI: 'https://jarvis.network/images/jBRL.svg',
1857
1885
  documentation: 'https://learn.jarvis.network/',
1858
- risks: ['SYNTH_STABLE'],
1886
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1859
1887
  },
1860
1888
  BRZ: {
1861
1889
  name: 'BRZ Token',
@@ -1868,7 +1896,7 @@ exports.tokens = {
1868
1896
  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.',
1869
1897
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
1870
1898
  documentation: 'https://brztoken.io/files/white_paper_BRZ_2023.pdf',
1871
- risks: ['SYNTH_STABLE'],
1899
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1872
1900
  },
1873
1901
  multiWUSDR: {
1874
1902
  name: 'Real USD',
@@ -1881,6 +1909,7 @@ exports.tokens = {
1881
1909
  documentation: 'https://docs.tangible.store/',
1882
1910
  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.',
1883
1911
  logoURI: '',
1912
+ tags: ['SYNTHETIC'],
1884
1913
  },
1885
1914
  multiUSDR: {
1886
1915
  name: 'Real USD',
@@ -1893,6 +1922,7 @@ exports.tokens = {
1893
1922
  documentation: 'https://docs.tangible.store/',
1894
1923
  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.',
1895
1924
  logoURI: '',
1925
+ tags: ['SYNTHETIC'],
1896
1926
  },
1897
1927
  wUSDR: {
1898
1928
  name: 'Real USD',
@@ -1905,6 +1935,7 @@ exports.tokens = {
1905
1935
  documentation: 'https://docs.tangible.store/',
1906
1936
  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.',
1907
1937
  logoURI: '',
1938
+ tags: ['SYNTHETIC'],
1908
1939
  },
1909
1940
  USDR: {
1910
1941
  name: 'Real USD',
@@ -1917,6 +1948,7 @@ exports.tokens = {
1917
1948
  documentation: 'https://docs.tangible.store/',
1918
1949
  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.',
1919
1950
  logoURI: '',
1951
+ tags: ['SYNTHETIC'],
1920
1952
  },
1921
1953
  CVR: {
1922
1954
  name: 'CAVIAR',
@@ -2037,6 +2069,7 @@ exports.tokens = {
2037
2069
  bridge: 'axelar',
2038
2070
  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.',
2039
2071
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
2072
+ tags: ['STABLECOIN'],
2040
2073
  },
2041
2074
  TNGBL: {
2042
2075
  name: 'Tangible',
@@ -2113,7 +2146,7 @@ exports.tokens = {
2113
2146
  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.',
2114
2147
  bridge: 'native',
2115
2148
  documentation: 'https://docs.stabl.fi/protocol-overview/introducing-stabl.fi',
2116
- risks: ['SYNTH_STABLE'],
2149
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2117
2150
  },
2118
2151
  asdCRV: {
2119
2152
  name: 'Aladdin sdCRV',
@@ -78,6 +78,7 @@ export declare const real: {
78
78
  readonly bridge: "real-canonical";
79
79
  readonly chainId: 111188;
80
80
  readonly documentation: "https://developers.circle.com/docs";
81
+ readonly tags: readonly ["STABLECOIN"];
81
82
  };
82
83
  readonly DAI: {
83
84
  readonly name: "DAI Stablecoin";
@@ -91,7 +92,7 @@ export declare const real: {
91
92
  readonly bridge: "real-canonical";
92
93
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
93
94
  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";
94
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
95
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
95
96
  };
96
97
  readonly arcUSD: {
97
98
  readonly name: "arcUSD";
@@ -104,7 +105,7 @@ export declare const real: {
104
105
  readonly description: "Arcana distributes the yield generated from delta-neutral strategies through arcUSD, a rebasing token soft-pegged to the dollar. The yield is distributed to arcUSD holders in the form of daily rebases, increasing their balance each period. On top of the rebases, arcUSD can be deployed in DeFi to unlock additional reward composability.";
105
106
  readonly bridge: "native";
106
107
  readonly chainId: 111188;
107
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
108
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
108
109
  };
109
110
  readonly UKRE: {
110
111
  readonly name: "UK Real Estate";
@@ -117,7 +118,7 @@ export declare const real: {
117
118
  readonly description: "UKRE is a Tangible Basket token backed by tokenized real estate in the UK. Tangible Baskets are permissionless, rebasing ERC-20 tokens—100% backed by tokenized, yield-generating real estate—that distributed yield back to token holders via daily rebase. Baskets price is soft-pegged to the TPV (true property value) of the assets in the pool and will fluctuate based on market demand and the activity of arbitrageurs. With Baskets, anyone, anywhere, at any budget can invest in income-producing real estate with just a few clicks.";
118
119
  readonly bridge: "native";
119
120
  readonly chainId: 111188;
120
- readonly risks: readonly ["NO_TIMELOCK"];
121
+ readonly tags: readonly ["NO_TIMELOCK"];
121
122
  };
122
123
  readonly USTB: {
123
124
  readonly name: "US T-Bill";
@@ -130,7 +131,7 @@ export declare const real: {
130
131
  readonly description: "USTB is a fully permissionless, cross-chain, rebasing dollar-pegged stablecoin. USTB is a wrapped version of USDM, with USDM supplying 100% of the backing for USTB. USDM is backed by Mountain Protocol's reserves of short-duration US Treasuries (T-Bills) having an average duration of less than 3 months or less.";
131
132
  readonly bridge: "layer-zero";
132
133
  readonly chainId: 111188;
133
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
134
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
134
135
  };
135
136
  readonly PEARL: {
136
137
  readonly name: "Pearl";
@@ -143,7 +144,7 @@ export declare const real: {
143
144
  readonly description: "Pearl is the native liquidity layer for RWAs on re.al blockchain. Pearl provides a liquidity solution for both new and existing RWA protocols, solving initial liquidity challenges while also serving as an efficient solution to long-term liquidity incentivization.";
144
145
  readonly bridge: "native";
145
146
  readonly chainId: 111188;
146
- readonly risks: readonly ["NO_TIMELOCK"];
147
+ readonly tags: readonly ["NO_TIMELOCK"];
147
148
  };
148
149
  readonly RWA: {
149
150
  readonly name: "re.al";
@@ -156,7 +157,7 @@ export declare const real: {
156
157
  readonly description: "The RWA token is the governance token to the re.al ecosystem. RWA will exist unlocked as RWA (ERC-20) and locked as veRWA (ERC-721). When locked into veRWA it will provide holders two primary benefits: Value Accrual and Governance Rights";
157
158
  readonly bridge: "native";
158
159
  readonly chainId: 111188;
159
- readonly risks: readonly ["NO_TIMELOCK"];
160
+ readonly tags: readonly ["NO_TIMELOCK"];
160
161
  };
161
162
  readonly stRWA: {
162
163
  readonly name: "Liquid Staked RWA";
@@ -169,7 +170,7 @@ export declare const real: {
169
170
  readonly description: "stRWA is a liquid version of veRWA that rebases to distribute accrued yield, making veRWA liquid and composable with DeFi protocols.";
170
171
  readonly bridge: "native";
171
172
  readonly chainId: 111188;
172
- readonly risks: readonly ["NO_TIMELOCK"];
173
+ readonly tags: readonly ["NO_TIMELOCK"];
173
174
  };
174
175
  readonly MORE: {
175
176
  readonly name: "MORE";
@@ -182,7 +183,7 @@ export declare const real: {
182
183
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
183
184
  readonly bridge: "native";
184
185
  readonly chainId: 111188;
185
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
186
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
186
187
  };
187
188
  };
188
189
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -262,6 +263,7 @@ export declare const real: {
262
263
  readonly bridge: "real-canonical";
263
264
  readonly chainId: 111188;
264
265
  readonly documentation: "https://developers.circle.com/docs";
266
+ readonly tags: readonly ["STABLECOIN"];
265
267
  };
266
268
  readonly DAI: {
267
269
  readonly name: "DAI Stablecoin";
@@ -275,7 +277,7 @@ export declare const real: {
275
277
  readonly bridge: "real-canonical";
276
278
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
277
279
  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";
278
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
280
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
279
281
  };
280
282
  readonly arcUSD: {
281
283
  readonly name: "arcUSD";
@@ -288,7 +290,7 @@ export declare const real: {
288
290
  readonly description: "Arcana distributes the yield generated from delta-neutral strategies through arcUSD, a rebasing token soft-pegged to the dollar. The yield is distributed to arcUSD holders in the form of daily rebases, increasing their balance each period. On top of the rebases, arcUSD can be deployed in DeFi to unlock additional reward composability.";
289
291
  readonly bridge: "native";
290
292
  readonly chainId: 111188;
291
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
293
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
292
294
  };
293
295
  readonly UKRE: {
294
296
  readonly name: "UK Real Estate";
@@ -301,7 +303,7 @@ export declare const real: {
301
303
  readonly description: "UKRE is a Tangible Basket token backed by tokenized real estate in the UK. Tangible Baskets are permissionless, rebasing ERC-20 tokens—100% backed by tokenized, yield-generating real estate—that distributed yield back to token holders via daily rebase. Baskets price is soft-pegged to the TPV (true property value) of the assets in the pool and will fluctuate based on market demand and the activity of arbitrageurs. With Baskets, anyone, anywhere, at any budget can invest in income-producing real estate with just a few clicks.";
302
304
  readonly bridge: "native";
303
305
  readonly chainId: 111188;
304
- readonly risks: readonly ["NO_TIMELOCK"];
306
+ readonly tags: readonly ["NO_TIMELOCK"];
305
307
  };
306
308
  readonly USTB: {
307
309
  readonly name: "US T-Bill";
@@ -314,7 +316,7 @@ export declare const real: {
314
316
  readonly description: "USTB is a fully permissionless, cross-chain, rebasing dollar-pegged stablecoin. USTB is a wrapped version of USDM, with USDM supplying 100% of the backing for USTB. USDM is backed by Mountain Protocol's reserves of short-duration US Treasuries (T-Bills) having an average duration of less than 3 months or less.";
315
317
  readonly bridge: "layer-zero";
316
318
  readonly chainId: 111188;
317
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
319
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
318
320
  };
319
321
  readonly PEARL: {
320
322
  readonly name: "Pearl";
@@ -327,7 +329,7 @@ export declare const real: {
327
329
  readonly description: "Pearl is the native liquidity layer for RWAs on re.al blockchain. Pearl provides a liquidity solution for both new and existing RWA protocols, solving initial liquidity challenges while also serving as an efficient solution to long-term liquidity incentivization.";
328
330
  readonly bridge: "native";
329
331
  readonly chainId: 111188;
330
- readonly risks: readonly ["NO_TIMELOCK"];
332
+ readonly tags: readonly ["NO_TIMELOCK"];
331
333
  };
332
334
  readonly RWA: {
333
335
  readonly name: "re.al";
@@ -340,7 +342,7 @@ export declare const real: {
340
342
  readonly description: "The RWA token is the governance token to the re.al ecosystem. RWA will exist unlocked as RWA (ERC-20) and locked as veRWA (ERC-721). When locked into veRWA it will provide holders two primary benefits: Value Accrual and Governance Rights";
341
343
  readonly bridge: "native";
342
344
  readonly chainId: 111188;
343
- readonly risks: readonly ["NO_TIMELOCK"];
345
+ readonly tags: readonly ["NO_TIMELOCK"];
344
346
  };
345
347
  readonly stRWA: {
346
348
  readonly name: "Liquid Staked RWA";
@@ -353,7 +355,7 @@ export declare const real: {
353
355
  readonly description: "stRWA is a liquid version of veRWA that rebases to distribute accrued yield, making veRWA liquid and composable with DeFi protocols.";
354
356
  readonly bridge: "native";
355
357
  readonly chainId: 111188;
356
- readonly risks: readonly ["NO_TIMELOCK"];
358
+ readonly tags: readonly ["NO_TIMELOCK"];
357
359
  };
358
360
  readonly MORE: {
359
361
  readonly name: "MORE";
@@ -366,7 +368,7 @@ export declare const real: {
366
368
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
367
369
  readonly bridge: "native";
368
370
  readonly chainId: 111188;
369
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
371
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
370
372
  };
371
373
  }>;
372
374
  readonly native: {