Skip to content

Commit 695d41e

Browse files
committed
fixing attestation ABI"
1 parent 64949fd commit 695d41e

File tree

1 file changed

+1
-1
lines changed
  • packages/processors/src/processors/gitcoinAttestationNetwork/helpers

1 file changed

+1
-1
lines changed

packages/processors/src/processors/gitcoinAttestationNetwork/helpers/decoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { GitcoinAttestedData } from "../types/index.js";
44

55
const GITCOIN_ATTESTED_DATA_ABI = [
66
{ name: "projectsContributed", type: "uint64" },
7-
{ name: "roundsCountributed", type: "uint64" },
7+
{ name: "roundsContributed", type: "uint64" },
88
{ name: "chainIdsContributed", type: "uint64" },
99
{ name: "totalUSDAmount", type: "uint128" },
1010
{ name: "timestamp", type: "uint64" },

0 commit comments

Comments
 (0)