remove dappConnection and errors in console
This commit is contained in:
parent
c0af58af16
commit
118f034859
|
@ -3,7 +3,7 @@
|
|||
"versions": {
|
||||
"ipfs-api": "17.2.4"
|
||||
},
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"ipfs_bin": "ipfs",
|
||||
"provider": "ipfs",
|
||||
"available_providers": ["ipfs"],
|
||||
|
@ -13,11 +13,7 @@
|
|||
"port": 5001,
|
||||
"protocol": "https",
|
||||
"getUrl": "https://ipfs.infura.io/ipfs"
|
||||
},
|
||||
"dappConnection":[
|
||||
{"provider": "swarm", "host": "localhost", "port": 8500, "getUrl": "http://localhost:8500/bzz:/"},
|
||||
{"provider": "ipfs", "host": "ipfs.infura.io", "port": 5001, "getUrl": "https://ipfs.infura.io/ipfs"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"enabled": true,
|
||||
|
|
Loading…
Reference in New Issue