Skip to content

Commit

Permalink
delet
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Sep 27, 2024
1 parent 3148f01 commit 03cf4f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relayer/RelayerClientHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export async function constructRelayerClients(
spokePoolClients = Object.fromEntries(
await sdkUtils.mapAsync(enabledChains ?? configStoreClient.getEnabledChains(), async (chainId) => {
const opts = {
path: config.indexerPath,
lookback: config.maxRelayerLookBack,
blockRange: config.maxBlockLookBack[chainId],
path: config.listenerPath[chainId],
Expand Down

0 comments on commit 03cf4f8

Please sign in to comment.