Skip to content

Commit

Permalink
fix: temp deny list because the node fails in the sync (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pentreathm authored Oct 22, 2024
1 parent 6dd2e9b commit 05a3f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/handlers/about-main-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { HandlerContextWithPath, ServiceUnavailableError } from '../../types'
import { About } from '@dcl/catalyst-api-specs/lib/client'
import { randomInt } from 'crypto'

const BLACKLISTED_CATALYSTS = ['interconnected.online']
const BLACKLISTED_CATALYSTS = ['peer-eu1.decentraland.org']

export async function aboutMainHandler(
context: Pick<HandlerContextWithPath<'catalystsProvider' | 'mainRealmProvider', '/main/about'>, 'components' | 'url'>
Expand Down

0 comments on commit 05a3f7f

Please sign in to comment.