use waku/rln from npm
This commit is contained in:
parent
ca500408e0
commit
83c694d3c6
|
@ -142,19 +142,12 @@
|
|||
|
||||
import { protobuf } from "https://taisukef.github.io/protobuf-es.js/dist/protobuf-es.js";
|
||||
|
||||
// import {
|
||||
// create,
|
||||
// MembershipKey,
|
||||
// RLNDecoder,
|
||||
// RLNEncoder,
|
||||
// } from "https://unpkg.com/@waku/rln@0.0.12-6875952/bundle/index.js";
|
||||
|
||||
import {
|
||||
create,
|
||||
MembershipKey,
|
||||
RLNDecoder,
|
||||
RLNEncoder,
|
||||
} from "./bundle/index.js";
|
||||
} from "https://unpkg.com/@waku/rln@0.0.13/bundle/index.js";
|
||||
|
||||
import { ethers } from "https://unpkg.com/ethers@5.7.2/dist/ethers.esm.min.js";
|
||||
|
||||
|
|
Loading…
Reference in New Issue