Skip to content

Commit

Permalink
fix: ID-1369 Updated production generated-clients config
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfowler authored Jan 29, 2024
1 parent 935f18e commit bac3e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/internal/generated-clients/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export type MultiRollupAPIConfiguration = {
export const multiRollupConfig = {
getProduction: (): MultiRollupAPIConfiguration => ({
indexer: createConfig({
basePath: 'https://indexer-mr.imtbl.com',
basePath: 'https://api.immutable.com',
}),
orderBook: createConfig({
basePath: 'https://order-book-mr.imtbl.com',
basePath: 'https://api.immutable.com',
}),
passport: createConfig({
basePath: 'https://api.immutable.com',
Expand Down

0 comments on commit bac3e5a

Please sign in to comment.