mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
added logs
This commit is contained in:
parent
f21f606b49
commit
cc7de98b63
@ -254,6 +254,7 @@ export class Provider {
|
||||
if (validUntil) initializeUrl += '&validUntil=' + validUntil
|
||||
try {
|
||||
const response = await getMethod('GET', initializeUrl)
|
||||
console.log('initialize response', response)
|
||||
const results: ProviderInitialize = await response.json()
|
||||
return results
|
||||
} catch (e) {
|
||||
|
@ -295,6 +295,7 @@ describe('Simple compute tests', async () => {
|
||||
'env1',
|
||||
providerValidUntil.toString()
|
||||
)
|
||||
console.log('initializeData', initializeData)
|
||||
const providerDatasetFees: ProviderFees = {
|
||||
providerFeeAddress: initializeData.providerFee.providerFeeAddress,
|
||||
providerFeeToken: initializeData.providerFee.providerFeeToken,
|
||||
|
Loading…
x
Reference in New Issue
Block a user