From 35d094d59dded65a3c3c457219f3299e145d12fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Th=C3=A0nh=20Phong?= <49814372+phamphong9981@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:01:36 +0700 Subject: [PATCH] fix: cw721 activity missing from/to ( main ) (#294) * fix: cw721 activity missing from/to * fix: fill from/to cw721 activity * fix: fill from/to cw721 activity * fix: fill from/to cw721 activity * fix: fill from/to cw721 activity * refactor: code * fix: code * refactor: code --------- Co-authored-by: Vu Ngoc Quang --- src/models/event_attribute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/event_attribute.ts b/src/models/event_attribute.ts index f67aad3b2..caed40064 100644 --- a/src/models/event_attribute.ts +++ b/src/models/event_attribute.ts @@ -96,6 +96,7 @@ export class EventAttribute extends BaseModel { GRANTER: 'granter', GRANTEE: 'grantee', FROM: 'from', + MINTER: 'minter', FEE: 'fee', FEE_PAYER: 'fee_payer', CLIENT_ID: 'client_id',