Skip to content

Commit

Permalink
fix!: make feeCosts mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBoehler committed Mar 23, 2023
2 parents 33b29cf + 8798519 commit fe637a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"publishConfig": {
"access": "public"
},
"author": "LI.FI <github@li.finanace>",
"author": "LI.FI <github@li.finance>",
"license": "Apache-2.0",
"keywords": [
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Exchange, ExchangeAggregator } from './exchanges'

export interface FeeCost {
name: string
description?: string
description: string
percentage: string
token: Token
amount: string
Expand Down

0 comments on commit fe637a9

Please sign in to comment.