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 Nov 12, 2024
1 parent 0c5ba0e commit 2b62a18
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ object_relationships:
- name: erc721_token
using:
foreign_key_constraint_on: erc721_token_id
- name: erc721_contract
using:
manual_configuration:
column_mapping:
erc721_contract_address: address
insertion_order: null
remote_table:
name: erc721_contract
schema: public
- name: evm_transaction
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ object_relationships:
- name: erc721_token
using:
foreign_key_constraint_on: erc721_token_id
- name: erc721_contract
using:
manual_configuration:
column_mapping:
erc721_contract_address: address
insertion_order: null
remote_table:
name: erc721_contract
schema: public
- name: evm_transaction
using:
manual_configuration:
Expand Down

0 comments on commit 2b62a18

Please sign in to comment.