export interface NFTConfig { ufogeesNFT: string; production: boolean; } export interface BreedingConfig { breedContract: string; production: boolean; }