@beefyfinance/blockchain-addressbook 0.54.122 → 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 +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +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 +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +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
@@ -28,6 +28,7 @@ export const tokens = {
28
28
  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.',
29
29
  logoURI: 'https://tokens.pancakeswap.finance/images/0xB12BFcA5A55806AaF64E99521918A4bf0fC40802.svg',
30
30
  bridge: 'linea-canonical',
31
+ tags: ['STABLECOIN'],
31
32
  },
32
33
  USDT: {
33
34
  name: 'USDT',
@@ -41,6 +42,7 @@ export const tokens = {
41
42
  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.',
42
43
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
43
44
  bridge: 'linea-canonical',
45
+ tags: ['STABLECOIN'],
44
46
  },
45
47
  DAI: {
46
48
  name: 'Dai Stablecoin',
@@ -54,7 +56,7 @@ export const tokens = {
54
56
  description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
55
57
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
56
58
  bridge: 'linea-canonical',
57
- risks: ['SYNTH_STABLE'],
59
+ tags: ['STABLECOIN', 'SYNTHETIC'],
58
60
  },
59
61
  WBTC: {
60
62
  name: 'Wrapped BTC',
@@ -106,7 +108,7 @@ export const tokens = {
106
108
  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.',
107
109
  documentation: 'https://lynex.gitbook.io/lynex-docs/protocol-overview/about-lynex',
108
110
  bridge: 'native',
109
- risks: ['NO_TIMELOCK'],
111
+ tags: ['NO_TIMELOCK'],
110
112
  },
111
113
  oLYNX: {
112
114
  name: 'Option LYNX Token',
@@ -133,7 +135,7 @@ export const tokens = {
133
135
  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.",
134
136
  documentation: 'https://docs.mai.finance/',
135
137
  bridge: 'native',
136
- risks: ['SYNTH_STABLE'],
138
+ tags: ['STABLECOIN', 'SYNTHETIC'],
137
139
  },
138
140
  DUSD: {
139
141
  name: 'Davos.xyz USD',
@@ -147,7 +149,7 @@ export const tokens = {
147
149
  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. ',
148
150
  documentation: 'https://davos.xyz/assets/davos_whitepaper.pdf',
149
151
  bridge: 'native',
150
- risks: ['SYNTH_STABLE'],
152
+ tags: ['STABLECOIN', 'SYNTHETIC'],
151
153
  },
152
154
  'USD+': {
153
155
  name: 'USD+',
@@ -161,6 +163,7 @@ export const tokens = {
161
163
  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.',
162
164
  bridge: 'native',
163
165
  documentation: 'https://docs.overnight.fi/',
166
+ tags: ['CURATED'],
164
167
  },
165
168
  'USDT+': {
166
169
  name: 'USDT+',
@@ -174,6 +177,7 @@ export const tokens = {
174
177
  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.',
175
178
  bridge: 'native',
176
179
  documentation: 'https://docs.overnight.fi/',
180
+ tags: ['CURATED'],
177
181
  },
178
182
  ezETH: {
179
183
  name: 'Renzo Restaked ETH Token',
@@ -187,7 +191,7 @@ export const tokens = {
187
191
  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.',
188
192
  documentation: 'https://docs.renzoprotocol.com/docs/',
189
193
  bridge: 'connext',
190
- risks: ['NO_TIMELOCK'],
194
+ tags: ['NO_TIMELOCK'],
191
195
  },
192
196
  STONE: {
193
197
  name: 'StakeStone Ether',
@@ -201,7 +205,7 @@ export const tokens = {
201
205
  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.',
202
206
  documentation: 'https://docs.stakestone.io/stakestone',
203
207
  bridge: 'layer-zero',
204
- risks: ['NO_TIMELOCK'],
208
+ tags: ['NO_TIMELOCK'],
205
209
  },
206
210
  NILE: {
207
211
  name: 'NILE Token',
@@ -228,7 +232,7 @@ export const tokens = {
228
232
  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%.',
229
233
  bridge: 'linea-canonical',
230
234
  documentation: 'https://docs.liquity.org/',
231
- risks: ['SYNTH_STABLE'],
235
+ tags: ['STABLECOIN', 'SYNTHETIC'],
232
236
  },
233
237
  weETH: {
234
238
  name: 'Wrapped eETH',
@@ -242,7 +246,7 @@ export const tokens = {
242
246
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
243
247
  bridge: 'stargate',
244
248
  documentation: 'https://etherfi.gitbook.io/etherfi',
245
- risks: ['NO_TIMELOCK'],
249
+ tags: ['NO_TIMELOCK'],
246
250
  },
247
251
  inETH: {
248
252
  name: 'Inception ETH',
@@ -256,7 +260,7 @@ export const tokens = {
256
260
  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.',
257
261
  bridge: 'inception',
258
262
  documentation: 'https://docs.inceptionlrt.com/',
259
- risks: ['NO_TIMELOCK'],
263
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
260
264
  },
261
265
  wrsETH: {
262
266
  name: 'rsETHWrapper',
@@ -269,7 +273,7 @@ export const tokens = {
269
273
  website: 'https://kelpdao.xyz/',
270
274
  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.',
271
275
  bridge: 'stargate',
272
- risks: ['NO_TIMELOCK'],
276
+ tags: ['NO_TIMELOCK'],
273
277
  },
274
278
  FOXY: {
275
279
  name: 'Foxy',
@@ -282,7 +286,7 @@ export const tokens = {
282
286
  website: 'https://www.welikethefox.io/',
283
287
  description: 'Foxy is the mascot of the Linea blockchain. Every chain needs a champion, and we like the fox.',
284
288
  bridge: 'native',
285
- risks: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
289
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
286
290
  },
287
291
  REX: {
288
292
  name: 'Etherex',
@@ -309,7 +313,7 @@ export const tokens = {
309
313
  documentation: 'https://github.com/Astera-Finance/whitepapers',
310
314
  description: 'Pioneering Ethereum-native credit rails on linea',
311
315
  bridge: 'layer-zero',
312
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
316
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
313
317
  },
314
318
  REX33: {
315
319
  name: 'Etherex Liquid Staking Token',
@@ -336,6 +340,7 @@ export const tokens = {
336
340
  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.',
337
341
  bridge: 'native',
338
342
  staked: true,
343
+ tags: ['STABLECOIN'],
339
344
  },
340
345
  LINEA: {
341
346
  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";
@@ -28,6 +28,7 @@ export const tokens = {
28
28
  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.',
29
29
  bridge: 'canonical',
30
30
  documentation: 'https://tether.to/en/how-it-works',
31
+ tags: ['STABLECOIN'],
31
32
  },
32
33
  LSK: {
33
34
  name: 'Lisk',
@@ -67,6 +68,7 @@ export const tokens = {
67
68
  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
69
  bridge: 'canonical',
69
70
  documentation: 'https://developers.circle.com/docs',
71
+ tags: ['STABLECOIN'],
70
72
  },
71
73
  WBTC: {
72
74
  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";
@@ -27,7 +27,7 @@ export const tokens = {
27
27
  documentation: 'https://docs.stakestone.io/stakestone',
28
28
  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.',
29
29
  bridge: 'layer-zero',
30
- risks: ['NO_TIMELOCK'],
30
+ tags: ['NO_TIMELOCK'],
31
31
  },
32
32
  USDC: {
33
33
  name: 'USDC',
@@ -41,6 +41,7 @@ export const tokens = {
41
41
  documentation: 'https://developers.circle.com/docs',
42
42
  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.',
43
43
  bridge: 'manta-canonical',
44
+ tags: ['STABLECOIN'],
44
45
  },
45
46
  USDT: {
46
47
  name: 'USDT',
@@ -54,6 +55,7 @@ export const tokens = {
54
55
  documentation: 'https://tether.to/en/how-it-works',
55
56
  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.',
56
57
  bridge: 'manta-canonical',
58
+ tags: ['STABLECOIN'],
57
59
  },
58
60
  MANTA: {
59
61
  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
  };
@@ -28,6 +28,7 @@ export const tokens = {
28
28
  documentation: 'https://developers.circle.com/docs',
29
29
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
30
30
  bridge: 'mantle-canonical',
31
+ tags: ['STABLECOIN'],
31
32
  },
32
33
  MOE: {
33
34
  name: 'Moe Token',
@@ -41,7 +42,7 @@ export const tokens = {
41
42
  documentation: 'https://docs.merchantmoe.com/merchant-moe/',
42
43
  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.',
43
44
  bridge: 'native',
44
- risks: ['NO_TIMELOCK'],
45
+ tags: ['NO_TIMELOCK'],
45
46
  },
46
47
  JOE: {
47
48
  name: 'Joe Token',
@@ -55,7 +56,7 @@ export const tokens = {
55
56
  documentation: 'https://docs.traderjoexyz.com/',
56
57
  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.',
57
58
  bridge: 'layer-zero',
58
- risks: ['NO_TIMELOCK'],
59
+ tags: ['NO_TIMELOCK'],
59
60
  },
60
61
  USDT: {
61
62
  name: 'USDT',
@@ -69,6 +70,7 @@ export const tokens = {
69
70
  documentation: 'https://tether.to/en/knowledge-base/',
70
71
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
71
72
  bridge: 'mantle-canonical',
73
+ tags: ['STABLECOIN'],
72
74
  },
73
75
  KTC: {
74
76
  name: 'KTX Community Token',
@@ -82,7 +84,7 @@ export const tokens = {
82
84
  documentation: 'https://docs.ktx.finance/',
83
85
  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.',
84
86
  bridge: 'native',
85
- risks: ['LARGE_HOLDERS'],
87
+ tags: ['LARGE_HOLDERS'],
86
88
  },
87
89
  WBTC: {
88
90
  name: 'WBTC',
@@ -108,7 +110,7 @@ export const tokens = {
108
110
  documentation: 'https://docs.lendle.xyz/',
109
111
  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.",
110
112
  bridge: 'native',
111
- risks: ['LARGE_HOLDERS'],
113
+ tags: ['LARGE_HOLDERS'],
112
114
  },
113
115
  MINU: {
114
116
  name: 'Mantle Inu Token',
@@ -122,7 +124,7 @@ export const tokens = {
122
124
  documentation: 'https://mantle-inu.gitbook.io/docs/',
123
125
  description: 'MINU is the #1 memecoin on Mantle.',
124
126
  bridge: 'native',
125
- risks: ['LARGE_HOLDERS'],
127
+ tags: ['LARGE_HOLDERS'],
126
128
  },
127
129
  WETH: {
128
130
  name: 'Wrapped Ether',
@@ -188,7 +190,7 @@ export const tokens = {
188
190
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
189
191
  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.",
190
192
  bridge: 'stargate',
191
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
193
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
192
194
  },
193
195
  ENA: {
194
196
  name: 'ENA',
@@ -202,6 +204,6 @@ export const tokens = {
202
204
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
203
205
  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.",
204
206
  bridge: 'stargate',
205
- risks: ['NO_TIMELOCK'],
207
+ tags: ['NO_TIMELOCK'],
206
208
  },
207
209
  };