Skip to content

Commit

Permalink
Merge branch 'chains/cheqd/testnet' into chains/cheqd/mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Jan 29, 2025
2 parents 10daf69 + 99ce201 commit 3b8723d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hasura/metadata/databases/callisto/tables/public_message_type.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
table:
name: message_type
schema: public
select_permissions:
- permission:
allow_aggregations: false
columns:
- height
- label
- module
- type
filter: {}
limit: 100
role: anonymous
1 change: 1 addition & 0 deletions hasura/metadata/databases/callisto/tables/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- "!include public_gov_params.yaml"
- "!include public_inflation.yaml"
- "!include public_message.yaml"
- "!include public_message_type.yaml"
- "!include public_mint_params.yaml"
- "!include public_modules.yaml"
- "!include public_pre_commit.yaml"
Expand Down

0 comments on commit 3b8723d

Please sign in to comment.