File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
"description" : " Local IPFS node" ,
21
21
"url" : " http://127.0.0.1:5001"
22
22
},
23
+ {
24
+ "description" : " Local IPFS node (common alt port)" ,
25
+ "url" : " http://localhost:5002"
26
+ },
27
+ {
28
+ "description" : " Local IPFS node (common alt port)" ,
29
+ "url" : " http://127.0.0.1:5002"
30
+ },
23
31
{
24
32
"description" : " Infura hosted IPFS node" ,
25
33
"url" : " https://ipfs.infura.io:5001"
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ const EXTRA_APIS: { [urlPrefix: string]: 'ipfs' | 'ethereum' } = {
46
46
// See the 'servers' field in /extra-apis/ipfs.json:
47
47
'localhost:5001/api/v0' : 'ipfs' ,
48
48
'127.0.0.1:5001/api/v0' : 'ipfs' ,
49
+ 'localhost:5002/api/v0' : 'ipfs' ,
50
+ '127.0.0.1:5002/api/v0' : 'ipfs' ,
49
51
'ipfs.infura.io:5001/api/v0' : 'ipfs' ,
50
52
51
53
// See the 'servers' field in /extra-apis/ethereum.json:
You can’t perform that action at this time.
0 commit comments