Skip to content

Commit

Permalink
refactor: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 26, 2024
1 parent 3c4c025 commit c43d06c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const artifacts = ['wasm', 'zkey']
export const owner = 'privacy-scaling-explorations'
export const repo = 'snark-artifacts'
export const projects = ['poseidon', 'semaphore', 'semaphore-identity']
export const cdnUrl = 'https://snark-artifacts.pse.dev'
2 changes: 1 addition & 1 deletion apps/web/src/containers/ProjectSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ChangeEvent } from 'react'
import { projects } from '@zk-kit/artifacts'
import type { ChangeEvent } from 'react'
import { Options } from '../components'
import { useStore } from '../hooks'

Expand Down

0 comments on commit c43d06c

Please sign in to comment.