Skip to content

Commit

Permalink
fix: slippageBips type changed from string to number
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Feb 26, 2024
1 parent bb959fd commit ebdd683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const APP_DATA_DOC_CUSTOM = {
version: '0.1.0',
},
quote: {
slippageBips: '1',
slippageBips: 1,
version: '0.2.0',
},
},
Expand Down

0 comments on commit ebdd683

Please sign in to comment.