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();