fix(rln-js): use rln contract address from chat2 rln tutorial

This commit is contained in:
Richard Ramos 2022-10-05 18:37:40 -04:00
parent 6e48883206
commit bf23ce9042
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@
}
}
const rlnDeployBlk = 7677135;
const rlnAddress = "0x367F3e869cF2E1DD28644E308b42652cb6fcDA72";
const rlnDeployBlk = 7109391;
const rlnAddress = "0x4252105670fe33d2947e8ead304969849e64f2a6";
const rlnAbi = [
"function MEMBERSHIP_DEPOSIT() public view returns(uint256)",
"function register(uint256 pubkey) external payable",