From bf23ce90426cfa23a3b7f59d858af854a568c3c9 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 5 Oct 2022 18:37:40 -0400 Subject: [PATCH] fix(rln-js): use rln contract address from chat2 rln tutorial --- rln-js/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rln-js/index.html b/rln-js/index.html index f7be4a8..baf96ef 100644 --- a/rln-js/index.html +++ b/rln-js/index.html @@ -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",