Skip to content

Commit

Permalink
fix: make getTokens api to async method (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Liu committed May 26, 2022
1 parent 7b78432 commit 90570b5
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 @@ -197,7 +197,7 @@ export declare class LifiAPI {

getToken(request: GetTokenRequest): Promise<Token>

getTokens(request: TokensRequest): TokensResponse
getTokens(request: TokensRequest): Promise<TokensResponse>

getQuote(request: QuoteRequest): Promise<Step>

Expand Down

0 comments on commit 90570b5

Please sign in to comment.