Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yaml config file for exporter #13

Merged
merged 12 commits into from
Mar 8, 2022
Merged

Conversation

thepalbi
Copy link
Owner

@thepalbi thepalbi commented Mar 8, 2022

This PR adds a new yaml config file, to use instead of CLI arguments. A sample file looks like this:

general:
  eth_provider_url: <redacted url>
  server_url: localhost:9368
  start_block_number: 0
targets:
  erc20:
    - name: "grafana token"
      contract: 0x83a7a21bec7c1b984c0056b5a3cb6fc76cace839
  wallet:
    address: 0x27084231Ff4077056bbB3e94A5B321ac0DB6d9e

@thepalbi thepalbi merged commit 9062ca7 into master Mar 8, 2022
@thepalbi thepalbi deleted the pablo/add-contract-aliases branch March 8, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants