File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,10 @@ import https from 'https';
33
44const gateways : string [ ] = [
55 'https://ipfs.io/ipfs/{hash}' ,
6- 'https://cloudflare-ipfs.com/ipfs/{hash}' ,
7- 'https://gateway.ipfs.io/ipfs/{hash}' ,
8- 'https://ipfs.runfission.com/ipfs/{hash}' ,
96 'https://{hash}.ipfs.dweb.link' ,
107 'https://{hash}.ipfs.nftstorage.link' ,
118 'https://{hash}.ipfs.w3s.link' ,
12- 'https://{hash}.ipfs.cf-ipfs.com' ,
139 'https://{hash}.ipfs.4everland.io' ,
14- 'https://{hash}.ipfs.gw3.io' ,
1510 'https://gateway.pinata.cloud/ipfs/{hash}' ,
1611 'https://ipfs.quicknode.com/ipfs/{hash}' ,
1712] ;
Original file line number Diff line number Diff line change 22 "name" : " public-ipfs-gateway" ,
33 "description" : " Get Public IPFS gateway url easily" ,
44 "author" : " codev911" ,
5- "version" : " 1.1.0 " ,
5+ "version" : " 1.1.1 " ,
66 "main" : " ./dist/index.js" ,
77 "module" : " ./dist/index.mjs" ,
88 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments