Skip to content

Commit

Permalink
✨ Add bank info to campaign stats
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 6, 2024
1 parent f3261f9 commit c359732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ponder/src/api/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ponder.get("/admin/:wallet/campaigns/stats", async (ctx) => {
isOwner: ProductAdministrator.isOwner,
roles: ProductAdministrator.roles,
id: Campaign.id,
bank: Campaign.bankingContractId,
totalInteractions: ReferralCampaignStats.totalInteractions,
openInteractions: ReferralCampaignStats.openInteractions,
readInteractions: ReferralCampaignStats.readInteractions,
Expand Down

0 comments on commit c359732

Please sign in to comment.