Skip to content

Commit

Permalink
Merge pull request #206 from lifinance/LF-4823
Browse files Browse the repository at this point in the history
fix: update ToolsRequest chain's type
  • Loading branch information
rialco authored Nov 6, 2023
2 parents b4a7676 + fa4a1c9 commit 112e4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export interface ChainsRequest {
}

export interface ToolsRequest {
chains?: ChainId[]
chains?: (ChainKey | ChainId)[]
}

export type TokensRequest = {
Expand Down

0 comments on commit 112e4c4

Please sign in to comment.