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