Skip to content

Commit

Permalink
Merge pull request #843 from nounsDAO/davidbrai-patch-1
Browse files Browse the repository at this point in the history
update update-configs-dao-v3.ts: fix subgraph config generation
  • Loading branch information
solimander authored May 1, 2024
2 parents 61d2b50 + 08f8a1a commit f98cbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nouns-contracts/tasks/update-configs-dao-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ task('update-configs-dao-v3', 'Write the deployed addresses to the SDK and subgr
startBlock: contracts.NounsDAOProxyV3.instance.deployTransaction.blockNumber,
},
nounsDAOData: {
addresses: contracts.NounsDAODataProxy.address,
address: contracts.NounsDAODataProxy.address,
startBlock: contracts.NounsDAODataProxy.instance.deployTransaction.blockNumber,
},
};
Expand Down

0 comments on commit f98cbba

Please sign in to comment.