Enable more networks (safe doesn't do what we want)

This commit is contained in:
Greg Karékinian
2017-05-08 18:24:51 +02:00
parent e871095bb4
commit f1d48b9a68
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ parity_node "dev" do
rpc: {
port: rpc_port,
cors: "*",
apis: ["safe"],
apis: ["web3", "net", "traces", "rpc", "eth"],
hosts: ["all"],
},
dapps: {