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 64949fd commit 695d41eCopy full SHA for 695d41e
packages/processors/src/processors/gitcoinAttestationNetwork/helpers/decoder.ts
@@ -4,7 +4,7 @@ import { GitcoinAttestedData } from "../types/index.js";
4
5
const GITCOIN_ATTESTED_DATA_ABI = [
6
{ name: "projectsContributed", type: "uint64" },
7
- { name: "roundsCountributed", type: "uint64" },
+ { name: "roundsContributed", type: "uint64" },
8
{ name: "chainIdsContributed", type: "uint64" },
9
{ name: "totalUSDAmount", type: "uint128" },
10
{ name: "timestamp", type: "uint64" },
0 commit comments