Skip to content

Commit

Permalink
feat: default yield stable to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Dec 17, 2024
1 parent 453d2e9 commit ce7ff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vault/yield/YieldDepositModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const YieldDepositModal = (props) => {
const { localThemeModeStore } = useLocalThemeModeStore();
const chainId = useChainId();
const [ yieldStage, setYieldStage ] = useState('');
const [ stableRatio, setStableRatio ] = useState(10);
const [ stableRatio, setStableRatio ] = useState(20);
const [ minCollateral, setMinCollateral ] = useState(50);

const formattedSymbol = ethers.encodeBytes32String(symbol);
Expand Down

0 comments on commit ce7ff75

Please sign in to comment.