@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
@@ -22,7 +22,7 @@ const MAI = {
22
22
  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.",
23
23
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
24
24
  documentation: 'https://docs.mai.finance/',
25
- risks: ['SYNTH_STABLE'],
25
+ tags: ['STABLECOIN', 'SYNTHETIC'],
26
26
  };
27
27
  export const tokens = {
28
28
  WNATIVE: MATIC,
@@ -68,7 +68,7 @@ export const tokens = {
68
68
  bridge: 'native',
69
69
  chainId: 137,
70
70
  logoURI: '',
71
- risks: ['SYNTH_STABLE'],
71
+ tags: ['STABLECOIN', 'SYNTHETIC'],
72
72
  },
73
73
  MVX: {
74
74
  name: 'MVX',
@@ -95,6 +95,7 @@ export const tokens = {
95
95
  bridge: 'binance-peg',
96
96
  chainId: 137,
97
97
  logoURI: '',
98
+ tags: ['SYNTHETIC'],
98
99
  },
99
100
  spUSDC: {
100
101
  name: 'Stargate USD Coin LP',
@@ -120,6 +121,7 @@ export const tokens = {
120
121
  bridge: 'native',
121
122
  logoURI: '',
122
123
  documentation: 'https://docs.overnight.fi/',
124
+ tags: ['CURATED'],
123
125
  },
124
126
  spUSDT: {
125
127
  name: 'Stargate Tether USD LP',
@@ -176,6 +178,7 @@ export const tokens = {
176
178
  website: 'https://matic.ripae.finance/',
177
179
  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.',
178
180
  logoURI: 'https://matic.ripae.finance/static/media/ripae_pftm.1a3fe2b4.svg',
181
+ tags: ['SYNTHETIC'],
179
182
  },
180
183
  LCD: {
181
184
  name: 'Lucidao',
@@ -210,6 +213,7 @@ export const tokens = {
210
213
  logoURI: 'https://tokens.pancakeswap.finance/images/0xD30DC92b8ec0fa8de625768d208f51A93C10aFF2.svg',
211
214
  website: '',
212
215
  description: '',
216
+ tags: ['SYNTHETIC'],
213
217
  },
214
218
  crvUSD: {
215
219
  name: 'Curve USD Stablecoin',
@@ -223,7 +227,7 @@ export const tokens = {
223
227
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
224
228
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
225
229
  bridge: 'polygon-canonical',
226
- risks: ['SYNTH_STABLE'],
230
+ tags: ['STABLECOIN', 'SYNTHETIC'],
227
231
  },
228
232
  NZDS: {
229
233
  name: 'New Zealand Dollar Stablecoin',
@@ -246,6 +250,7 @@ export const tokens = {
246
250
  website: 'https://jarvis.network/',
247
251
  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.',
248
252
  logoURI: 'https://app.jarvis.exchange/assets/bd5ec61c3163ddb222eaadb2ce8d8042.svg',
253
+ tags: ['SYNTHETIC'],
249
254
  },
250
255
  newQUICK: {
251
256
  name: 'Quickswap',
@@ -387,7 +392,7 @@ export const tokens = {
387
392
  bridge: 'native',
388
393
  logoURI: 'https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422',
389
394
  documentation: 'https://docs.mimo.capital/parallel-protocol/parallel-protocol/par',
390
- risks: ['SYNTH_STABLE'],
395
+ tags: ['STABLECOIN', 'SYNTHETIC'],
391
396
  },
392
397
  EURS: {
393
398
  name: 'STATIS EURS Token',
@@ -399,7 +404,7 @@ export const tokens = {
399
404
  website: 'https://stasis.net/',
400
405
  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.',
401
406
  logoURI: 'https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779',
402
- risks: ['SYNTH_STABLE'],
407
+ tags: ['STABLECOIN', 'SYNTHETIC'],
403
408
  },
404
409
  EURt: {
405
410
  name: 'Euro Tether',
@@ -412,6 +417,7 @@ export const tokens = {
412
417
  description: 'Euro Tether token (EURt) is the first euro-pegged stablecoin pegged to the Euro.',
413
418
  bridge: 'polygon-canonical',
414
419
  logoURI: 'https://assets.coingecko.com/coins/images/17385/small/Tether_full_logo_dm.png?1627537298',
420
+ tags: ['STABLECOIN'],
415
421
  },
416
422
  renBTC: {
417
423
  name: 'renBTC',
@@ -423,6 +429,7 @@ export const tokens = {
423
429
  website: 'https://renproject.io/',
424
430
  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.',
425
431
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
432
+ tags: ['SYNTHETIC'],
426
433
  },
427
434
  IXT: {
428
435
  name: 'IX Token IXT',
@@ -457,6 +464,7 @@ export const tokens = {
457
464
  website: 'https://www.straitsx.com/sg',
458
465
  description: 'XSGD is the digital Singapore Dollar running on the Ethereum and Zilliqa blockchains.',
459
466
  logoURI: '',
467
+ tags: ['STABLECOIN'],
460
468
  },
461
469
  jSGD: {
462
470
  name: 'Jarvis Synthetic Singapore Dollar',
@@ -468,7 +476,7 @@ export const tokens = {
468
476
  website: 'https://jarvis.network/',
469
477
  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.',
470
478
  logoURI: '',
471
- risks: ['SYNTH_STABLE'],
479
+ tags: ['STABLECOIN', 'SYNTHETIC'],
472
480
  },
473
481
  FUSE: {
474
482
  name: 'Fuse',
@@ -546,6 +554,7 @@ export const tokens = {
546
554
  logoURI: 'https://i.ibb.co/VDPBwHS/cx-ETH-128x128.png',
547
555
  website: 'https://celsiusx.io/ ',
548
556
  description: 'CelsiusX Wrapped ETH Token',
557
+ tags: ['SYNTHETIC'],
549
558
  },
550
559
  cxADA: {
551
560
  name: 'CelsiusX Wrapped ADA',
@@ -557,6 +566,7 @@ export const tokens = {
557
566
  logoURI: 'https://i.ibb.co/x3RcB6Q/cx-ADA-128x128.png',
558
567
  website: 'https://celsiusx.io/ ',
559
568
  description: 'CelsiusX Wrapped ADA Token',
569
+ tags: ['SYNTHETIC'],
560
570
  },
561
571
  cxDOGE: {
562
572
  name: 'CelsiusX Wrapped DOGE',
@@ -568,6 +578,7 @@ export const tokens = {
568
578
  logoURI: 'https://i.ibb.co/FH1GMYX/cx-DOGE-128x128.png',
569
579
  website: 'https://celsiusx.io/ ',
570
580
  description: 'CelsiusX Wrapped DOGE Token',
581
+ tags: ['SYNTHETIC'],
571
582
  },
572
583
  FODL: {
573
584
  name: 'Fodl Finance FODL',
@@ -601,6 +612,7 @@ export const tokens = {
601
612
  website: 'https://paytrie.com/cadc',
602
613
  description: 'CADC is a fully-backed stable coin for the Canadian Dollar, issued by PayTrie.',
603
614
  logoURI: 'https://assets.coingecko.com/coins/images/14149/small/cadc_2.png?1614666625',
615
+ tags: ['STABLECOIN'],
604
616
  },
605
617
  jCAD: {
606
618
  name: 'Jarvis Synthetic Canadian Dollar',
@@ -612,7 +624,7 @@ export const tokens = {
612
624
  website: 'https://jarvis.network/',
613
625
  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.',
614
626
  logoURI: 'https://yield.jarvis.network/static/media/jCAD.832ff304.png',
615
- risks: ['SYNTH_STABLE'],
627
+ tags: ['STABLECOIN', 'SYNTHETIC'],
616
628
  },
617
629
  USTw: {
618
630
  name: 'TerraUSD (Wormhole)',
@@ -624,6 +636,7 @@ export const tokens = {
624
636
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png',
625
637
  website: 'https://coinmarketcap.com/currencies/terrausd-wormhole/',
626
638
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
639
+ tags: ['SYNTHETIC'],
627
640
  },
628
641
  ETH2x: {
629
642
  name: 'ETH 2x Flexible Leverage Index',
@@ -635,6 +648,7 @@ export const tokens = {
635
648
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/9789.png',
636
649
  website: 'https://www.indexcoop.com/ethfli',
637
650
  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.',
651
+ tags: ['SYNTHETIC'],
638
652
  },
639
653
  gOHM: {
640
654
  name: 'Governance OHM',
@@ -657,6 +671,7 @@ export const tokens = {
657
671
  website: 'https://www.trueusd.com/',
658
672
  description: 'TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.',
659
673
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png',
674
+ tags: ['STABLECOIN'],
660
675
  },
661
676
  WCRO: {
662
677
  name: 'WCRO',
@@ -703,7 +718,7 @@ export const tokens = {
703
718
  bridge: 'native',
704
719
  logoURI: 'https://i.imgur.com/ZvP634G.png',
705
720
  documentation: 'https://learn.jarvis.network/',
706
- risks: ['SYNTH_STABLE'],
721
+ tags: ['STABLECOIN', 'SYNTHETIC'],
707
722
  },
708
723
  jGBP: {
709
724
  name: 'Jarvis Synthetic British Pound',
@@ -715,7 +730,7 @@ export const tokens = {
715
730
  website: 'https://jarvis.network/',
716
731
  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.',
717
732
  logoURI: 'https://i.imgur.com/zOLD6Vf.png',
718
- risks: ['SYNTH_STABLE'],
733
+ tags: ['STABLECOIN', 'SYNTHETIC'],
719
734
  },
720
735
  jCHF: {
721
736
  name: 'Jarvis Synthetic Swiss Franc',
@@ -727,7 +742,7 @@ export const tokens = {
727
742
  website: 'https://jarvis.network/',
728
743
  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.',
729
744
  logoURI: 'https://i.imgur.com/EknGhAl.png',
730
- risks: ['SYNTH_STABLE'],
745
+ tags: ['STABLECOIN', 'SYNTHETIC'],
731
746
  },
732
747
  JRT: {
733
748
  name: 'Jarvis Reward Token',
@@ -920,7 +935,7 @@ export const tokens = {
920
935
  bridge: 'polygon-canonical',
921
936
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
922
937
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
923
- risks: ['SYNTH_STABLE'],
938
+ tags: ['STABLECOIN', 'SYNTHETIC'],
924
939
  },
925
940
  DEGEN: {
926
941
  name: 'DEGEN Index',
@@ -967,7 +982,7 @@ export const tokens = {
967
982
  website: 'https://frax.finance/',
968
983
  description: 'The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.',
969
984
  logoURI: 'https://avatars.githubusercontent.com/u/56005256?s=200&v=4',
970
- risks: ['SYNTH_STABLE'],
985
+ tags: ['STABLECOIN', 'SYNTHETIC'],
971
986
  },
972
987
  FXS: {
973
988
  name: 'Frax Share',
@@ -1148,6 +1163,7 @@ export const tokens = {
1148
1163
  bridge: 'polygon-canonical',
1149
1164
  chainId: 137,
1150
1165
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
1166
+ tags: ['SYNTHETIC', 'STABLECOIN'],
1151
1167
  },
1152
1168
  USDC: {
1153
1169
  name: 'USD Coin',
@@ -1161,6 +1177,7 @@ export const tokens = {
1161
1177
  chainId: 137,
1162
1178
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
1163
1179
  documentation: 'https://developers.circle.com/docs',
1180
+ tags: ['STABLECOIN'],
1164
1181
  },
1165
1182
  USDT: {
1166
1183
  name: 'USDT0',
@@ -1174,6 +1191,7 @@ export const tokens = {
1174
1191
  bridge: 'polygon-canonical',
1175
1192
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png',
1176
1193
  documentation: 'https://tether.to/en/how-it-works',
1194
+ tags: ['STABLECOIN'],
1177
1195
  },
1178
1196
  VISION: {
1179
1197
  name: 'Vision Token',
@@ -1261,7 +1279,7 @@ export const tokens = {
1261
1279
  decimals: 18,
1262
1280
  chainId: 137,
1263
1281
  logoURI: 'https://polygon.iron.finance/static/media/IRON.484ee2b8.png',
1264
- risks: ['SYNTH_STABLE'],
1282
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1265
1283
  },
1266
1284
  SUSHI: {
1267
1285
  name: 'Sushi',
@@ -1306,6 +1324,7 @@ export const tokens = {
1306
1324
  website: 'https://renproject.io/',
1307
1325
  description: 'renDOGE is a one-for-one representation of Dogecoin (DOGE) on Polygon via RenVM.',
1308
1326
  logoURI: 'https://polygonscan.com/token/images/rendogecoin_32.png',
1327
+ tags: ['SYNTHETIC'],
1309
1328
  },
1310
1329
  SNX: {
1311
1330
  name: 'SNX',
@@ -1373,6 +1392,7 @@ export const tokens = {
1373
1392
  website: 'https://app.badger.finance/ibBTC',
1374
1393
  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.',
1375
1394
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png',
1395
+ tags: ['SYNTHETIC'],
1376
1396
  },
1377
1397
  BNB: {
1378
1398
  name: 'AnySwap Bridge Polygon Binance Coin',
@@ -1395,7 +1415,7 @@ export const tokens = {
1395
1415
  website: 'https://rampdefi.com/',
1396
1416
  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.',
1397
1417
  logoURI: 'https://appv2.rampdefi.com/assets/icon/rusdc.svg',
1398
- risks: ['SYNTH_STABLE'],
1418
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1399
1419
  },
1400
1420
  UST: {
1401
1421
  name: 'USD Terra',
@@ -1407,7 +1427,7 @@ export const tokens = {
1407
1427
  website: 'https://www.terra.money/',
1408
1428
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
1409
1429
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png',
1410
- risks: ['SYNTH_STABLE'],
1430
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1411
1431
  },
1412
1432
  WMATIC_DFYN: {
1413
1433
  name: 'Wrapped Matic, DFYN version',
@@ -1539,6 +1559,7 @@ export const tokens = {
1539
1559
  logoURI: '',
1540
1560
  website: 'https://tomb.finance/',
1541
1561
  description: 'The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage',
1562
+ tags: ['SYNTHETIC'],
1542
1563
  },
1543
1564
  CLAM: {
1544
1565
  name: 'Otter Clam',
@@ -1574,7 +1595,7 @@ export const tokens = {
1574
1595
  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.',
1575
1596
  bridge: 'layer-zero',
1576
1597
  documentation: 'https://docs.angle.money/',
1577
- risks: ['SYNTH_STABLE'],
1598
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1578
1599
  },
1579
1600
  jJPY: {
1580
1601
  name: 'Jarvis Synthetic Yen',
@@ -1586,7 +1607,7 @@ export const tokens = {
1586
1607
  website: 'https://jarvis.network/',
1587
1608
  description: 'jJPY is a multi-collateralized synthetic token tracking the price of Yen. It is built on the top of UMA and Chainlink.',
1588
1609
  logoURI: '',
1589
- risks: ['SYNTH_STABLE'],
1610
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1590
1611
  },
1591
1612
  JPYC: {
1592
1613
  name: 'JPY Coin',
@@ -1598,7 +1619,7 @@ export const tokens = {
1598
1619
  website: 'https://jpyc.jp/',
1599
1620
  description: "JPYC (JPYCoin) is Japan's first Japanese Yen stablecoin that utilizes blockchain technology.",
1600
1621
  logoURI: '',
1601
- risks: ['SYNTH_STABLE'],
1622
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1602
1623
  },
1603
1624
  PSP: {
1604
1625
  name: 'ParaSwap',
@@ -1643,6 +1664,7 @@ export const tokens = {
1643
1664
  logoURI: 'https://assets.coingecko.com/coins/images/23354/small/eur.png?1643926562',
1644
1665
  website: 'https://monerium.com/',
1645
1666
  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.',
1667
+ tags: ['STABLECOIN'],
1646
1668
  },
1647
1669
  HOP: {
1648
1670
  name: 'HOP Protocol',
@@ -1667,6 +1689,7 @@ export const tokens = {
1667
1689
  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.',
1668
1690
  logoURI: '',
1669
1691
  documentation: 'https://docs.hop.exchange/',
1692
+ tags: ['SYNTHETIC'],
1670
1693
  },
1671
1694
  hUSDC: {
1672
1695
  name: 'USDC Hop Token',
@@ -1703,6 +1726,7 @@ export const tokens = {
1703
1726
  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.',
1704
1727
  logoURI: '',
1705
1728
  documentation: 'https://docs.hop.exchange/',
1729
+ tags: ['SYNTHETIC'],
1706
1730
  },
1707
1731
  amUSDT: {
1708
1732
  name: 'Aave Tether USD',
@@ -1740,6 +1764,7 @@ export const tokens = {
1740
1764
  website: 'https://app.balancer.fi/#/',
1741
1765
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1742
1766
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
1767
+ tags: ['STABLECOIN'],
1743
1768
  },
1744
1769
  amUSDC: {
1745
1770
  name: 'Aave USDC',
@@ -1777,6 +1802,7 @@ export const tokens = {
1777
1802
  website: 'https://app.balancer.fi/#/',
1778
1803
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1779
1804
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1805
+ tags: ['STABLECOIN'],
1780
1806
  },
1781
1807
  amDAI: {
1782
1808
  name: 'Aave DAI',
@@ -1790,6 +1816,7 @@ export const tokens = {
1790
1816
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1791
1817
  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.',
1792
1818
  bridge: 'native',
1819
+ tags: ['SYNTHETIC'],
1793
1820
  },
1794
1821
  wamDAI: {
1795
1822
  name: 'Wrapped Aave Tether DAI',
@@ -1802,6 +1829,7 @@ export const tokens = {
1802
1829
  website: 'https://makerdao.com/en/',
1803
1830
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1804
1831
  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.',
1832
+ tags: ['SYNTHETIC'],
1805
1833
  },
1806
1834
  bbamDAI: {
1807
1835
  name: 'Balancer Aave DAI Linear Pool',
@@ -1814,7 +1842,7 @@ export const tokens = {
1814
1842
  website: 'https://app.balancer.fi/#/',
1815
1843
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1816
1844
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1817
- risks: ['SYNTH_STABLE'],
1845
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1818
1846
  },
1819
1847
  bbamUSD: {
1820
1848
  name: 'Balancer Aave Stable Composable Pool',
@@ -1827,7 +1855,7 @@ export const tokens = {
1827
1855
  website: 'https://app.balancer.fi/#/',
1828
1856
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1829
1857
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1830
- risks: ['SYNTH_STABLE'],
1858
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1831
1859
  },
1832
1860
  '2BRZ': {
1833
1861
  name: 'Balancer 2BRZ Pool',
@@ -1852,7 +1880,7 @@ export const tokens = {
1852
1880
  description: 'jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.',
1853
1881
  logoURI: 'https://jarvis.network/images/jBRL.svg',
1854
1882
  documentation: 'https://learn.jarvis.network/',
1855
- risks: ['SYNTH_STABLE'],
1883
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1856
1884
  },
1857
1885
  BRZ: {
1858
1886
  name: 'BRZ Token',
@@ -1865,7 +1893,7 @@ export const tokens = {
1865
1893
  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.',
1866
1894
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
1867
1895
  documentation: 'https://brztoken.io/files/white_paper_BRZ_2023.pdf',
1868
- risks: ['SYNTH_STABLE'],
1896
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1869
1897
  },
1870
1898
  multiWUSDR: {
1871
1899
  name: 'Real USD',
@@ -1878,6 +1906,7 @@ export const tokens = {
1878
1906
  documentation: 'https://docs.tangible.store/',
1879
1907
  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.',
1880
1908
  logoURI: '',
1909
+ tags: ['SYNTHETIC'],
1881
1910
  },
1882
1911
  multiUSDR: {
1883
1912
  name: 'Real USD',
@@ -1890,6 +1919,7 @@ export const tokens = {
1890
1919
  documentation: 'https://docs.tangible.store/',
1891
1920
  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.',
1892
1921
  logoURI: '',
1922
+ tags: ['SYNTHETIC'],
1893
1923
  },
1894
1924
  wUSDR: {
1895
1925
  name: 'Real USD',
@@ -1902,6 +1932,7 @@ export const tokens = {
1902
1932
  documentation: 'https://docs.tangible.store/',
1903
1933
  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.',
1904
1934
  logoURI: '',
1935
+ tags: ['SYNTHETIC'],
1905
1936
  },
1906
1937
  USDR: {
1907
1938
  name: 'Real USD',
@@ -1914,6 +1945,7 @@ export const tokens = {
1914
1945
  documentation: 'https://docs.tangible.store/',
1915
1946
  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.',
1916
1947
  logoURI: '',
1948
+ tags: ['SYNTHETIC'],
1917
1949
  },
1918
1950
  CVR: {
1919
1951
  name: 'CAVIAR',
@@ -2034,6 +2066,7 @@ export const tokens = {
2034
2066
  bridge: 'axelar',
2035
2067
  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.',
2036
2068
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
2069
+ tags: ['STABLECOIN'],
2037
2070
  },
2038
2071
  TNGBL: {
2039
2072
  name: 'Tangible',
@@ -2110,7 +2143,7 @@ export const tokens = {
2110
2143
  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.',
2111
2144
  bridge: 'native',
2112
2145
  documentation: 'https://docs.stabl.fi/protocol-overview/introducing-stabl.fi',
2113
- risks: ['SYNTH_STABLE'],
2146
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2114
2147
  },
2115
2148
  asdCRV: {
2116
2149
  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: {