fix(rln-js): use rln contract address from chat2 rln tutorial
This commit is contained in:
parent
6e48883206
commit
bf23ce9042
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue