Skip to content

Commit

Permalink
addjusted link and text
Browse files Browse the repository at this point in the history
  • Loading branch information
worrex committed Dec 28, 2024
1 parent b255b1d commit d1ff21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Pages/Trade/Liquidity/hooks/useProvideLP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const useProvideLP = ({ reverse = false, bondingDays, isEris = false }) => {
})

const factoryConfig = useFactoryConfig(config?.incentive_factory)
let minUnbondingDuration = 86400
let minUnbondingDuration = 86_400
if (factoryConfig) {
minUnbondingDuration = factoryConfig?.minUnbondingDuration
}
Expand Down
4 changes: 2 additions & 2 deletions components/Pages/Trade/Migrate/Migrate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ const Migrate = () => {
<VStack align="flex-start" width="full">
<Heading fontSize="lg" color="white">Step 4: Vote with Your Liquidity</Heading>
<Text color="gray.200">Your new liquidity is now deposited in the StableSwap pool.</Text>
<Text color="gray.200">Proceed to Eris Protocol to use your liquidity for voting and other governance actions.</Text>
<Text color="gray.200">Proceed to Eris Protocol to deposit your USDC/USDT Stable LP and adjust your VP to the new stable pool.</Text>
<Button
as="a"
href="https://www.erisprotocol.com"
href="https://www.erisprotocol.com/terra/liquidity-hub?tab=vote"
target="_blank"
rel="noopener noreferrer"
variant="primary"
Expand Down

0 comments on commit d1ff21a

Please sign in to comment.