diff --git a/src/core/EVM/publicClient.ts b/src/core/EVM/publicClient.ts index 39de6193..42be0c40 100644 --- a/src/core/EVM/publicClient.ts +++ b/src/core/EVM/publicClient.ts @@ -22,7 +22,9 @@ export const getPublicClient = async ( url.startsWith('wss') ? webSocket(url) : http(url, { - batch: true, + batch: { + batchSize: 64, + }, }) ) const _chain = await config.getChainById(chainId)