@covalenthq/client-sdk
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -333,3 +333,3 @@ export declare enum ChainName { | ||
} | ||
export type Chain = ChainID | ChainName; | ||
export type Chain = ChainID | ChainName | `${ChainName}` | `${ChainID}`; | ||
export type Source = "Ponder" | "GoldRush" | "Viem"; | ||
@@ -336,0 +336,0 @@ export type Quote = "USD" | "CAD" | "EUR" | "SGD" | "INR" | "JPY" | "VND" | "CNY" | "KRW" | "RUB" | "TRY" | "NGN" | "ARS" | "AUD" | "CHF" | "GBP"; |
@@ -333,3 +333,3 @@ export declare enum ChainName { | ||
} | ||
export type Chain = ChainID | ChainName; | ||
export type Chain = ChainID | ChainName | `${ChainName}` | `${ChainID}`; | ||
export type Source = "Ponder" | "GoldRush" | "Viem"; | ||
@@ -336,0 +336,0 @@ export type Quote = "USD" | "CAD" | "EUR" | "SGD" | "INR" | "JPY" | "VND" | "CNY" | "KRW" | "RUB" | "TRY" | "NGN" | "ARS" | "AUD" | "CHF" | "GBP"; |
{ | ||
"name": "@covalenthq/client-sdk", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -14,5 +14,5 @@ <div align="center"> | ||
<a href="https://www.npmjs.com/package/@covalenthq/client-sdk"> | ||
<img src="https://img.shields.io/npm/dm/@covalenthq/client-sdk" alt="npm downloads"> | ||
<img src="https://img.shields.io/npm/dm/@covalenthq/client-sdk" alt="NPM downloads"> | ||
</a> | ||
<img src="https://img.shields.io/github/license/covalenthq/client-sdk" alt="Apache-2.0"> | ||
<img src="https://img.shields.io/github/license/covalenthq/covalent-api-sdk-ts" alt="Apache-2.0"> | ||
</p> | ||
@@ -19,0 +19,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1027065