Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
[LB-4618] Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekop-l2b committed Apr 8, 2024
1 parent a71cfc4 commit 354e286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"@types/lodash": "^4.14.198",
"@types/node-fetch": "^2.6.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/discovery/src/config/config.discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function getChainConfig(chain: string): DiscoveryChainConfig {
rpcUrl: env.string([
`${ENV_NAME}_RPC_URL_FOR_DISCOVERY`,
`${ENV_NAME}_RPC_URL`,
`DISCOVERY_${ENV_NAME}_RPC_URL`
`DISCOVERY_${ENV_NAME}_RPC_URL`,
]),
rpcGetLogsMaxRange: env.optionalInteger([
`${ENV_NAME}_RPC_GETLOGS_MAX_RANGE_FOR_DISCOVERY`,
Expand Down

0 comments on commit 354e286

Please sign in to comment.