Compare commits

..

No commits in common. "dd7cfcbfab39578b7370d135352fef5e38fd2c8e" and "fe9045cf82a30aef89ebc74559485ebbe8cd18cc" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -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");

View File

@ -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"
); );