name: mainnet-snapshot-governance-mainnet
apiVersion: 3
sources:
ethereum.block:
name: block
subgraphs:
- name: Snapshot Governance Mainnet
version: 1.0.0
type: subgraph_entity
ethereum.delegation:
name: delegation
subgraphs:
- name: Snapshot Governance Mainnet
version: 1.0.0
type: subgraph_entity
ethereum.sig:
name: sig
subgraphs:
- name: Snapshot Governance Mainnet
version: 1.0.0
type: subgraph_entity
transforms: {}
sinks:
postgres_ethereum_block:
type: postgres
table: ethereum_block
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.block'
from: ethereum.block
postgres_ethereum_delegation:
type: postgres
table: ethereum_delegation
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.delegation'
from: ethereum.delegation
postgres_ethereum_sig:
type: postgres
table: ethereum_sig
schema: public
secret_name: YOUR_DATABASE_SECRET
description: 'Postgres sink for: ethereum.sig'
from: ethereum.sig