Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Sep 18, 2021
1 parent 2b6245c commit a9b4fe3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/js/client/src/default-client-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export const getDefaultClientConfig = Tracer.traceFunc(
uri: new Uri("w3://ens/ipfs.web3api.eth"),
plugin: ipfsPlugin({
provider: "https://ipfs.fleek.co",
fallbackProviders: [
"https://ipfs.io",
"https://ipfs.infura.io",
],
fallbackProviders: ["https://ipfs.io", "https://ipfs.infura.io"],
}),
},
// ENS is required for resolving domain to IPFS hashes
Expand Down

0 comments on commit a9b4fe3

Please sign in to comment.