fix(@embark/swarm): update url-scheme to bzz-raw

bzzr was removed in swarm 0.4.0. This change is necessary to this test dapp work with swarm 0.4.0.
This commit is contained in:
Ricardo Guilherme Schmidt 2019-05-29 11:19:41 -03:00 committed by Pascal Precht
parent 0f633cd04e
commit 6d844d72e5

View File

@ -13,7 +13,7 @@
"dappConnection": [ "dappConnection": [
"$BZZ", "$BZZ",
{"provider": "swarm", "host": "localhost", "port": 8500, "getUrl": "http://localhost:8500/bzzr:/"}, {"provider": "swarm", "host": "localhost", "port": 8500, "getUrl": "http://localhost:8500/bzz-raw:/"},
{"provider": "ipfs", "host": "localhost", "port": 5001, "getUrl": "http://localhost:8080/ipfs/"} {"provider": "ipfs", "host": "localhost", "port": 5001, "getUrl": "http://localhost:8080/ipfs/"}
] ]
}, },
@ -23,7 +23,7 @@
"provider": "swarm", "provider": "swarm",
"host": "localhost", "host": "localhost",
"port": 8500, "port": 8500,
"getUrl": "http://localhost:8500/bzzr:/" "getUrl": "http://localhost:8500/bzz-raw:/"
} }
}, },
"livenet": { "livenet": {