@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
@@ -12,6 +12,7 @@ export declare const aurora: {
12
12
  readonly website: "https://weth.io/";
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly documentation: "https://ethereum.org/en/developers/docs/";
15
+ readonly tags: readonly ["BLUECHIP"];
15
16
  };
16
17
  readonly FEES: {
17
18
  readonly name: "Wrapped Ether ";
@@ -23,6 +24,7 @@ export declare const aurora: {
23
24
  readonly website: "https://weth.io/";
24
25
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
25
26
  readonly documentation: "https://ethereum.org/en/developers/docs/";
27
+ readonly tags: readonly ["BLUECHIP"];
26
28
  };
27
29
  readonly ETH: {
28
30
  readonly name: "Wrapped Ether ";
@@ -34,6 +36,7 @@ export declare const aurora: {
34
36
  readonly website: "https://weth.io/";
35
37
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether ";
@@ -45,6 +48,7 @@ export declare const aurora: {
45
48
  readonly website: "https://weth.io/";
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly documentation: "https://ethereum.org/en/developers/docs/";
51
+ readonly tags: readonly ["BLUECHIP"];
48
52
  };
49
53
  readonly oldBIFI: {
50
54
  readonly name: "Beefy.Finance";
@@ -98,6 +102,7 @@ export declare const aurora: {
98
102
  readonly decimals: 8;
99
103
  readonly website: "https://wbtc.network/";
100
104
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
105
+ readonly tags: readonly ["BLUECHIP"];
101
106
  };
102
107
  readonly TRI: {
103
108
  readonly name: "Trisolaris";
@@ -149,6 +154,7 @@ export declare const aurora: {
149
154
  readonly decimals: 18;
150
155
  readonly website: "https://www.avalabs.org/";
151
156
  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.";
157
+ readonly tags: readonly ["BLUECHIP"];
152
158
  };
153
159
  readonly BNB: {
154
160
  readonly name: "Binance";
@@ -159,6 +165,7 @@ export declare const aurora: {
159
165
  readonly decimals: 18;
160
166
  readonly website: "https://www.binance.com/";
161
167
  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.";
168
+ readonly tags: readonly ["BLUECHIP"];
162
169
  };
163
170
  readonly MATIC: {
164
171
  readonly name: "Matic";
@@ -169,6 +176,7 @@ export declare const aurora: {
169
176
  readonly decimals: 18;
170
177
  readonly website: "https://polygon.technology/";
171
178
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
179
+ readonly tags: readonly ["BLUECHIP"];
172
180
  };
173
181
  readonly FLX: {
174
182
  readonly name: "Flux Token";
@@ -296,6 +304,7 @@ export declare const aurora: {
296
304
  readonly website: "https://weth.io/";
297
305
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
298
306
  readonly documentation: "https://ethereum.org/en/developers/docs/";
307
+ readonly tags: readonly ["BLUECHIP"];
299
308
  };
300
309
  readonly FEES: {
301
310
  readonly name: "Wrapped Ether ";
@@ -307,6 +316,7 @@ export declare const aurora: {
307
316
  readonly website: "https://weth.io/";
308
317
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
309
318
  readonly documentation: "https://ethereum.org/en/developers/docs/";
319
+ readonly tags: readonly ["BLUECHIP"];
310
320
  };
311
321
  readonly ETH: {
312
322
  readonly name: "Wrapped Ether ";
@@ -318,6 +328,7 @@ export declare const aurora: {
318
328
  readonly website: "https://weth.io/";
319
329
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
320
330
  readonly documentation: "https://ethereum.org/en/developers/docs/";
331
+ readonly tags: readonly ["BLUECHIP"];
321
332
  };
322
333
  readonly WETH: {
323
334
  readonly name: "Wrapped Ether ";
@@ -329,6 +340,7 @@ export declare const aurora: {
329
340
  readonly website: "https://weth.io/";
330
341
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
331
342
  readonly documentation: "https://ethereum.org/en/developers/docs/";
343
+ readonly tags: readonly ["BLUECHIP"];
332
344
  };
333
345
  readonly oldBIFI: {
334
346
  readonly name: "Beefy.Finance";
@@ -382,6 +394,7 @@ export declare const aurora: {
382
394
  readonly decimals: 8;
383
395
  readonly website: "https://wbtc.network/";
384
396
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
397
+ readonly tags: readonly ["BLUECHIP"];
385
398
  };
386
399
  readonly TRI: {
387
400
  readonly name: "Trisolaris";
@@ -433,6 +446,7 @@ export declare const aurora: {
433
446
  readonly decimals: 18;
434
447
  readonly website: "https://www.avalabs.org/";
435
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"];
436
450
  };
437
451
  readonly BNB: {
438
452
  readonly name: "Binance";
@@ -443,6 +457,7 @@ export declare const aurora: {
443
457
  readonly decimals: 18;
444
458
  readonly website: "https://www.binance.com/";
445
459
  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.";
460
+ readonly tags: readonly ["BLUECHIP"];
446
461
  };
447
462
  readonly MATIC: {
448
463
  readonly name: "Matic";
@@ -453,6 +468,7 @@ export declare const aurora: {
453
468
  readonly decimals: 18;
454
469
  readonly website: "https://polygon.technology/";
455
470
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
471
+ readonly tags: readonly ["BLUECHIP"];
456
472
  };
457
473
  readonly FLX: {
458
474
  readonly name: "Flux Token";
@@ -9,6 +9,7 @@ export declare const tokens: {
9
9
  readonly website: "https://weth.io/";
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly documentation: "https://ethereum.org/en/developers/docs/";
12
+ readonly tags: readonly ["BLUECHIP"];
12
13
  };
13
14
  readonly FEES: {
14
15
  readonly name: "Wrapped Ether ";
@@ -20,6 +21,7 @@ export declare const tokens: {
20
21
  readonly website: "https://weth.io/";
21
22
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
22
23
  readonly documentation: "https://ethereum.org/en/developers/docs/";
24
+ readonly tags: readonly ["BLUECHIP"];
23
25
  };
24
26
  readonly ETH: {
25
27
  readonly name: "Wrapped Ether ";
@@ -31,6 +33,7 @@ export declare const tokens: {
31
33
  readonly website: "https://weth.io/";
32
34
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
33
35
  readonly documentation: "https://ethereum.org/en/developers/docs/";
36
+ readonly tags: readonly ["BLUECHIP"];
34
37
  };
35
38
  readonly WETH: {
36
39
  readonly name: "Wrapped Ether ";
@@ -42,6 +45,7 @@ export declare const tokens: {
42
45
  readonly website: "https://weth.io/";
43
46
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
44
47
  readonly documentation: "https://ethereum.org/en/developers/docs/";
48
+ readonly tags: readonly ["BLUECHIP"];
45
49
  };
46
50
  readonly oldBIFI: {
47
51
  readonly name: "Beefy.Finance";
@@ -95,6 +99,7 @@ export declare const tokens: {
95
99
  readonly decimals: 8;
96
100
  readonly website: "https://wbtc.network/";
97
101
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
102
+ readonly tags: readonly ["BLUECHIP"];
98
103
  };
99
104
  readonly TRI: {
100
105
  readonly name: "Trisolaris";
@@ -146,6 +151,7 @@ export declare const tokens: {
146
151
  readonly decimals: 18;
147
152
  readonly website: "https://www.avalabs.org/";
148
153
  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.";
154
+ readonly tags: readonly ["BLUECHIP"];
149
155
  };
150
156
  readonly BNB: {
151
157
  readonly name: "Binance";
@@ -156,6 +162,7 @@ export declare const tokens: {
156
162
  readonly decimals: 18;
157
163
  readonly website: "https://www.binance.com/";
158
164
  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.";
165
+ readonly tags: readonly ["BLUECHIP"];
159
166
  };
160
167
  readonly MATIC: {
161
168
  readonly name: "Matic";
@@ -166,6 +173,7 @@ export declare const tokens: {
166
173
  readonly decimals: 18;
167
174
  readonly website: "https://polygon.technology/";
168
175
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
176
+ readonly tags: readonly ["BLUECHIP"];
169
177
  };
170
178
  readonly FLX: {
171
179
  readonly name: "Flux Token";
@@ -11,6 +11,7 @@ const ETH = {
11
11
  website: 'https://weth.io/',
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  documentation: 'https://ethereum.org/en/developers/docs/',
14
+ tags: ['BLUECHIP'],
14
15
  };
15
16
  exports.tokens = {
16
17
  WNATIVE: ETH,
@@ -69,6 +70,7 @@ exports.tokens = {
69
70
  decimals: 8,
70
71
  website: 'https://wbtc.network/',
71
72
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
73
+ tags: ['BLUECHIP'],
72
74
  },
73
75
  TRI: {
74
76
  name: 'Trisolaris',
@@ -120,6 +122,7 @@ exports.tokens = {
120
122
  decimals: 18,
121
123
  website: 'https://www.avalabs.org/',
122
124
  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.',
125
+ tags: ['BLUECHIP'],
123
126
  },
124
127
  BNB: {
125
128
  name: 'Binance',
@@ -130,6 +133,7 @@ exports.tokens = {
130
133
  decimals: 18,
131
134
  website: 'https://www.binance.com/',
132
135
  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.',
136
+ tags: ['BLUECHIP'],
133
137
  },
134
138
  MATIC: {
135
139
  name: 'Matic',
@@ -140,6 +144,7 @@ exports.tokens = {
140
144
  decimals: 18,
141
145
  website: 'https://polygon.technology/',
142
146
  description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
147
+ tags: ['BLUECHIP'],
143
148
  },
144
149
  FLX: {
145
150
  name: 'Flux Token',