From 27b17d70d774230861b2dfb236d15249eecbc6ad Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 18 Nov 2022 12:58:13 +1100 Subject: [PATCH] chore: bump ethers --- rln-js/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rln-js/index.html b/rln-js/index.html index 87698e2..33577c0 100644 --- a/rln-js/index.html +++ b/rln-js/index.html @@ -120,7 +120,7 @@ RLNEncoder } from "https://unpkg.com/@waku/rln@0.0.12-6875952/bundle/index.js"; - import {ethers} from "https://unpkg.com/ethers@5.0.7/dist/ethers-all.esm.min.js" + import {ethers} from "https://unpkg.com/ethers@5.7.2/dist/ethers.esm.min.js" const statusSpan = document.getElementById('status')