This commit is contained in:
status-im-auto 2022-12-23 13:08:09 +00:00 committed by Jenkins
parent f770fb54df
commit d67ebfd9f3
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,7 @@
importFromWalletButton.onclick = async () => {
const signer = provider.getSigner();
const signature = await signer.signMessage(signatureMessage);
const signature = await signer.signMessage(DEFAULT_SIGNATURE_MESSAGE);
membershipKey = await rlnInstance.generateSeededMembershipKey(
signature
@ -401,6 +401,7 @@
registerButton.disabled = true;
const pubkey = ethers.BigNumber.from(membershipKey.IDCommitment);
const price = await rlnContract.MEMBERSHIP_DEPOSIT();
const signer = provider.getSigner();