Compare commits

..

2 Commits

Author SHA1 Message Date
Derrick Hammer 27dce710a6
*update dist 2023-04-16 22:45:58 -04:00
Derrick Hammer b2c57a2ea7
*update module hash 2023-04-16 22:45:45 -04:00
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -60,4 +60,4 @@ export class IPFSClient extends Client {
};
}
}
export const createClient = factory(IPFSClient, "AAD_sKxIPbN-n7sNpYycq0M6wyix_UMIhqFiUPILfKiuqA");
export const createClient = factory(IPFSClient, "AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg");

View File

@ -87,5 +87,5 @@ export class IPFSClient extends Client {
export const createClient = factory<IPFSClient>(
IPFSClient,
"AAD_sKxIPbN-n7sNpYycq0M6wyix_UMIhqFiUPILfKiuqA"
"AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg"
);