dep: update module hash
This commit is contained in:
parent
ba33f33fdc
commit
11cc94f2c1
|
@ -2,7 +2,7 @@ import { Client, factory } from "@lumeweb/libkernel/module";
|
|||
import type { Peer } from "@lumeweb/libpeerdiscovery";
|
||||
import { hexToBuf } from "@lumeweb/libweb";
|
||||
|
||||
const MODULE = "z3o47aaLSspwrXzmu5mjuHPwaq3gRbyYQ3jL9RM1ammuHGB7uxSFBK2dRjqR";
|
||||
const MODULE = "zdiLW9MtAAMssP5vLBgd1FitouiVXzNUYZszFYG44uVKqCPDqUQox9aq1y";
|
||||
|
||||
export class PeerDiscoveryClient extends Client {
|
||||
public async register(source: string): Promise<void> {
|
||||
|
|
Loading…
Reference in New Issue