The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperlane-monorepo/rust/tools/balance-exporter/Cargo.toml

25 lines
607 B

[package]
name = "balance-exporter"
version = "0.1.0"
edition = "2021"
description = "Polls chains for optics contract wallet balances and reports them in OpenMetrics format"
authors = ["ember arlynx <ember.arlynx@clabs.co>"]
license = "Apache-2.0"
[dependencies]
tokio = "1"
futures = "0.3"
metrics = "0"
metrics-exporter-prometheus = "0"
serde_json = "1"
serde = "1"
color-eyre = "0"
clap = "3.0.0-beta.4"
human-panic = "1"
optics-base = { path = "../../optics-base" }
# SMELL: reaching into the implementation details. abstract eventually.
optics-ethereum = { path = "../../chains/optics-ethereum" }