We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432e56d commit 68bad48Copy full SHA for 68bad48
scripts/getAllFunctions.ts
@@ -15,7 +15,7 @@ import pRetry from 'p-retry'
15
16
export const getAllFunctions = async () => {
17
const registry = await fetchRegistry()
18
- const get = ipfsGet('https://gateway.pinata.cloud/ipfs')
+ const get = ipfsGet('https://cloudflare-ipfs.com/ipfs')
19
const tasks = registry.map(({ id, ipfs: cid }) => async () => {
20
const queue = new pQueue({ concurrency: 1 })
21
return queue.add(async () => {
0 commit comments