From 77e39dfa37cca14014a9038f531d6ab5fe0956e7 Mon Sep 17 00:00:00 2001 From: eagle Date: Wed, 10 Jan 2024 18:46:39 +0530 Subject: [PATCH] fix: round loading error on builder (#2794) --- packages/builder/src/actions/rounds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/actions/rounds.ts b/packages/builder/src/actions/rounds.ts index dc6e32770c..23b4077920 100644 --- a/packages/builder/src/actions/rounds.ts +++ b/packages/builder/src/actions/rounds.ts @@ -342,7 +342,7 @@ export const loadRound = } `, chainId!, - { roundId: address } + { roundId: address.toLowerCase() } ); roundPayoutStrategy = resp.data.rounds[0].payoutStrategy ? resp.data.rounds[0].payoutStrategy.strategyName