diff --git a/src/views/index-dtf/governance/views/propose/upgrade-banners/propose-v4-upgrade.tsx b/src/views/index-dtf/governance/views/propose/upgrade-banners/propose-v4-upgrade.tsx index 8ed449dfd..de8e5aa6f 100644 --- a/src/views/index-dtf/governance/views/propose/upgrade-banners/propose-v4-upgrade.tsx +++ b/src/views/index-dtf/governance/views/propose/upgrade-banners/propose-v4-upgrade.tsx @@ -149,7 +149,7 @@ const ProposeBanner = ({ refetch }: SpellUpgradeProps) => {

New version available

- Release 4.0.0 improves the the way in which DTFs are rebalanced. At + Release 4.0.0 improves the way in which DTFs are rebalanced. At a high level, the new rebalance mechanism is able to consider the entire basket at once instead of requiring individual 2-token auctions to be proposed in advance and performed in isolation. See diff --git a/src/views/yield-dtf/auctions/auctions-sidebar/UnavailableRevenueAuctions.tsx b/src/views/yield-dtf/auctions/auctions-sidebar/UnavailableRevenueAuctions.tsx index a06a8a557..7a3ed5516 100644 --- a/src/views/yield-dtf/auctions/auctions-sidebar/UnavailableRevenueAuctions.tsx +++ b/src/views/yield-dtf/auctions/auctions-sidebar/UnavailableRevenueAuctions.tsx @@ -86,7 +86,7 @@ const useAuctions = () => { return useContractWrite(tx) } -// TODO: maybe unnecesary +// TODO: maybe unnecessary const ConfirmAuction = () => { const { isReady, write, hash, gas, validationError, isLoading } = useAuctions() diff --git a/src/views/yield-dtf/staking/components/stake/StakeModal.tsx b/src/views/yield-dtf/staking/components/stake/StakeModal.tsx index 0f95dcf2c..789f57f3b 100644 --- a/src/views/yield-dtf/staking/components/stake/StakeModal.tsx +++ b/src/views/yield-dtf/staking/components/stake/StakeModal.tsx @@ -25,7 +25,7 @@ const AmountsPreview = () => { const usdAmount = useAtomValue(stakeAmountUsdAtom) const stAmount = useAtomValue(stakeOutputAtom) const ticker = useAtomValue(stRsrTickerAtom) - // Sometimes stAmount change as soon as the stake is successfull, and thats not the intended display + // Sometimes stAmount change as soon as the stake is successful, and thats not the intended display const stAmountMemo = useMemo(() => stAmount, [!!stAmount]) return (