Skip to content

Commit 6a2e7b1

Browse files
committed
update ipfs gateway live
1 parent d871740 commit 6a2e7b1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lib/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ import https from 'https';
33

44
const 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
];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)