@covalenthq/client-sdk 2.3.4 → 2.3.5

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.
@@ -7,9 +7,11 @@ export declare enum StreamingChain {
7
7
  SOLANA_MAINNET = "SOLANA_MAINNET",
8
8
  SONIC_MAINNET = "SONIC_MAINNET",
9
9
  ETH_MAINNET = "ETH_MAINNET",
10
- BSC_MAINNET = "BSC_MAINNET"
10
+ BSC_MAINNET = "BSC_MAINNET",
11
+ HYPERCORE_MAINNET = "HYPERCORE_MAINNET"
11
12
  }
12
13
  export declare enum StreamingInterval {
14
+ ONE_SECOND = "ONE_SECOND",
13
15
  FIFTEEN_SECONDS = "FIFTEEN_SECONDS",
14
16
  THIRTY_SECONDS = "THIRTY_SECONDS",
15
17
  ONE_MINUTE = "ONE_MINUTE",
@@ -140,8 +142,6 @@ export interface NewPairsStreamResponse {
140
142
  base_token_metadata: ContractMetadata;
141
143
  quote_token_metadata: ContractMetadata;
142
144
  pair_metadata: ContractMetadata;
143
- prices: PriceMetrics;
144
- swaps: SwapMetrics;
145
145
  }
146
146
  /**
147
147
  * Token Balances Stream Types
@@ -183,6 +183,8 @@ export interface UpdatePairsStreamResponse {
183
183
  liquidity: number;
184
184
  base_token: ContractMetadata;
185
185
  quote_token: ContractMetadata;
186
+ price_deltas: PriceMetrics;
187
+ swap_counts: SwapMetrics;
186
188
  }
187
189
  /**
188
190
  * Wallet Activity Stream Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalenthq/client-sdk",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",