saving in place

This commit is contained in:
Krypto Kajun
2025-10-04 09:31:02 -05:00
parent 76c1b5cee1
commit f358f49aa9
295 changed files with 72071 additions and 17209 deletions

View File

@@ -50,6 +50,7 @@ type PriceResponse struct {
AmountOut *big.Int
SlippageBps *big.Int // basis points (1% = 100 bps)
PriceImpact float64 // price impact as decimal (0.01 = 1%)
Liquidity *big.Int // estimated pool liquidity
Source string
Timestamp time.Time
Valid bool