From 000d998118b1687d74e0ed4a7ab34b7949dbd87d Mon Sep 17 00:00:00 2001 From: Eric Bolten Date: Tue, 12 Jul 2022 17:12:52 -0700 Subject: [PATCH] Standalone relayer using 1.1 as default multiplier --- orchestrator/relayer/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }