Compare commits
No commits in common. "27dce710a6e3c5550cfa84a61067b075453c8ebd" and "ca22b4e753b270d367c980ead0d7c235116b9fd1" have entirely different histories.
27dce710a6
...
ca22b4e753
|
@ -60,4 +60,4 @@ export class IPFSClient extends Client {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const createClient = factory(IPFSClient, "AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg");
|
export const createClient = factory(IPFSClient, "AAD_sKxIPbN-n7sNpYycq0M6wyix_UMIhqFiUPILfKiuqA");
|
||||||
|
|
|
@ -87,5 +87,5 @@ export class IPFSClient extends Client {
|
||||||
|
|
||||||
export const createClient = factory<IPFSClient>(
|
export const createClient = factory<IPFSClient>(
|
||||||
IPFSClient,
|
IPFSClient,
|
||||||
"AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg"
|
"AAD_sKxIPbN-n7sNpYycq0M6wyix_UMIhqFiUPILfKiuqA"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue