mirror of
https://github.com/vacp2p/rln-interep-contract.git
synced 2025-02-28 14:10:35 +00:00
chore: remove console.log
This commit is contained in:
parent
d85048c3e4
commit
d8f7dd43cb
10
e2e/e2e.ts
10
e2e/e2e.ts
@ -51,15 +51,7 @@ async function main() {
|
||||
abi,
|
||||
new ethers.Wallet(process.env.PRIVATE_KEY, provider)
|
||||
);
|
||||
console.log(
|
||||
proof.groupId,
|
||||
proof.signal,
|
||||
proof.publicSignals.nullifierHash,
|
||||
proof.publicSignals.externalNullifier,
|
||||
proof.solidityProof,
|
||||
identity.getCommitment(),
|
||||
proof.publicSignals.signalHash
|
||||
);
|
||||
|
||||
const tx = await rlnContract[
|
||||
"register(uint256,bytes32,uint256,uint256,uint256[8],uint256)"
|
||||
](
|
||||
|
Loading…
x
Reference in New Issue
Block a user