mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-04 01:44:24 +00:00
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:
parent
0f633cd04e
commit
6d844d72e5
@ -13,7 +13,7 @@
|
||||
|
||||
"dappConnection": [
|
||||
"$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/"}
|
||||
]
|
||||
},
|
||||
@ -23,7 +23,7 @@
|
||||
"provider": "swarm",
|
||||
"host": "localhost",
|
||||
"port": 8500,
|
||||
"getUrl": "http://localhost:8500/bzzr:/"
|
||||
"getUrl": "http://localhost:8500/bzz-raw:/"
|
||||
}
|
||||
},
|
||||
"livenet": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user