mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-10 14:08:19 -05:00
updated verifier
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
||||
import { publicProvider } from 'wagmi/providers/public'
|
||||
|
||||
const { chains, provider, webSocketProvider } = configureChains(
|
||||
[chain.mainnet, chain.polygon],
|
||||
[chain.mainnet],
|
||||
[publicProvider()],
|
||||
)
|
||||
|
||||
|
||||
1478
src/helpers/vkey.ts
1478
src/helpers/vkey.ts
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ const snarkjs = require("snarkjs");
|
||||
|
||||
const loadURL = "https://zkemail-zkey-chunks.s3.amazonaws.com/";
|
||||
|
||||
async function downloadFromFilename(filename: string) {
|
||||
export async function downloadFromFilename(filename: string) {
|
||||
const link = loadURL + filename;
|
||||
try {
|
||||
const zkeyResp = await fetch(link, {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user