@beefyfinance/blockchain-addressbook 0.54.147 → 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 +174 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +87 -14
  12. package/build/address-book/base/tokens/tokens.js +84 -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 +174 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +87 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +84 -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
@@ -72,6 +72,7 @@ export declare const canto: {
72
72
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
73
73
  readonly bridge: "gravity";
74
74
  readonly documentation: "https://docs.cosmos.network/main";
75
+ readonly tags: readonly ["BLUECHIP"];
75
76
  };
76
77
  readonly ETH: {
77
78
  readonly name: "Ethereum";
@@ -84,6 +85,7 @@ export declare const canto: {
84
85
  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.";
85
86
  readonly bridge: "gravity";
86
87
  readonly documentation: "https://ethereum.org/en/developers/docs/";
88
+ readonly tags: readonly ["BLUECHIP"];
87
89
  };
88
90
  readonly NOTE: {
89
91
  readonly name: "Note";
@@ -191,6 +193,7 @@ export declare const canto: {
191
193
  readonly decimals: 18;
192
194
  readonly website: "https://www.binance.com/";
193
195
  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.";
196
+ readonly tags: readonly ["BLUECHIP"];
194
197
  };
195
198
  readonly BUSD: {
196
199
  readonly name: "Binance USD";
@@ -212,6 +215,7 @@ export declare const canto: {
212
215
  readonly decimals: 8;
213
216
  readonly website: "https://wbtc.network/";
214
217
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
218
+ readonly tags: readonly ["BLUECHIP"];
215
219
  };
216
220
  readonly cINU: {
217
221
  readonly name: "Canto Inu";
@@ -243,6 +247,7 @@ export declare const canto: {
243
247
  readonly website: "https://lido.fi/";
244
248
  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.";
245
249
  readonly documentation: "https://docs.lido.fi/";
250
+ readonly tags: readonly ["BLUECHIP"];
246
251
  };
247
252
  readonly stATOM: {
248
253
  readonly name: "Stride Staked ATOM";
@@ -275,6 +280,7 @@ export declare const canto: {
275
280
  readonly decimals: 18;
276
281
  readonly website: "https://www.pepe.vip/";
277
282
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
283
+ readonly tags: readonly ["MEMECOIN"];
278
284
  };
279
285
  readonly sCANTO: {
280
286
  readonly name: "Liquid Staked Canto";
@@ -394,6 +400,7 @@ export declare const canto: {
394
400
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
395
401
  readonly bridge: "gravity";
396
402
  readonly documentation: "https://docs.cosmos.network/main";
403
+ readonly tags: readonly ["BLUECHIP"];
397
404
  };
398
405
  readonly ETH: {
399
406
  readonly name: "Ethereum";
@@ -406,6 +413,7 @@ export declare const canto: {
406
413
  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.";
407
414
  readonly bridge: "gravity";
408
415
  readonly documentation: "https://ethereum.org/en/developers/docs/";
416
+ readonly tags: readonly ["BLUECHIP"];
409
417
  };
410
418
  readonly NOTE: {
411
419
  readonly name: "Note";
@@ -513,6 +521,7 @@ export declare const canto: {
513
521
  readonly decimals: 18;
514
522
  readonly website: "https://www.binance.com/";
515
523
  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.";
524
+ readonly tags: readonly ["BLUECHIP"];
516
525
  };
517
526
  readonly BUSD: {
518
527
  readonly name: "Binance USD";
@@ -534,6 +543,7 @@ export declare const canto: {
534
543
  readonly decimals: 8;
535
544
  readonly website: "https://wbtc.network/";
536
545
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
546
+ readonly tags: readonly ["BLUECHIP"];
537
547
  };
538
548
  readonly cINU: {
539
549
  readonly name: "Canto Inu";
@@ -565,6 +575,7 @@ export declare const canto: {
565
575
  readonly website: "https://lido.fi/";
566
576
  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.";
567
577
  readonly documentation: "https://docs.lido.fi/";
578
+ readonly tags: readonly ["BLUECHIP"];
568
579
  };
569
580
  readonly stATOM: {
570
581
  readonly name: "Stride Staked ATOM";
@@ -597,6 +608,7 @@ export declare const canto: {
597
608
  readonly decimals: 18;
598
609
  readonly website: "https://www.pepe.vip/";
599
610
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
611
+ readonly tags: readonly ["MEMECOIN"];
600
612
  };
601
613
  readonly sCANTO: {
602
614
  readonly name: "Liquid Staked Canto";
@@ -69,6 +69,7 @@ export declare const tokens: {
69
69
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
70
70
  readonly bridge: "gravity";
71
71
  readonly documentation: "https://docs.cosmos.network/main";
72
+ readonly tags: readonly ["BLUECHIP"];
72
73
  };
73
74
  readonly ETH: {
74
75
  readonly name: "Ethereum";
@@ -81,6 +82,7 @@ export declare const tokens: {
81
82
  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.";
82
83
  readonly bridge: "gravity";
83
84
  readonly documentation: "https://ethereum.org/en/developers/docs/";
85
+ readonly tags: readonly ["BLUECHIP"];
84
86
  };
85
87
  readonly NOTE: {
86
88
  readonly name: "Note";
@@ -188,6 +190,7 @@ export declare const tokens: {
188
190
  readonly decimals: 18;
189
191
  readonly website: "https://www.binance.com/";
190
192
  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.";
193
+ readonly tags: readonly ["BLUECHIP"];
191
194
  };
192
195
  readonly BUSD: {
193
196
  readonly name: "Binance USD";
@@ -209,6 +212,7 @@ export declare const tokens: {
209
212
  readonly decimals: 8;
210
213
  readonly website: "https://wbtc.network/";
211
214
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
215
+ readonly tags: readonly ["BLUECHIP"];
212
216
  };
213
217
  readonly cINU: {
214
218
  readonly name: "Canto Inu";
@@ -240,6 +244,7 @@ export declare const tokens: {
240
244
  readonly website: "https://lido.fi/";
241
245
  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.";
242
246
  readonly documentation: "https://docs.lido.fi/";
247
+ readonly tags: readonly ["BLUECHIP"];
243
248
  };
244
249
  readonly stATOM: {
245
250
  readonly name: "Stride Staked ATOM";
@@ -272,6 +277,7 @@ export declare const tokens: {
272
277
  readonly decimals: 18;
273
278
  readonly website: "https://www.pepe.vip/";
274
279
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
280
+ readonly tags: readonly ["MEMECOIN"];
275
281
  };
276
282
  readonly sCANTO: {
277
283
  readonly name: "Liquid Staked Canto";
@@ -40,6 +40,7 @@ exports.tokens = {
40
40
  description: 'Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.',
41
41
  bridge: 'gravity',
42
42
  documentation: 'https://docs.cosmos.network/main',
43
+ tags: ['BLUECHIP'],
43
44
  },
44
45
  ETH: {
45
46
  name: 'Ethereum',
@@ -52,6 +53,7 @@ exports.tokens = {
52
53
  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.',
53
54
  bridge: 'gravity',
54
55
  documentation: 'https://ethereum.org/en/developers/docs/',
56
+ tags: ['BLUECHIP'],
55
57
  },
56
58
  NOTE: {
57
59
  name: 'Note',
@@ -159,6 +161,7 @@ exports.tokens = {
159
161
  decimals: 18,
160
162
  website: 'https://www.binance.com/',
161
163
  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.',
164
+ tags: ['BLUECHIP'],
162
165
  },
163
166
  BUSD: {
164
167
  name: 'Binance USD',
@@ -180,6 +183,7 @@ exports.tokens = {
180
183
  decimals: 8,
181
184
  website: 'https://wbtc.network/',
182
185
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
186
+ tags: ['BLUECHIP'],
183
187
  },
184
188
  cINU: {
185
189
  name: 'Canto Inu',
@@ -211,6 +215,7 @@ exports.tokens = {
211
215
  website: 'https://lido.fi/',
212
216
  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.',
213
217
  documentation: 'https://docs.lido.fi/',
218
+ tags: ['BLUECHIP'],
214
219
  },
215
220
  stATOM: {
216
221
  name: 'Stride Staked ATOM',
@@ -243,6 +248,7 @@ exports.tokens = {
243
248
  decimals: 18,
244
249
  website: 'https://www.pepe.vip/',
245
250
  description: 'Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.',
251
+ tags: ['MEMECOIN'],
246
252
  },
247
253
  sCANTO: {
248
254
  name: 'Liquid Staked Canto',
@@ -94,6 +94,7 @@ export declare const celo: {
94
94
  readonly website: "https://ethereum.org/";
95
95
  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.";
96
96
  readonly documentation: "https://ethereum.org/en/developers/docs/";
97
+ readonly tags: readonly ["BLUECHIP"];
97
98
  };
98
99
  readonly DAIV1: {
99
100
  readonly name: "Dai Stablecoin";
@@ -294,6 +295,7 @@ export declare const celo: {
294
295
  readonly website: "https://ethereum.org/";
295
296
  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.";
296
297
  readonly documentation: "https://ethereum.org/en/developers/docs/";
298
+ readonly tags: readonly ["BLUECHIP"];
297
299
  };
298
300
  readonly DAIV1: {
299
301
  readonly name: "Dai Stablecoin";
@@ -91,6 +91,7 @@ export declare const tokens: {
91
91
  readonly website: "https://ethereum.org/";
92
92
  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.";
93
93
  readonly documentation: "https://ethereum.org/en/developers/docs/";
94
+ readonly tags: readonly ["BLUECHIP"];
94
95
  };
95
96
  readonly DAIV1: {
96
97
  readonly name: "Dai Stablecoin";
@@ -82,6 +82,7 @@ exports.tokens = {
82
82
  website: 'https://ethereum.org/',
83
83
  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.',
84
84
  documentation: 'https://ethereum.org/en/developers/docs/',
85
+ tags: ['BLUECHIP'],
85
86
  },
86
87
  DAIV1: {
87
88
  name: 'Dai Stablecoin',
@@ -207,6 +207,7 @@ export declare const cronos: {
207
207
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
208
208
  readonly bridge: "cronos-canonical";
209
209
  readonly documentation: "https://docs.cosmos.network/main";
210
+ readonly tags: readonly ["BLUECHIP"];
210
211
  };
211
212
  readonly DOGE: {
212
213
  readonly name: "Doge Token";
@@ -219,6 +220,7 @@ export declare const cronos: {
219
220
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
220
221
  readonly bridge: "cronos-canonical";
221
222
  readonly documentation: "https://dogecoin.com/dogepedia/#documentation";
223
+ readonly tags: readonly ["MEMECOIN"];
222
224
  };
223
225
  readonly SHIB: {
224
226
  readonly name: "Shiba Inu";
@@ -231,6 +233,7 @@ export declare const cronos: {
231
233
  readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
232
234
  readonly bridge: "cronos-canonical";
233
235
  readonly documentation: "https://docs.shibatoken.com/";
236
+ readonly tags: readonly ["MEMECOIN"];
234
237
  };
235
238
  readonly VVS: {
236
239
  readonly name: "VVSToken";
@@ -268,6 +271,7 @@ export declare const cronos: {
268
271
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
269
272
  readonly bridge: "cronos-canonical";
270
273
  readonly documentation: "https://ethereum.org/en/developers/docs/";
274
+ readonly tags: readonly ["BLUECHIP"];
271
275
  };
272
276
  readonly WBTC: {
273
277
  readonly name: "Wrapped BTC";
@@ -279,6 +283,7 @@ export declare const cronos: {
279
283
  readonly website: "https://wbtc.network/";
280
284
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
281
285
  readonly bridge: "cronos-canonical";
286
+ readonly tags: readonly ["BLUECHIP"];
282
287
  };
283
288
  readonly CRONA: {
284
289
  readonly name: "CronaSwap Token";
@@ -347,6 +352,7 @@ export declare const cronos: {
347
352
  readonly decimals: 18;
348
353
  readonly website: "https://polygon.technology/";
349
354
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
355
+ readonly tags: readonly ["BLUECHIP"];
350
356
  };
351
357
  readonly AVAX: {
352
358
  readonly name: "Avalanche Token";
@@ -357,6 +363,7 @@ export declare const cronos: {
357
363
  readonly decimals: 18;
358
364
  readonly website: "https://www.avalabs.org/";
359
365
  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.";
366
+ readonly tags: readonly ["BLUECHIP"];
360
367
  };
361
368
  readonly FTM: {
362
369
  readonly name: "Fantom Token";
@@ -367,6 +374,7 @@ export declare const cronos: {
367
374
  readonly decimals: 18;
368
375
  readonly website: "https://fantom.foundation/";
369
376
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
377
+ readonly tags: readonly ["BLUECHIP"];
370
378
  };
371
379
  readonly BNB: {
372
380
  readonly name: "Binance Token";
@@ -377,6 +385,7 @@ export declare const cronos: {
377
385
  readonly decimals: 18;
378
386
  readonly website: "https://www.binance.com/";
379
387
  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.";
388
+ readonly tags: readonly ["BLUECHIP"];
380
389
  };
381
390
  };
382
391
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -585,6 +594,7 @@ export declare const cronos: {
585
594
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
586
595
  readonly bridge: "cronos-canonical";
587
596
  readonly documentation: "https://docs.cosmos.network/main";
597
+ readonly tags: readonly ["BLUECHIP"];
588
598
  };
589
599
  readonly DOGE: {
590
600
  readonly name: "Doge Token";
@@ -597,6 +607,7 @@ export declare const cronos: {
597
607
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
598
608
  readonly bridge: "cronos-canonical";
599
609
  readonly documentation: "https://dogecoin.com/dogepedia/#documentation";
610
+ readonly tags: readonly ["MEMECOIN"];
600
611
  };
601
612
  readonly SHIB: {
602
613
  readonly name: "Shiba Inu";
@@ -609,6 +620,7 @@ export declare const cronos: {
609
620
  readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
610
621
  readonly bridge: "cronos-canonical";
611
622
  readonly documentation: "https://docs.shibatoken.com/";
623
+ readonly tags: readonly ["MEMECOIN"];
612
624
  };
613
625
  readonly VVS: {
614
626
  readonly name: "VVSToken";
@@ -646,6 +658,7 @@ export declare const cronos: {
646
658
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
647
659
  readonly bridge: "cronos-canonical";
648
660
  readonly documentation: "https://ethereum.org/en/developers/docs/";
661
+ readonly tags: readonly ["BLUECHIP"];
649
662
  };
650
663
  readonly WBTC: {
651
664
  readonly name: "Wrapped BTC";
@@ -657,6 +670,7 @@ export declare const cronos: {
657
670
  readonly website: "https://wbtc.network/";
658
671
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
659
672
  readonly bridge: "cronos-canonical";
673
+ readonly tags: readonly ["BLUECHIP"];
660
674
  };
661
675
  readonly CRONA: {
662
676
  readonly name: "CronaSwap Token";
@@ -725,6 +739,7 @@ export declare const cronos: {
725
739
  readonly decimals: 18;
726
740
  readonly website: "https://polygon.technology/";
727
741
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
742
+ readonly tags: readonly ["BLUECHIP"];
728
743
  };
729
744
  readonly AVAX: {
730
745
  readonly name: "Avalanche Token";
@@ -735,6 +750,7 @@ export declare const cronos: {
735
750
  readonly decimals: 18;
736
751
  readonly website: "https://www.avalabs.org/";
737
752
  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.";
753
+ readonly tags: readonly ["BLUECHIP"];
738
754
  };
739
755
  readonly FTM: {
740
756
  readonly name: "Fantom Token";
@@ -745,6 +761,7 @@ export declare const cronos: {
745
761
  readonly decimals: 18;
746
762
  readonly website: "https://fantom.foundation/";
747
763
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
764
+ readonly tags: readonly ["BLUECHIP"];
748
765
  };
749
766
  readonly BNB: {
750
767
  readonly name: "Binance Token";
@@ -755,6 +772,7 @@ export declare const cronos: {
755
772
  readonly decimals: 18;
756
773
  readonly website: "https://www.binance.com/";
757
774
  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.";
775
+ readonly tags: readonly ["BLUECHIP"];
758
776
  };
759
777
  }>;
760
778
  readonly native: {
@@ -204,6 +204,7 @@ export declare const tokens: {
204
204
  readonly description: "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.";
205
205
  readonly bridge: "cronos-canonical";
206
206
  readonly documentation: "https://docs.cosmos.network/main";
207
+ readonly tags: readonly ["BLUECHIP"];
207
208
  };
208
209
  readonly DOGE: {
209
210
  readonly name: "Doge Token";
@@ -216,6 +217,7 @@ export declare const tokens: {
216
217
  readonly description: "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.";
217
218
  readonly bridge: "cronos-canonical";
218
219
  readonly documentation: "https://dogecoin.com/dogepedia/#documentation";
220
+ readonly tags: readonly ["MEMECOIN"];
219
221
  };
220
222
  readonly SHIB: {
221
223
  readonly name: "Shiba Inu";
@@ -228,6 +230,7 @@ export declare const tokens: {
228
230
  readonly description: "According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.";
229
231
  readonly bridge: "cronos-canonical";
230
232
  readonly documentation: "https://docs.shibatoken.com/";
233
+ readonly tags: readonly ["MEMECOIN"];
231
234
  };
232
235
  readonly VVS: {
233
236
  readonly name: "VVSToken";
@@ -265,6 +268,7 @@ export declare const tokens: {
265
268
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
266
269
  readonly bridge: "cronos-canonical";
267
270
  readonly documentation: "https://ethereum.org/en/developers/docs/";
271
+ readonly tags: readonly ["BLUECHIP"];
268
272
  };
269
273
  readonly WBTC: {
270
274
  readonly name: "Wrapped BTC";
@@ -276,6 +280,7 @@ export declare const tokens: {
276
280
  readonly website: "https://wbtc.network/";
277
281
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
278
282
  readonly bridge: "cronos-canonical";
283
+ readonly tags: readonly ["BLUECHIP"];
279
284
  };
280
285
  readonly CRONA: {
281
286
  readonly name: "CronaSwap Token";
@@ -344,6 +349,7 @@ export declare const tokens: {
344
349
  readonly decimals: 18;
345
350
  readonly website: "https://polygon.technology/";
346
351
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
352
+ readonly tags: readonly ["BLUECHIP"];
347
353
  };
348
354
  readonly AVAX: {
349
355
  readonly name: "Avalanche Token";
@@ -354,6 +360,7 @@ export declare const tokens: {
354
360
  readonly decimals: 18;
355
361
  readonly website: "https://www.avalabs.org/";
356
362
  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.";
363
+ readonly tags: readonly ["BLUECHIP"];
357
364
  };
358
365
  readonly FTM: {
359
366
  readonly name: "Fantom Token";
@@ -364,6 +371,7 @@ export declare const tokens: {
364
371
  readonly decimals: 18;
365
372
  readonly website: "https://fantom.foundation/";
366
373
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
374
+ readonly tags: readonly ["BLUECHIP"];
367
375
  };
368
376
  readonly BNB: {
369
377
  readonly name: "Binance Token";
@@ -374,5 +382,6 @@ export declare const tokens: {
374
382
  readonly decimals: 18;
375
383
  readonly website: "https://www.binance.com/";
376
384
  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.";
385
+ readonly tags: readonly ["BLUECHIP"];
377
386
  };
378
387
  };
@@ -175,6 +175,7 @@ exports.tokens = {
175
175
  description: 'Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.',
176
176
  bridge: 'cronos-canonical',
177
177
  documentation: 'https://docs.cosmos.network/main',
178
+ tags: ['BLUECHIP'],
178
179
  },
179
180
  DOGE: {
180
181
  name: 'Doge Token',
@@ -187,6 +188,7 @@ exports.tokens = {
187
188
  description: 'Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.',
188
189
  bridge: 'cronos-canonical',
189
190
  documentation: 'https://dogecoin.com/dogepedia/#documentation',
191
+ tags: ['MEMECOIN'],
190
192
  },
191
193
  SHIB: {
192
194
  name: 'Shiba Inu',
@@ -199,6 +201,7 @@ exports.tokens = {
199
201
  description: 'According to the SHIBA INU website, SHIB is the “DOGECOIN KILLER” and will be listed on their own ShibaSwap, a decentralized exchange.',
200
202
  bridge: 'cronos-canonical',
201
203
  documentation: 'https://docs.shibatoken.com/',
204
+ tags: ['MEMECOIN'],
202
205
  },
203
206
  VVS: {
204
207
  name: 'VVSToken',
@@ -236,6 +239,7 @@ exports.tokens = {
236
239
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
237
240
  bridge: 'cronos-canonical',
238
241
  documentation: 'https://ethereum.org/en/developers/docs/',
242
+ tags: ['BLUECHIP'],
239
243
  },
240
244
  WBTC: {
241
245
  name: 'Wrapped BTC',
@@ -247,6 +251,7 @@ exports.tokens = {
247
251
  website: 'https://wbtc.network/',
248
252
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
249
253
  bridge: 'cronos-canonical',
254
+ tags: ['BLUECHIP'],
250
255
  },
251
256
  CRONA: {
252
257
  name: 'CronaSwap Token',
@@ -315,6 +320,7 @@ exports.tokens = {
315
320
  decimals: 18,
316
321
  website: 'https://polygon.technology/',
317
322
  description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
323
+ tags: ['BLUECHIP'],
318
324
  },
319
325
  AVAX: {
320
326
  name: 'Avalanche Token',
@@ -325,6 +331,7 @@ exports.tokens = {
325
331
  decimals: 18,
326
332
  website: 'https://www.avalabs.org/',
327
333
  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.',
334
+ tags: ['BLUECHIP'],
328
335
  },
329
336
  FTM: {
330
337
  name: 'Fantom Token',
@@ -335,6 +342,7 @@ exports.tokens = {
335
342
  decimals: 18,
336
343
  website: 'https://fantom.foundation/',
337
344
  description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
345
+ tags: ['BLUECHIP'],
338
346
  },
339
347
  BNB: {
340
348
  name: 'Binance Token',
@@ -345,5 +353,6 @@ exports.tokens = {
345
353
  decimals: 18,
346
354
  website: 'https://www.binance.com/',
347
355
  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.',
356
+ tags: ['BLUECHIP'],
348
357
  },
349
358
  };
@@ -50,6 +50,7 @@ export declare const emerald: {
50
50
  readonly chainId: 42262;
51
51
  readonly decimals: 8;
52
52
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
53
+ readonly tags: readonly ["BLUECHIP"];
53
54
  };
54
55
  readonly oldBIFI: {
55
56
  readonly name: "Beefy.Finance";
@@ -126,6 +127,7 @@ export declare const emerald: {
126
127
  readonly website: "https://ethereum.org/";
127
128
  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.";
128
129
  readonly documentation: "https://ethereum.org/en/developers/docs/";
130
+ readonly tags: readonly ["BLUECHIP"];
129
131
  };
130
132
  readonly VS: {
131
133
  readonly name: "ValleySwap Token";
@@ -231,6 +233,7 @@ export declare const emerald: {
231
233
  readonly chainId: 42262;
232
234
  readonly decimals: 8;
233
235
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
236
+ readonly tags: readonly ["BLUECHIP"];
234
237
  };
235
238
  readonly oldBIFI: {
236
239
  readonly name: "Beefy.Finance";
@@ -307,6 +310,7 @@ export declare const emerald: {
307
310
  readonly website: "https://ethereum.org/";
308
311
  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.";
309
312
  readonly documentation: "https://ethereum.org/en/developers/docs/";
313
+ readonly tags: readonly ["BLUECHIP"];
310
314
  };
311
315
  readonly VS: {
312
316
  readonly name: "ValleySwap Token";
@@ -47,6 +47,7 @@ export declare const tokens: {
47
47
  readonly chainId: 42262;
48
48
  readonly decimals: 8;
49
49
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
50
+ readonly tags: readonly ["BLUECHIP"];
50
51
  };
51
52
  readonly oldBIFI: {
52
53
  readonly name: "Beefy.Finance";
@@ -123,6 +124,7 @@ export declare const tokens: {
123
124
  readonly website: "https://ethereum.org/";
124
125
  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.";
125
126
  readonly documentation: "https://ethereum.org/en/developers/docs/";
127
+ readonly tags: readonly ["BLUECHIP"];
126
128
  };
127
129
  readonly VS: {
128
130
  readonly name: "ValleySwap Token";
@@ -24,6 +24,7 @@ exports.tokens = {
24
24
  chainId: 42262,
25
25
  decimals: 8,
26
26
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
27
+ tags: ['BLUECHIP'],
27
28
  },
28
29
  oldBIFI: {
29
30
  name: 'Beefy.Finance',
@@ -100,6 +101,7 @@ exports.tokens = {
100
101
  website: 'https://ethereum.org/',
101
102
  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.',
102
103
  documentation: 'https://ethereum.org/en/developers/docs/',
104
+ tags: ['BLUECHIP'],
103
105
  },
104
106
  VS: {
105
107
  name: 'ValleySwap Token',