diff --git a/orchestrator/relayer/src/main.rs b/orchestrator/relayer/src/main.rs index 97c982393..8f2d05290 100644 --- a/orchestrator/relayer/src/main.rs +++ b/orchestrator/relayer/src/main.rs @@ -109,8 +109,8 @@ async fn main() { eth_client, connections.grpc.unwrap(), gravity_contract_address, - 1f32, - 1f32, + 1.1f32, + 1.1f32, ) .await }