Skip to content

Commit

Permalink
peer is the new load balancer (decentraland#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz authored Mar 29, 2022
1 parent ee537e1 commit 8299945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/modules/catalyst/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { log } from '@graphprotocol/graph-ts'
export function getCatalystBase(): string {
let network = dataSource.network()
if (network == 'mainnet' || network == 'matic') {
return 'https://peer-lb.decentraland.org'
return 'https://peer.decentraland.org'
}

if (network == 'ropsten' || network == 'goerli' || network == 'mumbai') {
Expand Down

0 comments on commit 8299945

Please sign in to comment.