Skip to content

Commit

Permalink
feat: add support for token symbols in /routes (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Nov 9, 2022
1 parent 1f397d5 commit b149aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export type Order = typeof Orders[number]
export interface RoutesRequest {
fromChainId: number
fromAmount: string
fromTokenAddress: string
fromToken: string
fromAddress?: string

toChainId: number
toTokenAddress: string
toToken: string
toAddress?: string

options?: RouteOptions
Expand Down

0 comments on commit b149aa0

Please sign in to comment.