Skip to main content

fynd_core/simulation/
mod.rs

1//! On-chain quote simulation and the ERC-20 state overrides it needs.
2
3/// Shared quote/simulation comparison helpers with no RPC dependency.
4pub(crate) mod deviation;
5/// Decoding of the revert a simulated router call produces.
6mod revert;
7/// Simulation of encoded Tycho router quotes.
8pub mod simulator;
9/// Trace-guided discovery of the storage slots a token keys its balances and allowances on.
10pub mod token_layout;