Skip to content

Commit

Permalink
update params filter
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Oct 31, 2024
1 parent 6981c09 commit f963306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ publish:

.PHONY: gui
gui:
substreams gui ./substreams/antelope-transactions-v0.5.0.spkg -e eos.substreams.pinax.network:443 graph_out --production-mode -s 393779876 -t 0 --production-mode --params "graph_out=code:bbsdailyrwrd || code:dwebregistry || code:bbseosbridge || code:bbsbbsbbseos || code:bbsengagemnt || code:deweb.eosn"
substreams gui ./substreams/antelope-transactions-v0.5.0.spkg -e eos.substreams.pinax.network:443 graph_out --production-mode -s 400000000 -t 0 --production-mode --params "graph_out=receiver:bbsdailyrwrd || receiver:dwebregistry || receiver:bbseosbridge || receiver:bbsbbsbbseos || receiver:bbsengagemnt || receiver:deweb.eosn"
6 changes: 3 additions & 3 deletions subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specVersion: 1.2.0
specVersion: 1.0.0
description: Roundtable Transactions, Decoded Actions & Database Operations
repository: https://github.com/pinax-network/subgraph-roundtable
schema:
Expand All @@ -10,10 +10,10 @@ dataSources:
name: roundtable
network: eos
source:
startBlock: 393779876
startBlock: 400000000
package:
moduleName: graph_out
params: "code:bbsdailyrwrd || code:dwebregistry || code:bbseosbridge || code:bbsbbsbbseos || code:bbsengagemnt || code:deweb.eosn"
params: "receiver:bbsdailyrwrd || receiver:dwebregistry || receiver:bbseosbridge || receiver:bbsbbsbbseos || receiver:bbsengagemnt || receiver:deweb.eosn"
file: ./substreams/antelope-transactions-v0.5.0.spkg
mapping:
kind: substreams/graph-entities
Expand Down

0 comments on commit f963306

Please sign in to comment.