Merge pull request #128 from richard-ramos/fix/rln/addr

This commit is contained in:
fryorcraken.eth 2022-10-06 10:02:03 +11:00 committed by GitHub
commit a8b8fb1513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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