From 2d03be0b808ac93bbe2ab9b0b0aadfb52c044c53 Mon Sep 17 00:00:00 2001 From: davek-ai Date: Thu, 19 Jun 2025 23:50:00 -0700 Subject: [PATCH] updated proposal id --- .../chainhook/handlers/dao_proposal_burn_height_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/integrations/webhooks/chainhook/handlers/dao_proposal_burn_height_handler.py b/services/integrations/webhooks/chainhook/handlers/dao_proposal_burn_height_handler.py index 66043f5..6043715 100644 --- a/services/integrations/webhooks/chainhook/handlers/dao_proposal_burn_height_handler.py +++ b/services/integrations/webhooks/chainhook/handlers/dao_proposal_burn_height_handler.py @@ -249,7 +249,7 @@ async def handle_transaction(self, transaction: TransactionWithReceipt) -> None: f"**Veto Window Details:**\n" f"• Opens at: Block {proposal.vote_end}\n" f"• Closes at: Block {proposal.exec_start}\n\n" - f"View proposal details: {config.api.base_url}/proposals/{dao.id}" + f"View proposal details: {config.api.base_url}/proposals/{proposal.id}" ) backend.create_queue_message( @@ -286,7 +286,7 @@ async def handle_transaction(self, transaction: TransactionWithReceipt) -> None: f"**Status:**\n" f"• Veto window has now closed\n" f"• Proposal will be executed if it passed voting\n\n" - f"View proposal details: {config.api.base_url}/proposals/{dao.id}" + f"View proposal details: {config.api.base_url}/proposals/{proposal.id}" ) backend.create_queue_message(