Skip to content

Commit

Permalink
Merge pull request #232 from metaDAOproject/feat/track-user-deposits-…
Browse files Browse the repository at this point in the history
…table

feat: user deposits metadata in table
  • Loading branch information
LukasDeco authored Aug 16, 2024
2 parents 276ca29 + 21318c5 commit 6bfea99
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
table:
name: user_deposits
schema: public
select_permissions:
- role: anonymous
permission:
columns:
- token_amount
- mint_acct
- tx_sig
- user_acct
- created_at
filter: {}
allow_aggregations: true
comment: ""
- role: user
permission:
columns:
- token_amount
- mint_acct
- tx_sig
- user_acct
- created_at
filter: {}
allow_aggregations: true
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
- "!include public_transactions.yaml"
- "!include public_twap_chart_data.yaml"
- "!include public_twaps.yaml"
- "!include public_user_deposits.yaml"
- "!include public_user_performance.yaml"
- "!include public_users.yaml"

0 comments on commit 6bfea99

Please sign in to comment.