Skip to content

Commit

Permalink
feat: update hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 19, 2024
1 parent 41427a6 commit 332d283
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ select_permissions:
- role: internal_service
permission:
columns:
- id
- evm_smart_contract_id
- address
- symbol
- evm_smart_contract_id
- id
- last_updated_height
- name
- symbol
- total_supply
- track
- last_updated_height
filter: {}
limit: 100
allow_aggregations: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
table:
name: erc721_holder_statistic
schema: public
select_permissions:
- role: internal_service
permission:
columns:
- count
- owner
- erc721_contract_address
- id
- last_updated_height
filter: {}
limit: 100
1 change: 1 addition & 0 deletions hasura/metadata/databases/storytestnet/tables/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- '!include public_erc20_contract.yaml'
- '!include public_erc721_activity.yaml'
- '!include public_erc721_contract.yaml'
- '!include public_erc721_holder_statistic.yaml'
- '!include public_erc721_stats.yaml'
- '!include public_erc721_token.yaml'
- '!include public_evm_block.yaml'
Expand Down

0 comments on commit 332d283

Please sign in to comment.