mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-03-02 19:10:49 +00:00
add https for infura ipfs methods
This commit is contained in:
parent
bfb406e965
commit
2f4444d667
@ -11,6 +11,7 @@
|
|||||||
"provider": "ipfs",
|
"provider": "ipfs",
|
||||||
"host": "ipfs.infura.io",
|
"host": "ipfs.infura.io",
|
||||||
"port": 5001,
|
"port": 5001,
|
||||||
|
"protocol": "https",
|
||||||
"getUrl": "https://ipfs.infura.io/ipfs"
|
"getUrl": "https://ipfs.infura.io/ipfs"
|
||||||
},
|
},
|
||||||
"dappConnection":[
|
"dappConnection":[
|
||||||
@ -23,6 +24,6 @@
|
|||||||
"provider": "ipfs",
|
"provider": "ipfs",
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 5001,
|
"port": 5001,
|
||||||
"getUrl": "http://localhost:8080/ipfs/"
|
"getUrl": "https://localhost:8080/ipfs/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user