Skip to content

Commit

Permalink
fix: align integrator withdrawal endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Oct 11, 2022
1 parent 7281382 commit 4de24fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ export type TokenBalance = {
}

export interface IntegratorWithdrawalRequest {
address: string
chainId: string
tokens: string[] | undefined
integratorId: string
chainId: ChainId
tokens?: string[]
}

export interface IntegratorWithdrawalTransactionResponse {
Expand Down

0 comments on commit 4de24fb

Please sign in to comment.