@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
@@ -79,6 +79,7 @@ export declare const emerald: {
79
79
  readonly website: "https://www.circle.com/usdc";
80
80
  readonly documentation: "https://developers.circle.com/docs";
81
81
  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.";
82
+ readonly tags: readonly ["STABLECOIN"];
82
83
  };
83
84
  readonly UST: {
84
85
  readonly name: "UST (Wormhole)";
@@ -90,6 +91,7 @@ export declare const emerald: {
90
91
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2.svg";
91
92
  readonly website: "https://www.terra.money/";
92
93
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
94
+ readonly tags: readonly ["SYNTHETIC"];
93
95
  };
94
96
  readonly FTP: {
95
97
  readonly name: "Fountain Protocol";
@@ -123,6 +125,7 @@ export declare const emerald: {
123
125
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
124
126
  readonly website: "https://tether.to/";
125
127
  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.";
128
+ readonly tags: readonly ["STABLECOIN"];
126
129
  };
127
130
  readonly WETH: {
128
131
  readonly name: "Wrapped Ether (Wormhole)";
@@ -157,6 +160,7 @@ export declare const emerald: {
157
160
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
158
161
  readonly website: "https://bridge.evodefi.com/";
159
162
  readonly description: "USDT bridged via EvoDeFi: 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.";
163
+ readonly tags: readonly ["SYNTHETIC"];
160
164
  };
161
165
  readonly evoUSDC: {
162
166
  readonly name: "USD Coin (EvoDeFi)";
@@ -168,6 +172,7 @@ export declare const emerald: {
168
172
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x81ECac0D6Be0550A00FF064a4f9dd2400585FE9c.svg";
169
173
  readonly website: "https://bridge.evodefi.com/";
170
174
  readonly description: "USDC bridged via EvoDeFi: 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.";
175
+ readonly tags: readonly ["SYNTHETIC"];
171
176
  };
172
177
  readonly evoWETH: {
173
178
  readonly name: "Wrapped Ether (EvoDeFi)";
@@ -179,6 +184,7 @@ export declare const emerald: {
179
184
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F.svg";
180
185
  readonly website: "https://bridge.evodefi.com/";
181
186
  readonly description: "WETH bridged via EvoDeFi: The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
187
+ readonly tags: readonly ["SYNTHETIC"];
182
188
  };
183
189
  readonly evoWBTC: {
184
190
  readonly name: "Wrapped BTC (EvoDeFi)";
@@ -190,6 +196,7 @@ export declare const emerald: {
190
196
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
191
197
  readonly website: "https://bridge.evodefi.com/";
192
198
  readonly description: "WBTC bridged via EvoDeFi: Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
199
+ readonly tags: readonly ["SYNTHETIC"];
193
200
  };
194
201
  };
195
202
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -270,6 +277,7 @@ export declare const emerald: {
270
277
  readonly website: "https://www.circle.com/usdc";
271
278
  readonly documentation: "https://developers.circle.com/docs";
272
279
  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.";
280
+ readonly tags: readonly ["STABLECOIN"];
273
281
  };
274
282
  readonly UST: {
275
283
  readonly name: "UST (Wormhole)";
@@ -281,6 +289,7 @@ export declare const emerald: {
281
289
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2.svg";
282
290
  readonly website: "https://www.terra.money/";
283
291
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
292
+ readonly tags: readonly ["SYNTHETIC"];
284
293
  };
285
294
  readonly FTP: {
286
295
  readonly name: "Fountain Protocol";
@@ -314,6 +323,7 @@ export declare const emerald: {
314
323
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
315
324
  readonly website: "https://tether.to/";
316
325
  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.";
326
+ readonly tags: readonly ["STABLECOIN"];
317
327
  };
318
328
  readonly WETH: {
319
329
  readonly name: "Wrapped Ether (Wormhole)";
@@ -348,6 +358,7 @@ export declare const emerald: {
348
358
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
349
359
  readonly website: "https://bridge.evodefi.com/";
350
360
  readonly description: "USDT bridged via EvoDeFi: 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.";
361
+ readonly tags: readonly ["SYNTHETIC"];
351
362
  };
352
363
  readonly evoUSDC: {
353
364
  readonly name: "USD Coin (EvoDeFi)";
@@ -359,6 +370,7 @@ export declare const emerald: {
359
370
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x81ECac0D6Be0550A00FF064a4f9dd2400585FE9c.svg";
360
371
  readonly website: "https://bridge.evodefi.com/";
361
372
  readonly description: "USDC bridged via EvoDeFi: 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.";
373
+ readonly tags: readonly ["SYNTHETIC"];
362
374
  };
363
375
  readonly evoWETH: {
364
376
  readonly name: "Wrapped Ether (EvoDeFi)";
@@ -370,6 +382,7 @@ export declare const emerald: {
370
382
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F.svg";
371
383
  readonly website: "https://bridge.evodefi.com/";
372
384
  readonly description: "WETH bridged via EvoDeFi: The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
385
+ readonly tags: readonly ["SYNTHETIC"];
373
386
  };
374
387
  readonly evoWBTC: {
375
388
  readonly name: "Wrapped BTC (EvoDeFi)";
@@ -381,6 +394,7 @@ export declare const emerald: {
381
394
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
382
395
  readonly website: "https://bridge.evodefi.com/";
383
396
  readonly description: "WBTC bridged via EvoDeFi: Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
397
+ readonly tags: readonly ["SYNTHETIC"];
384
398
  };
385
399
  }>;
386
400
  readonly native: {
@@ -76,6 +76,7 @@ export declare const tokens: {
76
76
  readonly website: "https://www.circle.com/usdc";
77
77
  readonly documentation: "https://developers.circle.com/docs";
78
78
  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.";
79
+ readonly tags: readonly ["STABLECOIN"];
79
80
  };
80
81
  readonly UST: {
81
82
  readonly name: "UST (Wormhole)";
@@ -87,6 +88,7 @@ export declare const tokens: {
87
88
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2.svg";
88
89
  readonly website: "https://www.terra.money/";
89
90
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
91
+ readonly tags: readonly ["SYNTHETIC"];
90
92
  };
91
93
  readonly FTP: {
92
94
  readonly name: "Fountain Protocol";
@@ -120,6 +122,7 @@ export declare const tokens: {
120
122
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
121
123
  readonly website: "https://tether.to/";
122
124
  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.";
125
+ readonly tags: readonly ["STABLECOIN"];
123
126
  };
124
127
  readonly WETH: {
125
128
  readonly name: "Wrapped Ether (Wormhole)";
@@ -154,6 +157,7 @@ export declare const tokens: {
154
157
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg";
155
158
  readonly website: "https://bridge.evodefi.com/";
156
159
  readonly description: "USDT bridged via EvoDeFi: 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.";
160
+ readonly tags: readonly ["SYNTHETIC"];
157
161
  };
158
162
  readonly evoUSDC: {
159
163
  readonly name: "USD Coin (EvoDeFi)";
@@ -165,6 +169,7 @@ export declare const tokens: {
165
169
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x81ECac0D6Be0550A00FF064a4f9dd2400585FE9c.svg";
166
170
  readonly website: "https://bridge.evodefi.com/";
167
171
  readonly description: "USDC bridged via EvoDeFi: 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.";
172
+ readonly tags: readonly ["SYNTHETIC"];
168
173
  };
169
174
  readonly evoWETH: {
170
175
  readonly name: "Wrapped Ether (EvoDeFi)";
@@ -176,6 +181,7 @@ export declare const tokens: {
176
181
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F.svg";
177
182
  readonly website: "https://bridge.evodefi.com/";
178
183
  readonly description: "WETH bridged via EvoDeFi: The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
184
+ readonly tags: readonly ["SYNTHETIC"];
179
185
  };
180
186
  readonly evoWBTC: {
181
187
  readonly name: "Wrapped BTC (EvoDeFi)";
@@ -187,5 +193,6 @@ export declare const tokens: {
187
193
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
188
194
  readonly website: "https://bridge.evodefi.com/";
189
195
  readonly description: "WBTC bridged via EvoDeFi: Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
196
+ readonly tags: readonly ["SYNTHETIC"];
190
197
  };
191
198
  };
@@ -47,6 +47,7 @@ export const tokens = {
47
47
  website: 'https://www.circle.com/usdc',
48
48
  documentation: 'https://developers.circle.com/docs',
49
49
  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.',
50
+ tags: ['STABLECOIN'],
50
51
  },
51
52
  UST: {
52
53
  name: 'UST (Wormhole)',
@@ -58,6 +59,7 @@ export const tokens = {
58
59
  logoURI: 'https://tokens.pancakeswap.finance/images/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2.svg',
59
60
  website: 'https://www.terra.money/',
60
61
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
62
+ tags: ['SYNTHETIC'],
61
63
  },
62
64
  FTP: {
63
65
  name: 'Fountain Protocol',
@@ -91,6 +93,7 @@ export const tokens = {
91
93
  logoURI: 'https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg',
92
94
  website: 'https://tether.to/',
93
95
  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.',
96
+ tags: ['STABLECOIN'],
94
97
  },
95
98
  WETH: {
96
99
  name: 'Wrapped Ether (Wormhole)',
@@ -125,6 +128,7 @@ export const tokens = {
125
128
  logoURI: 'https://tokens.pancakeswap.finance/images/0xdC19A122e268128B5eE20366299fc7b5b199C8e3.svg',
126
129
  website: 'https://bridge.evodefi.com/',
127
130
  description: 'USDT bridged via EvoDeFi: 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.',
131
+ tags: ['SYNTHETIC'],
128
132
  },
129
133
  evoUSDC: {
130
134
  name: 'USD Coin (EvoDeFi)',
@@ -136,6 +140,7 @@ export const tokens = {
136
140
  logoURI: 'https://tokens.pancakeswap.finance/images/0x81ECac0D6Be0550A00FF064a4f9dd2400585FE9c.svg',
137
141
  website: 'https://bridge.evodefi.com/',
138
142
  description: 'USDC bridged via EvoDeFi: 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.',
143
+ tags: ['SYNTHETIC'],
139
144
  },
140
145
  evoWETH: {
141
146
  name: 'Wrapped Ether (EvoDeFi)',
@@ -147,6 +152,7 @@ export const tokens = {
147
152
  logoURI: 'https://tokens.pancakeswap.finance/images/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F.svg',
148
153
  website: 'https://bridge.evodefi.com/',
149
154
  description: 'WETH bridged via EvoDeFi: The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.',
155
+ tags: ['SYNTHETIC'],
150
156
  },
151
157
  evoWBTC: {
152
158
  name: 'Wrapped BTC (EvoDeFi)',
@@ -158,5 +164,6 @@ export const tokens = {
158
164
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png',
159
165
  website: 'https://bridge.evodefi.com/',
160
166
  description: 'WBTC bridged via EvoDeFi: Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
167
+ tags: ['SYNTHETIC'],
161
168
  },
162
169
  };