Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 10, 2025
1 parent b8d21e6 commit 260f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/build/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const clients = {};
for (const network of global.PONDER_INDEXING_BUILD.networks) {
clients[network.chainId] = createPublicClient({
chain: network.chain,
transport: network.transport
transport: () => network.transport
})
}
Expand Down

0 comments on commit 260f7fa

Please sign in to comment.