Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer cac70c39f4
*update dist 2023-04-09 13:09:12 -04:00
Derrick Hammer cbdd19a202
*update module hash 2023-04-09 13:08:40 -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, "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA"); export const createClient = factory(IPFSClient, "AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA");

View File

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