Skip to content

Commit

Permalink
Merge branch 'main' into 1857_remove_donation_being_processed_toast_w…
Browse files Browse the repository at this point in the history
…hen_tx_is_mined
  • Loading branch information
MohammadPCh committed Nov 28, 2022
2 parents e2b3066 + b531ab7 commit a79af75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/cards/BaseStakingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const BaseStakingCard: FC<IBaseStakingCardProps> = ({
for details.
</>
) : (
'Harvest your rewards and move your funds to another farm to keep earning rewards '
'Harvest your rewards and move your funds to another farm to keep earning.'
)}
</DisableModalText>
<DisableModalCloseButton
Expand Down
2 changes: 1 addition & 1 deletion src/config/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const config: EnvConfig = {
link: 'https://cultdao.io/',
},
exploited: true,
farmEndTimeMS: 1668200400000,
farmEndTimeMS: 1664922291000,
},
{
network: MAINNET_NETWORK_NUMBER,
Expand Down

0 comments on commit a79af75

Please sign in to comment.