@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -41,6 +41,7 @@ export const tokens = {
41
41
  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.',
42
42
  documentation: '',
43
43
  bridge: 'native',
44
+ tags: ['STABLECOIN'],
44
45
  },
45
46
  USDT: {
46
47
  name: 'Bridged USDT (Sonic Labs)',
@@ -53,6 +54,7 @@ export const tokens = {
53
54
  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.',
54
55
  documentation: 'https://tether.to/en/how-it-works',
55
56
  bridge: 'sonic-canonical',
57
+ tags: ['STABLECOIN'],
56
58
  },
57
59
  WETH: {
58
60
  name: 'Wrapped Ether on Sonic',
@@ -118,7 +120,7 @@ export const tokens = {
118
120
  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.',
119
121
  documentation: 'https://docs.rings.money/',
120
122
  bridge: 'layer-zero',
121
- risks: ['SYNTH_STABLE'],
123
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
122
124
  },
123
125
  stkscUSD: {
124
126
  name: 'Staked Sonic USD',
@@ -132,7 +134,7 @@ export const tokens = {
132
134
  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.',
133
135
  documentation: 'https://docs.rings.money/',
134
136
  bridge: 'layer-zero',
135
- risks: ['SYNTH_STABLE'],
137
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
136
138
  },
137
139
  wstkscUSD: {
138
140
  name: 'Wrapped stkscUSD',
@@ -146,7 +148,7 @@ export const tokens = {
146
148
  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.',
147
149
  documentation: 'https://docs.rings.money/',
148
150
  bridge: 'native',
149
- risks: ['SYNTH_STABLE'],
151
+ tags: ['STABLECOIN', 'SYNTHETIC', 'CURATED'],
150
152
  },
151
153
  BRUSH: {
152
154
  name: 'PaintSwap',
@@ -198,7 +200,7 @@ export const tokens = {
198
200
  bridge: 'native',
199
201
  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.',
200
202
  documentation: 'https://docs.shadow.so/',
201
- risks: ['LARGE_HOLDERS'],
203
+ tags: ['LARGE_HOLDERS'],
202
204
  },
203
205
  xSHADOW: {
204
206
  name: 'xSHADOW',
@@ -212,7 +214,7 @@ export const tokens = {
212
214
  bridge: 'native',
213
215
  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.',
214
216
  documentation: 'https://docs.shadow.so/',
215
- risks: ['LARGE_HOLDERS'],
217
+ tags: ['LARGE_HOLDERS'],
216
218
  },
217
219
  x33: {
218
220
  name: 'x33',
@@ -226,7 +228,7 @@ export const tokens = {
226
228
  bridge: 'native',
227
229
  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.',
228
230
  documentation: 'https://docs.shadow.so/',
229
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
231
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
230
232
  },
231
233
  SWPx: {
232
234
  name: 'SwapX',
@@ -240,7 +242,7 @@ export const tokens = {
240
242
  bridge: 'native',
241
243
  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.',
242
244
  documentation: 'https://swapxfi.gitbook.io/swapx-docs',
243
- risks: ['NO_TIMELOCK'],
245
+ tags: ['NO_TIMELOCK'],
244
246
  },
245
247
  mooBIFI: {
246
248
  name: 'Bridged BIFI Vault Receipt',
@@ -267,6 +269,7 @@ export const tokens = {
267
269
  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.',
268
270
  documentation: 'https://docs.rings.money/',
269
271
  bridge: 'layer-zero',
272
+ tags: ['CURATED', 'SYNTHETIC'],
270
273
  },
271
274
  wstkscETH: {
272
275
  name: 'Wrapped stkscETH',
@@ -280,6 +283,7 @@ export const tokens = {
280
283
  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.',
281
284
  documentation: 'https://docs.rings.money/',
282
285
  bridge: 'native',
286
+ tags: ['CURATED'],
283
287
  },
284
288
  frxETH: {
285
289
  name: 'Frax Ether',
@@ -316,7 +320,7 @@ export const tokens = {
316
320
  description: 'frxUSD is a dollar-pegged stablecoin that uses “Algorithmic Market Operation” (AMO) smart contracts and permissionless, non-custodial subprotocols as stability mechanisms.',
317
321
  bridge: 'layer-zero',
318
322
  documentation: 'https://docs.frax.finance/',
319
- risks: ['SYNTH_STABLE'],
323
+ tags: ['STABLECOIN', 'SYNTHETIC'],
320
324
  },
321
325
  sfrxUSD: {
322
326
  name: 'Staked Frax USD',
@@ -329,6 +333,7 @@ export const tokens = {
329
333
  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.',
330
334
  bridge: 'layer-zero',
331
335
  documentation: 'https://docs.frax.finance/',
336
+ tags: ['SYNTHETIC'],
332
337
  },
333
338
  mooSiloSonicUSDCe: {
334
339
  name: 'Moo Silo Sonic USDCe',
@@ -342,6 +347,7 @@ export const tokens = {
342
347
  description: 'USDC.e staked into the Silo (wS Market) vault.',
343
348
  documentation: 'https://docs.beefy.finance/',
344
349
  bridge: 'native',
350
+ tags: ['STABLECOIN'],
345
351
  },
346
352
  WBTC: {
347
353
  name: 'Wrapped BTC',
@@ -368,6 +374,7 @@ export const tokens = {
368
374
  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.',
369
375
  documentation: 'https://docs.rings.money/',
370
376
  bridge: 'layer-zero',
377
+ tags: ['CURATED', 'SYNTHETIC'],
371
378
  },
372
379
  GEMS: {
373
380
  name: 'Shadow wrapped Gems',
@@ -407,7 +414,7 @@ export const tokens = {
407
414
  description: 'Silo is a non-custodial lending protocol to borrow any crypto asset with another.',
408
415
  documentation: 'https://devdocs.silo.finance/',
409
416
  bridge: 'sonic-canonical',
410
- risks: ['NO_TIMELOCK'],
417
+ tags: ['NO_TIMELOCK'],
411
418
  },
412
419
  beS: {
413
420
  name: 'beSonic',
@@ -460,6 +467,7 @@ export const tokens = {
460
467
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
461
468
  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.',
462
469
  staked: true,
470
+ tags: ['STABLECOIN'],
463
471
  },
464
472
  waSonUSDC: {
465
473
  name: 'Aave Sonic USDC',
@@ -486,6 +494,7 @@ export const tokens = {
486
494
  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.',
487
495
  documentation: 'https://docs.rings.money/',
488
496
  bridge: 'layer-zero',
497
+ tags: ['CURATED', 'SYNTHETIC'],
489
498
  },
490
499
  SiloWETH: {
491
500
  name: 'Silo wETH',
@@ -512,6 +521,7 @@ export const tokens = {
512
521
  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.',
513
522
  documentation: 'https://docs.rings.money/',
514
523
  bridge: 'layer-zero',
524
+ tags: ['CURATED', 'SYNTHETIC'],
515
525
  },
516
526
  beGEMS1: {
517
527
  name: 'Beefy Gems Season 1',
@@ -537,6 +547,6 @@ export const tokens = {
537
547
  website: 'https://animera.world/',
538
548
  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.',
539
549
  bridge: 'native',
540
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
550
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
541
551
  },
542
552
  };
@@ -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";
@@ -28,6 +28,7 @@ export const tokens = {
28
28
  documentation: 'https://developers.circle.com/docs',
29
29
  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.',
30
30
  bridge: 'zkevm-canonical',
31
+ tags: ['STABLECOIN'],
31
32
  },
32
33
  MATIC: {
33
34
  name: 'Matic Token',
@@ -67,6 +68,7 @@ export const tokens = {
67
68
  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.',
68
69
  documentation: 'https://tether.to/en/how-it-works',
69
70
  bridge: 'zkevm-canonical',
71
+ tags: ['STABLECOIN'],
70
72
  },
71
73
  DAI: {
72
74
  name: 'Dai Stablecoin',
@@ -80,7 +82,7 @@ export const tokens = {
80
82
  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',
81
83
  documentation: 'https://docs.makerdao.com/',
82
84
  bridge: 'zkevm-canonical',
83
- risks: ['SYNTH_STABLE'],
85
+ tags: ['STABLECOIN', 'SYNTHETIC'],
84
86
  },
85
87
  stMATIC: {
86
88
  name: 'Staked MATIC',
@@ -120,7 +122,7 @@ export const tokens = {
120
122
  description: 'Frax is the first fractional-algorithmic stablecoin protocol.',
121
123
  documentation: 'https://docs.frax.finance/',
122
124
  bridge: 'frax',
123
- risks: ['SYNTH_STABLE'],
125
+ tags: ['STABLECOIN', 'SYNTHETIC'],
124
126
  },
125
127
  frxETH: {
126
128
  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
  };
@@ -52,7 +52,7 @@ export const tokens = {
52
52
  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.',
53
53
  bridge: 'zksync-canonical',
54
54
  documentation: 'https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation',
55
- risks: ['SYNTH_STABLE'],
55
+ tags: ['STABLECOIN', 'SYNTHETIC'],
56
56
  },
57
57
  VC: {
58
58
  name: 'Velocore',
@@ -79,6 +79,7 @@ export const tokens = {
79
79
  documentation: 'https://developers.circle.com/docs',
80
80
  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.',
81
81
  bridge: 'zksync-canonical',
82
+ tags: ['STABLECOIN'],
82
83
  },
83
84
  BUSD: {
84
85
  name: 'Binance USD',
@@ -92,7 +93,7 @@ export const tokens = {
92
93
  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.',
93
94
  bridge: 'zksync-canonical',
94
95
  documentation: '',
95
- risks: ['SYNTH_STABLE'],
96
+ tags: ['STABLECOIN', 'SYNTHETIC'],
96
97
  },
97
98
  'USD+': {
98
99
  name: 'USD+',
@@ -105,6 +106,7 @@ export const tokens = {
105
106
  website: 'https://overnight.fi/',
106
107
  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.',
107
108
  documentation: 'https://docs.overnight.fi/',
109
+ tags: ['CURATED'],
108
110
  },
109
111
  WBTC: {
110
112
  name: 'Wrapped BTC',
@@ -155,6 +157,7 @@ export const tokens = {
155
157
  documentation: 'https://developers.circle.com/docs',
156
158
  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.',
157
159
  bridge: 'native',
160
+ tags: ['STABLECOIN'],
158
161
  },
159
162
  USDT: {
160
163
  name: 'Tether USD',
@@ -168,5 +171,6 @@ export const tokens = {
168
171
  documentation: 'https://tether.to/en/how-it-works',
169
172
  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.',
170
173
  bridge: 'zksync-canonical',
174
+ tags: ['STABLECOIN'],
171
175
  },
172
176
  };
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.121",
3
+ "version": "0.54.123",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",