import { PublicKey } from '@solana/web3.js';

export interface SaberConfig {
  // USDH - USDC swap
  stablecoinSwap: PublicKey;
}
