Skip to content

Commit

Permalink
Merge branch 'chains/cheqd/testnet' into feat/cheqd-node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sownak authored Feb 3, 2025
2 parents 0cadc63 + 99ce201 commit 7b943a0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- "!include public_messages_by_address.yaml"
- "!include public_messages_by_type.yaml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function:
name: messages_by_type
schema: public
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ select_permissions:
allow_aggregations: false
columns:
- params
- one_row_id
- height
filter: {}
limit: 1
Expand Down
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 7b943a0

Please sign in to comment.