Skip to content

Commit

Permalink
v7.9.1
Browse files Browse the repository at this point in the history
v7.9.1
  • Loading branch information
platschi authored Sep 21, 2023
2 parents 8f3606c + f35bfcc commit e80b655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/app/src/sections/dashboard/Stake/MigrationSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ import media from 'styles/media'

import { StakingHeading } from './StakingHeading'

const REGISTER_BATCH_SIZE = 500
const VEST_BATCH_SIZE = 2000
const MIGRATE_BATCH_SIZE = 175
const REGISTER_BATCH_SIZE = 250
const VEST_BATCH_SIZE = 1000
const MIGRATE_BATCH_SIZE = 90

const MigrationSteps = memo(() => {
const { t } = useTranslation()
Expand Down

1 comment on commit e80b655

@vercel
Copy link

@vercel vercel bot commented on e80b655 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./packages/app

kwenta-kwenta.vercel.app
kwenta.io
www.kwenta.io
kwenta-git-main-kwenta.vercel.app

Please sign in to comment.