name: mainnet-poap-mainnet
apiVersion: 3
sources:
ethereum.account:
name: account
subgraphs:
- name: POAP Mainnet
version: 1.0.0
type: subgraph_entity
ethereum.event:
name: event
subgraphs:
- name: POAP Mainnet
version: 1.0.0
type: subgraph_entity
ethereum.token:
name: token
subgraphs:
- name: POAP Mainnet
version: 1.0.0
type: subgraph_entity
ethereum.transfer:
name: transfer
subgraphs:
- name: POAP Mainnet
version: 1.0.0
type: subgraph_entity
transforms: {}
sinks:
postgres_ethereum_account:
type: postgres
table: ethereum_account
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.account'
from: ethereum.account
postgres_ethereum_event:
type: postgres
table: ethereum_event
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.event'
from: ethereum.event
postgres_ethereum_token:
type: postgres
table: ethereum_token
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.token'
from: ethereum.token
postgres_ethereum_transfer:
type: postgres
table: ethereum_transfer
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.transfer'
from: ethereum.transfer