Compare commits

..

No commits in common. "a731d066d6402eadc5c7e2e1a7003adf7c669bb6" and "e2bfe2e7fe1ed1e03648a258b38cc614caa93fdb" have entirely different histories.

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, "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA");
export const createClient = factory(IPFSClient, "AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew");

View File

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