mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 09:47:06 +01:00
update compute privacy
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
f64ddb0f78
commit
691b8008ec
@ -114,7 +114,8 @@ function usePublish(): UsePublish {
|
||||
const origComputePrivacy: ServiceComputePrivacy = {
|
||||
allowRawAlgorithm: true,
|
||||
allowNetworkAccess: false,
|
||||
publisherTrustedAlgorithms: []
|
||||
publisherTrustedAlgorithms: [],
|
||||
allowAllPublishedAlgorithms: false
|
||||
}
|
||||
const computeService = ocean.compute.createComputeService(
|
||||
account,
|
||||
|
Loading…
Reference in New Issue
Block a user