remove maker migrations and convert back to timestamps and fix bug in
composeAndExecute command
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[database]
|
||||
name = "vulcanize_public"
|
||||
name = "vulcanize_infura"
|
||||
hostname = "localhost"
|
||||
user = "vulcanize"
|
||||
password = "vulcanize"
|
||||
@@ -28,7 +28,6 @@
|
||||
"flap_kick",
|
||||
"flip_kick",
|
||||
"flop_kick",
|
||||
"frob_kick",
|
||||
"frob",
|
||||
"pit_file_debt_ceiling",
|
||||
"pit_file_ilk",
|
||||
@@ -85,7 +84,7 @@
|
||||
type = "eth_event"
|
||||
repository = "github.com/vulcanize/mcd_transformers"
|
||||
migrations = "db/migrations"
|
||||
[exporter.drip_file_repo]
|
||||
[exporter.drop_file_repo]
|
||||
path = "transformers/drip_file/repo/initializer"
|
||||
type = "eth_event"
|
||||
repository = "github.com/vulcanize/mcd_transformers"
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
[database]
|
||||
name = "vulcanize_public"
|
||||
hostname = "localhost"
|
||||
user = "vulcanize"
|
||||
password = "vulcanize"
|
||||
port = 5432
|
||||
|
||||
[client]
|
||||
ipcPath = "http://kovan0.vulcanize.io:8545"
|
||||
|
||||
[datadog]
|
||||
name = "maker_vdb_staging"
|
||||
|
||||
[exporter]
|
||||
name = "storageTransformerExporter"
|
||||
save = false
|
||||
transformerNames = [
|
||||
"pit",
|
||||
"vat",
|
||||
"vow"
|
||||
]
|
||||
[exporter.pit]
|
||||
path = "transformers/storage_diffs/maker/pit/initializer"
|
||||
type = "eth_storage"
|
||||
repository = "github.com/vulcanize/mcd_transformers"
|
||||
migrations = "db/migrations"
|
||||
[exporter.vat]
|
||||
path = "transformers/storage_diffs/maker/vat/initializer"
|
||||
type = "eth_storage"
|
||||
repository = "github.com/vulcanize/mcd_transformers"
|
||||
migrations = "db/migrations"
|
||||
[exporter.vow]
|
||||
path = "transformers/storage_diffs/maker/vow/initializer"
|
||||
type = "eth_storage"
|
||||
repository = "github.com/vulcanize/mcd_transformers"
|
||||
migrations = "db/migrations"
|
||||
|
||||
[filesystem]
|
||||
storageDiffsPath = "INSERT-PATH-TO-STORAGE-DIFFS"
|
||||
|
||||
[contract]
|
||||
[contract.address]
|
||||
pit = "0xe7cf3198787c9a4daac73371a38f29aaeeced87e"
|
||||
vat = "0xcd726790550afcd77e9a7a47e86a3f9010af126b"
|
||||
vow = "0x3728e9777B2a0a611ee0F89e00E01044ce4736d1"
|
||||
Reference in New Issue
Block a user