@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
@@ -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";
@@ -12,6 +12,7 @@ const AVAX = {
12
12
  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.',
13
13
  bridge: 'native',
14
14
  documentation: 'https://docs.avax.network/learn/avalanche/avax',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: AVAX,
@@ -119,7 +120,7 @@ exports.tokens = {
119
120
  website: 'https://overnight.fi/',
120
121
  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.',
121
122
  documentation: 'https://docs.overnight.fi/',
122
- tags: ['CURATED'],
123
+ tags: ['CURATED', 'STABLECOIN'],
123
124
  },
124
125
  CAI: {
125
126
  name: 'Colony Avalanche Index CAI',
@@ -151,6 +152,7 @@ exports.tokens = {
151
152
  website: 'https://bridge.avax.network/',
152
153
  description: 'official AVAX BRIDGE bridged BTC',
153
154
  bridge: 'avax-canonical',
155
+ tags: ['BLUECHIP'],
154
156
  },
155
157
  BPT: {
156
158
  name: 'Bold Point BPT',
@@ -437,6 +439,7 @@ exports.tokens = {
437
439
  decimals: 18,
438
440
  website: 'https://benqi.fi/',
439
441
  description: 'BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX',
442
+ tags: ['BLUECHIP'],
440
443
  },
441
444
  LUNA: {
442
445
  name: 'Axelar Wrapped LUNA',
@@ -447,6 +450,7 @@ exports.tokens = {
447
450
  decimals: 6,
448
451
  website: 'https://www.terra.money/',
449
452
  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.',
453
+ tags: ['MEMECOIN'],
450
454
  },
451
455
  DOMI: {
452
456
  name: 'DOMI Online DOMI',
@@ -610,6 +614,7 @@ exports.tokens = {
610
614
  oracleId: 'CRV',
611
615
  website: 'https://curve.finance/',
612
616
  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.',
617
+ tags: ['BLUECHIP'],
613
618
  },
614
619
  aSING: {
615
620
  chainId: 43114,
@@ -716,6 +721,7 @@ exports.tokens = {
716
721
  oracleId: 'BNB',
717
722
  website: 'https://www.binance.com/',
718
723
  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.',
724
+ tags: ['BLUECHIP'],
719
725
  },
720
726
  PNG: {
721
727
  chainId: 43114,
@@ -736,6 +742,7 @@ exports.tokens = {
736
742
  oracleId: 'ETH',
737
743
  website: 'https://ethereum.org/',
738
744
  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.',
745
+ tags: ['BLUECHIP'],
739
746
  },
740
747
  WETHe: {
741
748
  chainId: 43114,
@@ -748,6 +755,7 @@ exports.tokens = {
748
755
  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.',
749
756
  bridge: 'avax-canonical',
750
757
  documentation: 'https://ethereum.org/en/developers/docs/',
758
+ tags: ['BLUECHIP'],
751
759
  },
752
760
  POOLZ: {
753
761
  chainId: 43114,
@@ -816,6 +824,7 @@ exports.tokens = {
816
824
  oracleId: 'AAVE',
817
825
  website: 'https://app.aave.com/markets',
818
826
  description: 'Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers.',
827
+ tags: ['BLUECHIP'],
819
828
  },
820
829
  ABYSS: {
821
830
  chainId: 43114,
@@ -1018,6 +1027,7 @@ exports.tokens = {
1018
1027
  name: 'Balancer',
1019
1028
  symbol: 'BAL',
1020
1029
  oracleId: 'BAL',
1030
+ tags: ['BLUECHIP'],
1021
1031
  },
1022
1032
  BNT: {
1023
1033
  chainId: 43114,
@@ -1239,6 +1249,7 @@ exports.tokens = {
1239
1249
  oracleId: 'LINK',
1240
1250
  website: 'https://chain.link/',
1241
1251
  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.',
1252
+ tags: ['BLUECHIP'],
1242
1253
  },
1243
1254
  LINKe: {
1244
1255
  chainId: 43114,
@@ -1267,6 +1278,7 @@ exports.tokens = {
1267
1278
  name: 'Compound',
1268
1279
  symbol: 'COMP',
1269
1280
  oracleId: 'COMP',
1281
+ tags: ['BLUECHIP'],
1270
1282
  },
1271
1283
  CVP: {
1272
1284
  chainId: 43114,
@@ -1888,6 +1900,7 @@ exports.tokens = {
1888
1900
  name: 'Gnosis Token',
1889
1901
  symbol: 'GNO',
1890
1902
  oracleId: 'GNO',
1903
+ tags: ['BLUECHIP'],
1891
1904
  },
1892
1905
  MNTP: {
1893
1906
  chainId: 43114,
@@ -2258,6 +2271,7 @@ exports.tokens = {
2258
2271
  oracleId: 'MATIC',
2259
2272
  website: 'https://polygon.technology/',
2260
2273
  description: 'The MATIC token serves dual purposes: securing the Polygon network via staking and being used for the payment of transaction fees.',
2274
+ tags: ['BLUECHIP'],
2261
2275
  },
2262
2276
  MCB: {
2263
2277
  chainId: 43114,
@@ -3169,6 +3183,7 @@ exports.tokens = {
3169
3183
  oracleId: 'SUSHI',
3170
3184
  website: 'https://sushi.com/',
3171
3185
  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.',
3186
+ tags: ['BLUECHIP'],
3172
3187
  },
3173
3188
  SWAG: {
3174
3189
  chainId: 43114,
@@ -3217,6 +3232,7 @@ exports.tokens = {
3217
3232
  name: 'Synthetix Network Token',
3218
3233
  symbol: 'SNX',
3219
3234
  oracleId: 'SNX',
3235
+ tags: ['BLUECHIP'],
3220
3236
  },
3221
3237
  TBTC: {
3222
3238
  chainId: 43114,
@@ -3484,6 +3500,7 @@ exports.tokens = {
3484
3500
  oracleId: 'UNI',
3485
3501
  website: 'https://uniswap.org/',
3486
3502
  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.',
3503
+ tags: ['BLUECHIP'],
3487
3504
  },
3488
3505
  TRADE: {
3489
3506
  chainId: 43114,
@@ -3598,6 +3615,7 @@ exports.tokens = {
3598
3615
  oracleId: 'WBTC',
3599
3616
  website: 'https://wbtc.network/',
3600
3617
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
3618
+ tags: ['BLUECHIP'],
3601
3619
  },
3602
3620
  WBTCe: {
3603
3621
  chainId: 43114,
@@ -3609,6 +3627,7 @@ exports.tokens = {
3609
3627
  website: 'https://wbtc.network/',
3610
3628
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
3611
3629
  bridge: 'avax-canonical',
3630
+ tags: ['BLUECHIP'],
3612
3631
  },
3613
3632
  renBTC: {
3614
3633
  chainId: 43114,
@@ -3686,6 +3705,7 @@ exports.tokens = {
3686
3705
  name: 'yearn.finance',
3687
3706
  symbol: 'YFI',
3688
3707
  oracleId: 'YFI',
3708
+ tags: ['BLUECHIP'],
3689
3709
  },
3690
3710
  YFM: {
3691
3711
  chainId: 43114,
@@ -3806,6 +3826,7 @@ exports.tokens = {
3806
3826
  name: 'Maker',
3807
3827
  symbol: 'MKR',
3808
3828
  oracleId: 'MKR',
3829
+ tags: ['BLUECHIP'],
3809
3830
  },
3810
3831
  'PNG-Pangolin': {
3811
3832
  address: '0x60781C2586D68229fde47564546784ab3fACA982',
@@ -4428,6 +4449,7 @@ exports.tokens = {
4428
4449
  documentation: 'https://docs.layerzero.network/v2',
4429
4450
  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.',
4430
4451
  bridge: 'layer-zero',
4452
+ tags: ['BLUECHIP'],
4431
4453
  },
4432
4454
  PHAR: {
4433
4455
  name: 'Pharaoh',
@@ -4464,6 +4486,7 @@ exports.tokens = {
4464
4486
  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.',
4465
4487
  bridge: 'native',
4466
4488
  documentation: 'https://docs.avax.network/learn/avalanche/avax',
4489
+ tags: ['BLUECHIP'],
4467
4490
  },
4468
4491
  waAvaWETH: {
4469
4492
  chainId: 43114,
@@ -4476,6 +4499,7 @@ exports.tokens = {
4476
4499
  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.',
4477
4500
  bridge: 'native',
4478
4501
  documentation: 'https://ethereum.org/en/developers/docs/',
4502
+ tags: ['BLUECHIP'],
4479
4503
  },
4480
4504
  waAvaBTCb: {
4481
4505
  address: '0x2d324fD1Ca86D90f61B0965d2db2f86d22eA4B74',
@@ -4510,6 +4534,7 @@ exports.tokens = {
4510
4534
  website: 'https://benqi.fi/',
4511
4535
  description: 'BENQI Liquid Staking is a protocol enabling users to stake AVAX to receive sAVAX, an interest bearing version of AVAX',
4512
4536
  bridge: 'native',
4537
+ tags: ['BLUECHIP'],
4513
4538
  },
4514
4539
  BLACK: {
4515
4540
  name: 'BLACKHOLE',