We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5f878 commit 3de4355Copy full SHA for 3de4355
src/utils.ts
@@ -87,5 +87,5 @@ export const isPoolFinalised = async (
87
chainId,
88
roundId: alloPoolId,
89
});
90
- return roundDistributions.rounds.length > 0;
+ return Number(roundDistributions.rounds[0].totalDistributed) > 0;
91
};
0 commit comments