config example fixes

This commit is contained in:
Ian Norden 2019-03-08 10:31:32 -06:00
parent f37c458992
commit 05cb06c2d3
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ The config provides information for composing a set of transformers:
type = "eth_event"
repository = "github.com/account/repo"
migrations = "db/migrations"
rank = "2"
rank = "0"
[exporter.transformer3]
path = "path/to/transformer3"
type = "eth_event"

View File

@ -65,7 +65,7 @@ var composeCmd = &cobra.Command{
type = "eth_event"
repository = "github.com/account/repo"
migrations = "db/migrations"
rank = "2"
rank = "0"
[exporter.transformer3]
path = "path/to/transformer3"
type = "eth_event"