Skip to content

Commit

Permalink
[NO-JIRA] Remove internal endpoint referenced in blockchain data conf…
Browse files Browse the repository at this point in the history
…ig (#1184)

Co-authored-by: Allan Almeida <[email protected]>
  • Loading branch information
allan-almeida and allan-almeida-imtbl authored Nov 20, 2023
1 parent 8ca7317 commit 2a82207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blockchain-data/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class BlockchainDataConfiguration {
}
case Environment.PRODUCTION: {
this.apiConfig = createAPIConfiguration({
basePath: 'https://indexer-mr.imtbl.com',
basePath: 'https://api.immutable.com',
baseConfig,
});
break;
Expand Down

0 comments on commit 2a82207

Please sign in to comment.