chore(evga): add 3070 cards (#631)

This commit is contained in:
AchillesPDX
2020-10-29 10:10:33 -07:00
committed by GitHub
parent 87f1c0191d
commit 3976b21907
+18 -1
View File
@@ -14,6 +14,24 @@ export const Evga: Store = {
series: 'test:series',
url: 'https://www.evga.com/products/product.aspx?pn=06G-P4-2065-KR'
},
{
brand: 'evga',
model: 'xc3 black',
series: '3070',
url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3751-KR'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3070',
url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3755-KR'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3070',
url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3767-KR'
},
{
brand: 'evga',
model: 'xc3 black',
@@ -77,4 +95,3 @@ export const Evga: Store = {
],
name: 'evga'
};