Compare commits

..

2 Commits

Author SHA1 Message Date
Derrick Hammer dd7cfcbfab
*update dist 2023-04-04 06:34:02 -04:00
Derrick Hammer 9d7cefd703
*update module hash 2023-04-04 06:33:41 -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, "_AkimjN5qo5cYklxdBNszsxh6VXgypNZVq4zk_BIS3s76A");
export const createClient = factory(IPFSClient, "_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw");

View File

@ -68,5 +68,5 @@ export class IPFSClient extends Client {
export const createClient = factory<IPFSClient>(
IPFSClient,
"_AkimjN5qo5cYklxdBNszsxh6VXgypNZVq4zk_BIS3s76A"
"_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw"
);