@lifi/types 9.3.0 → 9.3.1

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/api.d.ts CHANGED
@@ -270,7 +270,7 @@ export interface ChainsRequest {
270
270
  chainTypes?: ChainType[];
271
271
  }
272
272
  export interface ToolsRequest {
273
- chains?: ChainId[];
273
+ chains?: (ChainKey | ChainId)[];
274
274
  }
275
275
  export type TokensRequest = {
276
276
  chains?: (ChainId | ChainKey)[];
package/dist/cjs/api.d.ts CHANGED
@@ -270,7 +270,7 @@ export interface ChainsRequest {
270
270
  chainTypes?: ChainType[];
271
271
  }
272
272
  export interface ToolsRequest {
273
- chains?: ChainId[];
273
+ chains?: (ChainKey | ChainId)[];
274
274
  }
275
275
  export type TokensRequest = {
276
276
  chains?: (ChainId | ChainKey)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",