Skip to content

Commit b8bacc6

Browse files
authored
SOV-5304 expand bridge limits (#1136)
1 parent 5ef2aae commit b8bacc6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/tame-pugs-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'frontend': patch
3+
---
4+
5+
SOV-5304 expand bridge fees by default

apps/frontend/src/app/3_organisms/ERC20BridgeDialog/components/Limits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const Limits: React.FC<LimitsProps> = ({
2525
asset,
2626
className,
2727
}) => {
28-
const [open, setOpen] = useState(false);
28+
const [open, setOpen] = useState(true);
2929
const { data: limits } = useBridgeLimits(sourceChain, targetChain, asset);
3030
const onClick = useCallback((toOpen: boolean) => setOpen(toOpen), []);
3131

0 commit comments

Comments
 (0)