@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.149

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 +72 -12
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  3. package/build/address-book/arbitrum/tokens/tokens.js +33 -6
  4. package/build/address-book/aurora/index.d.ts +16 -0
  5. package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
  6. package/build/address-book/aurora/tokens/tokens.js +5 -0
  7. package/build/address-book/avax/index.d.ts +58 -2
  8. package/build/address-book/avax/tokens/tokens.d.ts +29 -1
  9. package/build/address-book/avax/tokens/tokens.js +26 -1
  10. package/build/address-book/base/index.d.ts +150 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +75 -14
  12. package/build/address-book/base/tokens/tokens.js +72 -14
  13. package/build/address-book/berachain/index.d.ts +6 -0
  14. package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
  15. package/build/address-book/berachain/tokens/tokens.js +3 -0
  16. package/build/address-book/bsc/index.d.ts +78 -8
  17. package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
  18. package/build/address-book/bsc/tokens/tokens.js +36 -4
  19. package/build/address-book/canto/index.d.ts +12 -0
  20. package/build/address-book/canto/tokens/tokens.d.ts +6 -0
  21. package/build/address-book/canto/tokens/tokens.js +6 -0
  22. package/build/address-book/celo/index.d.ts +2 -0
  23. package/build/address-book/celo/tokens/tokens.d.ts +1 -0
  24. package/build/address-book/celo/tokens/tokens.js +1 -0
  25. package/build/address-book/cronos/index.d.ts +18 -0
  26. package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
  27. package/build/address-book/cronos/tokens/tokens.js +9 -0
  28. package/build/address-book/emerald/index.d.ts +4 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
  30. package/build/address-book/emerald/tokens/tokens.js +2 -0
  31. package/build/address-book/ethereum/index.d.ts +58 -6
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
  33. package/build/address-book/ethereum/tokens/tokens.js +26 -3
  34. package/build/address-book/fantom/index.d.ts +38 -0
  35. package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
  36. package/build/address-book/fantom/tokens/tokens.js +16 -0
  37. package/build/address-book/fraxtal/index.d.ts +8 -0
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  39. package/build/address-book/fraxtal/tokens/tokens.js +4 -0
  40. package/build/address-book/fuse/index.d.ts +8 -0
  41. package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
  42. package/build/address-book/fuse/tokens/tokens.js +4 -0
  43. package/build/address-book/gnosis/index.d.ts +16 -0
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
  45. package/build/address-book/gnosis/tokens/tokens.js +8 -0
  46. package/build/address-book/heco/index.d.ts +16 -0
  47. package/build/address-book/heco/tokens/tokens.d.ts +8 -0
  48. package/build/address-book/heco/tokens/tokens.js +8 -0
  49. package/build/address-book/hyperevm/index.d.ts +4 -0
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  51. package/build/address-book/hyperevm/tokens/tokens.js +2 -0
  52. package/build/address-book/kava/index.d.ts +10 -0
  53. package/build/address-book/kava/tokens/tokens.d.ts +5 -0
  54. package/build/address-book/kava/tokens/tokens.js +5 -0
  55. package/build/address-book/linea/index.d.ts +16 -4
  56. package/build/address-book/linea/tokens/tokens.d.ts +8 -2
  57. package/build/address-book/linea/tokens/tokens.js +5 -2
  58. package/build/address-book/lisk/index.d.ts +10 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +8 -0
  62. package/build/address-book/manta/tokens/tokens.d.ts +4 -0
  63. package/build/address-book/manta/tokens/tokens.js +1 -0
  64. package/build/address-book/mantle/index.d.ts +4 -0
  65. package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
  66. package/build/address-book/mantle/tokens/tokens.js +2 -0
  67. package/build/address-book/metis/index.d.ts +10 -0
  68. package/build/address-book/metis/tokens/tokens.d.ts +5 -0
  69. package/build/address-book/metis/tokens/tokens.js +5 -0
  70. package/build/address-book/mode/index.d.ts +10 -2
  71. package/build/address-book/mode/tokens/tokens.d.ts +5 -1
  72. package/build/address-book/mode/tokens/tokens.js +2 -1
  73. package/build/address-book/monad/index.d.ts +16 -8
  74. package/build/address-book/monad/tokens/tokens.d.ts +8 -4
  75. package/build/address-book/monad/tokens/tokens.js +8 -4
  76. package/build/address-book/moonbeam/index.d.ts +18 -0
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  78. package/build/address-book/moonbeam/tokens/tokens.js +9 -0
  79. package/build/address-book/moonriver/index.d.ts +20 -0
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
  81. package/build/address-book/moonriver/tokens/tokens.js +9 -0
  82. package/build/address-book/one/index.d.ts +14 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +7 -0
  84. package/build/address-book/one/tokens/tokens.js +6 -0
  85. package/build/address-book/optimism/index.d.ts +46 -10
  86. package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
  87. package/build/address-book/optimism/tokens/tokens.js +20 -5
  88. package/build/address-book/plasma/index.d.ts +4 -2
  89. package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
  90. package/build/address-book/plasma/tokens/tokens.js +2 -1
  91. package/build/address-book/polygon/index.d.ts +54 -2
  92. package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
  93. package/build/address-book/polygon/tokens/tokens.js +22 -1
  94. package/build/address-book/real/index.d.ts +10 -0
  95. package/build/address-book/real/tokens/tokens.d.ts +5 -0
  96. package/build/address-book/real/tokens/tokens.js +1 -0
  97. package/build/address-book/saga/index.d.ts +4 -0
  98. package/build/address-book/saga/tokens/tokens.d.ts +2 -0
  99. package/build/address-book/saga/tokens/tokens.js +2 -0
  100. package/build/address-book/scroll/index.d.ts +12 -0
  101. package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
  102. package/build/address-book/scroll/tokens/tokens.js +3 -0
  103. package/build/address-book/sei/index.d.ts +2 -0
  104. package/build/address-book/sei/tokens/tokens.d.ts +1 -0
  105. package/build/address-book/sei/tokens/tokens.js +1 -0
  106. package/build/address-book/sonic/index.d.ts +18 -2
  107. package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
  108. package/build/address-book/sonic/tokens/tokens.js +6 -1
  109. package/build/address-book/unichain/index.d.ts +8 -0
  110. package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
  111. package/build/address-book/unichain/tokens/tokens.js +1 -0
  112. package/build/address-book/zkevm/index.d.ts +24 -0
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
  114. package/build/address-book/zkevm/tokens/tokens.js +9 -0
  115. package/build/address-book/zksync/index.d.ts +12 -2
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
  117. package/build/address-book/zksync/tokens/tokens.js +3 -1
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +72 -12
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
  122. package/build-esm/address-book/aurora/index.d.ts +16 -0
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
  124. package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
  125. package/build-esm/address-book/avax/index.d.ts +58 -2
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
  127. package/build-esm/address-book/avax/tokens/tokens.js +26 -1
  128. package/build-esm/address-book/base/index.d.ts +150 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +72 -14
  131. package/build-esm/address-book/berachain/index.d.ts +6 -0
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
  133. package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
  134. package/build-esm/address-book/bsc/index.d.ts +78 -8
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
  136. package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
  137. package/build-esm/address-book/canto/index.d.ts +12 -0
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
  139. package/build-esm/address-book/canto/tokens/tokens.js +6 -0
  140. package/build-esm/address-book/celo/index.d.ts +2 -0
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
  142. package/build-esm/address-book/celo/tokens/tokens.js +1 -0
  143. package/build-esm/address-book/cronos/index.d.ts +18 -0
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
  145. package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
  146. package/build-esm/address-book/emerald/index.d.ts +4 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +58 -6
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
  152. package/build-esm/address-book/fantom/index.d.ts +38 -0
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
  154. package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
  155. package/build-esm/address-book/fraxtal/index.d.ts +8 -0
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
  158. package/build-esm/address-book/fuse/index.d.ts +8 -0
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
  160. package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
  161. package/build-esm/address-book/gnosis/index.d.ts +16 -0
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
  164. package/build-esm/address-book/heco/index.d.ts +16 -0
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
  166. package/build-esm/address-book/heco/tokens/tokens.js +8 -0
  167. package/build-esm/address-book/hyperevm/index.d.ts +4 -0
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
  170. package/build-esm/address-book/kava/index.d.ts +10 -0
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
  172. package/build-esm/address-book/kava/tokens/tokens.js +5 -0
  173. package/build-esm/address-book/linea/index.d.ts +16 -4
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
  175. package/build-esm/address-book/linea/tokens/tokens.js +5 -2
  176. package/build-esm/address-book/lisk/index.d.ts +10 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +8 -0
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
  181. package/build-esm/address-book/manta/tokens/tokens.js +1 -0
  182. package/build-esm/address-book/mantle/index.d.ts +4 -0
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
  184. package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
  185. package/build-esm/address-book/metis/index.d.ts +10 -0
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
  187. package/build-esm/address-book/metis/tokens/tokens.js +5 -0
  188. package/build-esm/address-book/mode/index.d.ts +10 -2
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
  190. package/build-esm/address-book/mode/tokens/tokens.js +2 -1
  191. package/build-esm/address-book/monad/index.d.ts +16 -8
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
  193. package/build-esm/address-book/monad/tokens/tokens.js +8 -4
  194. package/build-esm/address-book/moonbeam/index.d.ts +18 -0
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -0
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
  200. package/build-esm/address-book/one/index.d.ts +14 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +6 -0
  203. package/build-esm/address-book/optimism/index.d.ts +46 -10
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
  205. package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
  206. package/build-esm/address-book/plasma/index.d.ts +4 -2
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
  208. package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
  209. package/build-esm/address-book/polygon/index.d.ts +54 -2
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
  211. package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
  212. package/build-esm/address-book/real/index.d.ts +10 -0
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
  214. package/build-esm/address-book/real/tokens/tokens.js +1 -0
  215. package/build-esm/address-book/saga/index.d.ts +4 -0
  216. package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
  217. package/build-esm/address-book/saga/tokens/tokens.js +2 -0
  218. package/build-esm/address-book/scroll/index.d.ts +12 -0
  219. package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
  220. package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
  221. package/build-esm/address-book/sei/index.d.ts +2 -0
  222. package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
  223. package/build-esm/address-book/sei/tokens/tokens.js +1 -0
  224. package/build-esm/address-book/sonic/index.d.ts +18 -2
  225. package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
  226. package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
  227. package/build-esm/address-book/unichain/index.d.ts +8 -0
  228. package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
  229. package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
  230. package/build-esm/address-book/zkevm/index.d.ts +24 -0
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
  233. package/build-esm/address-book/zksync/index.d.ts +12 -2
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
  235. package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -71,6 +71,7 @@ export declare const tokens: {
71
71
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
72
72
  readonly bridge: "wormhole";
73
73
  readonly documentation: "https://ethereum.org/en/developers/docs/";
74
+ readonly tags: readonly ["BLUECHIP"];
74
75
  };
75
76
  readonly AUSD: {
76
77
  readonly name: "Agora Dollar";
@@ -108,6 +109,7 @@ export declare const tokens: {
108
109
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
109
110
  readonly documentation: "";
110
111
  readonly bridge: "layer-zero";
112
+ readonly tags: readonly ["BLUECHIP"];
111
113
  };
112
114
  readonly wstETH: {
113
115
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -120,6 +122,7 @@ export declare const tokens: {
120
122
  readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
121
123
  readonly bridge: "monad-canonical";
122
124
  readonly documentation: "https://docs.lido.fi/";
125
+ readonly tags: readonly ["BLUECHIP"];
123
126
  };
124
127
  readonly cWMON: {
125
128
  readonly name: "Curvance WMON";
@@ -157,7 +160,7 @@ export declare const tokens: {
157
160
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
158
161
  readonly description: "official AVAX BRIDGE bridged BTC";
159
162
  readonly bridge: "native";
160
- readonly tags: readonly ["NO_TIMELOCK"];
163
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
161
164
  };
162
165
  readonly AZND: {
163
166
  readonly name: "Asian Dollar";
@@ -170,7 +173,7 @@ export declare const tokens: {
170
173
  readonly documentation: "https://docs.mudigital.net/";
171
174
  readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
172
175
  readonly bridge: "native";
173
- readonly tags: readonly ["NO_TIMELOCK"];
176
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
174
177
  };
175
178
  readonly muBOND: {
176
179
  readonly name: "mu Bond";
@@ -183,7 +186,7 @@ export declare const tokens: {
183
186
  readonly documentation: "https://docs.mudigital.net/";
184
187
  readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
185
188
  readonly bridge: "native";
186
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
189
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
187
190
  };
188
191
  readonly shMON: {
189
192
  readonly name: "ShMonad";
@@ -235,7 +238,7 @@ export declare const tokens: {
235
238
  readonly documentation: "https://docs.mudigital.net/";
236
239
  readonly description: "loAZND (the \"Locked Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.";
237
240
  readonly bridge: "native";
238
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
241
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
239
242
  };
240
243
  readonly USD1: {
241
244
  readonly name: "World Liberty Financial USD";
@@ -248,6 +251,7 @@ export declare const tokens: {
248
251
  readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
249
252
  readonly documentation: "https://worldlibertyfinancial.com/about";
250
253
  readonly bridge: "chainlink";
254
+ readonly tags: readonly ["STABLECOIN"];
251
255
  };
252
256
  readonly earnAUSD: {
253
257
  readonly name: "Earn Agora Dollar";
@@ -39,6 +39,7 @@ export const tokens = {
39
39
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
40
40
  bridge: 'wormhole',
41
41
  documentation: 'https://ethereum.org/en/developers/docs/',
42
+ tags: ['BLUECHIP'],
42
43
  },
43
44
  AUSD: {
44
45
  name: 'Agora Dollar',
@@ -76,6 +77,7 @@ export const tokens = {
76
77
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
77
78
  documentation: '',
78
79
  bridge: 'layer-zero',
80
+ tags: ['BLUECHIP'],
79
81
  },
80
82
  wstETH: {
81
83
  name: 'Wrapped liquid staked Ether 2.0',
@@ -88,6 +90,7 @@ export const tokens = {
88
90
  description: 'Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.',
89
91
  bridge: 'monad-canonical',
90
92
  documentation: 'https://docs.lido.fi/',
93
+ tags: ['BLUECHIP'],
91
94
  },
92
95
  cWMON: {
93
96
  name: 'Curvance WMON',
@@ -125,7 +128,7 @@ export const tokens = {
125
128
  documentation: 'https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin',
126
129
  description: 'official AVAX BRIDGE bridged BTC',
127
130
  bridge: 'native',
128
- tags: ['NO_TIMELOCK'],
131
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
129
132
  },
130
133
  AZND: {
131
134
  name: 'Asian Dollar',
@@ -138,7 +141,7 @@ export const tokens = {
138
141
  documentation: 'https://docs.mudigital.net/',
139
142
  description: 'AZND (the "Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability',
140
143
  bridge: 'native',
141
- tags: ['NO_TIMELOCK'],
144
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
142
145
  },
143
146
  muBOND: {
144
147
  name: 'mu Bond',
@@ -151,7 +154,7 @@ export const tokens = {
151
154
  documentation: 'https://docs.mudigital.net/',
152
155
  description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
153
156
  bridge: 'native',
154
- tags: ['NO_TIMELOCK', 'SYNTHETIC'],
157
+ tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
155
158
  },
156
159
  shMON: {
157
160
  name: 'ShMonad',
@@ -203,7 +206,7 @@ export const tokens = {
203
206
  documentation: 'https://docs.mudigital.net/',
204
207
  description: 'loAZND (the "Locked Asian Dollar") is a synthetic dollar backed by Asia\'s best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.',
205
208
  bridge: 'native',
206
- tags: ['NO_TIMELOCK', 'SYNTHETIC'],
209
+ tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
207
210
  },
208
211
  USD1: {
209
212
  name: 'World Liberty Financial USD',
@@ -216,6 +219,7 @@ export const tokens = {
216
219
  description: 'Digital dollar stablecoins that are accepted both on-chain and in the real world.',
217
220
  documentation: 'https://worldlibertyfinancial.com/about',
218
221
  bridge: 'chainlink',
222
+ tags: ['STABLECOIN'],
219
223
  },
220
224
  earnAUSD: {
221
225
  name: 'Earn Agora Dollar',
@@ -315,6 +315,7 @@ export declare const moonbeam: {
315
315
  readonly decimals: 18;
316
316
  readonly website: "https://www.binance.com/";
317
317
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
318
+ readonly tags: readonly ["BLUECHIP"];
318
319
  };
319
320
  readonly BCMC: {
320
321
  readonly name: "Blockchain Monster Coin";
@@ -335,6 +336,7 @@ export declare const moonbeam: {
335
336
  readonly decimals: 18;
336
337
  readonly website: "https://ethereum.org/";
337
338
  readonly description: "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.";
339
+ readonly tags: readonly ["BLUECHIP"];
338
340
  };
339
341
  readonly ETHs: {
340
342
  readonly name: "Ethereum";
@@ -401,6 +403,7 @@ export declare const moonbeam: {
401
403
  readonly decimals: 18;
402
404
  readonly website: "https://fantom.foundation/";
403
405
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
406
+ readonly tags: readonly ["BLUECHIP"];
404
407
  };
405
408
  readonly axlATOM: {
406
409
  readonly name: "Axelar Wrapped ATOM";
@@ -432,6 +435,7 @@ export declare const moonbeam: {
432
435
  readonly decimals: 18;
433
436
  readonly website: "https://polygon.technology/";
434
437
  readonly description: "Polygon believes in Web3 for all. Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security.";
438
+ readonly tags: readonly ["BLUECHIP"];
435
439
  };
436
440
  readonly AVAX: {
437
441
  readonly name: "Avalanche";
@@ -442,6 +446,7 @@ export declare const moonbeam: {
442
446
  readonly decimals: 18;
443
447
  readonly website: "https://www.avalabs.org/";
444
448
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
449
+ readonly tags: readonly ["BLUECHIP"];
445
450
  };
446
451
  readonly FLARE: {
447
452
  readonly name: "Flare Token";
@@ -484,6 +489,7 @@ export declare const moonbeam: {
484
489
  readonly decimals: 10;
485
490
  readonly website: "https://polkadot.network/";
486
491
  readonly description: "Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.";
492
+ readonly tags: readonly ["BLUECHIP"];
487
493
  };
488
494
  readonly stDOTold: {
489
495
  readonly name: "Liquid staked DOT";
@@ -546,6 +552,7 @@ export declare const moonbeam: {
546
552
  readonly decimals: 8;
547
553
  readonly website: "https://www.nomad.xyz/";
548
554
  readonly description: "WBTC bridged by Nomad. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
555
+ readonly tags: readonly ["BLUECHIP"];
549
556
  };
550
557
  readonly aWBTC: {
551
558
  readonly name: "Anyswap Wrapped BTC";
@@ -566,6 +573,7 @@ export declare const moonbeam: {
566
573
  readonly decimals: 6;
567
574
  readonly website: "https://www.terra.money/";
568
575
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
576
+ readonly tags: readonly ["MEMECOIN"];
569
577
  };
570
578
  readonly UST: {
571
579
  readonly name: "Axelar Wrapped UST";
@@ -599,6 +607,7 @@ export declare const moonbeam: {
599
607
  readonly website: "https://stake.lido.fi/";
600
608
  readonly documentation: "https://docs.lido.fi/";
601
609
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
610
+ readonly tags: readonly ["BLUECHIP"];
602
611
  };
603
612
  readonly stellaBase4pool: {
604
613
  readonly name: "stellaBase4pool";
@@ -953,6 +962,7 @@ export declare const moonbeam: {
953
962
  readonly decimals: 18;
954
963
  readonly website: "https://www.binance.com/";
955
964
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
965
+ readonly tags: readonly ["BLUECHIP"];
956
966
  };
957
967
  readonly BCMC: {
958
968
  readonly name: "Blockchain Monster Coin";
@@ -973,6 +983,7 @@ export declare const moonbeam: {
973
983
  readonly decimals: 18;
974
984
  readonly website: "https://ethereum.org/";
975
985
  readonly description: "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.";
986
+ readonly tags: readonly ["BLUECHIP"];
976
987
  };
977
988
  readonly ETHs: {
978
989
  readonly name: "Ethereum";
@@ -1039,6 +1050,7 @@ export declare const moonbeam: {
1039
1050
  readonly decimals: 18;
1040
1051
  readonly website: "https://fantom.foundation/";
1041
1052
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
1053
+ readonly tags: readonly ["BLUECHIP"];
1042
1054
  };
1043
1055
  readonly axlATOM: {
1044
1056
  readonly name: "Axelar Wrapped ATOM";
@@ -1070,6 +1082,7 @@ export declare const moonbeam: {
1070
1082
  readonly decimals: 18;
1071
1083
  readonly website: "https://polygon.technology/";
1072
1084
  readonly description: "Polygon believes in Web3 for all. Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security.";
1085
+ readonly tags: readonly ["BLUECHIP"];
1073
1086
  };
1074
1087
  readonly AVAX: {
1075
1088
  readonly name: "Avalanche";
@@ -1080,6 +1093,7 @@ export declare const moonbeam: {
1080
1093
  readonly decimals: 18;
1081
1094
  readonly website: "https://www.avalabs.org/";
1082
1095
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
1096
+ readonly tags: readonly ["BLUECHIP"];
1083
1097
  };
1084
1098
  readonly FLARE: {
1085
1099
  readonly name: "Flare Token";
@@ -1122,6 +1136,7 @@ export declare const moonbeam: {
1122
1136
  readonly decimals: 10;
1123
1137
  readonly website: "https://polkadot.network/";
1124
1138
  readonly description: "Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.";
1139
+ readonly tags: readonly ["BLUECHIP"];
1125
1140
  };
1126
1141
  readonly stDOTold: {
1127
1142
  readonly name: "Liquid staked DOT";
@@ -1184,6 +1199,7 @@ export declare const moonbeam: {
1184
1199
  readonly decimals: 8;
1185
1200
  readonly website: "https://www.nomad.xyz/";
1186
1201
  readonly description: "WBTC bridged by Nomad. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
1202
+ readonly tags: readonly ["BLUECHIP"];
1187
1203
  };
1188
1204
  readonly aWBTC: {
1189
1205
  readonly name: "Anyswap Wrapped BTC";
@@ -1204,6 +1220,7 @@ export declare const moonbeam: {
1204
1220
  readonly decimals: 6;
1205
1221
  readonly website: "https://www.terra.money/";
1206
1222
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
1223
+ readonly tags: readonly ["MEMECOIN"];
1207
1224
  };
1208
1225
  readonly UST: {
1209
1226
  readonly name: "Axelar Wrapped UST";
@@ -1237,6 +1254,7 @@ export declare const moonbeam: {
1237
1254
  readonly website: "https://stake.lido.fi/";
1238
1255
  readonly documentation: "https://docs.lido.fi/";
1239
1256
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
1257
+ readonly tags: readonly ["BLUECHIP"];
1240
1258
  };
1241
1259
  readonly stellaBase4pool: {
1242
1260
  readonly name: "stellaBase4pool";
@@ -312,6 +312,7 @@ export declare const tokens: {
312
312
  readonly decimals: 18;
313
313
  readonly website: "https://www.binance.com/";
314
314
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
315
+ readonly tags: readonly ["BLUECHIP"];
315
316
  };
316
317
  readonly BCMC: {
317
318
  readonly name: "Blockchain Monster Coin";
@@ -332,6 +333,7 @@ export declare const tokens: {
332
333
  readonly decimals: 18;
333
334
  readonly website: "https://ethereum.org/";
334
335
  readonly description: "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.";
336
+ readonly tags: readonly ["BLUECHIP"];
335
337
  };
336
338
  readonly ETHs: {
337
339
  readonly name: "Ethereum";
@@ -398,6 +400,7 @@ export declare const tokens: {
398
400
  readonly decimals: 18;
399
401
  readonly website: "https://fantom.foundation/";
400
402
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
403
+ readonly tags: readonly ["BLUECHIP"];
401
404
  };
402
405
  readonly axlATOM: {
403
406
  readonly name: "Axelar Wrapped ATOM";
@@ -429,6 +432,7 @@ export declare const tokens: {
429
432
  readonly decimals: 18;
430
433
  readonly website: "https://polygon.technology/";
431
434
  readonly description: "Polygon believes in Web3 for all. Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security.";
435
+ readonly tags: readonly ["BLUECHIP"];
432
436
  };
433
437
  readonly AVAX: {
434
438
  readonly name: "Avalanche";
@@ -439,6 +443,7 @@ export declare const tokens: {
439
443
  readonly decimals: 18;
440
444
  readonly website: "https://www.avalabs.org/";
441
445
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
446
+ readonly tags: readonly ["BLUECHIP"];
442
447
  };
443
448
  readonly FLARE: {
444
449
  readonly name: "Flare Token";
@@ -481,6 +486,7 @@ export declare const tokens: {
481
486
  readonly decimals: 10;
482
487
  readonly website: "https://polkadot.network/";
483
488
  readonly description: "Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.";
489
+ readonly tags: readonly ["BLUECHIP"];
484
490
  };
485
491
  readonly stDOTold: {
486
492
  readonly name: "Liquid staked DOT";
@@ -543,6 +549,7 @@ export declare const tokens: {
543
549
  readonly decimals: 8;
544
550
  readonly website: "https://www.nomad.xyz/";
545
551
  readonly description: "WBTC bridged by Nomad. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
552
+ readonly tags: readonly ["BLUECHIP"];
546
553
  };
547
554
  readonly aWBTC: {
548
555
  readonly name: "Anyswap Wrapped BTC";
@@ -563,6 +570,7 @@ export declare const tokens: {
563
570
  readonly decimals: 6;
564
571
  readonly website: "https://www.terra.money/";
565
572
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
573
+ readonly tags: readonly ["MEMECOIN"];
566
574
  };
567
575
  readonly UST: {
568
576
  readonly name: "Axelar Wrapped UST";
@@ -596,6 +604,7 @@ export declare const tokens: {
596
604
  readonly website: "https://stake.lido.fi/";
597
605
  readonly documentation: "https://docs.lido.fi/";
598
606
  readonly description: "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.";
607
+ readonly tags: readonly ["BLUECHIP"];
599
608
  };
600
609
  readonly stellaBase4pool: {
601
610
  readonly name: "stellaBase4pool";
@@ -274,6 +274,7 @@ export const tokens = {
274
274
  decimals: 18,
275
275
  website: 'https://www.binance.com/',
276
276
  description: 'Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.',
277
+ tags: ['BLUECHIP'],
277
278
  },
278
279
  BCMC: {
279
280
  name: 'Blockchain Monster Coin',
@@ -294,6 +295,7 @@ export const tokens = {
294
295
  decimals: 18,
295
296
  website: 'https://ethereum.org/',
296
297
  description: '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.',
298
+ tags: ['BLUECHIP'],
297
299
  },
298
300
  ETHs: {
299
301
  name: 'Ethereum',
@@ -360,6 +362,7 @@ export const tokens = {
360
362
  decimals: 18,
361
363
  website: 'https://fantom.foundation/',
362
364
  description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
365
+ tags: ['BLUECHIP'],
363
366
  },
364
367
  axlATOM: {
365
368
  name: 'Axelar Wrapped ATOM',
@@ -391,6 +394,7 @@ export const tokens = {
391
394
  decimals: 18,
392
395
  website: 'https://polygon.technology/',
393
396
  description: 'Polygon believes in Web3 for all. Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security.',
397
+ tags: ['BLUECHIP'],
394
398
  },
395
399
  AVAX: {
396
400
  name: 'Avalanche',
@@ -401,6 +405,7 @@ export const tokens = {
401
405
  decimals: 18,
402
406
  website: 'https://www.avalabs.org/',
403
407
  description: 'Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.',
408
+ tags: ['BLUECHIP'],
404
409
  },
405
410
  FLARE: {
406
411
  name: 'Flare Token',
@@ -443,6 +448,7 @@ export const tokens = {
443
448
  decimals: 10,
444
449
  website: 'https://polkadot.network/',
445
450
  description: 'Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.',
451
+ tags: ['BLUECHIP'],
446
452
  },
447
453
  stDOTold: {
448
454
  name: 'Liquid staked DOT',
@@ -505,6 +511,7 @@ export const tokens = {
505
511
  decimals: 8,
506
512
  website: 'https://www.nomad.xyz/',
507
513
  description: 'WBTC bridged by Nomad. Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
514
+ tags: ['BLUECHIP'],
508
515
  },
509
516
  aWBTC: {
510
517
  name: 'Anyswap Wrapped BTC',
@@ -525,6 +532,7 @@ export const tokens = {
525
532
  decimals: 6,
526
533
  website: 'https://www.terra.money/',
527
534
  description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.",
535
+ tags: ['MEMECOIN'],
528
536
  },
529
537
  UST: {
530
538
  name: 'Axelar Wrapped UST',
@@ -558,6 +566,7 @@ export const tokens = {
558
566
  website: 'https://stake.lido.fi/',
559
567
  documentation: 'https://docs.lido.fi/',
560
568
  description: 'Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers.',
569
+ tags: ['BLUECHIP'],
561
570
  },
562
571
  stellaBase4pool: {
563
572
  name: 'stellaBase4pool',
@@ -102,6 +102,7 @@ export declare const moonriver: {
102
102
  readonly decimals: 8;
103
103
  readonly website: "https://dogecoin.com/";
104
104
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
105
+ readonly tags: readonly ["MEMECOIN"];
105
106
  };
106
107
  readonly XRP: {
107
108
  readonly name: "XRP Token";
@@ -112,6 +113,7 @@ export declare const moonriver: {
112
113
  readonly decimals: 6;
113
114
  readonly website: "https://ripple.com/xrp/";
114
115
  readonly description: "XRP is a digital asset built for payments. It is the native digital asset on the XRP Ledger—an open-source, permissionless and decentralized blockchain technology that can settle transactions in 3-5 seconds.";
116
+ readonly tags: readonly ["BLUECHIP"];
115
117
  };
116
118
  readonly WAN: {
117
119
  readonly name: "WAN Token";
@@ -225,6 +227,7 @@ export declare const moonriver: {
225
227
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
226
228
  readonly bridge: "multichain";
227
229
  readonly documentation: "https://ethereum.org/en/developers/docs/";
230
+ readonly tags: readonly ["BLUECHIP"];
228
231
  };
229
232
  readonly BNB: {
230
233
  readonly name: "Binance";
@@ -235,6 +238,7 @@ export declare const moonriver: {
235
238
  readonly decimals: 18;
236
239
  readonly website: "https://www.binance.com/";
237
240
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
241
+ readonly tags: readonly ["BLUECHIP"];
238
242
  };
239
243
  readonly WBTC: {
240
244
  readonly name: "Wrapped BTC";
@@ -245,6 +249,7 @@ export declare const moonriver: {
245
249
  readonly decimals: 8;
246
250
  readonly website: "https://wbtc.network/";
247
251
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
252
+ readonly tags: readonly ["BLUECHIP"];
248
253
  };
249
254
  readonly USDT: {
250
255
  readonly name: "Tether USD";
@@ -266,6 +271,7 @@ export declare const moonriver: {
266
271
  readonly decimals: 18;
267
272
  readonly website: "https://polygon.technology/";
268
273
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
274
+ readonly tags: readonly ["BLUECHIP"];
269
275
  };
270
276
  readonly AVAX: {
271
277
  readonly name: "Avalanche Token";
@@ -276,6 +282,7 @@ export declare const moonriver: {
276
282
  readonly decimals: 18;
277
283
  readonly website: "https://www.avalabs.org/";
278
284
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
285
+ readonly tags: readonly ["BLUECHIP"];
279
286
  };
280
287
  readonly RELAY: {
281
288
  readonly name: "Relay Token";
@@ -308,6 +315,7 @@ export declare const moonriver: {
308
315
  readonly decimals: 18;
309
316
  readonly website: "https://fantom.foundation/defi/?__cf_chl_jschl_tk__=pmd_vfkYw1Z8PZor5oxGKrd9bxYd66paY0bLiQmy1dKOLpY-1633331752-0-gqNtZGzNAdCjcnBszQlR";
310
317
  readonly description: "Fantom offers the first DeFi stack built on an aBFT consensus. It’s much faster, cheaper, and more reliable and secure than its predecessors.";
318
+ readonly tags: readonly ["BLUECHIP"];
311
319
  };
312
320
  readonly MIM: {
313
321
  readonly name: "Magic Internet Money";
@@ -340,6 +348,7 @@ export declare const moonriver: {
340
348
  readonly chainId: 1285;
341
349
  readonly website: "https://sushi.com/";
342
350
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
351
+ readonly tags: readonly ["BLUECHIP"];
343
352
  };
344
353
  readonly mSUSHI: {
345
354
  readonly symbol: "mSUSHI";
@@ -350,6 +359,7 @@ export declare const moonriver: {
350
359
  readonly chainId: 1285;
351
360
  readonly website: "https://sushi.com/";
352
361
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
362
+ readonly tags: readonly ["BLUECHIP"];
353
363
  };
354
364
  readonly anyFRAX: {
355
365
  readonly name: "FRAX";
@@ -578,6 +588,7 @@ export declare const moonriver: {
578
588
  readonly decimals: 8;
579
589
  readonly website: "https://dogecoin.com/";
580
590
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
591
+ readonly tags: readonly ["MEMECOIN"];
581
592
  };
582
593
  readonly XRP: {
583
594
  readonly name: "XRP Token";
@@ -588,6 +599,7 @@ export declare const moonriver: {
588
599
  readonly decimals: 6;
589
600
  readonly website: "https://ripple.com/xrp/";
590
601
  readonly description: "XRP is a digital asset built for payments. It is the native digital asset on the XRP Ledger—an open-source, permissionless and decentralized blockchain technology that can settle transactions in 3-5 seconds.";
602
+ readonly tags: readonly ["BLUECHIP"];
591
603
  };
592
604
  readonly WAN: {
593
605
  readonly name: "WAN Token";
@@ -701,6 +713,7 @@ export declare const moonriver: {
701
713
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
702
714
  readonly bridge: "multichain";
703
715
  readonly documentation: "https://ethereum.org/en/developers/docs/";
716
+ readonly tags: readonly ["BLUECHIP"];
704
717
  };
705
718
  readonly BNB: {
706
719
  readonly name: "Binance";
@@ -711,6 +724,7 @@ export declare const moonriver: {
711
724
  readonly decimals: 18;
712
725
  readonly website: "https://www.binance.com/";
713
726
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
727
+ readonly tags: readonly ["BLUECHIP"];
714
728
  };
715
729
  readonly WBTC: {
716
730
  readonly name: "Wrapped BTC";
@@ -721,6 +735,7 @@ export declare const moonriver: {
721
735
  readonly decimals: 8;
722
736
  readonly website: "https://wbtc.network/";
723
737
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
738
+ readonly tags: readonly ["BLUECHIP"];
724
739
  };
725
740
  readonly USDT: {
726
741
  readonly name: "Tether USD";
@@ -742,6 +757,7 @@ export declare const moonriver: {
742
757
  readonly decimals: 18;
743
758
  readonly website: "https://polygon.technology/";
744
759
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
760
+ readonly tags: readonly ["BLUECHIP"];
745
761
  };
746
762
  readonly AVAX: {
747
763
  readonly name: "Avalanche Token";
@@ -752,6 +768,7 @@ export declare const moonriver: {
752
768
  readonly decimals: 18;
753
769
  readonly website: "https://www.avalabs.org/";
754
770
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
771
+ readonly tags: readonly ["BLUECHIP"];
755
772
  };
756
773
  readonly RELAY: {
757
774
  readonly name: "Relay Token";
@@ -784,6 +801,7 @@ export declare const moonriver: {
784
801
  readonly decimals: 18;
785
802
  readonly website: "https://fantom.foundation/defi/?__cf_chl_jschl_tk__=pmd_vfkYw1Z8PZor5oxGKrd9bxYd66paY0bLiQmy1dKOLpY-1633331752-0-gqNtZGzNAdCjcnBszQlR";
786
803
  readonly description: "Fantom offers the first DeFi stack built on an aBFT consensus. It’s much faster, cheaper, and more reliable and secure than its predecessors.";
804
+ readonly tags: readonly ["BLUECHIP"];
787
805
  };
788
806
  readonly MIM: {
789
807
  readonly name: "Magic Internet Money";
@@ -816,6 +834,7 @@ export declare const moonriver: {
816
834
  readonly chainId: 1285;
817
835
  readonly website: "https://sushi.com/";
818
836
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
837
+ readonly tags: readonly ["BLUECHIP"];
819
838
  };
820
839
  readonly mSUSHI: {
821
840
  readonly symbol: "mSUSHI";
@@ -826,6 +845,7 @@ export declare const moonriver: {
826
845
  readonly chainId: 1285;
827
846
  readonly website: "https://sushi.com/";
828
847
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
848
+ readonly tags: readonly ["BLUECHIP"];
829
849
  };
830
850
  readonly anyFRAX: {
831
851
  readonly name: "FRAX";
@@ -99,6 +99,7 @@ export declare const tokens: {
99
99
  readonly decimals: 8;
100
100
  readonly website: "https://dogecoin.com/";
101
101
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
102
+ readonly tags: readonly ["MEMECOIN"];
102
103
  };
103
104
  readonly XRP: {
104
105
  readonly name: "XRP Token";
@@ -109,6 +110,7 @@ export declare const tokens: {
109
110
  readonly decimals: 6;
110
111
  readonly website: "https://ripple.com/xrp/";
111
112
  readonly description: "XRP is a digital asset built for payments. It is the native digital asset on the XRP Ledger—an open-source, permissionless and decentralized blockchain technology that can settle transactions in 3-5 seconds.";
113
+ readonly tags: readonly ["BLUECHIP"];
112
114
  };
113
115
  readonly WAN: {
114
116
  readonly name: "WAN Token";
@@ -222,6 +224,7 @@ export declare const tokens: {
222
224
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
223
225
  readonly bridge: "multichain";
224
226
  readonly documentation: "https://ethereum.org/en/developers/docs/";
227
+ readonly tags: readonly ["BLUECHIP"];
225
228
  };
226
229
  readonly BNB: {
227
230
  readonly name: "Binance";
@@ -232,6 +235,7 @@ export declare const tokens: {
232
235
  readonly decimals: 18;
233
236
  readonly website: "https://www.binance.com/";
234
237
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
238
+ readonly tags: readonly ["BLUECHIP"];
235
239
  };
236
240
  readonly WBTC: {
237
241
  readonly name: "Wrapped BTC";
@@ -242,6 +246,7 @@ export declare const tokens: {
242
246
  readonly decimals: 8;
243
247
  readonly website: "https://wbtc.network/";
244
248
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
249
+ readonly tags: readonly ["BLUECHIP"];
245
250
  };
246
251
  readonly USDT: {
247
252
  readonly name: "Tether USD";
@@ -263,6 +268,7 @@ export declare const tokens: {
263
268
  readonly decimals: 18;
264
269
  readonly website: "https://polygon.technology/";
265
270
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
271
+ readonly tags: readonly ["BLUECHIP"];
266
272
  };
267
273
  readonly AVAX: {
268
274
  readonly name: "Avalanche Token";
@@ -273,6 +279,7 @@ export declare const tokens: {
273
279
  readonly decimals: 18;
274
280
  readonly website: "https://www.avalabs.org/";
275
281
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
282
+ readonly tags: readonly ["BLUECHIP"];
276
283
  };
277
284
  readonly RELAY: {
278
285
  readonly name: "Relay Token";
@@ -305,6 +312,7 @@ export declare const tokens: {
305
312
  readonly decimals: 18;
306
313
  readonly website: "https://fantom.foundation/defi/?__cf_chl_jschl_tk__=pmd_vfkYw1Z8PZor5oxGKrd9bxYd66paY0bLiQmy1dKOLpY-1633331752-0-gqNtZGzNAdCjcnBszQlR";
307
314
  readonly description: "Fantom offers the first DeFi stack built on an aBFT consensus. It’s much faster, cheaper, and more reliable and secure than its predecessors.";
315
+ readonly tags: readonly ["BLUECHIP"];
308
316
  };
309
317
  readonly MIM: {
310
318
  readonly name: "Magic Internet Money";
@@ -337,6 +345,7 @@ export declare const tokens: {
337
345
  readonly chainId: 1285;
338
346
  readonly website: "https://sushi.com/";
339
347
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
348
+ readonly tags: readonly ["BLUECHIP"];
340
349
  };
341
350
  readonly mSUSHI: {
342
351
  readonly symbol: "mSUSHI";
@@ -347,6 +356,7 @@ export declare const tokens: {
347
356
  readonly chainId: 1285;
348
357
  readonly website: "https://sushi.com/";
349
358
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
359
+ readonly tags: readonly ["BLUECHIP"];
350
360
  };
351
361
  readonly anyFRAX: {
352
362
  readonly name: "FRAX";