From 863bc88400aa1bc2e1eaf70ba1a00ce25be160ae Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 13 Apr 2023 20:15:45 +0200 Subject: [PATCH] change block number --- examples/rln-js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rln-js/index.js b/examples/rln-js/index.js index d5c1f81..7f41bd1 100644 --- a/examples/rln-js/index.js +++ b/examples/rln-js/index.js @@ -23,7 +23,7 @@ const ProtoChatMessage = new protobuf.Type("ChatMessage") .add(new protobuf.Field("nick", 2, "string")) .add(new protobuf.Field("text", 3, "bytes")); -const rlnDeployBlk = 8818900; +const rlnDeployBlk = 8824425; const rlnAddress = "0x4252105670fe33d2947e8ead304969849e64f2a6"; const SIGNATURE_MESSAGE =