@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
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  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.";
11
11
  readonly bridge: "native";
12
12
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly chainId: 43114;
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  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.";
23
24
  readonly bridge: "native";
24
25
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly AVAX: {
27
29
  readonly chainId: 43114;
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  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.";
35
37
  readonly bridge: "native";
36
38
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WAVAX: {
39
42
  readonly chainId: 43114;
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  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.";
47
50
  readonly bridge: "native";
48
51
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly COQ: {
51
55
  readonly name: "Coq Inu";
@@ -148,7 +152,7 @@ export declare const tokens: {
148
152
  readonly website: "https://overnight.fi/";
149
153
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
150
154
  readonly documentation: "https://docs.overnight.fi/";
151
- readonly tags: readonly ["CURATED"];
155
+ readonly tags: readonly ["CURATED", "STABLECOIN"];
152
156
  };
153
157
  readonly CAI: {
154
158
  readonly name: "Colony Avalanche Index CAI";
@@ -180,6 +184,7 @@ export declare const tokens: {
180
184
  readonly website: "https://bridge.avax.network/";
181
185
  readonly description: "official AVAX BRIDGE bridged BTC";
182
186
  readonly bridge: "avax-canonical";
187
+ readonly tags: readonly ["BLUECHIP"];
183
188
  };
184
189
  readonly BPT: {
185
190
  readonly name: "Bold Point BPT";
@@ -466,6 +471,7 @@ export declare const tokens: {
466
471
  readonly decimals: 18;
467
472
  readonly website: "https://benqi.fi/";
468
473
  readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
474
+ readonly tags: readonly ["BLUECHIP"];
469
475
  };
470
476
  readonly LUNA: {
471
477
  readonly name: "Axelar Wrapped LUNA";
@@ -476,6 +482,7 @@ export declare const tokens: {
476
482
  readonly decimals: 6;
477
483
  readonly website: "https://www.terra.money/";
478
484
  readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
485
+ readonly tags: readonly ["MEMECOIN"];
479
486
  };
480
487
  readonly DOMI: {
481
488
  readonly name: "DOMI Online DOMI";
@@ -639,6 +646,7 @@ export declare const tokens: {
639
646
  readonly oracleId: "CRV";
640
647
  readonly website: "https://curve.finance/";
641
648
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
649
+ readonly tags: readonly ["BLUECHIP"];
642
650
  };
643
651
  readonly aSING: {
644
652
  readonly chainId: 43114;
@@ -745,6 +753,7 @@ export declare const tokens: {
745
753
  readonly oracleId: "BNB";
746
754
  readonly website: "https://www.binance.com/";
747
755
  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.";
756
+ readonly tags: readonly ["BLUECHIP"];
748
757
  };
749
758
  readonly PNG: {
750
759
  readonly chainId: 43114;
@@ -765,6 +774,7 @@ export declare const tokens: {
765
774
  readonly oracleId: "ETH";
766
775
  readonly website: "https://ethereum.org/";
767
776
  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.";
777
+ readonly tags: readonly ["BLUECHIP"];
768
778
  };
769
779
  readonly WETHe: {
770
780
  readonly chainId: 43114;
@@ -777,6 +787,7 @@ export declare const tokens: {
777
787
  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.";
778
788
  readonly bridge: "avax-canonical";
779
789
  readonly documentation: "https://ethereum.org/en/developers/docs/";
790
+ readonly tags: readonly ["BLUECHIP"];
780
791
  };
781
792
  readonly POOLZ: {
782
793
  readonly chainId: 43114;
@@ -845,6 +856,7 @@ export declare const tokens: {
845
856
  readonly oracleId: "AAVE";
846
857
  readonly website: "https://app.aave.com/markets";
847
858
  readonly description: "Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers.";
859
+ readonly tags: readonly ["BLUECHIP"];
848
860
  };
849
861
  readonly ABYSS: {
850
862
  readonly chainId: 43114;
@@ -1047,6 +1059,7 @@ export declare const tokens: {
1047
1059
  readonly name: "Balancer";
1048
1060
  readonly symbol: "BAL";
1049
1061
  readonly oracleId: "BAL";
1062
+ readonly tags: readonly ["BLUECHIP"];
1050
1063
  };
1051
1064
  readonly BNT: {
1052
1065
  readonly chainId: 43114;
@@ -1268,6 +1281,7 @@ export declare const tokens: {
1268
1281
  readonly oracleId: "LINK";
1269
1282
  readonly website: "https://chain.link/";
1270
1283
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
1284
+ readonly tags: readonly ["BLUECHIP"];
1271
1285
  };
1272
1286
  readonly LINKe: {
1273
1287
  readonly chainId: 43114;
@@ -1296,6 +1310,7 @@ export declare const tokens: {
1296
1310
  readonly name: "Compound";
1297
1311
  readonly symbol: "COMP";
1298
1312
  readonly oracleId: "COMP";
1313
+ readonly tags: readonly ["BLUECHIP"];
1299
1314
  };
1300
1315
  readonly CVP: {
1301
1316
  readonly chainId: 43114;
@@ -1917,6 +1932,7 @@ export declare const tokens: {
1917
1932
  readonly name: "Gnosis Token";
1918
1933
  readonly symbol: "GNO";
1919
1934
  readonly oracleId: "GNO";
1935
+ readonly tags: readonly ["BLUECHIP"];
1920
1936
  };
1921
1937
  readonly MNTP: {
1922
1938
  readonly chainId: 43114;
@@ -2287,6 +2303,7 @@ export declare const tokens: {
2287
2303
  readonly oracleId: "MATIC";
2288
2304
  readonly website: "https://polygon.technology/";
2289
2305
  readonly description: "The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.";
2306
+ readonly tags: readonly ["BLUECHIP"];
2290
2307
  };
2291
2308
  readonly MCB: {
2292
2309
  readonly chainId: 43114;
@@ -3198,6 +3215,7 @@ export declare const tokens: {
3198
3215
  readonly oracleId: "SUSHI";
3199
3216
  readonly website: "https://sushi.com/";
3200
3217
  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.";
3218
+ readonly tags: readonly ["BLUECHIP"];
3201
3219
  };
3202
3220
  readonly SWAG: {
3203
3221
  readonly chainId: 43114;
@@ -3246,6 +3264,7 @@ export declare const tokens: {
3246
3264
  readonly name: "Synthetix Network Token";
3247
3265
  readonly symbol: "SNX";
3248
3266
  readonly oracleId: "SNX";
3267
+ readonly tags: readonly ["BLUECHIP"];
3249
3268
  };
3250
3269
  readonly TBTC: {
3251
3270
  readonly chainId: 43114;
@@ -3513,6 +3532,7 @@ export declare const tokens: {
3513
3532
  readonly oracleId: "UNI";
3514
3533
  readonly website: "https://uniswap.org/";
3515
3534
  readonly description: "UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.";
3535
+ readonly tags: readonly ["BLUECHIP"];
3516
3536
  };
3517
3537
  readonly TRADE: {
3518
3538
  readonly chainId: 43114;
@@ -3627,6 +3647,7 @@ export declare const tokens: {
3627
3647
  readonly oracleId: "WBTC";
3628
3648
  readonly website: "https://wbtc.network/";
3629
3649
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
3650
+ readonly tags: readonly ["BLUECHIP"];
3630
3651
  };
3631
3652
  readonly WBTCe: {
3632
3653
  readonly chainId: 43114;
@@ -3638,6 +3659,7 @@ export declare const tokens: {
3638
3659
  readonly website: "https://wbtc.network/";
3639
3660
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
3640
3661
  readonly bridge: "avax-canonical";
3662
+ readonly tags: readonly ["BLUECHIP"];
3641
3663
  };
3642
3664
  readonly renBTC: {
3643
3665
  readonly chainId: 43114;
@@ -3715,6 +3737,7 @@ export declare const tokens: {
3715
3737
  readonly name: "yearn.finance";
3716
3738
  readonly symbol: "YFI";
3717
3739
  readonly oracleId: "YFI";
3740
+ readonly tags: readonly ["BLUECHIP"];
3718
3741
  };
3719
3742
  readonly YFM: {
3720
3743
  readonly chainId: 43114;
@@ -3835,6 +3858,7 @@ export declare const tokens: {
3835
3858
  readonly name: "Maker";
3836
3859
  readonly symbol: "MKR";
3837
3860
  readonly oracleId: "MKR";
3861
+ readonly tags: readonly ["BLUECHIP"];
3838
3862
  };
3839
3863
  readonly 'PNG-Pangolin': {
3840
3864
  readonly address: "0x60781C2586D68229fde47564546784ab3fACA982";
@@ -4457,6 +4481,7 @@ export declare const tokens: {
4457
4481
  readonly documentation: "https://docs.layerzero.network/v2";
4458
4482
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4459
4483
  readonly bridge: "layer-zero";
4484
+ readonly tags: readonly ["BLUECHIP"];
4460
4485
  };
4461
4486
  readonly PHAR: {
4462
4487
  readonly name: "Pharaoh";
@@ -4493,6 +4518,7 @@ export declare const tokens: {
4493
4518
  readonly description: "Wrapped Aave Staked AVAX. 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.";
4494
4519
  readonly bridge: "native";
4495
4520
  readonly documentation: "https://docs.avax.network/learn/avalanche/avax";
4521
+ readonly tags: readonly ["BLUECHIP"];
4496
4522
  };
4497
4523
  readonly waAvaWETH: {
4498
4524
  readonly chainId: 43114;
@@ -4505,6 +4531,7 @@ export declare const tokens: {
4505
4531
  readonly description: "Wrapped Aave Staked ETH. 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.";
4506
4532
  readonly bridge: "native";
4507
4533
  readonly documentation: "https://ethereum.org/en/developers/docs/";
4534
+ readonly tags: readonly ["BLUECHIP"];
4508
4535
  };
4509
4536
  readonly waAvaBTCb: {
4510
4537
  readonly address: "0x2d324fD1Ca86D90f61B0965d2db2f86d22eA4B74";
@@ -4539,6 +4566,7 @@ export declare const tokens: {
4539
4566
  readonly website: "https://benqi.fi/";
4540
4567
  readonly description: "BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX";
4541
4568
  readonly bridge: "native";
4569
+ readonly tags: readonly ["BLUECHIP"];
4542
4570
  };
4543
4571
  readonly BLACK: {
4544
4572
  readonly name: "BLACKHOLE";
@@ -9,6 +9,7 @@ const AVAX = {
9
9
  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.',
10
10
  bridge: 'native',
11
11
  documentation: 'https://docs.avax.network/learn/avalanche/avax',
12
+ tags: ['BLUECHIP'],
12
13
  };
13
14
  export const tokens = {
14
15
  WNATIVE: AVAX,
@@ -116,7 +117,7 @@ export const tokens = {
116
117
  website: 'https://overnight.fi/',
117
118
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
118
119
  documentation: 'https://docs.overnight.fi/',
119
- tags: ['CURATED'],
120
+ tags: ['CURATED', 'STABLECOIN'],
120
121
  },
121
122
  CAI: {
122
123
  name: 'Colony Avalanche Index CAI',
@@ -148,6 +149,7 @@ export const tokens = {
148
149
  website: 'https://bridge.avax.network/',
149
150
  description: 'official AVAX BRIDGE bridged BTC',
150
151
  bridge: 'avax-canonical',
152
+ tags: ['BLUECHIP'],
151
153
  },
152
154
  BPT: {
153
155
  name: 'Bold Point BPT',
@@ -434,6 +436,7 @@ export const tokens = {
434
436
  decimals: 18,
435
437
  website: 'https://benqi.fi/',
436
438
  description: 'BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX',
439
+ tags: ['BLUECHIP'],
437
440
  },
438
441
  LUNA: {
439
442
  name: 'Axelar Wrapped LUNA',
@@ -444,6 +447,7 @@ export const tokens = {
444
447
  decimals: 6,
445
448
  website: 'https://www.terra.money/',
446
449
  description: 'The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.',
450
+ tags: ['MEMECOIN'],
447
451
  },
448
452
  DOMI: {
449
453
  name: 'DOMI Online DOMI',
@@ -607,6 +611,7 @@ export const tokens = {
607
611
  oracleId: 'CRV',
608
612
  website: 'https://curve.finance/',
609
613
  description: 'Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.',
614
+ tags: ['BLUECHIP'],
610
615
  },
611
616
  aSING: {
612
617
  chainId: 43114,
@@ -713,6 +718,7 @@ export const tokens = {
713
718
  oracleId: 'BNB',
714
719
  website: 'https://www.binance.com/',
715
720
  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.',
721
+ tags: ['BLUECHIP'],
716
722
  },
717
723
  PNG: {
718
724
  chainId: 43114,
@@ -733,6 +739,7 @@ export const tokens = {
733
739
  oracleId: 'ETH',
734
740
  website: 'https://ethereum.org/',
735
741
  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.',
742
+ tags: ['BLUECHIP'],
736
743
  },
737
744
  WETHe: {
738
745
  chainId: 43114,
@@ -745,6 +752,7 @@ export const tokens = {
745
752
  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.',
746
753
  bridge: 'avax-canonical',
747
754
  documentation: 'https://ethereum.org/en/developers/docs/',
755
+ tags: ['BLUECHIP'],
748
756
  },
749
757
  POOLZ: {
750
758
  chainId: 43114,
@@ -813,6 +821,7 @@ export const tokens = {
813
821
  oracleId: 'AAVE',
814
822
  website: 'https://app.aave.com/markets',
815
823
  description: 'Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers.',
824
+ tags: ['BLUECHIP'],
816
825
  },
817
826
  ABYSS: {
818
827
  chainId: 43114,
@@ -1015,6 +1024,7 @@ export const tokens = {
1015
1024
  name: 'Balancer',
1016
1025
  symbol: 'BAL',
1017
1026
  oracleId: 'BAL',
1027
+ tags: ['BLUECHIP'],
1018
1028
  },
1019
1029
  BNT: {
1020
1030
  chainId: 43114,
@@ -1236,6 +1246,7 @@ export const tokens = {
1236
1246
  oracleId: 'LINK',
1237
1247
  website: 'https://chain.link/',
1238
1248
  description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
1249
+ tags: ['BLUECHIP'],
1239
1250
  },
1240
1251
  LINKe: {
1241
1252
  chainId: 43114,
@@ -1264,6 +1275,7 @@ export const tokens = {
1264
1275
  name: 'Compound',
1265
1276
  symbol: 'COMP',
1266
1277
  oracleId: 'COMP',
1278
+ tags: ['BLUECHIP'],
1267
1279
  },
1268
1280
  CVP: {
1269
1281
  chainId: 43114,
@@ -1885,6 +1897,7 @@ export const tokens = {
1885
1897
  name: 'Gnosis Token',
1886
1898
  symbol: 'GNO',
1887
1899
  oracleId: 'GNO',
1900
+ tags: ['BLUECHIP'],
1888
1901
  },
1889
1902
  MNTP: {
1890
1903
  chainId: 43114,
@@ -2255,6 +2268,7 @@ export const tokens = {
2255
2268
  oracleId: 'MATIC',
2256
2269
  website: 'https://polygon.technology/',
2257
2270
  description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
2271
+ tags: ['BLUECHIP'],
2258
2272
  },
2259
2273
  MCB: {
2260
2274
  chainId: 43114,
@@ -3166,6 +3180,7 @@ export const tokens = {
3166
3180
  oracleId: 'SUSHI',
3167
3181
  website: 'https://sushi.com/',
3168
3182
  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.',
3183
+ tags: ['BLUECHIP'],
3169
3184
  },
3170
3185
  SWAG: {
3171
3186
  chainId: 43114,
@@ -3214,6 +3229,7 @@ export const tokens = {
3214
3229
  name: 'Synthetix Network Token',
3215
3230
  symbol: 'SNX',
3216
3231
  oracleId: 'SNX',
3232
+ tags: ['BLUECHIP'],
3217
3233
  },
3218
3234
  TBTC: {
3219
3235
  chainId: 43114,
@@ -3481,6 +3497,7 @@ export const tokens = {
3481
3497
  oracleId: 'UNI',
3482
3498
  website: 'https://uniswap.org/',
3483
3499
  description: 'UNI is the governance token for Uniswap. UNI was introduced on 16th September 2020 through a retrospective airdrop to users who have interacted with the protocol either by swapping tokens or by providing liquidity.',
3500
+ tags: ['BLUECHIP'],
3484
3501
  },
3485
3502
  TRADE: {
3486
3503
  chainId: 43114,
@@ -3595,6 +3612,7 @@ export const tokens = {
3595
3612
  oracleId: 'WBTC',
3596
3613
  website: 'https://wbtc.network/',
3597
3614
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
3615
+ tags: ['BLUECHIP'],
3598
3616
  },
3599
3617
  WBTCe: {
3600
3618
  chainId: 43114,
@@ -3606,6 +3624,7 @@ export const tokens = {
3606
3624
  website: 'https://wbtc.network/',
3607
3625
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
3608
3626
  bridge: 'avax-canonical',
3627
+ tags: ['BLUECHIP'],
3609
3628
  },
3610
3629
  renBTC: {
3611
3630
  chainId: 43114,
@@ -3683,6 +3702,7 @@ export const tokens = {
3683
3702
  name: 'yearn.finance',
3684
3703
  symbol: 'YFI',
3685
3704
  oracleId: 'YFI',
3705
+ tags: ['BLUECHIP'],
3686
3706
  },
3687
3707
  YFM: {
3688
3708
  chainId: 43114,
@@ -3803,6 +3823,7 @@ export const tokens = {
3803
3823
  name: 'Maker',
3804
3824
  symbol: 'MKR',
3805
3825
  oracleId: 'MKR',
3826
+ tags: ['BLUECHIP'],
3806
3827
  },
3807
3828
  'PNG-Pangolin': {
3808
3829
  address: '0x60781C2586D68229fde47564546784ab3fACA982',
@@ -4425,6 +4446,7 @@ export const tokens = {
4425
4446
  documentation: 'https://docs.layerzero.network/v2',
4426
4447
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
4427
4448
  bridge: 'layer-zero',
4449
+ tags: ['BLUECHIP'],
4428
4450
  },
4429
4451
  PHAR: {
4430
4452
  name: 'Pharaoh',
@@ -4461,6 +4483,7 @@ export const tokens = {
4461
4483
  description: 'Wrapped Aave Staked AVAX. 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.',
4462
4484
  bridge: 'native',
4463
4485
  documentation: 'https://docs.avax.network/learn/avalanche/avax',
4486
+ tags: ['BLUECHIP'],
4464
4487
  },
4465
4488
  waAvaWETH: {
4466
4489
  chainId: 43114,
@@ -4473,6 +4496,7 @@ export const tokens = {
4473
4496
  description: 'Wrapped Aave Staked ETH. 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.',
4474
4497
  bridge: 'native',
4475
4498
  documentation: 'https://ethereum.org/en/developers/docs/',
4499
+ tags: ['BLUECHIP'],
4476
4500
  },
4477
4501
  waAvaBTCb: {
4478
4502
  address: '0x2d324fD1Ca86D90f61B0965d2db2f86d22eA4B74',
@@ -4507,6 +4531,7 @@ export const tokens = {
4507
4531
  website: 'https://benqi.fi/',
4508
4532
  description: 'BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX',
4509
4533
  bridge: 'native',
4534
+ tags: ['BLUECHIP'],
4510
4535
  },
4511
4536
  BLACK: {
4512
4537
  name: 'BLACKHOLE',