@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
@@ -101,6 +101,7 @@ export declare const metis: {
101
101
  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.";
102
102
  readonly bridge: "metis-canonical";
103
103
  readonly documentation: "https://tether.to/en/how-it-works";
104
+ readonly tags: readonly ["STABLECOIN"];
104
105
  };
105
106
  readonly mUSDC: {
106
107
  readonly name: "USDC Token";
@@ -114,6 +115,7 @@ export declare const metis: {
114
115
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
115
116
  readonly bridge: "metis-canonical";
116
117
  readonly oracleId: "USDC";
118
+ readonly tags: readonly ["STABLECOIN"];
117
119
  };
118
120
  readonly mDAI: {
119
121
  readonly name: "Dai Stablecoin";
@@ -125,7 +127,7 @@ export declare const metis: {
125
127
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
126
128
  readonly website: "https://makerdao.com/en/";
127
129
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
128
- readonly risks: readonly ["SYNTH_STABLE"];
130
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
129
131
  };
130
132
  readonly WETH: {
131
133
  readonly name: "Ether";
@@ -205,6 +207,7 @@ export declare const metis: {
205
207
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
206
208
  readonly website: "https://makerdao.com/en/";
207
209
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
210
+ readonly tags: readonly ["SYNTHETIC"];
208
211
  };
209
212
  readonly HUM: {
210
213
  readonly name: "Hummus";
@@ -368,6 +371,7 @@ export declare const metis: {
368
371
  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.";
369
372
  readonly bridge: "metis-canonical";
370
373
  readonly documentation: "https://tether.to/en/how-it-works";
374
+ readonly tags: readonly ["STABLECOIN"];
371
375
  };
372
376
  readonly mUSDC: {
373
377
  readonly name: "USDC Token";
@@ -381,6 +385,7 @@ export declare const metis: {
381
385
  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.";
382
386
  readonly bridge: "metis-canonical";
383
387
  readonly oracleId: "USDC";
388
+ readonly tags: readonly ["STABLECOIN"];
384
389
  };
385
390
  readonly mDAI: {
386
391
  readonly name: "Dai Stablecoin";
@@ -392,7 +397,7 @@ export declare const metis: {
392
397
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
393
398
  readonly website: "https://makerdao.com/en/";
394
399
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
395
- readonly risks: readonly ["SYNTH_STABLE"];
400
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
396
401
  };
397
402
  readonly WETH: {
398
403
  readonly name: "Ether";
@@ -472,6 +477,7 @@ export declare const metis: {
472
477
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
473
478
  readonly website: "https://makerdao.com/en/";
474
479
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
480
+ readonly tags: readonly ["SYNTHETIC"];
475
481
  };
476
482
  readonly HUM: {
477
483
  readonly name: "Hummus";
@@ -98,6 +98,7 @@ export declare const tokens: {
98
98
  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.";
99
99
  readonly bridge: "metis-canonical";
100
100
  readonly documentation: "https://tether.to/en/how-it-works";
101
+ readonly tags: readonly ["STABLECOIN"];
101
102
  };
102
103
  readonly mUSDC: {
103
104
  readonly name: "USDC Token";
@@ -111,6 +112,7 @@ export declare const tokens: {
111
112
  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.";
112
113
  readonly bridge: "metis-canonical";
113
114
  readonly oracleId: "USDC";
115
+ readonly tags: readonly ["STABLECOIN"];
114
116
  };
115
117
  readonly mDAI: {
116
118
  readonly name: "Dai Stablecoin";
@@ -122,7 +124,7 @@ export declare const tokens: {
122
124
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
123
125
  readonly website: "https://makerdao.com/en/";
124
126
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
125
- readonly risks: readonly ["SYNTH_STABLE"];
127
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
126
128
  };
127
129
  readonly WETH: {
128
130
  readonly name: "Ether";
@@ -202,6 +204,7 @@ export declare const tokens: {
202
204
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg";
203
205
  readonly website: "https://makerdao.com/en/";
204
206
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
207
+ readonly tags: readonly ["SYNTHETIC"];
205
208
  };
206
209
  readonly HUM: {
207
210
  readonly name: "Hummus";
@@ -63,6 +63,7 @@ export const tokens = {
63
63
  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.',
64
64
  bridge: 'metis-canonical',
65
65
  documentation: 'https://tether.to/en/how-it-works',
66
+ tags: ['STABLECOIN'],
66
67
  },
67
68
  mUSDC: {
68
69
  name: 'USDC Token',
@@ -76,6 +77,7 @@ export const tokens = {
76
77
  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
78
  bridge: 'metis-canonical',
78
79
  oracleId: 'USDC',
80
+ tags: ['STABLECOIN'],
79
81
  },
80
82
  mDAI: {
81
83
  name: 'Dai Stablecoin',
@@ -87,7 +89,7 @@ export const tokens = {
87
89
  logoURI: 'https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg',
88
90
  website: 'https://makerdao.com/en/',
89
91
  description: 'Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain',
90
- risks: ['SYNTH_STABLE'],
92
+ tags: ['STABLECOIN', 'SYNTHETIC'],
91
93
  },
92
94
  WETH: {
93
95
  name: 'Ether',
@@ -167,6 +169,7 @@ export const tokens = {
167
169
  logoURI: 'https://tokens.pancakeswap.finance/images/0x4651B38e7ec14BB3db731369BFE5B08F2466Bd0A.svg',
168
170
  website: 'https://makerdao.com/en/',
169
171
  description: 'Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain',
172
+ tags: ['SYNTHETIC'],
170
173
  },
171
174
  HUM: {
172
175
  name: 'Hummus',
@@ -79,6 +79,7 @@ export declare const mode: {
79
79
  readonly chainId: 34443;
80
80
  readonly logoURI: "";
81
81
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
82
+ readonly tags: readonly ["STABLECOIN"];
82
83
  };
83
84
  readonly USDT: {
84
85
  readonly name: "USDT";
@@ -92,6 +93,7 @@ export declare const mode: {
92
93
  readonly bridge: "mode-canonical";
93
94
  readonly logoURI: "";
94
95
  readonly documentation: "https://tether.to/en/how-it-works";
96
+ readonly tags: readonly ["STABLECOIN"];
95
97
  };
96
98
  readonly ezETH: {
97
99
  readonly name: "Renzo Restaked ETH";
@@ -105,7 +107,7 @@ export declare const mode: {
105
107
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
106
108
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
107
109
  readonly bridge: "mode-canonical";
108
- readonly risks: readonly ["NO_TIMELOCK"];
110
+ readonly tags: readonly ["NO_TIMELOCK"];
109
111
  };
110
112
  readonly weETH: {
111
113
  readonly chainId: 34443;
@@ -117,7 +119,7 @@ export declare const mode: {
117
119
  readonly website: "https://ether.fi/";
118
120
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
119
121
  readonly bridge: "mode-canonical";
120
- readonly risks: readonly ["NO_TIMELOCK"];
122
+ readonly tags: readonly ["NO_TIMELOCK"];
121
123
  };
122
124
  readonly DOLA: {
123
125
  readonly name: "DOLA USD";
@@ -131,7 +133,7 @@ export declare const mode: {
131
133
  readonly bridge: "mode-canonical";
132
134
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
133
135
  readonly documentation: "https://docs.inverse.finance/";
134
- readonly risks: readonly ["SYNTH_STABLE"];
136
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
135
137
  };
136
138
  readonly xKIM: {
137
139
  readonly name: "Escrowed KIM";
@@ -145,7 +147,7 @@ export declare const mode: {
145
147
  readonly bridge: "native";
146
148
  readonly logoURI: "";
147
149
  readonly documentation: "https://docs.kim.exchange/";
148
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
150
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
149
151
  };
150
152
  readonly KIM: {
151
153
  readonly name: "KIM";
@@ -159,7 +161,7 @@ export declare const mode: {
159
161
  readonly bridge: "native";
160
162
  readonly logoURI: "";
161
163
  readonly documentation: "https://docs.kim.exchange/";
162
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
164
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
163
165
  };
164
166
  readonly XVELO: {
165
167
  readonly name: "Superchain Velodrome";
@@ -186,7 +188,7 @@ export declare const mode: {
186
188
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
187
189
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
188
190
  readonly bridge: "layer-zero";
189
- readonly risks: readonly ["NO_TIMELOCK"];
191
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
190
192
  };
191
193
  readonly wMLT: {
192
194
  readonly name: "Wrapped BMX Mode Liquidity Token";
@@ -280,6 +282,7 @@ export declare const mode: {
280
282
  readonly chainId: 34443;
281
283
  readonly logoURI: "";
282
284
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
285
+ readonly tags: readonly ["STABLECOIN"];
283
286
  };
284
287
  readonly USDT: {
285
288
  readonly name: "USDT";
@@ -293,6 +296,7 @@ export declare const mode: {
293
296
  readonly bridge: "mode-canonical";
294
297
  readonly logoURI: "";
295
298
  readonly documentation: "https://tether.to/en/how-it-works";
299
+ readonly tags: readonly ["STABLECOIN"];
296
300
  };
297
301
  readonly ezETH: {
298
302
  readonly name: "Renzo Restaked ETH";
@@ -306,7 +310,7 @@ export declare const mode: {
306
310
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
307
311
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
308
312
  readonly bridge: "mode-canonical";
309
- readonly risks: readonly ["NO_TIMELOCK"];
313
+ readonly tags: readonly ["NO_TIMELOCK"];
310
314
  };
311
315
  readonly weETH: {
312
316
  readonly chainId: 34443;
@@ -318,7 +322,7 @@ export declare const mode: {
318
322
  readonly website: "https://ether.fi/";
319
323
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
320
324
  readonly bridge: "mode-canonical";
321
- readonly risks: readonly ["NO_TIMELOCK"];
325
+ readonly tags: readonly ["NO_TIMELOCK"];
322
326
  };
323
327
  readonly DOLA: {
324
328
  readonly name: "DOLA USD";
@@ -332,7 +336,7 @@ export declare const mode: {
332
336
  readonly bridge: "mode-canonical";
333
337
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
334
338
  readonly documentation: "https://docs.inverse.finance/";
335
- readonly risks: readonly ["SYNTH_STABLE"];
339
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
336
340
  };
337
341
  readonly xKIM: {
338
342
  readonly name: "Escrowed KIM";
@@ -346,7 +350,7 @@ export declare const mode: {
346
350
  readonly bridge: "native";
347
351
  readonly logoURI: "";
348
352
  readonly documentation: "https://docs.kim.exchange/";
349
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
353
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
350
354
  };
351
355
  readonly KIM: {
352
356
  readonly name: "KIM";
@@ -360,7 +364,7 @@ export declare const mode: {
360
364
  readonly bridge: "native";
361
365
  readonly logoURI: "";
362
366
  readonly documentation: "https://docs.kim.exchange/";
363
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
367
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
364
368
  };
365
369
  readonly XVELO: {
366
370
  readonly name: "Superchain Velodrome";
@@ -387,7 +391,7 @@ export declare const mode: {
387
391
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
388
392
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
389
393
  readonly bridge: "layer-zero";
390
- readonly risks: readonly ["NO_TIMELOCK"];
394
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
391
395
  };
392
396
  readonly wMLT: {
393
397
  readonly name: "Wrapped BMX Mode Liquidity Token";
@@ -76,6 +76,7 @@ export declare const tokens: {
76
76
  readonly chainId: 34443;
77
77
  readonly logoURI: "";
78
78
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
79
+ readonly tags: readonly ["STABLECOIN"];
79
80
  };
80
81
  readonly USDT: {
81
82
  readonly name: "USDT";
@@ -89,6 +90,7 @@ export declare const tokens: {
89
90
  readonly bridge: "mode-canonical";
90
91
  readonly logoURI: "";
91
92
  readonly documentation: "https://tether.to/en/how-it-works";
93
+ readonly tags: readonly ["STABLECOIN"];
92
94
  };
93
95
  readonly ezETH: {
94
96
  readonly name: "Renzo Restaked ETH";
@@ -102,7 +104,7 @@ export declare const tokens: {
102
104
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
103
105
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
104
106
  readonly bridge: "mode-canonical";
105
- readonly risks: readonly ["NO_TIMELOCK"];
107
+ readonly tags: readonly ["NO_TIMELOCK"];
106
108
  };
107
109
  readonly weETH: {
108
110
  readonly chainId: 34443;
@@ -114,7 +116,7 @@ export declare const tokens: {
114
116
  readonly website: "https://ether.fi/";
115
117
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
116
118
  readonly bridge: "mode-canonical";
117
- readonly risks: readonly ["NO_TIMELOCK"];
119
+ readonly tags: readonly ["NO_TIMELOCK"];
118
120
  };
119
121
  readonly DOLA: {
120
122
  readonly name: "DOLA USD";
@@ -128,7 +130,7 @@ export declare const tokens: {
128
130
  readonly bridge: "mode-canonical";
129
131
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
130
132
  readonly documentation: "https://docs.inverse.finance/";
131
- readonly risks: readonly ["SYNTH_STABLE"];
133
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
132
134
  };
133
135
  readonly xKIM: {
134
136
  readonly name: "Escrowed KIM";
@@ -142,7 +144,7 @@ export declare const tokens: {
142
144
  readonly bridge: "native";
143
145
  readonly logoURI: "";
144
146
  readonly documentation: "https://docs.kim.exchange/";
145
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
147
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
146
148
  };
147
149
  readonly KIM: {
148
150
  readonly name: "KIM";
@@ -156,7 +158,7 @@ export declare const tokens: {
156
158
  readonly bridge: "native";
157
159
  readonly logoURI: "";
158
160
  readonly documentation: "https://docs.kim.exchange/";
159
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
161
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
160
162
  };
161
163
  readonly XVELO: {
162
164
  readonly name: "Superchain Velodrome";
@@ -183,7 +185,7 @@ export declare const tokens: {
183
185
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
184
186
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
185
187
  readonly bridge: "layer-zero";
186
- readonly risks: readonly ["NO_TIMELOCK"];
188
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
187
189
  };
188
190
  readonly wMLT: {
189
191
  readonly name: "Wrapped BMX Mode Liquidity Token";
@@ -41,6 +41,7 @@ export const tokens = {
41
41
  chainId: 34443,
42
42
  logoURI: '',
43
43
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
44
+ tags: ['STABLECOIN'],
44
45
  },
45
46
  USDT: {
46
47
  name: 'USDT',
@@ -54,6 +55,7 @@ export const tokens = {
54
55
  bridge: 'mode-canonical',
55
56
  logoURI: '',
56
57
  documentation: 'https://tether.to/en/how-it-works',
58
+ tags: ['STABLECOIN'],
57
59
  },
58
60
  ezETH: {
59
61
  name: 'Renzo Restaked ETH',
@@ -67,7 +69,7 @@ export const tokens = {
67
69
  description: 'Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.',
68
70
  documentation: 'https://docs.renzoprotocol.com/docs/',
69
71
  bridge: 'mode-canonical',
70
- risks: ['NO_TIMELOCK'],
72
+ tags: ['NO_TIMELOCK'],
71
73
  },
72
74
  weETH: {
73
75
  chainId: 34443,
@@ -79,7 +81,7 @@ export const tokens = {
79
81
  website: 'https://ether.fi/',
80
82
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
81
83
  bridge: 'mode-canonical',
82
- risks: ['NO_TIMELOCK'],
84
+ tags: ['NO_TIMELOCK'],
83
85
  },
84
86
  DOLA: {
85
87
  name: 'DOLA USD',
@@ -93,7 +95,7 @@ export const tokens = {
93
95
  bridge: 'mode-canonical',
94
96
  logoURI: 'https://assets.spookyswap.finance/tokens/DOLA.png',
95
97
  documentation: 'https://docs.inverse.finance/',
96
- risks: ['SYNTH_STABLE'],
98
+ tags: ['STABLECOIN', 'SYNTHETIC'],
97
99
  },
98
100
  xKIM: {
99
101
  name: 'Escrowed KIM',
@@ -107,7 +109,7 @@ export const tokens = {
107
109
  bridge: 'native',
108
110
  logoURI: '',
109
111
  documentation: 'https://docs.kim.exchange/',
110
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
112
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
111
113
  },
112
114
  KIM: {
113
115
  name: 'KIM',
@@ -121,7 +123,7 @@ export const tokens = {
121
123
  bridge: 'native',
122
124
  logoURI: '',
123
125
  documentation: 'https://docs.kim.exchange/',
124
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
126
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
125
127
  },
126
128
  XVELO: {
127
129
  name: 'Superchain Velodrome',
@@ -148,7 +150,7 @@ export const tokens = {
148
150
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
149
151
  description: 'Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.',
150
152
  bridge: 'layer-zero',
151
- risks: ['NO_TIMELOCK'],
153
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
152
154
  },
153
155
  wMLT: {
154
156
  name: 'Wrapped BMX Mode Liquidity Token',
@@ -66,6 +66,7 @@ export declare const monad: {
66
66
  readonly chainId: 143;
67
67
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
68
68
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly WETH: {
71
72
  readonly name: "Wrapped Ether";
@@ -92,7 +93,7 @@ export declare const monad: {
92
93
  readonly documentation: "https://developer.agora.finance/";
93
94
  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.";
94
95
  readonly bridge: "native";
95
- readonly risks: readonly ["NO_TIMELOCK"];
96
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
96
97
  };
97
98
  readonly USDT0: {
98
99
  readonly name: "USDT0";
@@ -105,6 +106,7 @@ export declare const monad: {
105
106
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
106
107
  readonly bridge: "layer-zero";
107
108
  readonly documentation: "https://tether.to/en/how-it-works";
109
+ readonly tags: readonly ["STABLECOIN"];
108
110
  };
109
111
  readonly WBTC: {
110
112
  readonly name: "Wrapped BTC";
@@ -157,7 +159,7 @@ export declare const monad: {
157
159
  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.";
158
160
  readonly bridge: "native";
159
161
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
160
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
162
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
161
163
  };
162
164
  readonly BTCb: {
163
165
  readonly name: "Bridged Bitcoin";
@@ -170,7 +172,7 @@ export declare const monad: {
170
172
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
171
173
  readonly description: "official AVAX BRIDGE bridged BTC";
172
174
  readonly bridge: "native";
173
- readonly risks: readonly ["NO_TIMELOCK"];
175
+ readonly tags: readonly ["NO_TIMELOCK"];
174
176
  };
175
177
  readonly AZND: {
176
178
  readonly name: "Asian Dollar";
@@ -184,7 +186,7 @@ export declare const monad: {
184
186
  readonly documentation: "https://docs.mudigital.net/";
185
187
  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";
186
188
  readonly bridge: "native";
187
- readonly risks: readonly ["NO_TIMELOCK"];
189
+ readonly tags: readonly ["NO_TIMELOCK"];
188
190
  };
189
191
  readonly muBOND: {
190
192
  readonly name: "mu Bond";
@@ -198,7 +200,7 @@ export declare const monad: {
198
200
  readonly documentation: "https://docs.mudigital.net/";
199
201
  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.";
200
202
  readonly bridge: "native";
201
- readonly risks: readonly ["NO_TIMELOCK"];
203
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
202
204
  };
203
205
  readonly shMON: {
204
206
  readonly name: "ShMonad";
@@ -212,7 +214,7 @@ export declare const monad: {
212
214
  readonly documentation: "https://docs.shmonad.xyz/";
213
215
  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.";
214
216
  readonly bridge: "native";
215
- readonly risks: readonly ["NO_TIMELOCK"];
217
+ readonly tags: readonly ["NO_TIMELOCK"];
216
218
  };
217
219
  readonly sMON: {
218
220
  readonly name: "Kintsu Staked Monad";
@@ -226,7 +228,7 @@ export declare const monad: {
226
228
  readonly documentation: "https://docs.kintsu.xyz/";
227
229
  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.";
228
230
  readonly bridge: "native";
229
- readonly risks: readonly ["NO_TIMELOCK"];
231
+ readonly tags: readonly ["NO_TIMELOCK"];
230
232
  };
231
233
  readonly gMON: {
232
234
  readonly name: "gMON";
@@ -240,7 +242,7 @@ export declare const monad: {
240
242
  readonly documentation: "https://docs.hydrogenlabs.xyz/magma/";
241
243
  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). ";
242
244
  readonly bridge: "native";
243
- readonly risks: readonly ["NO_TIMELOCK"];
245
+ readonly tags: readonly ["NO_TIMELOCK"];
244
246
  };
245
247
  readonly loAZND: {
246
248
  readonly name: "Locked Asian Dollar";
@@ -254,7 +256,7 @@ export declare const monad: {
254
256
  readonly documentation: "https://docs.mudigital.net/";
255
257
  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.";
256
258
  readonly bridge: "native";
257
- readonly risks: readonly ["NO_TIMELOCK"];
259
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
258
260
  };
259
261
  };
260
262
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -322,6 +324,7 @@ export declare const monad: {
322
324
  readonly chainId: 143;
323
325
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
324
326
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
327
+ readonly tags: readonly ["STABLECOIN"];
325
328
  };
326
329
  readonly WETH: {
327
330
  readonly name: "Wrapped Ether";
@@ -348,7 +351,7 @@ export declare const monad: {
348
351
  readonly documentation: "https://developer.agora.finance/";
349
352
  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.";
350
353
  readonly bridge: "native";
351
- readonly risks: readonly ["NO_TIMELOCK"];
354
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
352
355
  };
353
356
  readonly USDT0: {
354
357
  readonly name: "USDT0";
@@ -361,6 +364,7 @@ export declare const monad: {
361
364
  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.";
362
365
  readonly bridge: "layer-zero";
363
366
  readonly documentation: "https://tether.to/en/how-it-works";
367
+ readonly tags: readonly ["STABLECOIN"];
364
368
  };
365
369
  readonly WBTC: {
366
370
  readonly name: "Wrapped BTC";
@@ -413,7 +417,7 @@ export declare const monad: {
413
417
  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.";
414
418
  readonly bridge: "native";
415
419
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
416
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
420
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
417
421
  };
418
422
  readonly BTCb: {
419
423
  readonly name: "Bridged Bitcoin";
@@ -426,7 +430,7 @@ export declare const monad: {
426
430
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
427
431
  readonly description: "official AVAX BRIDGE bridged BTC";
428
432
  readonly bridge: "native";
429
- readonly risks: readonly ["NO_TIMELOCK"];
433
+ readonly tags: readonly ["NO_TIMELOCK"];
430
434
  };
431
435
  readonly AZND: {
432
436
  readonly name: "Asian Dollar";
@@ -440,7 +444,7 @@ export declare const monad: {
440
444
  readonly documentation: "https://docs.mudigital.net/";
441
445
  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";
442
446
  readonly bridge: "native";
443
- readonly risks: readonly ["NO_TIMELOCK"];
447
+ readonly tags: readonly ["NO_TIMELOCK"];
444
448
  };
445
449
  readonly muBOND: {
446
450
  readonly name: "mu Bond";
@@ -454,7 +458,7 @@ export declare const monad: {
454
458
  readonly documentation: "https://docs.mudigital.net/";
455
459
  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.";
456
460
  readonly bridge: "native";
457
- readonly risks: readonly ["NO_TIMELOCK"];
461
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
458
462
  };
459
463
  readonly shMON: {
460
464
  readonly name: "ShMonad";
@@ -468,7 +472,7 @@ export declare const monad: {
468
472
  readonly documentation: "https://docs.shmonad.xyz/";
469
473
  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.";
470
474
  readonly bridge: "native";
471
- readonly risks: readonly ["NO_TIMELOCK"];
475
+ readonly tags: readonly ["NO_TIMELOCK"];
472
476
  };
473
477
  readonly sMON: {
474
478
  readonly name: "Kintsu Staked Monad";
@@ -482,7 +486,7 @@ export declare const monad: {
482
486
  readonly documentation: "https://docs.kintsu.xyz/";
483
487
  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.";
484
488
  readonly bridge: "native";
485
- readonly risks: readonly ["NO_TIMELOCK"];
489
+ readonly tags: readonly ["NO_TIMELOCK"];
486
490
  };
487
491
  readonly gMON: {
488
492
  readonly name: "gMON";
@@ -496,7 +500,7 @@ export declare const monad: {
496
500
  readonly documentation: "https://docs.hydrogenlabs.xyz/magma/";
497
501
  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). ";
498
502
  readonly bridge: "native";
499
- readonly risks: readonly ["NO_TIMELOCK"];
503
+ readonly tags: readonly ["NO_TIMELOCK"];
500
504
  };
501
505
  readonly loAZND: {
502
506
  readonly name: "Locked Asian Dollar";
@@ -510,7 +514,7 @@ export declare const monad: {
510
514
  readonly documentation: "https://docs.mudigital.net/";
511
515
  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.";
512
516
  readonly bridge: "native";
513
- readonly risks: readonly ["NO_TIMELOCK"];
517
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
514
518
  };
515
519
  }>;
516
520
  readonly native: {