1
0
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:
Miquel A. Cabot 2022-07-06 12:23:17 +02:00 committed by GitHub
parent c731110596
commit 869ef38fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -190,7 +190,7 @@ Next, we define the metadata that will describe our data asset. This is what we
type: 'access',
files: '',
datatokenAddress: '0x0',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0
}
]

View File

@ -190,7 +190,7 @@ describe('Marketplace flow tests', async () => {
type: 'access',
files: '',
datatokenAddress: '0x0',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0
}
]

View File

@ -91,7 +91,7 @@ const ddoWithNoTimeout = {
type: 'compute',
files: '',
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0,
compute: {
publisherTrustedAlgorithmPublishers: [],
@ -128,7 +128,7 @@ const ddoWith1mTimeout = {
type: 'compute',
files: '',
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 60,
compute: {
publisherTrustedAlgorithmPublishers: [],
@ -186,7 +186,7 @@ const algoDdoWithNoTimeout = {
type: 'access',
files: '',
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0
}
]
@ -228,7 +228,7 @@ const algoDdoWith1mTimeout = {
type: 'access',
files: '',
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 60
}
]

View File

@ -68,7 +68,7 @@ describe('Publish tests', async () => {
description: 'Download service',
files: '',
datatokenAddress: '0x0',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0
}
]

View File

@ -56,7 +56,7 @@ describe('Simple Publish & consume test', async () => {
type: 'access',
files: '',
datatokenAddress: '0x0',
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
timeout: 0
}
]