1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

update ddo service

This commit is contained in:
Bogdan Fazakas 2023-01-19 14:53:56 +02:00
parent 716f930906
commit fda546c236

View File

@ -61,18 +61,12 @@ const ddoWithNoTimeout = {
},
services: [
{
id: 'notAnId',
type: 'compute',
id: 'testFakeId',
type: 'access',
files: '',
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
datatokenAddress: '0x0',
serviceEndpoint: 'http://172.15.0.4:8030',
timeout: 0,
compute: {
publisherTrustedAlgorithmPublishers: [],
publisherTrustedAlgorithms: [],
allowRawAlgorithm: true,
allowNetworkAccess: true
}
timeout: 0
}
]
}