Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 3, 2025
1 parent b9cae0e commit c565f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export function getAllowedValidators(isStartup?: boolean): string[] {

function getAllowedValidatorsList(isStartup?: boolean): AccessListContract | null {
if (
existsEnvironmentVariable(ENVIRONMENT_VARIABLES.AUTHORIZED_PUBLISHERS_LIST, isStartup)
existsEnvironmentVariable(ENVIRONMENT_VARIABLES.ALLOWED_VALIDATORS_LIST, isStartup)
) {
try {
const publisherAccessList = JSON.parse(
Expand Down

0 comments on commit c565f9f

Please sign in to comment.