@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
@@ -75,6 +75,7 @@ export declare const tokens: {
75
75
  readonly bridge: "real-canonical";
76
76
  readonly chainId: 111188;
77
77
  readonly documentation: "https://developers.circle.com/docs";
78
+ readonly tags: readonly ["STABLECOIN"];
78
79
  };
79
80
  readonly DAI: {
80
81
  readonly name: "DAI Stablecoin";
@@ -88,7 +89,7 @@ export declare const tokens: {
88
89
  readonly bridge: "real-canonical";
89
90
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
90
91
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
91
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
92
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
92
93
  };
93
94
  readonly arcUSD: {
94
95
  readonly name: "arcUSD";
@@ -101,7 +102,7 @@ export declare const tokens: {
101
102
  readonly description: "Arcana distributes the yield generated from delta-neutral strategies through arcUSD, a rebasing token soft-pegged to the dollar. The yield is distributed to arcUSD holders in the form of daily rebases, increasing their balance each period. On top of the rebases, arcUSD can be deployed in DeFi to unlock additional reward composability.";
102
103
  readonly bridge: "native";
103
104
  readonly chainId: 111188;
104
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
105
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
105
106
  };
106
107
  readonly UKRE: {
107
108
  readonly name: "UK Real Estate";
@@ -114,7 +115,7 @@ export declare const tokens: {
114
115
  readonly description: "UKRE is a Tangible Basket token backed by tokenized real estate in the UK. Tangible Baskets are permissionless, rebasing ERC-20 tokens—100% backed by tokenized, yield-generating real estate—that distributed yield back to token holders via daily rebase. Baskets price is soft-pegged to the TPV (true property value) of the assets in the pool and will fluctuate based on market demand and the activity of arbitrageurs. With Baskets, anyone, anywhere, at any budget can invest in income-producing real estate with just a few clicks.";
115
116
  readonly bridge: "native";
116
117
  readonly chainId: 111188;
117
- readonly risks: readonly ["NO_TIMELOCK"];
118
+ readonly tags: readonly ["NO_TIMELOCK"];
118
119
  };
119
120
  readonly USTB: {
120
121
  readonly name: "US T-Bill";
@@ -127,7 +128,7 @@ export declare const tokens: {
127
128
  readonly description: "USTB is a fully permissionless, cross-chain, rebasing dollar-pegged stablecoin. USTB is a wrapped version of USDM, with USDM supplying 100% of the backing for USTB. USDM is backed by Mountain Protocol's reserves of short-duration US Treasuries (T-Bills) having an average duration of less than 3 months or less.";
128
129
  readonly bridge: "layer-zero";
129
130
  readonly chainId: 111188;
130
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
131
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
131
132
  };
132
133
  readonly PEARL: {
133
134
  readonly name: "Pearl";
@@ -140,7 +141,7 @@ export declare const tokens: {
140
141
  readonly description: "Pearl is the native liquidity layer for RWAs on re.al blockchain. Pearl provides a liquidity solution for both new and existing RWA protocols, solving initial liquidity challenges while also serving as an efficient solution to long-term liquidity incentivization.";
141
142
  readonly bridge: "native";
142
143
  readonly chainId: 111188;
143
- readonly risks: readonly ["NO_TIMELOCK"];
144
+ readonly tags: readonly ["NO_TIMELOCK"];
144
145
  };
145
146
  readonly RWA: {
146
147
  readonly name: "re.al";
@@ -153,7 +154,7 @@ export declare const tokens: {
153
154
  readonly description: "The RWA token is the governance token to the re.al ecosystem. RWA will exist unlocked as RWA (ERC-20) and locked as veRWA (ERC-721). When locked into veRWA it will provide holders two primary benefits: Value Accrual and Governance Rights";
154
155
  readonly bridge: "native";
155
156
  readonly chainId: 111188;
156
- readonly risks: readonly ["NO_TIMELOCK"];
157
+ readonly tags: readonly ["NO_TIMELOCK"];
157
158
  };
158
159
  readonly stRWA: {
159
160
  readonly name: "Liquid Staked RWA";
@@ -166,7 +167,7 @@ export declare const tokens: {
166
167
  readonly description: "stRWA is a liquid version of veRWA that rebases to distribute accrued yield, making veRWA liquid and composable with DeFi protocols.";
167
168
  readonly bridge: "native";
168
169
  readonly chainId: 111188;
169
- readonly risks: readonly ["NO_TIMELOCK"];
170
+ readonly tags: readonly ["NO_TIMELOCK"];
170
171
  };
171
172
  readonly MORE: {
172
173
  readonly name: "MORE";
@@ -179,6 +180,6 @@ export declare const tokens: {
179
180
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
180
181
  readonly bridge: "native";
181
182
  readonly chainId: 111188;
182
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
183
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
183
184
  };
184
185
  };
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  bridge: 'real-canonical',
32
32
  chainId: 111188,
33
33
  documentation: 'https://developers.circle.com/docs',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  DAI: {
36
37
  name: 'DAI Stablecoin',
@@ -44,7 +45,7 @@ exports.tokens = {
44
45
  bridge: 'real-canonical',
45
46
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
46
47
  description: 'Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain',
47
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
48
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
48
49
  },
49
50
  arcUSD: {
50
51
  name: 'arcUSD',
@@ -57,7 +58,7 @@ exports.tokens = {
57
58
  description: 'Arcana distributes the yield generated from delta-neutral strategies through arcUSD, a rebasing token soft-pegged to the dollar. The yield is distributed to arcUSD holders in the form of daily rebases, increasing their balance each period. On top of the rebases, arcUSD can be deployed in DeFi to unlock additional reward composability.',
58
59
  bridge: 'native',
59
60
  chainId: 111188,
60
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
61
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
61
62
  },
62
63
  UKRE: {
63
64
  name: 'UK Real Estate',
@@ -70,7 +71,7 @@ exports.tokens = {
70
71
  description: 'UKRE is a Tangible Basket token backed by tokenized real estate in the UK. Tangible Baskets are permissionless, rebasing ERC-20 tokens—100% backed by tokenized, yield-generating real estate—that distributed yield back to token holders via daily rebase. Baskets price is soft-pegged to the TPV (true property value) of the assets in the pool and will fluctuate based on market demand and the activity of arbitrageurs. With Baskets, anyone, anywhere, at any budget can invest in income-producing real estate with just a few clicks.',
71
72
  bridge: 'native',
72
73
  chainId: 111188,
73
- risks: ['NO_TIMELOCK'],
74
+ tags: ['NO_TIMELOCK'],
74
75
  },
75
76
  USTB: {
76
77
  name: 'US T-Bill',
@@ -83,7 +84,7 @@ exports.tokens = {
83
84
  description: "USTB is a fully permissionless, cross-chain, rebasing dollar-pegged stablecoin. USTB is a wrapped version of USDM, with USDM supplying 100% of the backing for USTB. USDM is backed by Mountain Protocol's reserves of short-duration US Treasuries (T-Bills) having an average duration of less than 3 months or less.",
84
85
  bridge: 'layer-zero',
85
86
  chainId: 111188,
86
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
87
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
87
88
  },
88
89
  PEARL: {
89
90
  name: 'Pearl',
@@ -96,7 +97,7 @@ exports.tokens = {
96
97
  description: 'Pearl is the native liquidity layer for RWAs on re.al blockchain. Pearl provides a liquidity solution for both new and existing RWA protocols, solving initial liquidity challenges while also serving as an efficient solution to long-term liquidity incentivization.',
97
98
  bridge: 'native',
98
99
  chainId: 111188,
99
- risks: ['NO_TIMELOCK'],
100
+ tags: ['NO_TIMELOCK'],
100
101
  },
101
102
  RWA: {
102
103
  name: 're.al',
@@ -109,7 +110,7 @@ exports.tokens = {
109
110
  description: 'The RWA token is the governance token to the re.al ecosystem. RWA will exist unlocked as RWA (ERC-20) and locked as veRWA (ERC-721). When locked into veRWA it will provide holders two primary benefits: Value Accrual and Governance Rights',
110
111
  bridge: 'native',
111
112
  chainId: 111188,
112
- risks: ['NO_TIMELOCK'],
113
+ tags: ['NO_TIMELOCK'],
113
114
  },
114
115
  stRWA: {
115
116
  name: 'Liquid Staked RWA',
@@ -122,7 +123,7 @@ exports.tokens = {
122
123
  description: 'stRWA is a liquid version of veRWA that rebases to distribute accrued yield, making veRWA liquid and composable with DeFi protocols.',
123
124
  bridge: 'native',
124
125
  chainId: 111188,
125
- risks: ['NO_TIMELOCK'],
126
+ tags: ['NO_TIMELOCK'],
126
127
  },
127
128
  MORE: {
128
129
  name: 'MORE',
@@ -135,6 +136,6 @@ exports.tokens = {
135
136
  description: 'Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.',
136
137
  bridge: 'native',
137
138
  chainId: 111188,
138
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
139
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
139
140
  },
140
141
  };
@@ -66,6 +66,7 @@ export declare const rootstock: {
66
66
  readonly bridge: "sovryn";
67
67
  readonly logoURI: "";
68
68
  readonly documentation: "https://wiki.sovryn.com/en/sovryn-dapp/bridge";
69
+ readonly tags: readonly ["SYNTHETIC"];
69
70
  };
70
71
  readonly rUSDT: {
71
72
  readonly name: "Rootstock USDT";
@@ -79,7 +80,7 @@ export declare const rootstock: {
79
80
  readonly bridge: "rootstock-canonical";
80
81
  readonly logoURI: "";
81
82
  readonly documentation: "https://dapp.tokenbridge.rootstock.io/";
82
- readonly risks: readonly ["SYNTH_STABLE"];
83
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
83
84
  };
84
85
  readonly DOC: {
85
86
  readonly name: "Dollar on Chain";
@@ -93,7 +94,7 @@ export declare const rootstock: {
93
94
  readonly bridge: "native";
94
95
  readonly logoURI: "";
95
96
  readonly documentation: "https://api.moneyonchain.com/docs/guide";
96
- readonly risks: readonly ["SYNTH_STABLE"];
97
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
97
98
  };
98
99
  readonly RIF: {
99
100
  readonly name: "RIF";
@@ -174,6 +175,7 @@ export declare const rootstock: {
174
175
  readonly bridge: "sovryn";
175
176
  readonly logoURI: "";
176
177
  readonly documentation: "https://wiki.sovryn.com/en/sovryn-dapp/bridge";
178
+ readonly tags: readonly ["SYNTHETIC"];
177
179
  };
178
180
  readonly rUSDT: {
179
181
  readonly name: "Rootstock USDT";
@@ -187,7 +189,7 @@ export declare const rootstock: {
187
189
  readonly bridge: "rootstock-canonical";
188
190
  readonly logoURI: "";
189
191
  readonly documentation: "https://dapp.tokenbridge.rootstock.io/";
190
- readonly risks: readonly ["SYNTH_STABLE"];
192
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
191
193
  };
192
194
  readonly DOC: {
193
195
  readonly name: "Dollar on Chain";
@@ -201,7 +203,7 @@ export declare const rootstock: {
201
203
  readonly bridge: "native";
202
204
  readonly logoURI: "";
203
205
  readonly documentation: "https://api.moneyonchain.com/docs/guide";
204
- readonly risks: readonly ["SYNTH_STABLE"];
206
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
205
207
  };
206
208
  readonly RIF: {
207
209
  readonly name: "RIF";
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly bridge: "sovryn";
64
64
  readonly logoURI: "";
65
65
  readonly documentation: "https://wiki.sovryn.com/en/sovryn-dapp/bridge";
66
+ readonly tags: readonly ["SYNTHETIC"];
66
67
  };
67
68
  readonly rUSDT: {
68
69
  readonly name: "Rootstock USDT";
@@ -76,7 +77,7 @@ export declare const tokens: {
76
77
  readonly bridge: "rootstock-canonical";
77
78
  readonly logoURI: "";
78
79
  readonly documentation: "https://dapp.tokenbridge.rootstock.io/";
79
- readonly risks: readonly ["SYNTH_STABLE"];
80
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
80
81
  };
81
82
  readonly DOC: {
82
83
  readonly name: "Dollar on Chain";
@@ -90,7 +91,7 @@ export declare const tokens: {
90
91
  readonly bridge: "native";
91
92
  readonly logoURI: "";
92
93
  readonly documentation: "https://api.moneyonchain.com/docs/guide";
93
- readonly risks: readonly ["SYNTH_STABLE"];
94
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
94
95
  };
95
96
  readonly RIF: {
96
97
  readonly name: "RIF";
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  bridge: 'sovryn',
32
32
  logoURI: '',
33
33
  documentation: 'https://wiki.sovryn.com/en/sovryn-dapp/bridge',
34
+ tags: ['SYNTHETIC'],
34
35
  },
35
36
  rUSDT: {
36
37
  name: 'Rootstock USDT',
@@ -44,7 +45,7 @@ exports.tokens = {
44
45
  bridge: 'rootstock-canonical',
45
46
  logoURI: '',
46
47
  documentation: 'https://dapp.tokenbridge.rootstock.io/',
47
- risks: ['SYNTH_STABLE'],
48
+ tags: ['STABLECOIN', 'SYNTHETIC'],
48
49
  },
49
50
  DOC: {
50
51
  name: 'Dollar on Chain',
@@ -58,7 +59,7 @@ exports.tokens = {
58
59
  bridge: 'native',
59
60
  logoURI: '',
60
61
  documentation: 'https://api.moneyonchain.com/docs/guide',
61
- risks: ['SYNTH_STABLE'],
62
+ tags: ['STABLECOIN', 'SYNTHETIC'],
62
63
  },
63
64
  RIF: {
64
65
  name: 'RIF',
@@ -102,6 +102,7 @@ export declare const saga: {
102
102
  readonly description: "Tether is a stablecoin pegged to the US dollar. Tether is issued by Tether Limited, a Gibraltar-based company.";
103
103
  readonly bridge: "saga-canonical";
104
104
  readonly documentation: "https://www.tether.to/";
105
+ readonly tags: readonly ["STABLECOIN"];
105
106
  };
106
107
  readonly UNI: {
107
108
  readonly name: "Uniswap";
@@ -218,6 +219,7 @@ export declare const saga: {
218
219
  readonly description: "Tether is a stablecoin pegged to the US dollar. Tether is issued by Tether Limited, a Gibraltar-based company.";
219
220
  readonly bridge: "saga-canonical";
220
221
  readonly documentation: "https://www.tether.to/";
222
+ readonly tags: readonly ["STABLECOIN"];
221
223
  };
222
224
  readonly UNI: {
223
225
  readonly name: "Uniswap";
@@ -99,6 +99,7 @@ export declare const tokens: {
99
99
  readonly description: "Tether is a stablecoin pegged to the US dollar. Tether is issued by Tether Limited, a Gibraltar-based company.";
100
100
  readonly bridge: "saga-canonical";
101
101
  readonly documentation: "https://www.tether.to/";
102
+ readonly tags: readonly ["STABLECOIN"];
102
103
  };
103
104
  readonly UNI: {
104
105
  readonly name: "Uniswap";
@@ -70,6 +70,7 @@ exports.tokens = {
70
70
  description: 'Tether is a stablecoin pegged to the US dollar. Tether is issued by Tether Limited, a Gibraltar-based company.',
71
71
  bridge: 'saga-canonical',
72
72
  documentation: 'https://www.tether.to/',
73
+ tags: ['STABLECOIN'],
73
74
  },
74
75
  UNI: {
75
76
  name: 'Uniswap',
@@ -66,6 +66,7 @@ export declare const scroll: {
66
66
  readonly chainId: 534352;
67
67
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
68
68
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly WBTC: {
71
72
  readonly chainId: 534352;
@@ -91,6 +92,7 @@ export declare const scroll: {
91
92
  readonly bridge: "scroll-canonical";
92
93
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
93
94
  readonly documentation: "https://tether.to/en/how-it-works";
95
+ readonly tags: readonly ["STABLECOIN"];
94
96
  };
95
97
  readonly NURI: {
96
98
  readonly name: "NURI Token";
@@ -117,7 +119,7 @@ export declare const scroll: {
117
119
  readonly description: "Lore is a decentralized non-custodial liquidity market protocol on Scroll where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
118
120
  readonly documentation: "https://docs.lore.finance/";
119
121
  readonly bridge: "native";
120
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
122
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
121
123
  };
122
124
  readonly LORE: {
123
125
  readonly name: "Lore Token";
@@ -144,7 +146,7 @@ export declare const scroll: {
144
146
  readonly description: "Tokan is a DEX and Liquidity Layer driven by the community and centered around the ecosystem. Built on the Scroll network, Tokan serves as the exchange layer and addresses liquidity issues at the protocol level within the network.";
145
147
  readonly documentation: "https://docs.tokan.exchange/";
146
148
  readonly bridge: "native";
147
- readonly risks: readonly ["NO_TIMELOCK"];
149
+ readonly tags: readonly ["NO_TIMELOCK"];
148
150
  };
149
151
  readonly wstETH: {
150
152
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -238,6 +240,7 @@ export declare const scroll: {
238
240
  readonly chainId: 534352;
239
241
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
240
242
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
243
+ readonly tags: readonly ["STABLECOIN"];
241
244
  };
242
245
  readonly WBTC: {
243
246
  readonly chainId: 534352;
@@ -263,6 +266,7 @@ export declare const scroll: {
263
266
  readonly bridge: "scroll-canonical";
264
267
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
265
268
  readonly documentation: "https://tether.to/en/how-it-works";
269
+ readonly tags: readonly ["STABLECOIN"];
266
270
  };
267
271
  readonly NURI: {
268
272
  readonly name: "NURI Token";
@@ -289,7 +293,7 @@ export declare const scroll: {
289
293
  readonly description: "Lore is a decentralized non-custodial liquidity market protocol on Scroll where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
290
294
  readonly documentation: "https://docs.lore.finance/";
291
295
  readonly bridge: "native";
292
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
296
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
293
297
  };
294
298
  readonly LORE: {
295
299
  readonly name: "Lore Token";
@@ -316,7 +320,7 @@ export declare const scroll: {
316
320
  readonly description: "Tokan is a DEX and Liquidity Layer driven by the community and centered around the ecosystem. Built on the Scroll network, Tokan serves as the exchange layer and addresses liquidity issues at the protocol level within the network.";
317
321
  readonly documentation: "https://docs.tokan.exchange/";
318
322
  readonly bridge: "native";
319
- readonly risks: readonly ["NO_TIMELOCK"];
323
+ readonly tags: readonly ["NO_TIMELOCK"];
320
324
  };
321
325
  readonly wstETH: {
322
326
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly chainId: 534352;
64
64
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
65
65
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly WBTC: {
68
69
  readonly chainId: 534352;
@@ -88,6 +89,7 @@ export declare const tokens: {
88
89
  readonly bridge: "scroll-canonical";
89
90
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
90
91
  readonly documentation: "https://tether.to/en/how-it-works";
92
+ readonly tags: readonly ["STABLECOIN"];
91
93
  };
92
94
  readonly NURI: {
93
95
  readonly name: "NURI Token";
@@ -114,7 +116,7 @@ export declare const tokens: {
114
116
  readonly description: "Lore is a decentralized non-custodial liquidity market protocol on Scroll where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
115
117
  readonly documentation: "https://docs.lore.finance/";
116
118
  readonly bridge: "native";
117
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
119
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
118
120
  };
119
121
  readonly LORE: {
120
122
  readonly name: "Lore Token";
@@ -141,7 +143,7 @@ export declare const tokens: {
141
143
  readonly description: "Tokan is a DEX and Liquidity Layer driven by the community and centered around the ecosystem. Built on the Scroll network, Tokan serves as the exchange layer and addresses liquidity issues at the protocol level within the network.";
142
144
  readonly documentation: "https://docs.tokan.exchange/";
143
145
  readonly bridge: "native";
144
- readonly risks: readonly ["NO_TIMELOCK"];
146
+ readonly tags: readonly ["NO_TIMELOCK"];
145
147
  };
146
148
  readonly wstETH: {
147
149
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  chainId: 534352,
32
32
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
33
33
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
34
+ tags: ['STABLECOIN'],
34
35
  },
35
36
  WBTC: {
36
37
  chainId: 534352,
@@ -56,6 +57,7 @@ exports.tokens = {
56
57
  bridge: 'scroll-canonical',
57
58
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
58
59
  documentation: 'https://tether.to/en/how-it-works',
60
+ tags: ['STABLECOIN'],
59
61
  },
60
62
  NURI: {
61
63
  name: 'NURI Token',
@@ -82,7 +84,7 @@ exports.tokens = {
82
84
  description: 'Lore is a decentralized non-custodial liquidity market protocol on Scroll where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
83
85
  documentation: 'https://docs.lore.finance/',
84
86
  bridge: 'native',
85
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
87
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
86
88
  },
87
89
  LORE: {
88
90
  name: 'Lore Token',
@@ -109,7 +111,7 @@ exports.tokens = {
109
111
  description: 'Tokan is a DEX and Liquidity Layer driven by the community and centered around the ecosystem. Built on the Scroll network, Tokan serves as the exchange layer and addresses liquidity issues at the protocol level within the network.',
110
112
  documentation: 'https://docs.tokan.exchange/',
111
113
  bridge: 'native',
112
- risks: ['NO_TIMELOCK'],
114
+ tags: ['NO_TIMELOCK'],
113
115
  },
114
116
  wstETH: {
115
117
  name: 'Wrapped liquid staked Ether 2.0',
@@ -65,6 +65,7 @@ export declare const sei: {
65
65
  readonly bridge: "sei-canonical";
66
66
  readonly chainId: 1329;
67
67
  readonly documentation: "https://developers.circle.com/docs";
68
+ readonly tags: readonly ["STABLECOIN"];
68
69
  };
69
70
  readonly WETH: {
70
71
  readonly name: "Wrapped Ether";
@@ -91,6 +92,7 @@ export declare const sei: {
91
92
  readonly bridge: "sei-canonical";
92
93
  readonly logoURI: "";
93
94
  readonly documentation: "https://tether.to/en/how-it-works";
95
+ readonly tags: readonly ["STABLECOIN"];
94
96
  };
95
97
  readonly iSEI: {
96
98
  readonly name: "iSEI";
@@ -117,6 +119,7 @@ export declare const sei: {
117
119
  readonly bridge: "native";
118
120
  readonly logoURI: "";
119
121
  readonly documentation: "https://developers.circle.com/docs";
122
+ readonly tags: readonly ["STABLECOIN"];
120
123
  };
121
124
  };
122
125
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -183,6 +186,7 @@ export declare const sei: {
183
186
  readonly bridge: "sei-canonical";
184
187
  readonly chainId: 1329;
185
188
  readonly documentation: "https://developers.circle.com/docs";
189
+ readonly tags: readonly ["STABLECOIN"];
186
190
  };
187
191
  readonly WETH: {
188
192
  readonly name: "Wrapped Ether";
@@ -209,6 +213,7 @@ export declare const sei: {
209
213
  readonly bridge: "sei-canonical";
210
214
  readonly logoURI: "";
211
215
  readonly documentation: "https://tether.to/en/how-it-works";
216
+ readonly tags: readonly ["STABLECOIN"];
212
217
  };
213
218
  readonly iSEI: {
214
219
  readonly name: "iSEI";
@@ -235,6 +240,7 @@ export declare const sei: {
235
240
  readonly bridge: "native";
236
241
  readonly logoURI: "";
237
242
  readonly documentation: "https://developers.circle.com/docs";
243
+ readonly tags: readonly ["STABLECOIN"];
238
244
  };
239
245
  }>;
240
246
  readonly native: {
@@ -62,6 +62,7 @@ export declare const tokens: {
62
62
  readonly bridge: "sei-canonical";
63
63
  readonly chainId: 1329;
64
64
  readonly documentation: "https://developers.circle.com/docs";
65
+ readonly tags: readonly ["STABLECOIN"];
65
66
  };
66
67
  readonly WETH: {
67
68
  readonly name: "Wrapped Ether";
@@ -88,6 +89,7 @@ export declare const tokens: {
88
89
  readonly bridge: "sei-canonical";
89
90
  readonly logoURI: "";
90
91
  readonly documentation: "https://tether.to/en/how-it-works";
92
+ readonly tags: readonly ["STABLECOIN"];
91
93
  };
92
94
  readonly iSEI: {
93
95
  readonly name: "iSEI";
@@ -114,5 +116,6 @@ export declare const tokens: {
114
116
  readonly bridge: "native";
115
117
  readonly logoURI: "";
116
118
  readonly documentation: "https://developers.circle.com/docs";
119
+ readonly tags: readonly ["STABLECOIN"];
117
120
  };
118
121
  };
@@ -30,6 +30,7 @@ exports.tokens = {
30
30
  bridge: 'sei-canonical',
31
31
  chainId: 1329,
32
32
  documentation: 'https://developers.circle.com/docs',
33
+ tags: ['STABLECOIN'],
33
34
  },
34
35
  WETH: {
35
36
  name: 'Wrapped Ether',
@@ -56,6 +57,7 @@ exports.tokens = {
56
57
  bridge: 'sei-canonical',
57
58
  logoURI: '',
58
59
  documentation: 'https://tether.to/en/how-it-works',
60
+ tags: ['STABLECOIN'],
59
61
  },
60
62
  iSEI: {
61
63
  name: 'iSEI',
@@ -82,5 +84,6 @@ exports.tokens = {
82
84
  bridge: 'native',
83
85
  logoURI: '',
84
86
  documentation: 'https://developers.circle.com/docs',
87
+ tags: ['STABLECOIN'],
85
88
  },
86
89
  };