mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-24 13:59:48 +00:00
Merge branch 'master' of github.com:waku-org/js-waku-examples into weboko/create-waku-imp
This commit is contained in:
commit
89d07f3419
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user