mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
chore(evga): add 3070 cards (#631)
This commit is contained in:
+18
-1
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user