@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
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly chainId: 143;
64
64
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
65
65
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly WETH: {
68
69
  readonly name: "Wrapped Ether";
@@ -89,7 +90,7 @@ export declare const tokens: {
89
90
  readonly documentation: "https://developer.agora.finance/";
90
91
  readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
91
92
  readonly bridge: "native";
92
- readonly risks: readonly ["NO_TIMELOCK"];
93
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
93
94
  };
94
95
  readonly USDT0: {
95
96
  readonly name: "USDT0";
@@ -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 bridge: "layer-zero";
104
105
  readonly documentation: "https://tether.to/en/how-it-works";
106
+ readonly tags: readonly ["STABLECOIN"];
105
107
  };
106
108
  readonly WBTC: {
107
109
  readonly name: "Wrapped BTC";
@@ -154,7 +156,7 @@ export declare const tokens: {
154
156
  readonly description: "LBTC is liquid Bitcoin; it's yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset.";
155
157
  readonly bridge: "native";
156
158
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
157
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
159
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
158
160
  };
159
161
  readonly BTCb: {
160
162
  readonly name: "Bridged Bitcoin";
@@ -167,7 +169,7 @@ export declare const tokens: {
167
169
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
168
170
  readonly description: "official AVAX BRIDGE bridged BTC";
169
171
  readonly bridge: "native";
170
- readonly risks: readonly ["NO_TIMELOCK"];
172
+ readonly tags: readonly ["NO_TIMELOCK"];
171
173
  };
172
174
  readonly AZND: {
173
175
  readonly name: "Asian Dollar";
@@ -181,7 +183,7 @@ export declare const tokens: {
181
183
  readonly documentation: "https://docs.mudigital.net/";
182
184
  readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
183
185
  readonly bridge: "native";
184
- readonly risks: readonly ["NO_TIMELOCK"];
186
+ readonly tags: readonly ["NO_TIMELOCK"];
185
187
  };
186
188
  readonly muBOND: {
187
189
  readonly name: "mu Bond";
@@ -195,7 +197,7 @@ export declare const tokens: {
195
197
  readonly documentation: "https://docs.mudigital.net/";
196
198
  readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
197
199
  readonly bridge: "native";
198
- readonly risks: readonly ["NO_TIMELOCK"];
200
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
199
201
  };
200
202
  readonly shMON: {
201
203
  readonly name: "ShMonad";
@@ -209,7 +211,7 @@ export declare const tokens: {
209
211
  readonly documentation: "https://docs.shmonad.xyz/";
210
212
  readonly description: "ShMonad is a liquid staking token for the Monad blockchain. When you stake MON (Monad's gas token), you receive shMON—a token representing your stake plus all future rewards it earns.";
211
213
  readonly bridge: "native";
212
- readonly risks: readonly ["NO_TIMELOCK"];
214
+ readonly tags: readonly ["NO_TIMELOCK"];
213
215
  };
214
216
  readonly sMON: {
215
217
  readonly name: "Kintsu Staked Monad";
@@ -223,7 +225,7 @@ export declare const tokens: {
223
225
  readonly documentation: "https://docs.kintsu.xyz/";
224
226
  readonly description: "The Kintsu Liquid Staking protocol automates the process by which users can pool their MON tokens together for network staking via non-custodial smart contracts. By leveraging a decentralized Registry of Validators controlled by the DAO, Kintsu creates sMON, a liquid version of the core MON gas token.";
225
227
  readonly bridge: "native";
226
- readonly risks: readonly ["NO_TIMELOCK"];
228
+ readonly tags: readonly ["NO_TIMELOCK"];
227
229
  };
228
230
  readonly gMON: {
229
231
  readonly name: "gMON";
@@ -237,7 +239,7 @@ export declare const tokens: {
237
239
  readonly documentation: "https://docs.hydrogenlabs.xyz/magma/";
238
240
  readonly description: "Magma is a community-owned Liquid Staking Protocol on Monad, designed for equitable token distribution via our Points Programs and the with MEV-boosted yield powered by the fastest block engine in crypto. Magma's staking pool allows users to stake their Monad tokens in exchange for liquid staked Monad tokens (gMON). ";
239
241
  readonly bridge: "native";
240
- readonly risks: readonly ["NO_TIMELOCK"];
242
+ readonly tags: readonly ["NO_TIMELOCK"];
241
243
  };
242
244
  readonly loAZND: {
243
245
  readonly name: "Locked Asian Dollar";
@@ -251,6 +253,6 @@ export declare const tokens: {
251
253
  readonly documentation: "https://docs.mudigital.net/";
252
254
  readonly description: "loAZND (the \"Locked Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.";
253
255
  readonly bridge: "native";
254
- readonly risks: readonly ["NO_TIMELOCK"];
256
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
255
257
  };
256
258
  };
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  chainId: 143,
32
32
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
33
33
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  WETH: {
36
37
  name: 'Wrapped Ether',
@@ -57,7 +58,7 @@ exports.tokens = {
57
58
  documentation: 'https://developer.agora.finance/',
58
59
  description: 'AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.',
59
60
  bridge: 'native',
60
- risks: ['NO_TIMELOCK'],
61
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
61
62
  },
62
63
  USDT0: {
63
64
  name: 'USDT0',
@@ -70,6 +71,7 @@ exports.tokens = {
70
71
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
71
72
  bridge: 'layer-zero',
72
73
  documentation: 'https://tether.to/en/how-it-works',
74
+ tags: ['STABLECOIN'],
73
75
  },
74
76
  WBTC: {
75
77
  name: 'Wrapped BTC',
@@ -122,7 +124,7 @@ exports.tokens = {
122
124
  description: "LBTC is liquid Bitcoin; it's yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset.",
123
125
  bridge: 'native',
124
126
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc',
125
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
127
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
126
128
  },
127
129
  BTCb: {
128
130
  name: 'Bridged Bitcoin',
@@ -135,7 +137,7 @@ exports.tokens = {
135
137
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin',
136
138
  description: 'official AVAX BRIDGE bridged BTC',
137
139
  bridge: 'native',
138
- risks: ['NO_TIMELOCK'],
140
+ tags: ['NO_TIMELOCK'],
139
141
  },
140
142
  AZND: {
141
143
  name: 'Asian Dollar',
@@ -149,7 +151,7 @@ exports.tokens = {
149
151
  documentation: 'https://docs.mudigital.net/',
150
152
  description: 'AZND (the "Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability',
151
153
  bridge: 'native',
152
- risks: ['NO_TIMELOCK'],
154
+ tags: ['NO_TIMELOCK'],
153
155
  },
154
156
  muBOND: {
155
157
  name: 'mu Bond',
@@ -163,7 +165,7 @@ exports.tokens = {
163
165
  documentation: 'https://docs.mudigital.net/',
164
166
  description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
165
167
  bridge: 'native',
166
- risks: ['NO_TIMELOCK'],
168
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
167
169
  },
168
170
  shMON: {
169
171
  name: 'ShMonad',
@@ -177,7 +179,7 @@ exports.tokens = {
177
179
  documentation: 'https://docs.shmonad.xyz/',
178
180
  description: "ShMonad is a liquid staking token for the Monad blockchain. When you stake MON (Monad's gas token), you receive shMON—a token representing your stake plus all future rewards it earns.",
179
181
  bridge: 'native',
180
- risks: ['NO_TIMELOCK'],
182
+ tags: ['NO_TIMELOCK'],
181
183
  },
182
184
  sMON: {
183
185
  name: 'Kintsu Staked Monad',
@@ -191,7 +193,7 @@ exports.tokens = {
191
193
  documentation: 'https://docs.kintsu.xyz/',
192
194
  description: 'The Kintsu Liquid Staking protocol automates the process by which users can pool their MON tokens together for network staking via non-custodial smart contracts. By leveraging a decentralized Registry of Validators controlled by the DAO, Kintsu creates sMON, a liquid version of the core MON gas token.',
193
195
  bridge: 'native',
194
- risks: ['NO_TIMELOCK'],
196
+ tags: ['NO_TIMELOCK'],
195
197
  },
196
198
  gMON: {
197
199
  name: 'gMON',
@@ -205,7 +207,7 @@ exports.tokens = {
205
207
  documentation: 'https://docs.hydrogenlabs.xyz/magma/',
206
208
  description: "Magma is a community-owned Liquid Staking Protocol on Monad, designed for equitable token distribution via our Points Programs and the with MEV-boosted yield powered by the fastest block engine in crypto. Magma's staking pool allows users to stake their Monad tokens in exchange for liquid staked Monad tokens (gMON). ",
207
209
  bridge: 'native',
208
- risks: ['NO_TIMELOCK'],
210
+ tags: ['NO_TIMELOCK'],
209
211
  },
210
212
  loAZND: {
211
213
  name: 'Locked Asian Dollar',
@@ -219,6 +221,6 @@ exports.tokens = {
219
221
  documentation: 'https://docs.mudigital.net/',
220
222
  description: 'loAZND (the "Locked Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.',
221
223
  bridge: 'native',
222
- risks: ['NO_TIMELOCK'],
224
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
223
225
  },
224
226
  };
@@ -89,6 +89,7 @@ export declare const moonbeam: {
89
89
  readonly website: "https://app.stellaswap.com/exchange/pool/stable";
90
90
  readonly description: "Stellaswap Base4Pool is a Stable Pool consisting of USDC.wh, USDt.xc, BUSD.wh, and FRAX tokens.";
91
91
  readonly logoURI: "";
92
+ readonly tags: readonly ["SYNTHETIC"];
92
93
  };
93
94
  readonly wstDOT: {
94
95
  readonly name: "Wrapped liquid staked DOT";
@@ -140,6 +141,7 @@ export declare const moonbeam: {
140
141
  readonly description: "USDC bridged by Wormhole(Portal). USDC is a fully collateralized US dollar stablecoin. Native USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
141
142
  readonly documentation: "https://docs.wormhole.com/wormhole/";
142
143
  readonly bridge: "wormhole";
144
+ readonly tags: readonly ["STABLECOIN"];
143
145
  };
144
146
  readonly POOP: {
145
147
  readonly name: "Raresama";
@@ -208,7 +210,7 @@ export declare const moonbeam: {
208
210
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdFA46478F9e5EA86d57387849598dbFB2e964b02.svg";
209
211
  readonly website: "https://app.mai.finance/";
210
212
  readonly description: "MAI is a stablecoin collateralized by your crypto assets. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
211
- readonly risks: readonly ["SYNTH_STABLE"];
213
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
212
214
  };
213
215
  readonly APE: {
214
216
  readonly name: "ApeCoin APE";
@@ -243,6 +245,7 @@ export declare const moonbeam: {
243
245
  readonly website: "https://www.circle.com/usdc";
244
246
  readonly documentation: "https://developers.circle.com/docs";
245
247
  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.";
248
+ readonly tags: readonly ["STABLECOIN"];
246
249
  };
247
250
  readonly USDCs: {
248
251
  readonly name: "USD Coin";
@@ -254,6 +257,7 @@ export declare const moonbeam: {
254
257
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b.svg";
255
258
  readonly website: "https://www.nomad.xyz/";
256
259
  readonly description: "bridged USDC by Nomad. 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.";
260
+ readonly tags: readonly ["STABLECOIN"];
257
261
  };
258
262
  readonly USDTs: {
259
263
  readonly name: "Tether USD";
@@ -265,6 +269,7 @@ export declare const moonbeam: {
265
269
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8e70cD5B4Ff3f62659049e74b6649c6603A0E594.svg";
266
270
  readonly website: "https://www.nomad.xyz/";
267
271
  readonly description: "bridged USDT by Nomad. 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.";
272
+ readonly tags: readonly ["STABLECOIN"];
268
273
  };
269
274
  readonly DAIs: {
270
275
  readonly name: "Dai Stablecoin";
@@ -276,7 +281,7 @@ export declare const moonbeam: {
276
281
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc234A67a4F840E61adE794be47de455361b52413.svg";
277
282
  readonly website: "https://www.nomad.xyz/";
278
283
  readonly description: "bridged DAI by Nomad. Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
279
- readonly risks: readonly ["SYNTH_STABLE"];
284
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
280
285
  };
281
286
  readonly FRAX: {
282
287
  readonly name: "Frax";
@@ -289,7 +294,7 @@ export declare const moonbeam: {
289
294
  readonly website: "https://frax.finance/";
290
295
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
291
296
  readonly documentation: "https://docs.frax.finance/";
292
- readonly risks: readonly ["SYNTH_STABLE"];
297
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
293
298
  };
294
299
  readonly BUSD: {
295
300
  readonly name: "Binance-Peg BUSD Token";
@@ -301,7 +306,7 @@ export declare const moonbeam: {
301
306
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
302
307
  readonly website: "https://www.binance.com/en/busd";
303
308
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
304
- readonly risks: readonly ["SYNTH_STABLE"];
309
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
305
310
  };
306
311
  readonly BUSDc: {
307
312
  readonly name: "Binance-Peg BUSD Token (Celer)";
@@ -313,6 +318,7 @@ export declare const moonbeam: {
313
318
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
314
319
  readonly website: "https://www.binance.com/en/busd";
315
320
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
321
+ readonly tags: readonly ["SYNTHETIC"];
316
322
  };
317
323
  readonly BUSDwh: {
318
324
  readonly name: "Binance-Peg BUSD Token (Wormhole)";
@@ -325,7 +331,7 @@ export declare const moonbeam: {
325
331
  readonly website: "https://www.binance.com/en/busd";
326
332
  readonly description: "BUSD bridged by Wormhole(Portal). Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
327
333
  readonly documentation: "https://docs.wormhole.com/wormhole/";
328
- readonly risks: readonly ["SYNTH_STABLE"];
334
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
329
335
  };
330
336
  readonly BNB: {
331
337
  readonly name: "Binance";
@@ -370,6 +376,7 @@ export declare const moonbeam: {
370
376
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfA9343C3897324496A05fC75abeD6bAC29f8A40f.svg";
371
377
  readonly website: "https://www.nomad.xyz/";
372
378
  readonly description: "Bridged ETH by Nomad. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
379
+ readonly tags: readonly ["SYNTHETIC"];
373
380
  };
374
381
  readonly USDT: {
375
382
  readonly name: "Tether USD";
@@ -381,6 +388,7 @@ export declare const moonbeam: {
381
388
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73.svg";
382
389
  readonly website: "https://tether.to/";
383
390
  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.";
391
+ readonly tags: readonly ["STABLECOIN"];
384
392
  };
385
393
  readonly USDTc: {
386
394
  readonly name: "Tether USD (Celer)";
@@ -405,6 +413,7 @@ export declare const moonbeam: {
405
413
  readonly description: "Bridged by XCM from Kusama. 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.";
406
414
  readonly documentation: "https://moonbeam.network/news/polkadot-native-usdt-now-available-on-moonbeam";
407
415
  readonly bridge: "kusama";
416
+ readonly tags: readonly ["STABLECOIN"];
408
417
  };
409
418
  readonly DAI: {
410
419
  readonly name: "Dai Stablecoin";
@@ -416,7 +425,7 @@ export declare const moonbeam: {
416
425
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x765277EebeCA2e31912C9946eAe1021199B39C61.svg";
417
426
  readonly website: "https://makerdao.com/en/";
418
427
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
419
- readonly risks: readonly ["SYNTH_STABLE"];
428
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
420
429
  };
421
430
  readonly FTM: {
422
431
  readonly name: "Fantom";
@@ -450,6 +459,7 @@ export declare const moonbeam: {
450
459
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
451
460
  readonly website: "https://www.terra.money/";
452
461
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
462
+ readonly tags: readonly ["SYNTHETIC"];
453
463
  };
454
464
  readonly MATIC: {
455
465
  readonly name: "Matic";
@@ -619,6 +629,7 @@ export declare const moonbeam: {
619
629
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
620
630
  readonly website: "https://www.terra.money/";
621
631
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
632
+ readonly tags: readonly ["SYNTHETIC"];
622
633
  };
623
634
  readonly xcaUSD: {
624
635
  readonly name: "xcaUSD";
@@ -630,6 +641,7 @@ export declare const moonbeam: {
630
641
  readonly logoURI: "https://raw.githubusercontent.com/BeamSwap/beamswap-tokenlist/main/assets/chains/moonbeam/0xfFfFFFFF52C56A9257bB97f4B2b6F7B2D624ecda/logo.png";
631
642
  readonly website: "https://acala.network/ausd";
632
643
  readonly description: "Acala USD (aUSD). The native decentralized stablecoin of Polkadot.";
644
+ readonly tags: readonly ["SYNTHETIC"];
633
645
  };
634
646
  readonly LDO: {
635
647
  readonly name: "Lido DAO";
@@ -654,6 +666,7 @@ export declare const moonbeam: {
654
666
  readonly website: "https://stellaswap.com/";
655
667
  readonly description: "Stellaswap is a decentralized exchange, providing liquidity and enabling peer-to-peer transactions on the Moonbeam Network. The 4pool is a stable-swap LP consisting of USDC, USDT, DAI & FRAX.";
656
668
  readonly documentation: "https://docs.stellaswap.com/how-to-guides/swap-pool-and-farm/how-to-add-liquidity-in-stable-amm";
669
+ readonly tags: readonly ["SYNTHETIC"];
657
670
  };
658
671
  readonly xcUSDC: {
659
672
  readonly name: "USD Coin";
@@ -667,6 +680,7 @@ export declare const moonbeam: {
667
680
  readonly documentation: "https://developers.circle.com/docs";
668
681
  readonly bridge: "kusama";
669
682
  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.";
683
+ readonly tags: readonly ["STABLECOIN"];
670
684
  };
671
685
  readonly axlUSDC: {
672
686
  readonly name: "USD Coin";
@@ -680,6 +694,7 @@ export declare const moonbeam: {
680
694
  readonly documentation: "https://developers.circle.com/docs";
681
695
  readonly bridge: "axelar";
682
696
  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.";
697
+ readonly tags: readonly ["STABLECOIN"];
683
698
  };
684
699
  };
685
700
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -770,6 +785,7 @@ export declare const moonbeam: {
770
785
  readonly website: "https://app.stellaswap.com/exchange/pool/stable";
771
786
  readonly description: "Stellaswap Base4Pool is a Stable Pool consisting of USDC.wh, USDt.xc, BUSD.wh, and FRAX tokens.";
772
787
  readonly logoURI: "";
788
+ readonly tags: readonly ["SYNTHETIC"];
773
789
  };
774
790
  readonly wstDOT: {
775
791
  readonly name: "Wrapped liquid staked DOT";
@@ -821,6 +837,7 @@ export declare const moonbeam: {
821
837
  readonly description: "USDC bridged by Wormhole(Portal). USDC is a fully collateralized US dollar stablecoin. Native USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
822
838
  readonly documentation: "https://docs.wormhole.com/wormhole/";
823
839
  readonly bridge: "wormhole";
840
+ readonly tags: readonly ["STABLECOIN"];
824
841
  };
825
842
  readonly POOP: {
826
843
  readonly name: "Raresama";
@@ -889,7 +906,7 @@ export declare const moonbeam: {
889
906
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdFA46478F9e5EA86d57387849598dbFB2e964b02.svg";
890
907
  readonly website: "https://app.mai.finance/";
891
908
  readonly description: "MAI is a stablecoin collateralized by your crypto assets. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
892
- readonly risks: readonly ["SYNTH_STABLE"];
909
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
893
910
  };
894
911
  readonly APE: {
895
912
  readonly name: "ApeCoin APE";
@@ -924,6 +941,7 @@ export declare const moonbeam: {
924
941
  readonly website: "https://www.circle.com/usdc";
925
942
  readonly documentation: "https://developers.circle.com/docs";
926
943
  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.";
944
+ readonly tags: readonly ["STABLECOIN"];
927
945
  };
928
946
  readonly USDCs: {
929
947
  readonly name: "USD Coin";
@@ -935,6 +953,7 @@ export declare const moonbeam: {
935
953
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b.svg";
936
954
  readonly website: "https://www.nomad.xyz/";
937
955
  readonly description: "bridged USDC by Nomad. 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.";
956
+ readonly tags: readonly ["STABLECOIN"];
938
957
  };
939
958
  readonly USDTs: {
940
959
  readonly name: "Tether USD";
@@ -946,6 +965,7 @@ export declare const moonbeam: {
946
965
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8e70cD5B4Ff3f62659049e74b6649c6603A0E594.svg";
947
966
  readonly website: "https://www.nomad.xyz/";
948
967
  readonly description: "bridged USDT by Nomad. 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.";
968
+ readonly tags: readonly ["STABLECOIN"];
949
969
  };
950
970
  readonly DAIs: {
951
971
  readonly name: "Dai Stablecoin";
@@ -957,7 +977,7 @@ export declare const moonbeam: {
957
977
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc234A67a4F840E61adE794be47de455361b52413.svg";
958
978
  readonly website: "https://www.nomad.xyz/";
959
979
  readonly description: "bridged DAI by Nomad. Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
960
- readonly risks: readonly ["SYNTH_STABLE"];
980
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
961
981
  };
962
982
  readonly FRAX: {
963
983
  readonly name: "Frax";
@@ -970,7 +990,7 @@ export declare const moonbeam: {
970
990
  readonly website: "https://frax.finance/";
971
991
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
972
992
  readonly documentation: "https://docs.frax.finance/";
973
- readonly risks: readonly ["SYNTH_STABLE"];
993
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
974
994
  };
975
995
  readonly BUSD: {
976
996
  readonly name: "Binance-Peg BUSD Token";
@@ -982,7 +1002,7 @@ export declare const moonbeam: {
982
1002
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
983
1003
  readonly website: "https://www.binance.com/en/busd";
984
1004
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
985
- readonly risks: readonly ["SYNTH_STABLE"];
1005
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
986
1006
  };
987
1007
  readonly BUSDc: {
988
1008
  readonly name: "Binance-Peg BUSD Token (Celer)";
@@ -994,6 +1014,7 @@ export declare const moonbeam: {
994
1014
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F.svg";
995
1015
  readonly website: "https://www.binance.com/en/busd";
996
1016
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
1017
+ readonly tags: readonly ["SYNTHETIC"];
997
1018
  };
998
1019
  readonly BUSDwh: {
999
1020
  readonly name: "Binance-Peg BUSD Token (Wormhole)";
@@ -1006,7 +1027,7 @@ export declare const moonbeam: {
1006
1027
  readonly website: "https://www.binance.com/en/busd";
1007
1028
  readonly description: "BUSD bridged by Wormhole(Portal). Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
1008
1029
  readonly documentation: "https://docs.wormhole.com/wormhole/";
1009
- readonly risks: readonly ["SYNTH_STABLE"];
1030
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1010
1031
  };
1011
1032
  readonly BNB: {
1012
1033
  readonly name: "Binance";
@@ -1051,6 +1072,7 @@ export declare const moonbeam: {
1051
1072
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfA9343C3897324496A05fC75abeD6bAC29f8A40f.svg";
1052
1073
  readonly website: "https://www.nomad.xyz/";
1053
1074
  readonly description: "Bridged ETH by Nomad. The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
1075
+ readonly tags: readonly ["SYNTHETIC"];
1054
1076
  };
1055
1077
  readonly USDT: {
1056
1078
  readonly name: "Tether USD";
@@ -1062,6 +1084,7 @@ export declare const moonbeam: {
1062
1084
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73.svg";
1063
1085
  readonly website: "https://tether.to/";
1064
1086
  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.";
1087
+ readonly tags: readonly ["STABLECOIN"];
1065
1088
  };
1066
1089
  readonly USDTc: {
1067
1090
  readonly name: "Tether USD (Celer)";
@@ -1086,6 +1109,7 @@ export declare const moonbeam: {
1086
1109
  readonly description: "Bridged by XCM from Kusama. 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.";
1087
1110
  readonly documentation: "https://moonbeam.network/news/polkadot-native-usdt-now-available-on-moonbeam";
1088
1111
  readonly bridge: "kusama";
1112
+ readonly tags: readonly ["STABLECOIN"];
1089
1113
  };
1090
1114
  readonly DAI: {
1091
1115
  readonly name: "Dai Stablecoin";
@@ -1097,7 +1121,7 @@ export declare const moonbeam: {
1097
1121
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x765277EebeCA2e31912C9946eAe1021199B39C61.svg";
1098
1122
  readonly website: "https://makerdao.com/en/";
1099
1123
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
1100
- readonly risks: readonly ["SYNTH_STABLE"];
1124
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1101
1125
  };
1102
1126
  readonly FTM: {
1103
1127
  readonly name: "Fantom";
@@ -1131,6 +1155,7 @@ export declare const moonbeam: {
1131
1155
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
1132
1156
  readonly website: "https://www.terra.money/";
1133
1157
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
1158
+ readonly tags: readonly ["SYNTHETIC"];
1134
1159
  };
1135
1160
  readonly MATIC: {
1136
1161
  readonly name: "Matic";
@@ -1300,6 +1325,7 @@ export declare const moonbeam: {
1300
1325
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x085416975fe14C2A731a97eC38B9bF8135231F62.svg";
1301
1326
  readonly website: "https://www.terra.money/";
1302
1327
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
1328
+ readonly tags: readonly ["SYNTHETIC"];
1303
1329
  };
1304
1330
  readonly xcaUSD: {
1305
1331
  readonly name: "xcaUSD";
@@ -1311,6 +1337,7 @@ export declare const moonbeam: {
1311
1337
  readonly logoURI: "https://raw.githubusercontent.com/BeamSwap/beamswap-tokenlist/main/assets/chains/moonbeam/0xfFfFFFFF52C56A9257bB97f4B2b6F7B2D624ecda/logo.png";
1312
1338
  readonly website: "https://acala.network/ausd";
1313
1339
  readonly description: "Acala USD (aUSD). The native decentralized stablecoin of Polkadot.";
1340
+ readonly tags: readonly ["SYNTHETIC"];
1314
1341
  };
1315
1342
  readonly LDO: {
1316
1343
  readonly name: "Lido DAO";
@@ -1335,6 +1362,7 @@ export declare const moonbeam: {
1335
1362
  readonly website: "https://stellaswap.com/";
1336
1363
  readonly description: "Stellaswap is a decentralized exchange, providing liquidity and enabling peer-to-peer transactions on the Moonbeam Network. The 4pool is a stable-swap LP consisting of USDC, USDT, DAI & FRAX.";
1337
1364
  readonly documentation: "https://docs.stellaswap.com/how-to-guides/swap-pool-and-farm/how-to-add-liquidity-in-stable-amm";
1365
+ readonly tags: readonly ["SYNTHETIC"];
1338
1366
  };
1339
1367
  readonly xcUSDC: {
1340
1368
  readonly name: "USD Coin";
@@ -1348,6 +1376,7 @@ export declare const moonbeam: {
1348
1376
  readonly documentation: "https://developers.circle.com/docs";
1349
1377
  readonly bridge: "kusama";
1350
1378
  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.";
1379
+ readonly tags: readonly ["STABLECOIN"];
1351
1380
  };
1352
1381
  readonly axlUSDC: {
1353
1382
  readonly name: "USD Coin";
@@ -1361,6 +1390,7 @@ export declare const moonbeam: {
1361
1390
  readonly documentation: "https://developers.circle.com/docs";
1362
1391
  readonly bridge: "axelar";
1363
1392
  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.";
1393
+ readonly tags: readonly ["STABLECOIN"];
1364
1394
  };
1365
1395
  }>;
1366
1396
  readonly native: {