Skip to content

Commit

Permalink
feat: update ics_20 hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 2, 2023
1 parent 7a10ae5 commit 0d92b75
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 28 deletions.
17 changes: 10 additions & 7 deletions hasura/metadata/databases/auratestnet/tables/public_ibc_ics20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ select_permissions:
- role: internal_service
permission:
columns:
- id
- ibc_message_id
- sender
- receiver
- amount
- denom
- status
- channel_id
- denom
- memo
- receiver
- sender
- sequence_key
- status
- type
- ibc_message_id
- id
- amount
- finish_time
- start_time
filter: {}
limit: 100
17 changes: 10 additions & 7 deletions hasura/metadata/databases/euphoria/tables/public_ibc_ics20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ select_permissions:
- role: internal_service
permission:
columns:
- id
- ibc_message_id
- sender
- receiver
- amount
- denom
- status
- channel_id
- denom
- memo
- receiver
- sender
- sequence_key
- status
- type
- ibc_message_id
- id
- amount
- finish_time
- start_time
filter: {}
limit: 100
17 changes: 10 additions & 7 deletions hasura/metadata/databases/serenity/tables/public_ibc_ics20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ select_permissions:
- role: internal_service
permission:
columns:
- id
- ibc_message_id
- sender
- receiver
- amount
- denom
- status
- channel_id
- denom
- memo
- receiver
- sender
- sequence_key
- status
- type
- ibc_message_id
- id
- amount
- finish_time
- start_time
filter: {}
limit: 100
17 changes: 10 additions & 7 deletions hasura/metadata/databases/xstaxy/tables/public_ibc_ics20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ select_permissions:
- role: internal_service
permission:
columns:
- id
- ibc_message_id
- sender
- receiver
- amount
- denom
- status
- channel_id
- denom
- memo
- receiver
- sender
- sequence_key
- status
- type
- ibc_message_id
- id
- amount
- finish_time
- start_time
filter: {}
limit: 100

0 comments on commit 0d92b75

Please sign in to comment.