Skip to content

Commit

Permalink
fix(CA): increasing cached gas slippage to 3 percent
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Dec 19, 2024
1 parent df99b1e commit 4fdaa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/chain_agnostic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub mod route;
pub mod status;

/// How much to multiply the amount by when bridging to cover bridging differences
pub const BRIDGING_AMOUNT_SLIPPAGE: i8 = 2; // 2%
pub const BRIDGING_AMOUNT_SLIPPAGE: i8 = 50; // 50%

/// Bridging timeout in seconds
pub const BRIDGING_TIMEOUT: u64 = 1800; // 30 minutes
Expand Down

0 comments on commit 4fdaa44

Please sign in to comment.