Compare commits
No commits in common. "a731d066d6402eadc5c7e2e1a7003adf7c669bb6" and "e2bfe2e7fe1ed1e03648a258b38cc614caa93fdb" have entirely different histories.
a731d066d6
...
e2bfe2e7fe
|
@ -45,4 +45,4 @@ export class IPFSClient extends Client {
|
|||
};
|
||||
}
|
||||
}
|
||||
export const createClient = factory(IPFSClient, "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA");
|
||||
export const createClient = factory(IPFSClient, "AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew");
|
||||
|
|
|
@ -68,5 +68,5 @@ export class IPFSClient extends Client {
|
|||
|
||||
export const createClient = factory<IPFSClient>(
|
||||
IPFSClient,
|
||||
"AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA"
|
||||
"AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue