Skip to content

Commit d17562d

Browse files
chore: debug
1 parent e31c6fc commit d17562d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/rln/src/contract/rln_base_contract.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ export class RLNBaseContract {
432432
idCommitmentBigInt: bigint,
433433
eraseFromMembershipSet: boolean = true
434434
): Promise<ethers.ContractTransaction> {
435+
// eslint-disable-next-line no-console
436+
console.log(Object.keys(this.contract));
435437
const tx = await this.contract.eraseMemberships(
436438
[idCommitmentBigInt],
437439
eraseFromMembershipSet

0 commit comments

Comments
 (0)