# ============================================================================= # Add these to .env (smom-dbis-138) — DODO PMM and pools (Chain 138) # ============================================================================= # Run from repo root: ./scripts/deployment/set-missing-dotenv-chain138.sh # Or copy the needed lines into .env manually. Do NOT commit .env. # DODO PMM Provider (deployed); required for liquidity/quoting scripts DODO_PMM_PROVIDER_ADDRESS=0x8EF6657D2a86c569F6ffc337EE6b4260Bd2e59d0 # DODO PMM Integration (Chain 138) DODO_PMM_INTEGRATION_ADDRESS=0x79cdbaFBaA0FdF9F55D26F360F54cddE5c743F7D # PMM pool addresses (optional; RegisterDODOPools reads from integration if unset) POOL_CUSDTCUSDC=0x9fcB06Aa1FD5215DC0E91Fd098aeff4B62fEa5C8 POOL_CUSDTUSDT=0xa3Ee6091696B28e5497b6F491fA1e99047250c59 POOL_CUSDCUSDC=0x90bd9Bf18Daa26Af3e814ea224032d015db58Ea5 # Token-aggregation (quote API): same integration address so indexer can index DODO pools CHAIN_138_DODO_PMM_INTEGRATION=0x79cdbaFBaA0FdF9F55D26F360F54cddE5c743F7D # Add liquidity (run-pmm-full-parity or AddLiquidityPMMPoolsChain138.s.sol); amounts in token units (6 decimals, e.g. 1000000e6 = 1M) # ADD_LIQUIDITY_BASE_AMOUNT=1000000e6 # ADD_LIQUIDITY_QUOTE_AMOUNT=1000000e6 # Bridge quote / orchestration (Flow C: swap-bridge-swap). QuoteService: createQuoteServiceFromEnv() # BRIDGE_REGISTRY_ADDRESS=0x... # ENHANCED_SWAP_ROUTER_ADDRESS=0x... # optional, source-chain router # DESTINATION_RPC_URL=https://... # optional, destination chain RPC # DESTINATION_SWAP_ROUTER_ADDRESS=0x... # optional, destination DEX router