forked from cerc-io/ipld-eth-server
Combine price feed transformers
- fetches logs from all three price feeds in one query - assumes eth/usd price feed will be updated to include LogValue event - updates transformers to run separate from header sync
This commit is contained in:
@@ -6,6 +6,3 @@ port = 5432
|
||||
[client]
|
||||
ipcPath = <local node's IPC filepath>
|
||||
levelDbPath = <local node's LevelDB chaindata filepath>
|
||||
pepContractAddress = <pep medianizer's address - see https://makerdao.com/feeds/ >
|
||||
pipContractAddress = <pip medianizer's address - see https://makerdao.com/feeds/ >
|
||||
repContractAddress = <rep medianizer's address - see https://makerdao.com/feeds/ >
|
||||
Reference in New Issue
Block a user