We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef73205 commit da4840cCopy full SHA for da4840c
src/light-gtcr-withdrawal.ts
@@ -16,7 +16,7 @@ async function run(batchWithdraw: ethers.Contract, signer: ethers.Wallet) {
16
const subgraphQuery = {
17
query: `
18
{
19
- lcontributions: LContribution(where: { withdrawable: {_eq :true}, chainId: {_eq: ${chainId}} }) {
+ lcontributions: LContribution(where: { withdrawable: {_eq: true}, chainId: {_eq: ${chainId}} }) {
20
id
21
contributor
22
}
0 commit comments