Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 20, 2025
1 parent 3ee7907 commit 6eccdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ export class Provider {
providerUri,
providerEndpoints
)
const isFree = freeEnvironment ? true : !chainId
const computeStartUrl = await this.getComputeStartRoutes(providerUri, isFree)

const computeStartUrl = await this.getComputeStartRoutes(providerUri, freeEnvironment)
console.log('compute start url: ', computeStartUrl)

if (!computeStartUrl) {
Expand Down

0 comments on commit 6eccdb8

Please sign in to comment.