Compare commits

..

2 Commits

Author SHA1 Message Date
Derrick Hammer a731d066d6
*update dist 2023-04-05 16:06:36 -04:00
Derrick Hammer de3daf7530
*update module hash 2023-04-05 16:06:10 -04:00
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -45,4 +45,4 @@ export class IPFSClient extends Client {
};
}
}
export const createClient = factory(IPFSClient, "AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew");
export const createClient = factory(IPFSClient, "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA");

View File

@ -68,5 +68,5 @@ export class IPFSClient extends Client {
export const createClient = factory<IPFSClient>(
IPFSClient,
"AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew"
"AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA"
);