*Update cid

This commit is contained in:
Derrick Hammer 2023-01-31 10:16:58 -05:00
parent 5f3056d697
commit ec966974f6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -29,4 +29,4 @@ export class PeerDiscoveryClient extends Client {
return await this.callModuleReturn("discover", { pubkey }); return await this.callModuleReturn("discover", { pubkey });
} }
} }
export const createClient = factory(PeerDiscoveryClient, "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"); export const createClient = factory(PeerDiscoveryClient, "FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A");

View File

@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client {
export const createClient = factory<PeerDiscoveryClient>( export const createClient = factory<PeerDiscoveryClient>(
PeerDiscoveryClient, PeerDiscoveryClient,
"FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA" "FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A"
); );
export { Peer }; export { Peer };