Skip to content

Commit

Permalink
debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 19, 2025
1 parent 9184f3e commit aeb2d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/services/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,8 @@ export class Provider {
: null
}

console.log('url: ', computeStartUrl)

const consumerAddress = await consumer.getAddress()
const nonce = (
(await this.getNonce(
Expand Down Expand Up @@ -770,6 +772,7 @@ export class Provider {
if (!computeStartUrl) {
return null
}
console.log('payload:', payload)
let response
try {
response = await fetch(computeStartUrl, {
Expand Down
1 change: 0 additions & 1 deletion test/integration/ComputeExamples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ describe('Compute-to-data example tests', async () => {
it('9.1 Fetch compute environments from provider', async () => {
/// ```Typescript
computeEnvs = await ProviderInstance.getComputeEnvironments(providerUrl)
console.log('FOUND computeEnvs: ', computeEnvs)
/// ```
/// <!--
assert(computeEnvs, 'No Compute environments found')
Expand Down

0 comments on commit aeb2d58

Please sign in to comment.