Skip to content

Commit

Permalink
chore: merge staging to main (#109)
Browse files Browse the repository at this point in the history
* feat(cleanup) - refactor and add zkey download, multi ceremony banner

* feat(contribution) add warning about changin tabs

* chore(contribute): increase constraints limit (#108)
  • Loading branch information
ctrlc03 authored and glamperd committed Apr 20, 2024
1 parent dcd948d commit 138673f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ export const projectId = import.meta.env.VITE_FIREBASE_PROJECT_ID
export const messagingSenderId = import.meta.env.VITE_FIREBASE_MESSAGING_SENDER_ID
export const appId = import.meta.env.VITE_FIREBASE_APP_ID
export const awsRegion = import.meta.env.VITE_AWS_REGION
export const maxConstraintsForBrowser = 1000000
export const maxConstraintsForBrowser = 1500000
2 changes: 1 addition & 1 deletion web/src/helpers/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,4 +580,4 @@ export type StateProviderProps = {
export interface FinalBeacon {
beacon: string
beaconHash: string
}
}

0 comments on commit 138673f

Please sign in to comment.