Flash unwinder contracts and scripts, relay lane tuning, trustless bridge and token-aggregation updates.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:33:54 -07:00
parent 662b35ad69
commit 6817f53591
40 changed files with 682 additions and 88 deletions

View File

@@ -9,9 +9,10 @@ This document describes DEX integration for swapping ETH/WETH to stablecoins in
### Supported DEXs
1. **Uniswap V3** (Primary)
- Router: `0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45`
- Router: `0xE592427A0AEce92De3Edee1F18E0157C05861564`
- Fee tiers: 0.05%, 0.3%, 1%
- Direct WETH → Stablecoin swaps
- Note: the trustless router contracts in this repo call the legacy `exactInputSingle` ABI directly
2. **Curve** (Secondary)
- 3Pool: `0xbEbc44782C7dB0a1A60Cb6fe97d0b483032FF1C7`
@@ -110,4 +111,3 @@ Create `test/bridge/trustless/DEXIntegration.t.sol`:
- SwapRouter: `contracts/bridge/trustless/SwapRouter.sol`
- Interfaces: `contracts/bridge/trustless/interfaces/`
- Test Suite: `test/bridge/trustless/DEXIntegration.t.sol`