Skip to content

Commit

Permalink
feat: add label to hasura metadata smart contract
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 3, 2023
1 parent af4a179 commit f8c33f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ select_permissions:
- id
- instantiate_hash
- instantiate_height
- label
- name
- status
- updated_at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ select_permissions:
- code_id
- id
- instantiate_height
- label
- created_at
- updated_at
filter: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ select_permissions:
- id
- instantiate_hash
- instantiate_height
- label
- name
- status
- updated_at
Expand Down

0 comments on commit f8c33f2

Please sign in to comment.