web3-proxy/web3_proxy/src/bin/curve_api_checks.rs
2022-09-08 21:01:36 +00:00

8 lines
313 B
Rust

fn main() -> anyhow::Result<()> {
// get curve-api and rpc endpoints from cli flags
// do simple checks for proxy version, blockNum, a simple balance call
// in parallel check all the curve api endpoints that we expect to pass. many require multiple chains that we don't yet run locally
Ok(())
}