Skip to content

Commit

Permalink
feat: update hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Jul 22, 2024
1 parent cf35997 commit 2418673
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ object_relationships:
remote_table:
name: evm_block
schema: public
- name: optimism_deposit
using:
manual_configuration:
column_mapping:
hash: l2_tx_hash
insertion_order: null
remote_table:
name: optimism_deposit
schema: public
array_relationships:
- name: erc20_activities
using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ select_permissions:
- evm_tx_id
filter: {}
limit: 100
allow_aggregations: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ object_relationships:
remote_table:
name: evm_block
schema: public
- name: optimism_deposit
using:
manual_configuration:
column_mapping:
hash: l2_tx_hash
insertion_order: null
remote_table:
name: optimism_deposit
schema: public
array_relationships:
- name: erc20_activities
using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ select_permissions:
- evm_tx_id
filter: {}
limit: 100
allow_aggregations: true

0 comments on commit 2418673

Please sign in to comment.