diff --git a/bin/deploy-production b/bin/docker-compose-production-deploy similarity index 100% rename from bin/deploy-production rename to bin/docker-compose-production-deploy diff --git a/web3-proxy/src/frontend.rs b/web3-proxy/src/frontend.rs index 446ead8f..1cad1d15 100644 --- a/web3-proxy/src/frontend.rs +++ b/web3-proxy/src/frontend.rs @@ -101,6 +101,7 @@ async fn _handle_anyhow_error(err: anyhow::Error, code: Option) -> i id: RawValue::from_string("0".to_string()).unwrap(), result: None, error: Some(JsonRpcErrorData { + // TODO: set this jsonrpc error code to match the http status code code: -32099, message: err, data: None,