remove stub script

This commit is contained in:
Bryan Stitt 2023-10-20 11:58:50 -07:00
parent 7043cc570b
commit ff3ff5d72f

View File

@ -1,9 +0,0 @@
use web3_proxy::prelude::anyhow;
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(())
}