From 8ecba2db9647cf538ac58ed958a9f5f237d72455 Mon Sep 17 00:00:00 2001 From: MrMcChewy <69551920+MrMcChewy@users.noreply.github.com> Date: Mon, 30 Nov 2020 09:27:40 -0500 Subject: [PATCH] chore(microcenter): add 3070 models (#1030) --- src/store/model/microcenter.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/store/model/microcenter.ts b/src/store/model/microcenter.ts index 8175edf..b107fe2 100644 --- a/src/store/model/microcenter.ts +++ b/src/store/model/microcenter.ts @@ -78,6 +78,18 @@ for (const microCenterLocation of microCenterLocations) { series: '3080', url: `https://www.microcenter.com/product/628686/asus-geforce-rtx-3080-strix-overclocked-triple-fan-10gb-gddr6x-pcie-40-graphics-card/?storeid=${storeId}` }, + { + brand: 'asus', + model: 'strix oc', + series: '3070', + url: `https://www.microcenter.com/product/630686/asus-geforce-rtx-3070-rog-strix-overclocked-dual-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, + { + brand: 'asus', + model: 'tuf oc', + series: '3070', + url: `https://www.microcenter.com/product/630684/asus-geforce-rtx-3070-tuf-overclocked-triple-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, { brand: 'msi', model: 'gaming x trio', @@ -90,6 +102,12 @@ for (const microCenterLocation of microCenterLocations) { series: '3080', url: `https://www.microcenter.com/product/628340/evga-geforce-rtx-3080-xc3-black-triple-fan-10gb-gddr6x-pcie-40-graphics-card/?storeid=${storeId}` }, + { + brand: 'evga', + model: 'xc3 black', + series: '3070', + url: `https://www.microcenter.com/product/630579/evga-geforce-rtx-3070-xc3-black-gaming-triple-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, { brand: 'zotac', model: 'trinity',