mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";
|
|
export default buildModule("Deploy_Verifier_prove_rsa_65537_sha256", (m) => {
|
|
const verifier_prove_rsa_65537_sha256 = m.contract("Verifier_prove_rsa_65537_sha256");
|
|
|
|
return { verifier_prove_rsa_65537_sha256 };
|
|
});
|
|
|