Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jan 10, 2025
1 parent 083bfdd commit 0a090ee
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hasura/metadata/databases/bdjuno/tables/public_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ array_relationships:
table:
name: proposal_validator_status_snapshot
schema: public
- name: validator_denom
using:
foreign_key_constraint_on:
column: val_addr
table:
name: validator_denom
schema: public
select_permissions:
- permission:
allow_aggregations: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
table:
name: validator_denom
schema: public
object_relationships:
- name: validator
using:
foreign_key_constraint_on: consensus_address
select_permissions:
- permission:
allow_aggregations: false
columns:
- val_addr
- denom
filter: {}
limit: 100
role: anonymous
1 change: 1 addition & 0 deletions hasura/metadata/databases/bdjuno/tables/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
- "!include public_validator_signing_info.yaml"
- "!include public_validator_status.yaml"
- "!include public_validator_voting_power.yaml"
- "!include public_validator_denom.yaml"
- "!include public_vesting_account.yaml"
- "!include public_vesting_period.yaml"

0 comments on commit 0a090ee

Please sign in to comment.