Skip to content

Commit

Permalink
*revert back to web and original source path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Sep 1, 2023
1 parent 7753b5d commit cdfb90d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'
import React, { useEffect, useState } from 'react'

import init from '@ezkljs/engine/mobile/ezkl.js'
import init from '@ezkljs/engine/web/ezkl.js'

import ElgamalRandomVar from './components/ElgamalRandomVar'
import ElgamalEncrypt from './components/ElgamalEncrypt'
Expand Down
2 changes: 1 addition & 1 deletion app/Utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
poseidonHash,
verify,
vecU64ToFelt
} from '@ezkljs/engine/mobile'
} from '@ezkljs/engine/web'
import localEVMVerify, { Hardfork } from '@ezkljs/verify'
import JSZip from 'jszip'
import { saveAs } from 'file-saver'
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
async headers() {
return [
{
source: '/_next/static/chunks/455.c91905ae5809d28a.js',
source: '/(.*)',
headers: [
{
key: 'Cross-Origin-Embedder-Policy',
Expand Down

0 comments on commit cdfb90d

Please sign in to comment.