From b2789d1b54c8917fa15d8cb9bdbe71f4c8f98261 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 19 Oct 2023 03:09:09 +0200 Subject: [PATCH] update mock --- examples/rln-js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/rln-js/index.js b/examples/rln-js/index.js index 7660fa7..13110aa 100644 --- a/examples/rln-js/index.js +++ b/examples/rln-js/index.js @@ -49,7 +49,6 @@ async function initRLN(ui) { }; const provider = new ethers.providers.Web3Provider(window.ethereum, "any"); - window.tmp = provider; ui.setRlnStatus("WASM Blob download in progress..."); const rlnInstance = await create();