import { Set } from '../../interfaces' import serie from '../Sun & Moon' const sm2: Set = { id: "sm2", name: { en: "Guardians Rising", fr: "Gardiens Ascendants" , }, serie: serie, tcgOnline: "GRI", cardCount: { total: 169, official: 145 }, releaseDate: "2017-05-05", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default sm2