Skip to content

Commit

Permalink
chore: update quoter response param type (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv authored Mar 20, 2024
1 parent c2994b5 commit f3b87ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/quoter/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type PresetData = {
allowPartialFills: boolean
allowMultipleFills: boolean
gasCost?: {
gasBumpEstimate: string
gasBumpEstimate: number
gasPriceEstimate: string
}
exclusiveResolver?: string
Expand Down

0 comments on commit f3b87ec

Please sign in to comment.