mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
chore(store): add rx6900xt for microcenter, newegg, bestbuy, amd (#1284)
This commit is contained in:
@@ -50,6 +50,14 @@ export const Amd: Store = {
|
||||
series: 'ryzen5600',
|
||||
url: 'https://www.amd.com/en/direct-buy/5450881700/us'
|
||||
},
|
||||
{
|
||||
brand: 'amd',
|
||||
cartUrl:
|
||||
'https://www.amd.com/en/direct-buy/5458372200/us?add-to-cart=true',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url: 'https://www.amd.com/en/direct-buy/5458372200/us'
|
||||
},
|
||||
{
|
||||
brand: 'amd',
|
||||
cartUrl:
|
||||
|
||||
@@ -445,6 +445,13 @@ export const BestBuy: Store = {
|
||||
url:
|
||||
'https://www.bestbuy.com/site/xfx-merc-319-amd-radeon-rx-6800xt-16gb-gddr6-pci-express-4-0-gaming-graphics-card-black/6442585.p?skuId=6442585'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.bestbuy.com/site/xfx-amd-radeon-rx-6900-xt-16gb-gddr6-pci-express-4-0-gaming-graphics-card-black/6444358.p?skuId=6444358'
|
||||
},
|
||||
{
|
||||
brand: 'corsair',
|
||||
cartUrl: 'https://api.bestbuy.com/click/-/6351845/cart',
|
||||
|
||||
@@ -191,6 +191,12 @@ for (const microCenterLocation of microCenterLocations) {
|
||||
model: '5950x',
|
||||
series: 'ryzen5950',
|
||||
url: `https://www.microcenter.com/product/630282/amd-ryzen-9-5950x-vermeer-34ghz-16-core-am4-boxed-processor/?storeid=${storeId}`
|
||||
},
|
||||
{
|
||||
brand: 'asrock',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url: `https://www.microcenter.com/product/632048/asrock-amd-radeon-rx-6900-xt-triple-fan-16gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -597,6 +597,51 @@ export const Newegg: Store = {
|
||||
series: 'xboxss',
|
||||
url: 'https://www.newegg.com/p/N82E16868105274'
|
||||
},
|
||||
{
|
||||
brand: 'asrock',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814930051',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.newegg.com/asrock-radeon-rx-6900-xt-rx6900xt-16g/p/N82E16814930051'
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814932384',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.newegg.com/gigabyte-radeon-rx-6900-xt-gv-r69xt-16gc-b/p/N82E16814932384'
|
||||
},
|
||||
{
|
||||
brand: 'msi',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814137618',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.newegg.com/msi-radeon-rx-6900-xt-rx-6900-xt-16g/p/N82E16814137618'
|
||||
},
|
||||
{
|
||||
brand: 'powercolor',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814131774',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.newegg.com/powercolor-radeon-rx-6900-xt-axrx-6900xt-16gbd6-m2dhc/p/N82E16814131774'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814202393',
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url:
|
||||
'https://www.newegg.com/sapphire-radeon-rx-6900-xt-21308-01-20g/p/N82E16814202393'
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
cartUrl:
|
||||
|
||||
Reference in New Issue
Block a user