Skip to content

Commit

Permalink
fix breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Sep 25, 2024
1 parent 15c053d commit 0965c62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function Home() {
amountOut: Number(defaultRoute?.amountOut),
}}
settings={{
customGasAmount: 200_000,
slippage: 3,
}}
onlyTestnet={process.env.NEXT_PUBLIC_IS_TESTNET ? true : false}
Expand Down
1 change: 0 additions & 1 deletion src/pages/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function WidgetPage() {
amountOut: Number(defaultRoute?.amountOut),
}}
settings={{
customGasAmount: 200_000,
slippage: 3,
}}
onlyTestnet={process.env.NEXT_PUBLIC_IS_TESTNET ? true : false}
Expand Down

0 comments on commit 0965c62

Please sign in to comment.