@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
@@ -44,6 +44,7 @@ exports.tokens = {
44
44
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
45
45
  documentation: '',
46
46
  bridge: 'native',
47
+ tags: ['STABLECOIN'],
47
48
  },
48
49
  USDT: {
49
50
  name: 'Bridged USDT (Sonic Labs)',
@@ -56,6 +57,7 @@ exports.tokens = {
56
57
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
57
58
  documentation: 'https://tether.to/en/how-it-works',
58
59
  bridge: 'sonic-canonical',
60
+ tags: ['STABLECOIN'],
59
61
  },
60
62
  WETH: {
61
63
  name: 'Wrapped Ether on Sonic',
@@ -121,7 +123,7 @@ exports.tokens = {
121
123
  description: 'Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
122
124
  documentation: 'https://docs.rings.money/',
123
125
  bridge: 'layer-zero',
124
- risks: ['SYNTH_STABLE'],
126
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
125
127
  },
126
128
  stkscUSD: {
127
129
  name: 'Staked Sonic USD',
@@ -135,7 +137,7 @@ exports.tokens = {
135
137
  description: 'Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
136
138
  documentation: 'https://docs.rings.money/',
137
139
  bridge: 'layer-zero',
138
- risks: ['SYNTH_STABLE'],
140
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
139
141
  },
140
142
  wstkscUSD: {
141
143
  name: 'Wrapped stkscUSD',
@@ -149,7 +151,7 @@ exports.tokens = {
149
151
  description: 'Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
150
152
  documentation: 'https://docs.rings.money/',
151
153
  bridge: 'native',
152
- risks: ['SYNTH_STABLE'],
154
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
153
155
  },
154
156
  BRUSH: {
155
157
  name: 'PaintSwap',
@@ -201,7 +203,7 @@ exports.tokens = {
201
203
  bridge: 'native',
202
204
  description: 'SHADOW is the governance token for the Shadow Exchange. Shadow Exchange is a concentrated liquidity layer and exchange built on the Sonic network, powered by x(3,3) — a more fluid and accessible incentive model.',
203
205
  documentation: 'https://docs.shadow.so/',
204
- risks: ['LARGE_HOLDERS'],
206
+ tags: ['LARGE_HOLDERS'],
205
207
  },
206
208
  xSHADOW: {
207
209
  name: 'xSHADOW',
@@ -215,7 +217,7 @@ exports.tokens = {
215
217
  bridge: 'native',
216
218
  description: 'SHADOW is the governance token for the Shadow Exchange. Shadow Exchange is a concentrated liquidity layer and exchange built on the Sonic network, powered by x(3,3) — a more fluid and accessible incentive model.',
217
219
  documentation: 'https://docs.shadow.so/',
218
- risks: ['LARGE_HOLDERS'],
220
+ tags: ['LARGE_HOLDERS'],
219
221
  },
220
222
  x33: {
221
223
  name: 'x33',
@@ -229,7 +231,7 @@ exports.tokens = {
229
231
  bridge: 'native',
230
232
  description: 'x33 is the liquid-staking wrapper for SHADOW, the governance token for the Shadow Exchange. Shadow Exchange is a concentrated liquidity layer and exchange built on the Sonic network, powered by x(3,3) — a more fluid and accessible incentive model.',
231
233
  documentation: 'https://docs.shadow.so/',
232
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
234
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
233
235
  },
234
236
  SWPx: {
235
237
  name: 'SwapX',
@@ -243,7 +245,7 @@ exports.tokens = {
243
245
  bridge: 'native',
244
246
  description: 'SWPx is the governance token for the SwapX. SwapX is a decentralized exchange (DEX) which aims to become the leading platform for native concentrated liquidity on Sonic Blockchain.',
245
247
  documentation: 'https://swapxfi.gitbook.io/swapx-docs',
246
- risks: ['NO_TIMELOCK'],
248
+ tags: ['NO_TIMELOCK'],
247
249
  },
248
250
  mooBIFI: {
249
251
  name: 'Bridged BIFI Vault Receipt',
@@ -270,6 +272,7 @@ exports.tokens = {
270
272
  description: 'Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
271
273
  documentation: 'https://docs.rings.money/',
272
274
  bridge: 'layer-zero',
275
+ tags: ['CURATED', 'SYNTHETIC'],
273
276
  },
274
277
  wstkscETH: {
275
278
  name: 'Wrapped stkscETH',
@@ -283,6 +286,7 @@ exports.tokens = {
283
286
  description: 'Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
284
287
  documentation: 'https://docs.rings.money/',
285
288
  bridge: 'native',
289
+ tags: ['CURATED'],
286
290
  },
287
291
  frxETH: {
288
292
  name: 'Frax Ether',
@@ -319,7 +323,7 @@ exports.tokens = {
319
323
  description: 'frxUSD is a dollar-pegged stablecoin that uses “Algorithmic Market Operation” (AMO) smart contracts and permissionless, non-custodial subprotocols as stability mechanisms.',
320
324
  bridge: 'layer-zero',
321
325
  documentation: 'https://docs.frax.finance/',
322
- risks: ['SYNTH_STABLE'],
326
+ tags: ['STABLECOIN', 'SYNTHETIC'],
323
327
  },
324
328
  sfrxUSD: {
325
329
  name: 'Staked Frax USD',
@@ -332,6 +336,7 @@ exports.tokens = {
332
336
  description: 'Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.',
333
337
  bridge: 'layer-zero',
334
338
  documentation: 'https://docs.frax.finance/',
339
+ tags: ['SYNTHETIC'],
335
340
  },
336
341
  mooSiloSonicUSDCe: {
337
342
  name: 'Moo Silo Sonic USDCe',
@@ -345,6 +350,7 @@ exports.tokens = {
345
350
  description: 'USDC.e staked into the Silo (wS Market) vault.',
346
351
  documentation: 'https://docs.beefy.finance/',
347
352
  bridge: 'native',
353
+ tags: ['STABLECOIN'],
348
354
  },
349
355
  WBTC: {
350
356
  name: 'Wrapped BTC',
@@ -371,6 +377,7 @@ exports.tokens = {
371
377
  description: 'Rings is a meta-stablecoin for USD, ETH & BTC offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
372
378
  documentation: 'https://docs.rings.money/',
373
379
  bridge: 'layer-zero',
380
+ tags: ['CURATED', 'SYNTHETIC'],
374
381
  },
375
382
  GEMS: {
376
383
  name: 'Shadow wrapped Gems',
@@ -410,7 +417,7 @@ exports.tokens = {
410
417
  description: 'Silo is a non-custodial lending protocol to borrow any crypto asset with another.',
411
418
  documentation: 'https://devdocs.silo.finance/',
412
419
  bridge: 'sonic-canonical',
413
- risks: ['NO_TIMELOCK'],
420
+ tags: ['NO_TIMELOCK'],
414
421
  },
415
422
  beS: {
416
423
  name: 'beSonic',
@@ -463,6 +470,7 @@ exports.tokens = {
463
470
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
464
471
  description: 'Aave interest bearing USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
465
472
  staked: true,
473
+ tags: ['STABLECOIN'],
466
474
  },
467
475
  waSonUSDC: {
468
476
  name: 'Aave Sonic USDC',
@@ -489,6 +497,7 @@ exports.tokens = {
489
497
  description: 'Silo scUSD market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
490
498
  documentation: 'https://docs.rings.money/',
491
499
  bridge: 'layer-zero',
500
+ tags: ['CURATED', 'SYNTHETIC'],
492
501
  },
493
502
  SiloWETH: {
494
503
  name: 'Silo wETH',
@@ -515,6 +524,7 @@ exports.tokens = {
515
524
  description: 'Silo scETH market. Rings is a meta-stablecoin for USD & ETH offering competitive yield for stakers, providing deep liquidity for Sonic DeFi, and funding Sonic DeFi projects via its lockers.',
516
525
  documentation: 'https://docs.rings.money/',
517
526
  bridge: 'layer-zero',
527
+ tags: ['CURATED', 'SYNTHETIC'],
518
528
  },
519
529
  beGEMS1: {
520
530
  name: 'Beefy Gems Season 1',
@@ -540,6 +550,6 @@ exports.tokens = {
540
550
  website: 'https://animera.world/',
541
551
  description: 'Display your prowess in Search For Animera: Star Siege, a Free-To-Play cosmic shooter where adversaries from every corner of the galaxy vie for glory, fame, and lucrative rewards.',
542
552
  bridge: 'native',
543
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
553
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
544
554
  },
545
555
  };
@@ -66,6 +66,7 @@ export declare const zkevm: {
66
66
  readonly documentation: "https://developers.circle.com/docs";
67
67
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
68
68
  readonly bridge: "zkevm-canonical";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly MATIC: {
71
72
  readonly name: "Matic Token";
@@ -105,6 +106,7 @@ export declare const zkevm: {
105
106
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold.Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
106
107
  readonly documentation: "https://tether.to/en/how-it-works";
107
108
  readonly bridge: "zkevm-canonical";
109
+ readonly tags: readonly ["STABLECOIN"];
108
110
  };
109
111
  readonly DAI: {
110
112
  readonly name: "Dai Stablecoin";
@@ -118,7 +120,7 @@ export declare const zkevm: {
118
120
  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";
119
121
  readonly documentation: "https://docs.makerdao.com/";
120
122
  readonly bridge: "zkevm-canonical";
121
- readonly risks: readonly ["SYNTH_STABLE"];
123
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
122
124
  };
123
125
  readonly stMATIC: {
124
126
  readonly name: "Staked MATIC";
@@ -158,7 +160,7 @@ export declare const zkevm: {
158
160
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
159
161
  readonly documentation: "https://docs.frax.finance/";
160
162
  readonly bridge: "frax";
161
- readonly risks: readonly ["SYNTH_STABLE"];
163
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
162
164
  };
163
165
  readonly frxETH: {
164
166
  readonly name: "Frax Ether";
@@ -330,6 +332,7 @@ export declare const zkevm: {
330
332
  readonly documentation: "https://developers.circle.com/docs";
331
333
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
332
334
  readonly bridge: "zkevm-canonical";
335
+ readonly tags: readonly ["STABLECOIN"];
333
336
  };
334
337
  readonly MATIC: {
335
338
  readonly name: "Matic Token";
@@ -369,6 +372,7 @@ export declare const zkevm: {
369
372
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold.Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
370
373
  readonly documentation: "https://tether.to/en/how-it-works";
371
374
  readonly bridge: "zkevm-canonical";
375
+ readonly tags: readonly ["STABLECOIN"];
372
376
  };
373
377
  readonly DAI: {
374
378
  readonly name: "Dai Stablecoin";
@@ -382,7 +386,7 @@ export declare const zkevm: {
382
386
  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";
383
387
  readonly documentation: "https://docs.makerdao.com/";
384
388
  readonly bridge: "zkevm-canonical";
385
- readonly risks: readonly ["SYNTH_STABLE"];
389
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
386
390
  };
387
391
  readonly stMATIC: {
388
392
  readonly name: "Staked MATIC";
@@ -422,7 +426,7 @@ export declare const zkevm: {
422
426
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
423
427
  readonly documentation: "https://docs.frax.finance/";
424
428
  readonly bridge: "frax";
425
- readonly risks: readonly ["SYNTH_STABLE"];
429
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
426
430
  };
427
431
  readonly frxETH: {
428
432
  readonly name: "Frax Ether";
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly documentation: "https://developers.circle.com/docs";
64
64
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
65
65
  readonly bridge: "zkevm-canonical";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly MATIC: {
68
69
  readonly name: "Matic Token";
@@ -102,6 +103,7 @@ export declare const tokens: {
102
103
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold.Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
103
104
  readonly documentation: "https://tether.to/en/how-it-works";
104
105
  readonly bridge: "zkevm-canonical";
106
+ readonly tags: readonly ["STABLECOIN"];
105
107
  };
106
108
  readonly DAI: {
107
109
  readonly name: "Dai Stablecoin";
@@ -115,7 +117,7 @@ export declare const tokens: {
115
117
  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";
116
118
  readonly documentation: "https://docs.makerdao.com/";
117
119
  readonly bridge: "zkevm-canonical";
118
- readonly risks: readonly ["SYNTH_STABLE"];
120
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
119
121
  };
120
122
  readonly stMATIC: {
121
123
  readonly name: "Staked MATIC";
@@ -155,7 +157,7 @@ export declare const tokens: {
155
157
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
156
158
  readonly documentation: "https://docs.frax.finance/";
157
159
  readonly bridge: "frax";
158
- readonly risks: readonly ["SYNTH_STABLE"];
160
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
159
161
  };
160
162
  readonly frxETH: {
161
163
  readonly name: "Frax Ether";
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  documentation: 'https://developers.circle.com/docs',
32
32
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
33
33
  bridge: 'zkevm-canonical',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  MATIC: {
36
37
  name: 'Matic Token',
@@ -70,6 +71,7 @@ exports.tokens = {
70
71
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold.Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
71
72
  documentation: 'https://tether.to/en/how-it-works',
72
73
  bridge: 'zkevm-canonical',
74
+ tags: ['STABLECOIN'],
73
75
  },
74
76
  DAI: {
75
77
  name: 'Dai Stablecoin',
@@ -83,7 +85,7 @@ exports.tokens = {
83
85
  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',
84
86
  documentation: 'https://docs.makerdao.com/',
85
87
  bridge: 'zkevm-canonical',
86
- risks: ['SYNTH_STABLE'],
88
+ tags: ['STABLECOIN', 'SYNTHETIC'],
87
89
  },
88
90
  stMATIC: {
89
91
  name: 'Staked MATIC',
@@ -123,7 +125,7 @@ exports.tokens = {
123
125
  description: 'Frax is the first fractional-algorithmic stablecoin protocol.',
124
126
  documentation: 'https://docs.frax.finance/',
125
127
  bridge: 'frax',
126
- risks: ['SYNTH_STABLE'],
128
+ tags: ['STABLECOIN', 'SYNTHETIC'],
127
129
  },
128
130
  frxETH: {
129
131
  name: 'Frax Ether',
@@ -90,7 +90,7 @@ export declare const zksync: {
90
90
  readonly description: "The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.";
91
91
  readonly bridge: "zksync-canonical";
92
92
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
93
- readonly risks: readonly ["SYNTH_STABLE"];
93
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
94
94
  };
95
95
  readonly VC: {
96
96
  readonly name: "Velocore";
@@ -117,6 +117,7 @@ export declare const zksync: {
117
117
  readonly documentation: "https://developers.circle.com/docs";
118
118
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
119
119
  readonly bridge: "zksync-canonical";
120
+ readonly tags: readonly ["STABLECOIN"];
120
121
  };
121
122
  readonly BUSD: {
122
123
  readonly name: "Binance USD";
@@ -130,7 +131,7 @@ export declare const zksync: {
130
131
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
131
132
  readonly bridge: "zksync-canonical";
132
133
  readonly documentation: "";
133
- readonly risks: readonly ["SYNTH_STABLE"];
134
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
134
135
  };
135
136
  readonly 'USD+': {
136
137
  readonly name: "USD+";
@@ -143,6 +144,7 @@ export declare const zksync: {
143
144
  readonly website: "https://overnight.fi/";
144
145
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
145
146
  readonly documentation: "https://docs.overnight.fi/";
147
+ readonly tags: readonly ["CURATED"];
146
148
  };
147
149
  readonly WBTC: {
148
150
  readonly name: "Wrapped BTC";
@@ -193,6 +195,7 @@ export declare const zksync: {
193
195
  readonly documentation: "https://developers.circle.com/docs";
194
196
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
195
197
  readonly bridge: "native";
198
+ readonly tags: readonly ["STABLECOIN"];
196
199
  };
197
200
  readonly USDT: {
198
201
  readonly name: "Tether USD";
@@ -206,6 +209,7 @@ export declare const zksync: {
206
209
  readonly documentation: "https://tether.to/en/how-it-works";
207
210
  readonly description: "Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
208
211
  readonly bridge: "zksync-canonical";
212
+ readonly tags: readonly ["STABLECOIN"];
209
213
  };
210
214
  };
211
215
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -297,7 +301,7 @@ export declare const zksync: {
297
301
  readonly description: "The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.";
298
302
  readonly bridge: "zksync-canonical";
299
303
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
300
- readonly risks: readonly ["SYNTH_STABLE"];
304
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
301
305
  };
302
306
  readonly VC: {
303
307
  readonly name: "Velocore";
@@ -324,6 +328,7 @@ export declare const zksync: {
324
328
  readonly documentation: "https://developers.circle.com/docs";
325
329
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
326
330
  readonly bridge: "zksync-canonical";
331
+ readonly tags: readonly ["STABLECOIN"];
327
332
  };
328
333
  readonly BUSD: {
329
334
  readonly name: "Binance USD";
@@ -337,7 +342,7 @@ export declare const zksync: {
337
342
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
338
343
  readonly bridge: "zksync-canonical";
339
344
  readonly documentation: "";
340
- readonly risks: readonly ["SYNTH_STABLE"];
345
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
341
346
  };
342
347
  readonly 'USD+': {
343
348
  readonly name: "USD+";
@@ -350,6 +355,7 @@ export declare const zksync: {
350
355
  readonly website: "https://overnight.fi/";
351
356
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
352
357
  readonly documentation: "https://docs.overnight.fi/";
358
+ readonly tags: readonly ["CURATED"];
353
359
  };
354
360
  readonly WBTC: {
355
361
  readonly name: "Wrapped BTC";
@@ -400,6 +406,7 @@ export declare const zksync: {
400
406
  readonly documentation: "https://developers.circle.com/docs";
401
407
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
402
408
  readonly bridge: "native";
409
+ readonly tags: readonly ["STABLECOIN"];
403
410
  };
404
411
  readonly USDT: {
405
412
  readonly name: "Tether USD";
@@ -413,6 +420,7 @@ export declare const zksync: {
413
420
  readonly documentation: "https://tether.to/en/how-it-works";
414
421
  readonly description: "Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
415
422
  readonly bridge: "zksync-canonical";
423
+ readonly tags: readonly ["STABLECOIN"];
416
424
  };
417
425
  }>;
418
426
  readonly native: {
@@ -87,7 +87,7 @@ export declare const tokens: {
87
87
  readonly description: "The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.";
88
88
  readonly bridge: "zksync-canonical";
89
89
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
90
- readonly risks: readonly ["SYNTH_STABLE"];
90
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
91
91
  };
92
92
  readonly VC: {
93
93
  readonly name: "Velocore";
@@ -114,6 +114,7 @@ export declare const tokens: {
114
114
  readonly documentation: "https://developers.circle.com/docs";
115
115
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
116
116
  readonly bridge: "zksync-canonical";
117
+ readonly tags: readonly ["STABLECOIN"];
117
118
  };
118
119
  readonly BUSD: {
119
120
  readonly name: "Binance USD";
@@ -127,7 +128,7 @@ export declare const tokens: {
127
128
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
128
129
  readonly bridge: "zksync-canonical";
129
130
  readonly documentation: "";
130
- readonly risks: readonly ["SYNTH_STABLE"];
131
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
131
132
  };
132
133
  readonly 'USD+': {
133
134
  readonly name: "USD+";
@@ -140,6 +141,7 @@ export declare const tokens: {
140
141
  readonly website: "https://overnight.fi/";
141
142
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
142
143
  readonly documentation: "https://docs.overnight.fi/";
144
+ readonly tags: readonly ["CURATED"];
143
145
  };
144
146
  readonly WBTC: {
145
147
  readonly name: "Wrapped BTC";
@@ -190,6 +192,7 @@ export declare const tokens: {
190
192
  readonly documentation: "https://developers.circle.com/docs";
191
193
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
192
194
  readonly bridge: "native";
195
+ readonly tags: readonly ["STABLECOIN"];
193
196
  };
194
197
  readonly USDT: {
195
198
  readonly name: "Tether USD";
@@ -203,5 +206,6 @@ export declare const tokens: {
203
206
  readonly documentation: "https://tether.to/en/how-it-works";
204
207
  readonly description: "Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.";
205
208
  readonly bridge: "zksync-canonical";
209
+ readonly tags: readonly ["STABLECOIN"];
206
210
  };
207
211
  };
@@ -55,7 +55,7 @@ exports.tokens = {
55
55
  description: 'The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.',
56
56
  bridge: 'zksync-canonical',
57
57
  documentation: 'https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation',
58
- risks: ['SYNTH_STABLE'],
58
+ tags: ['STABLECOIN', 'SYNTHETIC'],
59
59
  },
60
60
  VC: {
61
61
  name: 'Velocore',
@@ -82,6 +82,7 @@ exports.tokens = {
82
82
  documentation: 'https://developers.circle.com/docs',
83
83
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
84
84
  bridge: 'zksync-canonical',
85
+ tags: ['STABLECOIN'],
85
86
  },
86
87
  BUSD: {
87
88
  name: 'Binance USD',
@@ -95,7 +96,7 @@ exports.tokens = {
95
96
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.',
96
97
  bridge: 'zksync-canonical',
97
98
  documentation: '',
98
- risks: ['SYNTH_STABLE'],
99
+ tags: ['STABLECOIN', 'SYNTHETIC'],
99
100
  },
100
101
  'USD+': {
101
102
  name: 'USD+',
@@ -108,6 +109,7 @@ exports.tokens = {
108
109
  website: 'https://overnight.fi/',
109
110
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
110
111
  documentation: 'https://docs.overnight.fi/',
112
+ tags: ['CURATED'],
111
113
  },
112
114
  WBTC: {
113
115
  name: 'Wrapped BTC',
@@ -158,6 +160,7 @@ exports.tokens = {
158
160
  documentation: 'https://developers.circle.com/docs',
159
161
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
160
162
  bridge: 'native',
163
+ tags: ['STABLECOIN'],
161
164
  },
162
165
  USDT: {
163
166
  name: 'Tether USD',
@@ -171,5 +174,6 @@ exports.tokens = {
171
174
  documentation: 'https://tether.to/en/how-it-works',
172
175
  description: 'Tether converts cash into digital currency, to anchor or tether the value to the price of national currencies like the US dollar, the Euro, and the offshore Chinese yuan.',
173
176
  bridge: 'zksync-canonical',
177
+ tags: ['STABLECOIN'],
174
178
  },
175
179
  };
@@ -12,7 +12,7 @@ export interface Token {
12
12
  oracle?: 'tokens' | 'lps';
13
13
  bridge?: string;
14
14
  staked?: boolean;
15
- risks?: ReadonlyArray<'NO_TIMELOCK' | 'LARGE_HOLDERS' | 'SYNTH_STABLE'>;
15
+ tags?: ReadonlyArray<'NO_TIMELOCK' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS'>;
16
16
  }
17
17
  export interface TokenWithId extends Token {
18
18
  id: string;