Skip to content

Commit

Permalink
fix: update insurance feeAmountUsd type to string (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xksure committed Mar 14, 2023
1 parent aef2457 commit e1ec826
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 @@ -74,7 +74,7 @@ export enum InsuranceState {

export interface Insurance {
state: InsuranceState
feeAmountUsd: number
feeAmountUsd: string
}
export interface Route {
id: string
Expand Down

0 comments on commit e1ec826

Please sign in to comment.