Skip to content

Commit 68bad48

Browse files
committed
use cloudflare instead of pinata
1 parent 432e56d commit 68bad48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/getAllFunctions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import pRetry from 'p-retry'
1515

1616
export const getAllFunctions = async () => {
1717
const registry = await fetchRegistry()
18-
const get = ipfsGet('https://gateway.pinata.cloud/ipfs')
18+
const get = ipfsGet('https://cloudflare-ipfs.com/ipfs')
1919
const tasks = registry.map(({ id, ipfs: cid }) => async () => {
2020
const queue = new pQueue({ concurrency: 1 })
2121
return queue.add(async () => {

0 commit comments

Comments
 (0)