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