From ceb9c627a0eacbb56d306e90d581b017090931f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:57:22 +0100 Subject: [PATCH] Fix lisk config --- src/lib/config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index a88a3b5..83b2f6e 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -548,7 +548,11 @@ export const RPC_CONFIG: Record = { }, lisk: { ...defaultConfig, - url: RPC_FORCE_URL || process.env.LISK_RPC_URL || 'https://rpc.api.lisk.com', + url: RPC_FORCE_URL || process.env.LISK_RPC_URL || 'https://lisk.drpc.org', + batch: { + jsonRpc: false, + multicall: false, // drpc has low timeout so we avoid using multicall + }, contracts: { ...defaultContracts, harvestLens: '0x507c863E3d2FDca55054b90966f1fbA107CEb318',