config example fixes

This commit is contained in:
Ian Norden
2019-03-13 11:42:29 -05:00
parent f37c458992
commit 05cb06c2d3
2 changed files with 2 additions and 2 deletions
+1 -1
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"
+1 -1
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"