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", legal: { standard: false, expanded: true }, } export default sm2