Skip to content

Commit

Permalink
fix: cw721 activity missing from/to ( main ) (#294)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
phamphong9981 and peara committed Aug 30, 2023
1 parent 6b5f5b8 commit 35d094d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/event_attribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 35d094d

Please sign in to comment.