Skip to content

Commit

Permalink
feat(CA): temporarily increasing the gas slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 30, 2025
1 parent fbefc1b commit d4fd42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/chain_agnostic/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use {
};

// Slippage for the gas estimation
const ESTIMATED_GAS_SLIPPAGE: i8 = 20; // 20% slippage to cover the volatility
const ESTIMATED_GAS_SLIPPAGE: i16 = 500; // x5 slippage to cover the volatility

#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
Expand Down

0 comments on commit d4fd42b

Please sign in to comment.