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';
3
3
4
4
const gateways : string [ ] = [
5
5
'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}' ,
9
6
'https://{hash}.ipfs.dweb.link' ,
10
7
'https://{hash}.ipfs.nftstorage.link' ,
11
8
'https://{hash}.ipfs.w3s.link' ,
12
- 'https://{hash}.ipfs.cf-ipfs.com' ,
13
9
'https://{hash}.ipfs.4everland.io' ,
14
- 'https://{hash}.ipfs.gw3.io' ,
15
10
'https://gateway.pinata.cloud/ipfs/{hash}' ,
16
11
'https://ipfs.quicknode.com/ipfs/{hash}' ,
17
12
] ;
Original file line number Diff line number Diff line change 2
2
"name" : " public-ipfs-gateway" ,
3
3
"description" : " Get Public IPFS gateway url easily" ,
4
4
"author" : " codev911" ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"main" : " ./dist/index.js" ,
7
7
"module" : " ./dist/index.mjs" ,
8
8
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments