From b44a52f4faca9cd3c2d77897f0a546d3f359fb97 Mon Sep 17 00:00:00 2001 From: Ekrem Seren Date: Wed, 11 Dec 2024 03:53:50 +0300 Subject: [PATCH] add tx_id to TokenExpired event --- proto/cmp/services/notification/v2/notify.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/cmp/services/notification/v2/notify.proto b/proto/cmp/services/notification/v2/notify.proto index 8c5ccde..8b41ad1 100644 --- a/proto/cmp/services/notification/v2/notify.proto +++ b/proto/cmp/services/notification/v2/notify.proto @@ -42,7 +42,8 @@ message TokenBought { // ``` message TokenExpired { uint64 token_id = 1; - cmp.types.v1.UUID mint_id = 2; + string tx_id = 2; + cmp.types.v1.UUID mint_id = 3; } // Related on-chain event: