chore: bump ethers

This commit is contained in:
fryorcraken.eth 2022-11-18 12:58:13 +11:00
parent 985f738a99
commit 27b17d70d7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
RLNEncoder RLNEncoder
} from "https://unpkg.com/@waku/rln@0.0.12-6875952/bundle/index.js"; } 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') const statusSpan = document.getElementById('status')