UNPKG

@nori-zk/mina-token-bridge

Version:

A Mina zk-program contract allowing users to mint tokens on Nori Bridge.

6 lines 367 B
import { MockWalletWorker } from '../worker.js'; import { WorkerParent } from '../../../worker/parent/index.node.js'; import { createProxy } from '../../../worker/index.js'; const workerUrl = new URL('./child.js', import.meta.url); export const getMockWalletWorker = () => createProxy(new WorkerParent(workerUrl), MockWalletWorker); //# sourceMappingURL=parent.js.map