From e78d366b81cb79d5113db6e3191c5819be7287fa Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 19 Oct 2023 03:32:53 +0200 Subject: [PATCH] up rln version --- 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 13110aa..eb9ff03 100644 --- a/examples/rln-js/index.js +++ b/examples/rln-js/index.js @@ -13,7 +13,7 @@ import { RLNEncoder, RLNContract, SEPOLIA_CONTRACT, -} from "https://unpkg.com/@waku/rln@0.1.1/bundle/index.js"; +} from "https://unpkg.com/@waku/rln@0.1.1-fa49e29/bundle/index.js"; import { ethers } from "https://unpkg.com/ethers@5.7.2/dist/ethers.esm.min.js"; const ContentTopic = "/toy-chat/2/luzhou/proto";