Skip to content

Commit

Permalink
Allow count rows on coin transfer (#497)
Browse files Browse the repository at this point in the history
* fix: fix coin transfer with tx_msg_index === 0

* fix: update hasura for coin_transfer

* fix: fix coin transfer hasura

* fix: allow count coin transfer table
  • Loading branch information
matthew-nguyen-20032023 authored Nov 23, 2023
1 parent ef98c29 commit ecafca5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ select_permissions:
- created_at
filter: {}
limit: 100
allow_aggregations: true
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ select_permissions:
- created_at
filter: {}
limit: 100
allow_aggregations: true
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ select_permissions:
- created_at
filter: {}
limit: 100
allow_aggregations: true
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ select_permissions:
- created_at
filter: {}
limit: 100
allow_aggregations: true

0 comments on commit ecafca5

Please sign in to comment.