Compare commits
No commits in common. "dd7cfcbfab39578b7370d135352fef5e38fd2c8e" and "fe9045cf82a30aef89ebc74559485ebbe8cd18cc" have entirely different histories.
dd7cfcbfab
...
fe9045cf82
|
@ -45,4 +45,4 @@ export class IPFSClient extends Client {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const createClient = factory(IPFSClient, "_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw");
|
export const createClient = factory(IPFSClient, "_AkimjN5qo5cYklxdBNszsxh6VXgypNZVq4zk_BIS3s76A");
|
||||||
|
|
|
@ -68,5 +68,5 @@ export class IPFSClient extends Client {
|
||||||
|
|
||||||
export const createClient = factory<IPFSClient>(
|
export const createClient = factory<IPFSClient>(
|
||||||
IPFSClient,
|
IPFSClient,
|
||||||
"_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw"
|
"_AkimjN5qo5cYklxdBNszsxh6VXgypNZVq4zk_BIS3s76A"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue