@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
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  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.',
32
32
  logoURI: 'https://tokens.pancakeswap.finance/images/0xB12BFcA5A55806AaF64E99521918A4bf0fC40802.svg',
33
33
  bridge: 'linea-canonical',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  USDT: {
36
37
  name: 'USDT',
@@ -44,6 +45,7 @@ exports.tokens = {
44
45
  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.',
45
46
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
46
47
  bridge: 'linea-canonical',
48
+ tags: ['STABLECOIN'],
47
49
  },
48
50
  DAI: {
49
51
  name: 'Dai Stablecoin',
@@ -57,7 +59,7 @@ exports.tokens = {
57
59
  description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
58
60
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
59
61
  bridge: 'linea-canonical',
60
- risks: ['SYNTH_STABLE'],
62
+ tags: ['STABLECOIN', 'SYNTHETIC'],
61
63
  },
62
64
  WBTC: {
63
65
  name: 'Wrapped BTC',
@@ -109,7 +111,7 @@ exports.tokens = {
109
111
  description: 'Lynex democratizes sophisticated liquidity strategies, seamlessly connecting everyday traders with expert-level capabilities. Our platform features a competitive ecosystem of Automated Liquidity Managers (ALMs) and strategists, all striving to optimize returns, minimize risks like impermanent loss, and boost overall efficiency for every user.',
110
112
  documentation: 'https://lynex.gitbook.io/lynex-docs/protocol-overview/about-lynex',
111
113
  bridge: 'native',
112
- risks: ['NO_TIMELOCK'],
114
+ tags: ['NO_TIMELOCK'],
113
115
  },
114
116
  oLYNX: {
115
117
  name: 'Option LYNX Token',
@@ -136,7 +138,7 @@ exports.tokens = {
136
138
  description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.",
137
139
  documentation: 'https://docs.mai.finance/',
138
140
  bridge: 'native',
139
- risks: ['SYNTH_STABLE'],
141
+ tags: ['STABLECOIN', 'SYNTHETIC'],
140
142
  },
141
143
  DUSD: {
142
144
  name: 'Davos.xyz USD',
@@ -150,7 +152,7 @@ exports.tokens = {
150
152
  description: 'The Davos Protocol is an innovative collateralised debt position (CDP) protocol designed to facilitate the seamless minting of DUSD, an inflation-proof omnichain stablecoin, by leveraging Liquid Staking Tokens (LSTs). The protocol aims to address the challenges faced by traditional CDPs in decentralised finance (DeFi) by incorporating an unbiased monetary policy and fair borrowing rates, thereby enhancing user protection and promoting broader DeFi adoption. ',
151
153
  documentation: 'https://davos.xyz/assets/davos_whitepaper.pdf',
152
154
  bridge: 'native',
153
- risks: ['SYNTH_STABLE'],
155
+ tags: ['STABLECOIN', 'SYNTHETIC'],
154
156
  },
155
157
  'USD+': {
156
158
  name: 'USD+',
@@ -164,6 +166,7 @@ exports.tokens = {
164
166
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
165
167
  bridge: 'native',
166
168
  documentation: 'https://docs.overnight.fi/',
169
+ tags: ['CURATED'],
167
170
  },
168
171
  'USDT+': {
169
172
  name: 'USDT+',
@@ -177,6 +180,7 @@ exports.tokens = {
177
180
  description: 'USDT+ is USDT that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDT. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
178
181
  bridge: 'native',
179
182
  documentation: 'https://docs.overnight.fi/',
183
+ tags: ['CURATED'],
180
184
  },
181
185
  ezETH: {
182
186
  name: 'Renzo Restaked ETH Token',
@@ -190,7 +194,7 @@ exports.tokens = {
190
194
  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.',
191
195
  documentation: 'https://docs.renzoprotocol.com/docs/',
192
196
  bridge: 'connext',
193
- risks: ['NO_TIMELOCK'],
197
+ tags: ['NO_TIMELOCK'],
194
198
  },
195
199
  STONE: {
196
200
  name: 'StakeStone Ether',
@@ -204,7 +208,7 @@ exports.tokens = {
204
208
  description: 'StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.',
205
209
  documentation: 'https://docs.stakestone.io/stakestone',
206
210
  bridge: 'layer-zero',
207
- risks: ['NO_TIMELOCK'],
211
+ tags: ['NO_TIMELOCK'],
208
212
  },
209
213
  NILE: {
210
214
  name: 'NILE Token',
@@ -231,7 +235,7 @@ exports.tokens = {
231
235
  description: 'Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.',
232
236
  bridge: 'linea-canonical',
233
237
  documentation: 'https://docs.liquity.org/',
234
- risks: ['SYNTH_STABLE'],
238
+ tags: ['STABLECOIN', 'SYNTHETIC'],
235
239
  },
236
240
  weETH: {
237
241
  name: 'Wrapped eETH',
@@ -245,7 +249,7 @@ exports.tokens = {
245
249
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
246
250
  bridge: 'stargate',
247
251
  documentation: 'https://etherfi.gitbook.io/etherfi',
248
- risks: ['NO_TIMELOCK'],
252
+ tags: ['NO_TIMELOCK'],
249
253
  },
250
254
  inETH: {
251
255
  name: 'Inception ETH',
@@ -259,7 +263,7 @@ exports.tokens = {
259
263
  description: 'Inception ETH is a pioneering DeFi platform that provides a full solution for liquid restaking. Inception ETH is designed to streamline and improve the restaking process by combining Isolated and Native Liquid Restaking and a diverse array of Liquid Restaking Tokens.',
260
264
  bridge: 'inception',
261
265
  documentation: 'https://docs.inceptionlrt.com/',
262
- risks: ['NO_TIMELOCK'],
266
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
263
267
  },
264
268
  wrsETH: {
265
269
  name: 'rsETHWrapper',
@@ -272,7 +276,7 @@ exports.tokens = {
272
276
  website: 'https://kelpdao.xyz/',
273
277
  description: 'The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.',
274
278
  bridge: 'stargate',
275
- risks: ['NO_TIMELOCK'],
279
+ tags: ['NO_TIMELOCK'],
276
280
  },
277
281
  FOXY: {
278
282
  name: 'Foxy',
@@ -285,7 +289,7 @@ exports.tokens = {
285
289
  website: 'https://www.welikethefox.io/',
286
290
  description: 'Foxy is the mascot of the Linea blockchain. Every chain needs a champion, and we like the fox.',
287
291
  bridge: 'native',
288
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
292
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
289
293
  },
290
294
  REX: {
291
295
  name: 'Etherex',
@@ -312,7 +316,7 @@ exports.tokens = {
312
316
  documentation: 'https://github.com/Astera-Finance/whitepapers',
313
317
  description: 'Pioneering Ethereum-native credit rails on linea',
314
318
  bridge: 'layer-zero',
315
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
319
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
316
320
  },
317
321
  REX33: {
318
322
  name: 'Etherex Liquid Staking Token',
@@ -339,6 +343,7 @@ exports.tokens = {
339
343
  description: 'Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
340
344
  bridge: 'native',
341
345
  staked: true,
346
+ tags: ['STABLECOIN'],
342
347
  },
343
348
  LINEA: {
344
349
  name: 'Linea',
@@ -66,6 +66,7 @@ export declare const lisk: {
66
66
  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.";
67
67
  readonly bridge: "canonical";
68
68
  readonly documentation: "https://tether.to/en/how-it-works";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly LSK: {
71
72
  readonly name: "Lisk";
@@ -105,6 +106,7 @@ export declare const lisk: {
105
106
  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.";
106
107
  readonly bridge: "canonical";
107
108
  readonly documentation: "https://developers.circle.com/docs";
109
+ readonly tags: readonly ["STABLECOIN"];
108
110
  };
109
111
  readonly WBTC: {
110
112
  readonly name: "Wrapped BTC";
@@ -196,6 +198,7 @@ export declare const lisk: {
196
198
  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.";
197
199
  readonly bridge: "canonical";
198
200
  readonly documentation: "https://tether.to/en/how-it-works";
201
+ readonly tags: readonly ["STABLECOIN"];
199
202
  };
200
203
  readonly LSK: {
201
204
  readonly name: "Lisk";
@@ -235,6 +238,7 @@ export declare const lisk: {
235
238
  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.";
236
239
  readonly bridge: "canonical";
237
240
  readonly documentation: "https://developers.circle.com/docs";
241
+ readonly tags: readonly ["STABLECOIN"];
238
242
  };
239
243
  readonly WBTC: {
240
244
  readonly name: "Wrapped BTC";
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  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.";
64
64
  readonly bridge: "canonical";
65
65
  readonly documentation: "https://tether.to/en/how-it-works";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly LSK: {
68
69
  readonly name: "Lisk";
@@ -102,6 +103,7 @@ export declare const tokens: {
102
103
  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.";
103
104
  readonly bridge: "canonical";
104
105
  readonly documentation: "https://developers.circle.com/docs";
106
+ readonly tags: readonly ["STABLECOIN"];
105
107
  };
106
108
  readonly WBTC: {
107
109
  readonly name: "Wrapped BTC";
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  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.',
32
32
  bridge: 'canonical',
33
33
  documentation: 'https://tether.to/en/how-it-works',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  LSK: {
36
37
  name: 'Lisk',
@@ -70,6 +71,7 @@ exports.tokens = {
70
71
  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.',
71
72
  bridge: 'canonical',
72
73
  documentation: 'https://developers.circle.com/docs',
74
+ tags: ['STABLECOIN'],
73
75
  },
74
76
  WBTC: {
75
77
  name: 'Wrapped BTC',
@@ -62,7 +62,7 @@ export declare const manta: {
62
62
  readonly documentation: "https://docs.stakestone.io/stakestone";
63
63
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
64
64
  readonly bridge: "layer-zero";
65
- readonly risks: readonly ["NO_TIMELOCK"];
65
+ readonly tags: readonly ["NO_TIMELOCK"];
66
66
  };
67
67
  readonly USDC: {
68
68
  readonly name: "USDC";
@@ -76,6 +76,7 @@ export declare const manta: {
76
76
  readonly documentation: "https://developers.circle.com/docs";
77
77
  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.";
78
78
  readonly bridge: "manta-canonical";
79
+ readonly tags: readonly ["STABLECOIN"];
79
80
  };
80
81
  readonly USDT: {
81
82
  readonly name: "USDT";
@@ -89,6 +90,7 @@ export declare const manta: {
89
90
  readonly documentation: "https://tether.to/en/how-it-works";
90
91
  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.";
91
92
  readonly bridge: "manta-canonical";
93
+ readonly tags: readonly ["STABLECOIN"];
92
94
  };
93
95
  readonly MANTA: {
94
96
  readonly name: "MANTA";
@@ -165,7 +167,7 @@ export declare const manta: {
165
167
  readonly documentation: "https://docs.stakestone.io/stakestone";
166
168
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
167
169
  readonly bridge: "layer-zero";
168
- readonly risks: readonly ["NO_TIMELOCK"];
170
+ readonly tags: readonly ["NO_TIMELOCK"];
169
171
  };
170
172
  readonly USDC: {
171
173
  readonly name: "USDC";
@@ -179,6 +181,7 @@ export declare const manta: {
179
181
  readonly documentation: "https://developers.circle.com/docs";
180
182
  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.";
181
183
  readonly bridge: "manta-canonical";
184
+ readonly tags: readonly ["STABLECOIN"];
182
185
  };
183
186
  readonly USDT: {
184
187
  readonly name: "USDT";
@@ -192,6 +195,7 @@ export declare const manta: {
192
195
  readonly documentation: "https://tether.to/en/how-it-works";
193
196
  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.";
194
197
  readonly bridge: "manta-canonical";
198
+ readonly tags: readonly ["STABLECOIN"];
195
199
  };
196
200
  readonly MANTA: {
197
201
  readonly name: "MANTA";
@@ -59,7 +59,7 @@ export declare const tokens: {
59
59
  readonly documentation: "https://docs.stakestone.io/stakestone";
60
60
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
61
61
  readonly bridge: "layer-zero";
62
- readonly risks: readonly ["NO_TIMELOCK"];
62
+ readonly tags: readonly ["NO_TIMELOCK"];
63
63
  };
64
64
  readonly USDC: {
65
65
  readonly name: "USDC";
@@ -73,6 +73,7 @@ export declare const tokens: {
73
73
  readonly documentation: "https://developers.circle.com/docs";
74
74
  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.";
75
75
  readonly bridge: "manta-canonical";
76
+ readonly tags: readonly ["STABLECOIN"];
76
77
  };
77
78
  readonly USDT: {
78
79
  readonly name: "USDT";
@@ -86,6 +87,7 @@ export declare const tokens: {
86
87
  readonly documentation: "https://tether.to/en/how-it-works";
87
88
  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.";
88
89
  readonly bridge: "manta-canonical";
90
+ readonly tags: readonly ["STABLECOIN"];
89
91
  };
90
92
  readonly MANTA: {
91
93
  readonly name: "MANTA";
@@ -30,7 +30,7 @@ exports.tokens = {
30
30
  documentation: 'https://docs.stakestone.io/stakestone',
31
31
  description: 'StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.',
32
32
  bridge: 'layer-zero',
33
- risks: ['NO_TIMELOCK'],
33
+ tags: ['NO_TIMELOCK'],
34
34
  },
35
35
  USDC: {
36
36
  name: 'USDC',
@@ -44,6 +44,7 @@ exports.tokens = {
44
44
  documentation: 'https://developers.circle.com/docs',
45
45
  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.',
46
46
  bridge: 'manta-canonical',
47
+ tags: ['STABLECOIN'],
47
48
  },
48
49
  USDT: {
49
50
  name: 'USDT',
@@ -57,6 +58,7 @@ exports.tokens = {
57
58
  documentation: 'https://tether.to/en/how-it-works',
58
59
  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.',
59
60
  bridge: 'manta-canonical',
61
+ tags: ['STABLECOIN'],
60
62
  },
61
63
  MANTA: {
62
64
  name: 'MANTA',
@@ -66,6 +66,7 @@ export declare const mantle: {
66
66
  readonly documentation: "https://developers.circle.com/docs";
67
67
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
68
68
  readonly bridge: "mantle-canonical";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly MOE: {
71
72
  readonly name: "Moe Token";
@@ -79,7 +80,7 @@ export declare const mantle: {
79
80
  readonly documentation: "https://docs.merchantmoe.com/merchant-moe/";
80
81
  readonly description: "Merchant Moe is a traders oasis in the bustling world of Decentralized Finance (DeFi) on Mantle Network, offering a comprehensive and user-friendly Decentralized Exchange (DEX) experience.";
81
82
  readonly bridge: "native";
82
- readonly risks: readonly ["NO_TIMELOCK"];
83
+ readonly tags: readonly ["NO_TIMELOCK"];
83
84
  };
84
85
  readonly JOE: {
85
86
  readonly name: "Joe Token";
@@ -93,7 +94,7 @@ export declare const mantle: {
93
94
  readonly documentation: "https://docs.traderjoexyz.com/";
94
95
  readonly description: "Trader Joe is your one-stop decentralized trading platform on the Avalanche & Arbitrum networks, of which JOE is the governance token that rewards its holders with a share of exchange revenues.";
95
96
  readonly bridge: "layer-zero";
96
- readonly risks: readonly ["NO_TIMELOCK"];
97
+ readonly tags: readonly ["NO_TIMELOCK"];
97
98
  };
98
99
  readonly USDT: {
99
100
  readonly name: "USDT";
@@ -107,6 +108,7 @@ export declare const mantle: {
107
108
  readonly documentation: "https://tether.to/en/knowledge-base/";
108
109
  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.";
109
110
  readonly bridge: "mantle-canonical";
111
+ readonly tags: readonly ["STABLECOIN"];
110
112
  };
111
113
  readonly KTC: {
112
114
  readonly name: "KTX Community Token";
@@ -120,7 +122,7 @@ export declare const mantle: {
120
122
  readonly documentation: "https://docs.ktx.finance/";
121
123
  readonly description: "Built on top of BNB Chain and Mantle Network, KTC is the community token of KTX.Finance which aims to create a capital-efficient, decentralized spot and perpetual exchange accessible to everyone.";
122
124
  readonly bridge: "native";
123
- readonly risks: readonly ["LARGE_HOLDERS"];
125
+ readonly tags: readonly ["LARGE_HOLDERS"];
124
126
  };
125
127
  readonly WBTC: {
126
128
  readonly name: "WBTC";
@@ -146,7 +148,7 @@ export declare const mantle: {
146
148
  readonly documentation: "https://docs.lendle.xyz/";
147
149
  readonly description: "LEND token compliments Lendle by incentivizing the supply and borrow of the assets in the Lendle markets. The LEND rewards will vest over a period of 3 months, and users will share in the protocol's revenue during this period.";
148
150
  readonly bridge: "native";
149
- readonly risks: readonly ["LARGE_HOLDERS"];
151
+ readonly tags: readonly ["LARGE_HOLDERS"];
150
152
  };
151
153
  readonly MINU: {
152
154
  readonly name: "Mantle Inu Token";
@@ -160,7 +162,7 @@ export declare const mantle: {
160
162
  readonly documentation: "https://mantle-inu.gitbook.io/docs/";
161
163
  readonly description: "MINU is the #1 memecoin on Mantle.";
162
164
  readonly bridge: "native";
163
- readonly risks: readonly ["LARGE_HOLDERS"];
165
+ readonly tags: readonly ["LARGE_HOLDERS"];
164
166
  };
165
167
  readonly WETH: {
166
168
  readonly name: "Wrapped Ether";
@@ -226,7 +228,7 @@ export declare const mantle: {
226
228
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
227
229
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
228
230
  readonly bridge: "stargate";
229
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
231
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
230
232
  };
231
233
  readonly ENA: {
232
234
  readonly name: "ENA";
@@ -240,7 +242,7 @@ export declare const mantle: {
240
242
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
241
243
  readonly description: "ENA is Ethena's goverance token. Ethena is a synthetic dollar protocol built on Ethereum that provides a crypto-native solution for money not reliant on traditional banking system infrastructure, alongside a globally accessible dollar denominated instrument: USDe.";
242
244
  readonly bridge: "stargate";
243
- readonly risks: readonly ["NO_TIMELOCK"];
245
+ readonly tags: readonly ["NO_TIMELOCK"];
244
246
  };
245
247
  };
246
248
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -308,6 +310,7 @@ export declare const mantle: {
308
310
  readonly documentation: "https://developers.circle.com/docs";
309
311
  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.";
310
312
  readonly bridge: "mantle-canonical";
313
+ readonly tags: readonly ["STABLECOIN"];
311
314
  };
312
315
  readonly MOE: {
313
316
  readonly name: "Moe Token";
@@ -321,7 +324,7 @@ export declare const mantle: {
321
324
  readonly documentation: "https://docs.merchantmoe.com/merchant-moe/";
322
325
  readonly description: "Merchant Moe is a traders oasis in the bustling world of Decentralized Finance (DeFi) on Mantle Network, offering a comprehensive and user-friendly Decentralized Exchange (DEX) experience.";
323
326
  readonly bridge: "native";
324
- readonly risks: readonly ["NO_TIMELOCK"];
327
+ readonly tags: readonly ["NO_TIMELOCK"];
325
328
  };
326
329
  readonly JOE: {
327
330
  readonly name: "Joe Token";
@@ -335,7 +338,7 @@ export declare const mantle: {
335
338
  readonly documentation: "https://docs.traderjoexyz.com/";
336
339
  readonly description: "Trader Joe is your one-stop decentralized trading platform on the Avalanche & Arbitrum networks, of which JOE is the governance token that rewards its holders with a share of exchange revenues.";
337
340
  readonly bridge: "layer-zero";
338
- readonly risks: readonly ["NO_TIMELOCK"];
341
+ readonly tags: readonly ["NO_TIMELOCK"];
339
342
  };
340
343
  readonly USDT: {
341
344
  readonly name: "USDT";
@@ -349,6 +352,7 @@ export declare const mantle: {
349
352
  readonly documentation: "https://tether.to/en/knowledge-base/";
350
353
  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.";
351
354
  readonly bridge: "mantle-canonical";
355
+ readonly tags: readonly ["STABLECOIN"];
352
356
  };
353
357
  readonly KTC: {
354
358
  readonly name: "KTX Community Token";
@@ -362,7 +366,7 @@ export declare const mantle: {
362
366
  readonly documentation: "https://docs.ktx.finance/";
363
367
  readonly description: "Built on top of BNB Chain and Mantle Network, KTC is the community token of KTX.Finance which aims to create a capital-efficient, decentralized spot and perpetual exchange accessible to everyone.";
364
368
  readonly bridge: "native";
365
- readonly risks: readonly ["LARGE_HOLDERS"];
369
+ readonly tags: readonly ["LARGE_HOLDERS"];
366
370
  };
367
371
  readonly WBTC: {
368
372
  readonly name: "WBTC";
@@ -388,7 +392,7 @@ export declare const mantle: {
388
392
  readonly documentation: "https://docs.lendle.xyz/";
389
393
  readonly description: "LEND token compliments Lendle by incentivizing the supply and borrow of the assets in the Lendle markets. The LEND rewards will vest over a period of 3 months, and users will share in the protocol's revenue during this period.";
390
394
  readonly bridge: "native";
391
- readonly risks: readonly ["LARGE_HOLDERS"];
395
+ readonly tags: readonly ["LARGE_HOLDERS"];
392
396
  };
393
397
  readonly MINU: {
394
398
  readonly name: "Mantle Inu Token";
@@ -402,7 +406,7 @@ export declare const mantle: {
402
406
  readonly documentation: "https://mantle-inu.gitbook.io/docs/";
403
407
  readonly description: "MINU is the #1 memecoin on Mantle.";
404
408
  readonly bridge: "native";
405
- readonly risks: readonly ["LARGE_HOLDERS"];
409
+ readonly tags: readonly ["LARGE_HOLDERS"];
406
410
  };
407
411
  readonly WETH: {
408
412
  readonly name: "Wrapped Ether";
@@ -468,7 +472,7 @@ export declare const mantle: {
468
472
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
469
473
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
470
474
  readonly bridge: "stargate";
471
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
475
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
472
476
  };
473
477
  readonly ENA: {
474
478
  readonly name: "ENA";
@@ -482,7 +486,7 @@ export declare const mantle: {
482
486
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
483
487
  readonly description: "ENA is Ethena's goverance token. Ethena is a synthetic dollar protocol built on Ethereum that provides a crypto-native solution for money not reliant on traditional banking system infrastructure, alongside a globally accessible dollar denominated instrument: USDe.";
484
488
  readonly bridge: "stargate";
485
- readonly risks: readonly ["NO_TIMELOCK"];
489
+ readonly tags: readonly ["NO_TIMELOCK"];
486
490
  };
487
491
  }>;
488
492
  readonly native: {
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly documentation: "https://developers.circle.com/docs";
64
64
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
65
65
  readonly bridge: "mantle-canonical";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly MOE: {
68
69
  readonly name: "Moe Token";
@@ -76,7 +77,7 @@ export declare const tokens: {
76
77
  readonly documentation: "https://docs.merchantmoe.com/merchant-moe/";
77
78
  readonly description: "Merchant Moe is a traders oasis in the bustling world of Decentralized Finance (DeFi) on Mantle Network, offering a comprehensive and user-friendly Decentralized Exchange (DEX) experience.";
78
79
  readonly bridge: "native";
79
- readonly risks: readonly ["NO_TIMELOCK"];
80
+ readonly tags: readonly ["NO_TIMELOCK"];
80
81
  };
81
82
  readonly JOE: {
82
83
  readonly name: "Joe Token";
@@ -90,7 +91,7 @@ export declare const tokens: {
90
91
  readonly documentation: "https://docs.traderjoexyz.com/";
91
92
  readonly description: "Trader Joe is your one-stop decentralized trading platform on the Avalanche & Arbitrum networks, of which JOE is the governance token that rewards its holders with a share of exchange revenues.";
92
93
  readonly bridge: "layer-zero";
93
- readonly risks: readonly ["NO_TIMELOCK"];
94
+ readonly tags: readonly ["NO_TIMELOCK"];
94
95
  };
95
96
  readonly USDT: {
96
97
  readonly name: "USDT";
@@ -104,6 +105,7 @@ export declare const tokens: {
104
105
  readonly documentation: "https://tether.to/en/knowledge-base/";
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: "mantle-canonical";
108
+ readonly tags: readonly ["STABLECOIN"];
107
109
  };
108
110
  readonly KTC: {
109
111
  readonly name: "KTX Community Token";
@@ -117,7 +119,7 @@ export declare const tokens: {
117
119
  readonly documentation: "https://docs.ktx.finance/";
118
120
  readonly description: "Built on top of BNB Chain and Mantle Network, KTC is the community token of KTX.Finance which aims to create a capital-efficient, decentralized spot and perpetual exchange accessible to everyone.";
119
121
  readonly bridge: "native";
120
- readonly risks: readonly ["LARGE_HOLDERS"];
122
+ readonly tags: readonly ["LARGE_HOLDERS"];
121
123
  };
122
124
  readonly WBTC: {
123
125
  readonly name: "WBTC";
@@ -143,7 +145,7 @@ export declare const tokens: {
143
145
  readonly documentation: "https://docs.lendle.xyz/";
144
146
  readonly description: "LEND token compliments Lendle by incentivizing the supply and borrow of the assets in the Lendle markets. The LEND rewards will vest over a period of 3 months, and users will share in the protocol's revenue during this period.";
145
147
  readonly bridge: "native";
146
- readonly risks: readonly ["LARGE_HOLDERS"];
148
+ readonly tags: readonly ["LARGE_HOLDERS"];
147
149
  };
148
150
  readonly MINU: {
149
151
  readonly name: "Mantle Inu Token";
@@ -157,7 +159,7 @@ export declare const tokens: {
157
159
  readonly documentation: "https://mantle-inu.gitbook.io/docs/";
158
160
  readonly description: "MINU is the #1 memecoin on Mantle.";
159
161
  readonly bridge: "native";
160
- readonly risks: readonly ["LARGE_HOLDERS"];
162
+ readonly tags: readonly ["LARGE_HOLDERS"];
161
163
  };
162
164
  readonly WETH: {
163
165
  readonly name: "Wrapped Ether";
@@ -223,7 +225,7 @@ export declare const tokens: {
223
225
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
224
226
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
225
227
  readonly bridge: "stargate";
226
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
228
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
227
229
  };
228
230
  readonly ENA: {
229
231
  readonly name: "ENA";
@@ -237,6 +239,6 @@ export declare const tokens: {
237
239
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
238
240
  readonly description: "ENA is Ethena's goverance token. Ethena is a synthetic dollar protocol built on Ethereum that provides a crypto-native solution for money not reliant on traditional banking system infrastructure, alongside a globally accessible dollar denominated instrument: USDe.";
239
241
  readonly bridge: "stargate";
240
- readonly risks: readonly ["NO_TIMELOCK"];
242
+ readonly tags: readonly ["NO_TIMELOCK"];
241
243
  };
242
244
  };
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  documentation: 'https://developers.circle.com/docs',
32
32
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
33
33
  bridge: 'mantle-canonical',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  MOE: {
36
37
  name: 'Moe Token',
@@ -44,7 +45,7 @@ exports.tokens = {
44
45
  documentation: 'https://docs.merchantmoe.com/merchant-moe/',
45
46
  description: 'Merchant Moe is a traders oasis in the bustling world of Decentralized Finance (DeFi) on Mantle Network, offering a comprehensive and user-friendly Decentralized Exchange (DEX) experience.',
46
47
  bridge: 'native',
47
- risks: ['NO_TIMELOCK'],
48
+ tags: ['NO_TIMELOCK'],
48
49
  },
49
50
  JOE: {
50
51
  name: 'Joe Token',
@@ -58,7 +59,7 @@ exports.tokens = {
58
59
  documentation: 'https://docs.traderjoexyz.com/',
59
60
  description: 'Trader Joe is your one-stop decentralized trading platform on the Avalanche & Arbitrum networks, of which JOE is the governance token that rewards its holders with a share of exchange revenues.',
60
61
  bridge: 'layer-zero',
61
- risks: ['NO_TIMELOCK'],
62
+ tags: ['NO_TIMELOCK'],
62
63
  },
63
64
  USDT: {
64
65
  name: 'USDT',
@@ -72,6 +73,7 @@ exports.tokens = {
72
73
  documentation: 'https://tether.to/en/knowledge-base/',
73
74
  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.',
74
75
  bridge: 'mantle-canonical',
76
+ tags: ['STABLECOIN'],
75
77
  },
76
78
  KTC: {
77
79
  name: 'KTX Community Token',
@@ -85,7 +87,7 @@ exports.tokens = {
85
87
  documentation: 'https://docs.ktx.finance/',
86
88
  description: 'Built on top of BNB Chain and Mantle Network, KTC is the community token of KTX.Finance which aims to create a capital-efficient, decentralized spot and perpetual exchange accessible to everyone.',
87
89
  bridge: 'native',
88
- risks: ['LARGE_HOLDERS'],
90
+ tags: ['LARGE_HOLDERS'],
89
91
  },
90
92
  WBTC: {
91
93
  name: 'WBTC',
@@ -111,7 +113,7 @@ exports.tokens = {
111
113
  documentation: 'https://docs.lendle.xyz/',
112
114
  description: "LEND token compliments Lendle by incentivizing the supply and borrow of the assets in the Lendle markets. The LEND rewards will vest over a period of 3 months, and users will share in the protocol's revenue during this period.",
113
115
  bridge: 'native',
114
- risks: ['LARGE_HOLDERS'],
116
+ tags: ['LARGE_HOLDERS'],
115
117
  },
116
118
  MINU: {
117
119
  name: 'Mantle Inu Token',
@@ -125,7 +127,7 @@ exports.tokens = {
125
127
  documentation: 'https://mantle-inu.gitbook.io/docs/',
126
128
  description: 'MINU is the #1 memecoin on Mantle.',
127
129
  bridge: 'native',
128
- risks: ['LARGE_HOLDERS'],
130
+ tags: ['LARGE_HOLDERS'],
129
131
  },
130
132
  WETH: {
131
133
  name: 'Wrapped Ether',
@@ -191,7 +193,7 @@ exports.tokens = {
191
193
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
192
194
  description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.",
193
195
  bridge: 'stargate',
194
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
196
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
195
197
  },
196
198
  ENA: {
197
199
  name: 'ENA',
@@ -205,6 +207,6 @@ exports.tokens = {
205
207
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
206
208
  description: "ENA is Ethena's goverance token. Ethena is a synthetic dollar protocol built on Ethereum that provides a crypto-native solution for money not reliant on traditional banking system infrastructure, alongside a globally accessible dollar denominated instrument: USDe.",
207
209
  bridge: 'stargate',
208
- risks: ['NO_TIMELOCK'],
210
+ tags: ['NO_TIMELOCK'],
209
211
  },
210
212
  };