Compare commits

..

2 Commits

Author SHA1 Message Date
Derrick Hammer 63bd27fed2
*Update dist 2023-02-01 12:46:08 -05:00
Derrick Hammer a8b3c35c89
*Update module hash 2023-02-01 12:45:53 -05:00
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, "FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A");
export const createClient = factory(PeerDiscoveryClient, "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA");

View File

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