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