@covalenthq/client-sdk 3.0.2 → 3.0.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.
@@ -264,6 +264,7 @@ export interface WalletActivityStreamResponse {
264
264
  */
265
265
  export interface TokenSearchParams {
266
266
  query: string;
267
+ chain_name?: StreamingChain;
267
268
  }
268
269
  export interface TokenSearchResponse {
269
270
  pair_address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalenthq/client-sdk",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",