Backend-Solana/lib/solana/config.ts and programs/vanna_lending/src/constants.rs. They describe the Surfpool fork, which clones these mainnet addresses.
Program
Mints
PDAs for protocol, asset, reserve, share mint, margin, and debt are derived — see PDAs.
Kamino (reference)
Live Lite strategies store the exact accounts in
LiteStrategyConfig. Do not assume the REST catalog matches the reserve you want.
Jupiter
JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4
Verify
ReadProtocolConfig, each AssetConfig / Reserve, and a known margin PDA after create. Compare the deployed program data to the vanna_lending .so you built. A reset fork is a new world — addresses for user margins change with the wallet, not with a constant table.
