Skip to content

Commit

Permalink
Standalone relayer using 1.1 as default multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Jul 13, 2022
1 parent c539acd commit 000d998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestrator/relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ async fn main() {
eth_client,
connections.grpc.unwrap(),
gravity_contract_address,
1f32,
1f32,
1.1f32,
1.1f32,
)
.await
}

0 comments on commit 000d998

Please sign in to comment.