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 Oct 28, 2024
1 parent 01b762e commit 42081a3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ table:
name: erc20_activity
schema: public
object_relationships:
- name: erc20_contract
using:
foreign_key_constraint_on: erc20_contract_address
- name: evm_transaction
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ object_relationships:
name: evm_smart_contract
schema: public
array_relationships:
- name: erc20_activities
using:
foreign_key_constraint_on:
column: erc20_contract_address
table:
name: erc20_activity
schema: public
- name: evm_internal_transaction_from
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ table:
name: erc721_activity
schema: public
object_relationships:
- name: erc721_contract
using:
foreign_key_constraint_on: erc721_contract_address
- name: erc721_token
using:
foreign_key_constraint_on: erc721_token_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ object_relationships:
name: evm_smart_contract
schema: public
array_relationships:
- name: erc721_activities
using:
foreign_key_constraint_on:
column: erc721_contract_address
table:
name: erc721_activity
schema: public
- name: erc721_tokens
using:
foreign_key_constraint_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ table:
name: erc20_activity
schema: public
object_relationships:
- name: erc20_contract
using:
foreign_key_constraint_on: erc20_contract_address
- name: evm_transaction
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ object_relationships:
name: evm_smart_contract
schema: public
array_relationships:
- name: erc20_activities
using:
foreign_key_constraint_on:
column: erc20_contract_address
table:
name: erc20_activity
schema: public
- name: evm_internal_transaction_from
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ table:
name: erc721_activity
schema: public
object_relationships:
- name: erc721_contract
using:
foreign_key_constraint_on: erc721_contract_address
- name: erc721_token
using:
foreign_key_constraint_on: erc721_token_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ object_relationships:
name: evm_smart_contract
schema: public
array_relationships:
- name: erc721_activities
using:
foreign_key_constraint_on:
column: erc721_contract_address
table:
name: erc721_activity
schema: public
- name: erc721_tokens
using:
foreign_key_constraint_on:
Expand Down

0 comments on commit 42081a3

Please sign in to comment.