Skip to content

Commit

Permalink
increase eth-btc size
Browse files Browse the repository at this point in the history
  • Loading branch information
taureau75 committed Jun 16, 2023
1 parent aa3b990 commit 2838d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/bridge/tokenSelector/TokenSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const evmTokenItems = [
icon: "eth.svg",
networkIcon: "eth.svg",
priceKey: "eth_usd",
maxSize: 1,
maxSize: 3,
minSize: 0.004,
networkFee: 0.0015
},
Expand Down Expand Up @@ -84,7 +84,7 @@ export const solTokenItems = [
icon: "sol.svg",
networkIcon: "sol.svg",
priceKey: "sol_usd",
maxSize: 100,
maxSize: 200,
minSize: 0.3,
networkFee: 0.001
},
Expand Down

1 comment on commit 2838d1a

@vercel
Copy link

@vercel vercel bot commented on 2838d1a Jun 16, 2023

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.