mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
review provider URL (#1554)
This commit is contained in:
parent
c731110596
commit
869ef38fc3
@ -190,7 +190,7 @@ Next, we define the metadata that will describe our data asset. This is what we
|
|||||||
type: 'access',
|
type: 'access',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0x0',
|
datatokenAddress: '0x0',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -190,7 +190,7 @@ describe('Marketplace flow tests', async () => {
|
|||||||
type: 'access',
|
type: 'access',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0x0',
|
datatokenAddress: '0x0',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -91,7 +91,7 @@ const ddoWithNoTimeout = {
|
|||||||
type: 'compute',
|
type: 'compute',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0,
|
timeout: 0,
|
||||||
compute: {
|
compute: {
|
||||||
publisherTrustedAlgorithmPublishers: [],
|
publisherTrustedAlgorithmPublishers: [],
|
||||||
@ -128,7 +128,7 @@ const ddoWith1mTimeout = {
|
|||||||
type: 'compute',
|
type: 'compute',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 60,
|
timeout: 60,
|
||||||
compute: {
|
compute: {
|
||||||
publisherTrustedAlgorithmPublishers: [],
|
publisherTrustedAlgorithmPublishers: [],
|
||||||
@ -186,7 +186,7 @@ const algoDdoWithNoTimeout = {
|
|||||||
type: 'access',
|
type: 'access',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -228,7 +228,7 @@ const algoDdoWith1mTimeout = {
|
|||||||
type: 'access',
|
type: 'access',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 60
|
timeout: 60
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -68,7 +68,7 @@ describe('Publish tests', async () => {
|
|||||||
description: 'Download service',
|
description: 'Download service',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0x0',
|
datatokenAddress: '0x0',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -56,7 +56,7 @@ describe('Simple Publish & consume test', async () => {
|
|||||||
type: 'access',
|
type: 'access',
|
||||||
files: '',
|
files: '',
|
||||||
datatokenAddress: '0x0',
|
datatokenAddress: '0x0',
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
||||||
timeout: 0
|
timeout: 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user