Enable more networks (safe doesn't do what we want)
This commit is contained in:
parent
e871095bb4
commit
f1d48b9a68
@ -26,7 +26,7 @@ parity_node "dev" do
|
|||||||
rpc: {
|
rpc: {
|
||||||
port: rpc_port,
|
port: rpc_port,
|
||||||
cors: "*",
|
cors: "*",
|
||||||
apis: ["safe"],
|
apis: ["web3", "net", "traces", "rpc", "eth"],
|
||||||
hosts: ["all"],
|
hosts: ["all"],
|
||||||
},
|
},
|
||||||
dapps: {
|
dapps: {
|
||||||
|
@ -28,7 +28,7 @@ parity_node "testnet" do
|
|||||||
rpc: {
|
rpc: {
|
||||||
port: rpc_port,
|
port: rpc_port,
|
||||||
cors: "*",
|
cors: "*",
|
||||||
apis: ["safe"],
|
apis: ["web3", "net", "traces", "rpc", "eth"],
|
||||||
hosts: ["all"],
|
hosts: ["all"],
|
||||||
},
|
},
|
||||||
dapps: {
|
dapps: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user