Skip to content

Commit

Permalink
update output.types
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 23, 2024
1 parent 212f9a0 commit 1b744ac
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion blocks/antelope/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.antelope.type.v1.Block
output:
type: proto:antelope.Events
type: proto:pinax.antelope.v1.Events
2 changes: 1 addition & 1 deletion blocks/beacon/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.beacon.type.v1.Block
output:
type: proto:beacon.Events
type: proto:pinax.beacon.v1.Events
2 changes: 1 addition & 1 deletion blocks/bitcoin/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.bitcoin.type.v1.Block
output:
type: proto:pinax.bitcoin.Events
type: proto:pinax.bitcoin.v1.Events
2 changes: 1 addition & 1 deletion blocks/cosmos/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.cosmos.type.v2.Block
output:
type: proto:pinax.cosmos.Events
type: proto:pinax.cosmos.v1.Events
2 changes: 1 addition & 1 deletion blocks/evm/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.ethereum.type.v2.Block
output:
type: proto:evm.Events
type: proto:pinax.evm.v1.Events
13 changes: 3 additions & 10 deletions blocks/solana/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: raw_blocks_solana
version: v0.1.0
version: v1.0.0
image: logo.png
url: https://github.com/pinax-network/substreams-raw-blocks

Expand All @@ -23,24 +23,17 @@ protobuf:
- google

modules:
# - name: blocks_without_votes_all
# kind: map
# inputs:
# - source: sf.solana.type.v1.Block
# output:
# type: proto:sf.solana.type.v1.Block

- name: map_events
kind: map
inputs:
- source: sf.substreams.v1.Clock
- map: common:blocks_without_votes
output:
type: proto:solana.Events
type: proto:pinax.solana.v1.Events
- name: map_events_with_votes
kind: map
inputs:
- source: sf.substreams.v1.Clock
- source: sf.solana.type.v1.Block
output:
type: proto:solana.Events
type: proto:pinax.solana.v1.Events
2 changes: 1 addition & 1 deletion blocks/starknet/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ modules:
- source: sf.substreams.v1.Clock
- source: sf.starknet.type.v1.Block
output:
type: proto:pinax.starknet.Events
type: proto:pinax.starknet.v1.Events

0 comments on commit 1b744ac

Please sign in to comment.