Skip to content

Commit

Permalink
Merge pull request #201 from lifinance/refactor/tokens-request
Browse files Browse the repository at this point in the history
refactor: get tokens request
  • Loading branch information
rialco authored Oct 23, 2023
2 parents 1e8e049 + dd1374f commit 77a87d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
BridgeDefinition,
Chain,
ChainId,
ChainKey,
ChainType,
ExchangeDefinition,
LifiStep,
Expand Down Expand Up @@ -380,7 +381,7 @@ export interface ToolsRequest {
}

export type TokensRequest = {
chains?: ChainId[]
chains?: (ChainId | ChainKey)[]
chainTypes?: ChainType[]
}

Expand Down

0 comments on commit 77a87d5

Please sign in to comment.