Compare commits

..

No commits in common. "63bd27fed253f3fd7e94a357d8ce88809328f34c" and "cb2e5b71e60c320e59011ee70d6edd979b3f3fa5" have entirely different histories.

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 });
}
}
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>(
PeerDiscoveryClient,
"FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"
"FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A"
);
export { Peer };