@covalenthq/client-sdk 2.3.3 → 2.3.4

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.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "2.3.3";
3
+ var version = "2.3.4";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {
@@ -5720,6 +5720,8 @@ const timestampParser = (timestamp, type) => {
5720
5720
  exports.StreamingChain = void 0;
5721
5721
  (function (StreamingChain) {
5722
5722
  StreamingChain["BASE_MAINNET"] = "BASE_MAINNET";
5723
+ StreamingChain["SOLANA_MAINNET"] = "SOLANA_MAINNET";
5724
+ StreamingChain["SONIC_MAINNET"] = "SONIC_MAINNET";
5723
5725
  StreamingChain["ETH_MAINNET"] = "ETH_MAINNET";
5724
5726
  StreamingChain["BSC_MAINNET"] = "BSC_MAINNET";
5725
5727
  })(exports.StreamingChain || (exports.StreamingChain = {}));
@@ -5752,6 +5754,21 @@ exports.StreamingProtocol = void 0;
5752
5754
  StreamingProtocol["UNISWAP_V2"] = "UNISWAP_V2";
5753
5755
  StreamingProtocol["UNISWAP_V3"] = "UNISWAP_V3";
5754
5756
  StreamingProtocol["UNISWAP_V4"] = "UNISWAP_V4";
5757
+ StreamingProtocol["VIRTUALS_V2"] = "VIRTUALS_V2";
5758
+ StreamingProtocol["CLANKER"] = "CLANKER";
5759
+ StreamingProtocol["RAYDIUM_AMM"] = "RAYDIUM_AMM";
5760
+ StreamingProtocol["RAYDIUM_CPMM"] = "RAYDIUM_CPMM";
5761
+ StreamingProtocol["PUMP_DOT_FUN"] = "PUMP_DOT_FUN";
5762
+ StreamingProtocol["PUMP_FUN_AMM"] = "PUMP_FUN_AMM";
5763
+ StreamingProtocol["MOONSHOT"] = "MOONSHOT";
5764
+ StreamingProtocol["RAYDIUM_LAUNCH_LAB"] = "RAYDIUM_LAUNCH_LAB";
5765
+ StreamingProtocol["METEORA_DAMM"] = "METEORA_DAMM";
5766
+ StreamingProtocol["METEORA_DLMM"] = "METEORA_DLMM";
5767
+ StreamingProtocol["METEORA_DBC"] = "METEORA_DBC";
5768
+ StreamingProtocol["PANCAKESWAP_V2"] = "PANCAKESWAP_V2";
5769
+ StreamingProtocol["PANCAKESWAP_V3"] = "PANCAKESWAP_V3";
5770
+ StreamingProtocol["SHADOW_V2"] = "SHADOW_V2";
5771
+ StreamingProtocol["SHADOW_V3"] = "SHADOW_V3";
5755
5772
  })(exports.StreamingProtocol || (exports.StreamingProtocol = {}));
5756
5773
 
5757
5774
  exports.GoldRushClient = GoldRushClient;