Compare commits
2 Commits
a731d066d6
...
cac70c39f4
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | cac70c39f4 | |
Derrick Hammer | cbdd19a202 |
|
@ -45,4 +45,4 @@ export class IPFSClient extends Client {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const createClient = factory(IPFSClient, "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA");
|
export const createClient = factory(IPFSClient, "AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA");
|
||||||
|
|
|
@ -68,5 +68,5 @@ export class IPFSClient extends Client {
|
||||||
|
|
||||||
export const createClient = factory<IPFSClient>(
|
export const createClient = factory<IPFSClient>(
|
||||||
IPFSClient,
|
IPFSClient,
|
||||||
"AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA"
|
"AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue