Skip to content

Commit

Permalink
Merge pull request #69 from OpenZeppelin/plat-2816-allow-dac-monitors…
Browse files Browse the repository at this point in the history
…-to-reference-address-book-contracts
  • Loading branch information
tirumerla authored Sep 11, 2024
2 parents a38a9f4 + 8007634 commit 5da771a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmd/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,7 @@ export default class DefenderDeploy {
const actions = await getActionClient(this.teamKey!).list();
const notifications = await client.listNotificationChannels();

// TODO: Add a new endpoint in defender-sdk which includes contract ABI and NatSpec
const contracts = await getProposalClient(this.teamKey!).listContracts();
const contracts = await getProposalClient(this.teamKey!).listContracts({ includeAbi: true });

const retrieveExisting = () => client.list().then((r) => r.items);

Expand Down

0 comments on commit 5da771a

Please sign in to comment.