@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
@@ -79,6 +79,7 @@ export declare const sonic: {
79
79
  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.";
80
80
  readonly documentation: "";
81
81
  readonly bridge: "native";
82
+ readonly tags: readonly ["STABLECOIN"];
82
83
  };
83
84
  readonly USDT: {
84
85
  readonly name: "Bridged USDT (Sonic Labs)";
@@ -91,6 +92,7 @@ export declare const sonic: {
91
92
  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.";
92
93
  readonly documentation: "https://tether.to/en/how-it-works";
93
94
  readonly bridge: "sonic-canonical";
95
+ readonly tags: readonly ["STABLECOIN"];
94
96
  };
95
97
  readonly WETH: {
96
98
  readonly name: "Wrapped Ether on Sonic";
@@ -156,7 +158,7 @@ export declare const sonic: {
156
158
  readonly 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.";
157
159
  readonly documentation: "https://docs.rings.money/";
158
160
  readonly bridge: "layer-zero";
159
- readonly risks: readonly ["SYNTH_STABLE"];
161
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
160
162
  };
161
163
  readonly stkscUSD: {
162
164
  readonly name: "Staked Sonic USD";
@@ -170,7 +172,7 @@ export declare const sonic: {
170
172
  readonly 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.";
171
173
  readonly documentation: "https://docs.rings.money/";
172
174
  readonly bridge: "layer-zero";
173
- readonly risks: readonly ["SYNTH_STABLE"];
175
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
174
176
  };
175
177
  readonly wstkscUSD: {
176
178
  readonly name: "Wrapped stkscUSD";
@@ -184,7 +186,7 @@ export declare const sonic: {
184
186
  readonly 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.";
185
187
  readonly documentation: "https://docs.rings.money/";
186
188
  readonly bridge: "native";
187
- readonly risks: readonly ["SYNTH_STABLE"];
189
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
188
190
  };
189
191
  readonly BRUSH: {
190
192
  readonly name: "PaintSwap";
@@ -236,7 +238,7 @@ export declare const sonic: {
236
238
  readonly bridge: "native";
237
239
  readonly 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.";
238
240
  readonly documentation: "https://docs.shadow.so/";
239
- readonly risks: readonly ["LARGE_HOLDERS"];
241
+ readonly tags: readonly ["LARGE_HOLDERS"];
240
242
  };
241
243
  readonly xSHADOW: {
242
244
  readonly name: "xSHADOW";
@@ -250,7 +252,7 @@ export declare const sonic: {
250
252
  readonly bridge: "native";
251
253
  readonly 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.";
252
254
  readonly documentation: "https://docs.shadow.so/";
253
- readonly risks: readonly ["LARGE_HOLDERS"];
255
+ readonly tags: readonly ["LARGE_HOLDERS"];
254
256
  };
255
257
  readonly x33: {
256
258
  readonly name: "x33";
@@ -264,7 +266,7 @@ export declare const sonic: {
264
266
  readonly bridge: "native";
265
267
  readonly 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.";
266
268
  readonly documentation: "https://docs.shadow.so/";
267
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
269
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
268
270
  };
269
271
  readonly SWPx: {
270
272
  readonly name: "SwapX";
@@ -278,7 +280,7 @@ export declare const sonic: {
278
280
  readonly bridge: "native";
279
281
  readonly 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.";
280
282
  readonly documentation: "https://swapxfi.gitbook.io/swapx-docs";
281
- readonly risks: readonly ["NO_TIMELOCK"];
283
+ readonly tags: readonly ["NO_TIMELOCK"];
282
284
  };
283
285
  readonly mooBIFI: {
284
286
  readonly name: "Bridged BIFI Vault Receipt";
@@ -305,6 +307,7 @@ export declare const sonic: {
305
307
  readonly 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.";
306
308
  readonly documentation: "https://docs.rings.money/";
307
309
  readonly bridge: "layer-zero";
310
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
308
311
  };
309
312
  readonly wstkscETH: {
310
313
  readonly name: "Wrapped stkscETH";
@@ -318,6 +321,7 @@ export declare const sonic: {
318
321
  readonly 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.";
319
322
  readonly documentation: "https://docs.rings.money/";
320
323
  readonly bridge: "native";
324
+ readonly tags: readonly ["CURATED"];
321
325
  };
322
326
  readonly frxETH: {
323
327
  readonly name: "Frax Ether";
@@ -354,7 +358,7 @@ export declare const sonic: {
354
358
  readonly description: "frxUSD is a dollar-pegged stablecoin that uses “Algorithmic Market Operation” (AMO) smart contracts and permissionless, non-custodial subprotocols as stability mechanisms.";
355
359
  readonly bridge: "layer-zero";
356
360
  readonly documentation: "https://docs.frax.finance/";
357
- readonly risks: readonly ["SYNTH_STABLE"];
361
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
358
362
  };
359
363
  readonly sfrxUSD: {
360
364
  readonly name: "Staked Frax USD";
@@ -367,6 +371,7 @@ export declare const sonic: {
367
371
  readonly 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.";
368
372
  readonly bridge: "layer-zero";
369
373
  readonly documentation: "https://docs.frax.finance/";
374
+ readonly tags: readonly ["SYNTHETIC"];
370
375
  };
371
376
  readonly mooSiloSonicUSDCe: {
372
377
  readonly name: "Moo Silo Sonic USDCe";
@@ -380,6 +385,7 @@ export declare const sonic: {
380
385
  readonly description: "USDC.e staked into the Silo (wS Market) vault.";
381
386
  readonly documentation: "https://docs.beefy.finance/";
382
387
  readonly bridge: "native";
388
+ readonly tags: readonly ["STABLECOIN"];
383
389
  };
384
390
  readonly WBTC: {
385
391
  readonly name: "Wrapped BTC";
@@ -406,6 +412,7 @@ export declare const sonic: {
406
412
  readonly 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.";
407
413
  readonly documentation: "https://docs.rings.money/";
408
414
  readonly bridge: "layer-zero";
415
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
409
416
  };
410
417
  readonly GEMS: {
411
418
  readonly name: "Shadow wrapped Gems";
@@ -445,7 +452,7 @@ export declare const sonic: {
445
452
  readonly description: "Silo is a non-custodial lending protocol to borrow any crypto asset with another.";
446
453
  readonly documentation: "https://devdocs.silo.finance/";
447
454
  readonly bridge: "sonic-canonical";
448
- readonly risks: readonly ["NO_TIMELOCK"];
455
+ readonly tags: readonly ["NO_TIMELOCK"];
449
456
  };
450
457
  readonly beS: {
451
458
  readonly name: "beSonic";
@@ -498,6 +505,7 @@ export declare const sonic: {
498
505
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
499
506
  readonly 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.";
500
507
  readonly staked: true;
508
+ readonly tags: readonly ["STABLECOIN"];
501
509
  };
502
510
  readonly waSonUSDC: {
503
511
  readonly name: "Aave Sonic USDC";
@@ -524,6 +532,7 @@ export declare const sonic: {
524
532
  readonly 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.";
525
533
  readonly documentation: "https://docs.rings.money/";
526
534
  readonly bridge: "layer-zero";
535
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
527
536
  };
528
537
  readonly SiloWETH: {
529
538
  readonly name: "Silo wETH";
@@ -550,6 +559,7 @@ export declare const sonic: {
550
559
  readonly 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.";
551
560
  readonly documentation: "https://docs.rings.money/";
552
561
  readonly bridge: "layer-zero";
562
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
553
563
  };
554
564
  readonly beGEMS1: {
555
565
  readonly name: "Beefy Gems Season 1";
@@ -575,7 +585,7 @@ export declare const sonic: {
575
585
  readonly website: "https://animera.world/";
576
586
  readonly 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.";
577
587
  readonly bridge: "native";
578
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
588
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
579
589
  };
580
590
  };
581
591
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -656,6 +666,7 @@ export declare const sonic: {
656
666
  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.";
657
667
  readonly documentation: "";
658
668
  readonly bridge: "native";
669
+ readonly tags: readonly ["STABLECOIN"];
659
670
  };
660
671
  readonly USDT: {
661
672
  readonly name: "Bridged USDT (Sonic Labs)";
@@ -668,6 +679,7 @@ export declare const sonic: {
668
679
  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.";
669
680
  readonly documentation: "https://tether.to/en/how-it-works";
670
681
  readonly bridge: "sonic-canonical";
682
+ readonly tags: readonly ["STABLECOIN"];
671
683
  };
672
684
  readonly WETH: {
673
685
  readonly name: "Wrapped Ether on Sonic";
@@ -733,7 +745,7 @@ export declare const sonic: {
733
745
  readonly 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.";
734
746
  readonly documentation: "https://docs.rings.money/";
735
747
  readonly bridge: "layer-zero";
736
- readonly risks: readonly ["SYNTH_STABLE"];
748
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
737
749
  };
738
750
  readonly stkscUSD: {
739
751
  readonly name: "Staked Sonic USD";
@@ -747,7 +759,7 @@ export declare const sonic: {
747
759
  readonly 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.";
748
760
  readonly documentation: "https://docs.rings.money/";
749
761
  readonly bridge: "layer-zero";
750
- readonly risks: readonly ["SYNTH_STABLE"];
762
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
751
763
  };
752
764
  readonly wstkscUSD: {
753
765
  readonly name: "Wrapped stkscUSD";
@@ -761,7 +773,7 @@ export declare const sonic: {
761
773
  readonly 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.";
762
774
  readonly documentation: "https://docs.rings.money/";
763
775
  readonly bridge: "native";
764
- readonly risks: readonly ["SYNTH_STABLE"];
776
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
765
777
  };
766
778
  readonly BRUSH: {
767
779
  readonly name: "PaintSwap";
@@ -813,7 +825,7 @@ export declare const sonic: {
813
825
  readonly bridge: "native";
814
826
  readonly 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.";
815
827
  readonly documentation: "https://docs.shadow.so/";
816
- readonly risks: readonly ["LARGE_HOLDERS"];
828
+ readonly tags: readonly ["LARGE_HOLDERS"];
817
829
  };
818
830
  readonly xSHADOW: {
819
831
  readonly name: "xSHADOW";
@@ -827,7 +839,7 @@ export declare const sonic: {
827
839
  readonly bridge: "native";
828
840
  readonly 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.";
829
841
  readonly documentation: "https://docs.shadow.so/";
830
- readonly risks: readonly ["LARGE_HOLDERS"];
842
+ readonly tags: readonly ["LARGE_HOLDERS"];
831
843
  };
832
844
  readonly x33: {
833
845
  readonly name: "x33";
@@ -841,7 +853,7 @@ export declare const sonic: {
841
853
  readonly bridge: "native";
842
854
  readonly 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.";
843
855
  readonly documentation: "https://docs.shadow.so/";
844
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
856
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
845
857
  };
846
858
  readonly SWPx: {
847
859
  readonly name: "SwapX";
@@ -855,7 +867,7 @@ export declare const sonic: {
855
867
  readonly bridge: "native";
856
868
  readonly 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.";
857
869
  readonly documentation: "https://swapxfi.gitbook.io/swapx-docs";
858
- readonly risks: readonly ["NO_TIMELOCK"];
870
+ readonly tags: readonly ["NO_TIMELOCK"];
859
871
  };
860
872
  readonly mooBIFI: {
861
873
  readonly name: "Bridged BIFI Vault Receipt";
@@ -882,6 +894,7 @@ export declare const sonic: {
882
894
  readonly 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.";
883
895
  readonly documentation: "https://docs.rings.money/";
884
896
  readonly bridge: "layer-zero";
897
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
885
898
  };
886
899
  readonly wstkscETH: {
887
900
  readonly name: "Wrapped stkscETH";
@@ -895,6 +908,7 @@ export declare const sonic: {
895
908
  readonly 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.";
896
909
  readonly documentation: "https://docs.rings.money/";
897
910
  readonly bridge: "native";
911
+ readonly tags: readonly ["CURATED"];
898
912
  };
899
913
  readonly frxETH: {
900
914
  readonly name: "Frax Ether";
@@ -931,7 +945,7 @@ export declare const sonic: {
931
945
  readonly description: "frxUSD is a dollar-pegged stablecoin that uses “Algorithmic Market Operation” (AMO) smart contracts and permissionless, non-custodial subprotocols as stability mechanisms.";
932
946
  readonly bridge: "layer-zero";
933
947
  readonly documentation: "https://docs.frax.finance/";
934
- readonly risks: readonly ["SYNTH_STABLE"];
948
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
935
949
  };
936
950
  readonly sfrxUSD: {
937
951
  readonly name: "Staked Frax USD";
@@ -944,6 +958,7 @@ export declare const sonic: {
944
958
  readonly 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.";
945
959
  readonly bridge: "layer-zero";
946
960
  readonly documentation: "https://docs.frax.finance/";
961
+ readonly tags: readonly ["SYNTHETIC"];
947
962
  };
948
963
  readonly mooSiloSonicUSDCe: {
949
964
  readonly name: "Moo Silo Sonic USDCe";
@@ -957,6 +972,7 @@ export declare const sonic: {
957
972
  readonly description: "USDC.e staked into the Silo (wS Market) vault.";
958
973
  readonly documentation: "https://docs.beefy.finance/";
959
974
  readonly bridge: "native";
975
+ readonly tags: readonly ["STABLECOIN"];
960
976
  };
961
977
  readonly WBTC: {
962
978
  readonly name: "Wrapped BTC";
@@ -983,6 +999,7 @@ export declare const sonic: {
983
999
  readonly 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.";
984
1000
  readonly documentation: "https://docs.rings.money/";
985
1001
  readonly bridge: "layer-zero";
1002
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
986
1003
  };
987
1004
  readonly GEMS: {
988
1005
  readonly name: "Shadow wrapped Gems";
@@ -1022,7 +1039,7 @@ export declare const sonic: {
1022
1039
  readonly description: "Silo is a non-custodial lending protocol to borrow any crypto asset with another.";
1023
1040
  readonly documentation: "https://devdocs.silo.finance/";
1024
1041
  readonly bridge: "sonic-canonical";
1025
- readonly risks: readonly ["NO_TIMELOCK"];
1042
+ readonly tags: readonly ["NO_TIMELOCK"];
1026
1043
  };
1027
1044
  readonly beS: {
1028
1045
  readonly name: "beSonic";
@@ -1075,6 +1092,7 @@ export declare const sonic: {
1075
1092
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1076
1093
  readonly 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.";
1077
1094
  readonly staked: true;
1095
+ readonly tags: readonly ["STABLECOIN"];
1078
1096
  };
1079
1097
  readonly waSonUSDC: {
1080
1098
  readonly name: "Aave Sonic USDC";
@@ -1101,6 +1119,7 @@ export declare const sonic: {
1101
1119
  readonly 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.";
1102
1120
  readonly documentation: "https://docs.rings.money/";
1103
1121
  readonly bridge: "layer-zero";
1122
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
1104
1123
  };
1105
1124
  readonly SiloWETH: {
1106
1125
  readonly name: "Silo wETH";
@@ -1127,6 +1146,7 @@ export declare const sonic: {
1127
1146
  readonly 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.";
1128
1147
  readonly documentation: "https://docs.rings.money/";
1129
1148
  readonly bridge: "layer-zero";
1149
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
1130
1150
  };
1131
1151
  readonly beGEMS1: {
1132
1152
  readonly name: "Beefy Gems Season 1";
@@ -1152,7 +1172,7 @@ export declare const sonic: {
1152
1172
  readonly website: "https://animera.world/";
1153
1173
  readonly 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.";
1154
1174
  readonly bridge: "native";
1155
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1175
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1156
1176
  };
1157
1177
  }>;
1158
1178
  readonly native: {
@@ -76,6 +76,7 @@ export declare const tokens: {
76
76
  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.";
77
77
  readonly documentation: "";
78
78
  readonly bridge: "native";
79
+ readonly tags: readonly ["STABLECOIN"];
79
80
  };
80
81
  readonly USDT: {
81
82
  readonly name: "Bridged USDT (Sonic Labs)";
@@ -88,6 +89,7 @@ export declare const tokens: {
88
89
  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.";
89
90
  readonly documentation: "https://tether.to/en/how-it-works";
90
91
  readonly bridge: "sonic-canonical";
92
+ readonly tags: readonly ["STABLECOIN"];
91
93
  };
92
94
  readonly WETH: {
93
95
  readonly name: "Wrapped Ether on Sonic";
@@ -153,7 +155,7 @@ export declare const tokens: {
153
155
  readonly 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.";
154
156
  readonly documentation: "https://docs.rings.money/";
155
157
  readonly bridge: "layer-zero";
156
- readonly risks: readonly ["SYNTH_STABLE"];
158
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
157
159
  };
158
160
  readonly stkscUSD: {
159
161
  readonly name: "Staked Sonic USD";
@@ -167,7 +169,7 @@ export declare const tokens: {
167
169
  readonly 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.";
168
170
  readonly documentation: "https://docs.rings.money/";
169
171
  readonly bridge: "layer-zero";
170
- readonly risks: readonly ["SYNTH_STABLE"];
172
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
171
173
  };
172
174
  readonly wstkscUSD: {
173
175
  readonly name: "Wrapped stkscUSD";
@@ -181,7 +183,7 @@ export declare const tokens: {
181
183
  readonly 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.";
182
184
  readonly documentation: "https://docs.rings.money/";
183
185
  readonly bridge: "native";
184
- readonly risks: readonly ["SYNTH_STABLE"];
186
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC", "CURATED"];
185
187
  };
186
188
  readonly BRUSH: {
187
189
  readonly name: "PaintSwap";
@@ -233,7 +235,7 @@ export declare const tokens: {
233
235
  readonly bridge: "native";
234
236
  readonly 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.";
235
237
  readonly documentation: "https://docs.shadow.so/";
236
- readonly risks: readonly ["LARGE_HOLDERS"];
238
+ readonly tags: readonly ["LARGE_HOLDERS"];
237
239
  };
238
240
  readonly xSHADOW: {
239
241
  readonly name: "xSHADOW";
@@ -247,7 +249,7 @@ export declare const tokens: {
247
249
  readonly bridge: "native";
248
250
  readonly 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.";
249
251
  readonly documentation: "https://docs.shadow.so/";
250
- readonly risks: readonly ["LARGE_HOLDERS"];
252
+ readonly tags: readonly ["LARGE_HOLDERS"];
251
253
  };
252
254
  readonly x33: {
253
255
  readonly name: "x33";
@@ -261,7 +263,7 @@ export declare const tokens: {
261
263
  readonly bridge: "native";
262
264
  readonly 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.";
263
265
  readonly documentation: "https://docs.shadow.so/";
264
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
266
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
265
267
  };
266
268
  readonly SWPx: {
267
269
  readonly name: "SwapX";
@@ -275,7 +277,7 @@ export declare const tokens: {
275
277
  readonly bridge: "native";
276
278
  readonly 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.";
277
279
  readonly documentation: "https://swapxfi.gitbook.io/swapx-docs";
278
- readonly risks: readonly ["NO_TIMELOCK"];
280
+ readonly tags: readonly ["NO_TIMELOCK"];
279
281
  };
280
282
  readonly mooBIFI: {
281
283
  readonly name: "Bridged BIFI Vault Receipt";
@@ -302,6 +304,7 @@ export declare const tokens: {
302
304
  readonly 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.";
303
305
  readonly documentation: "https://docs.rings.money/";
304
306
  readonly bridge: "layer-zero";
307
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
305
308
  };
306
309
  readonly wstkscETH: {
307
310
  readonly name: "Wrapped stkscETH";
@@ -315,6 +318,7 @@ export declare const tokens: {
315
318
  readonly 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.";
316
319
  readonly documentation: "https://docs.rings.money/";
317
320
  readonly bridge: "native";
321
+ readonly tags: readonly ["CURATED"];
318
322
  };
319
323
  readonly frxETH: {
320
324
  readonly name: "Frax Ether";
@@ -351,7 +355,7 @@ export declare const tokens: {
351
355
  readonly description: "frxUSD is a dollar-pegged stablecoin that uses “Algorithmic Market Operation” (AMO) smart contracts and permissionless, non-custodial subprotocols as stability mechanisms.";
352
356
  readonly bridge: "layer-zero";
353
357
  readonly documentation: "https://docs.frax.finance/";
354
- readonly risks: readonly ["SYNTH_STABLE"];
358
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
355
359
  };
356
360
  readonly sfrxUSD: {
357
361
  readonly name: "Staked Frax USD";
@@ -364,6 +368,7 @@ export declare const tokens: {
364
368
  readonly 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.";
365
369
  readonly bridge: "layer-zero";
366
370
  readonly documentation: "https://docs.frax.finance/";
371
+ readonly tags: readonly ["SYNTHETIC"];
367
372
  };
368
373
  readonly mooSiloSonicUSDCe: {
369
374
  readonly name: "Moo Silo Sonic USDCe";
@@ -377,6 +382,7 @@ export declare const tokens: {
377
382
  readonly description: "USDC.e staked into the Silo (wS Market) vault.";
378
383
  readonly documentation: "https://docs.beefy.finance/";
379
384
  readonly bridge: "native";
385
+ readonly tags: readonly ["STABLECOIN"];
380
386
  };
381
387
  readonly WBTC: {
382
388
  readonly name: "Wrapped BTC";
@@ -403,6 +409,7 @@ export declare const tokens: {
403
409
  readonly 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.";
404
410
  readonly documentation: "https://docs.rings.money/";
405
411
  readonly bridge: "layer-zero";
412
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
406
413
  };
407
414
  readonly GEMS: {
408
415
  readonly name: "Shadow wrapped Gems";
@@ -442,7 +449,7 @@ export declare const tokens: {
442
449
  readonly description: "Silo is a non-custodial lending protocol to borrow any crypto asset with another.";
443
450
  readonly documentation: "https://devdocs.silo.finance/";
444
451
  readonly bridge: "sonic-canonical";
445
- readonly risks: readonly ["NO_TIMELOCK"];
452
+ readonly tags: readonly ["NO_TIMELOCK"];
446
453
  };
447
454
  readonly beS: {
448
455
  readonly name: "beSonic";
@@ -495,6 +502,7 @@ export declare const tokens: {
495
502
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
496
503
  readonly 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.";
497
504
  readonly staked: true;
505
+ readonly tags: readonly ["STABLECOIN"];
498
506
  };
499
507
  readonly waSonUSDC: {
500
508
  readonly name: "Aave Sonic USDC";
@@ -521,6 +529,7 @@ export declare const tokens: {
521
529
  readonly 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.";
522
530
  readonly documentation: "https://docs.rings.money/";
523
531
  readonly bridge: "layer-zero";
532
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
524
533
  };
525
534
  readonly SiloWETH: {
526
535
  readonly name: "Silo wETH";
@@ -547,6 +556,7 @@ export declare const tokens: {
547
556
  readonly 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.";
548
557
  readonly documentation: "https://docs.rings.money/";
549
558
  readonly bridge: "layer-zero";
559
+ readonly tags: readonly ["CURATED", "SYNTHETIC"];
550
560
  };
551
561
  readonly beGEMS1: {
552
562
  readonly name: "Beefy Gems Season 1";
@@ -572,6 +582,6 @@ export declare const tokens: {
572
582
  readonly website: "https://animera.world/";
573
583
  readonly 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.";
574
584
  readonly bridge: "native";
575
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
585
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
576
586
  };
577
587
  };