Skip to content

Commit

Permalink
fix validator connect
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jan 10, 2025
1 parent 55b31d5 commit 25939bc
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -100,6 +100,13 @@ array_relationships:
table:
name: proposal_validator_status_snapshot
schema: public
- name: validator_denoms
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
Expand Up @@ -11,6 +11,7 @@ select_permissions:
columns:
- val_addr
- denom
- height
filter: {}
limit: 100
role: anonymous

0 comments on commit 25939bc

Please sign in to comment.