mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
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 { 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 {
|
import {
|
||||||
create,
|
create,
|
||||||
MembershipKey,
|
MembershipKey,
|
||||||
RLNDecoder,
|
RLNDecoder,
|
||||||
RLNEncoder,
|
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";
|
import { ethers } from "https://unpkg.com/ethers@5.7.2/dist/ethers.esm.min.js";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user