Skip to content

Commit

Permalink
fix: update hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 4, 2024
1 parent ecc3bd3 commit 4d37cdf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ select_permissions:
- smart_contract_event_id
- to
- tx_hash
- tx_id
filter: {}
limit: 100
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ select_permissions:
- sender
- to
- tx_hash
- tx_id
filter: {}
limit: 100
2 changes: 1 addition & 1 deletion src/services/cw20/cw20.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default class Cw20Service extends BullableService {
'smart_contract_event.id as smart_contract_event_id',
'event:transaction.hash',
'event:transaction.height',
'tx_id'
'smart_contract_event.tx_id'
)
.orderBy('smart_contract_event.id', 'asc');
}
Expand Down

0 comments on commit 4d37cdf

Please sign in to comment.