Skip to content

Commit

Permalink
TEMP: require less stars in swap router
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Nov 29, 2022
1 parent e36de8a commit 38da0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Home: NextPage = observer(function () {
asset.amount.currency.coinMinimalDenom ===
"ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4"
) {
if (asset.amount.toDec().gt(new Dec(1_000_000))) {
if (asset.amount.toDec().gt(new Dec(1_000))) {
hasEnoughAssets = true;
break;
}
Expand Down

1 comment on commit 38da0ac

@vercel
Copy link

@vercel vercel bot commented on 38da0ac Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.