mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
chore(amazon): adds most available AIB cards (#1140)
This commit is contained in:
@@ -446,6 +446,30 @@ export const Amazon: Store = {
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08MVC76SR'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXXT7WN&Quantity.1=1',
|
||||
model: 'nitro+',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NXXT7WN'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYNLMR&Quantity.1=1',
|
||||
model: 'pulse',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NXYNLMR'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXVNMPQ&Quantity.1=1',
|
||||
model: 'nitro+',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NXVNMPQ'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
cartUrl:
|
||||
@@ -454,6 +478,30 @@ export const Amazon: Store = {
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08N6ZLX9B'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NX14LV1&Quantity.1=1',
|
||||
model: 'merc',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NX14LV1'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NN76VJD&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08NN76VJD'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P5YFZCY&Quantity.1=1',
|
||||
model: 'merc',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08P5YFZCY'
|
||||
},
|
||||
{
|
||||
brand: 'powercolor',
|
||||
cartUrl:
|
||||
@@ -470,6 +518,46 @@ export const Amazon: Store = {
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08MVCLBWK'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXZSPMY&Quantity.1=1',
|
||||
model: 'nitro+',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08NXZSPMY'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYBVDB&Quantity.1=1',
|
||||
model: 'pulse',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08NXYBVDB'
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWJ29NB&Quantity.1=1',
|
||||
model: 'strix oc',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08NWJ29NB'
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P3YT3MY&Quantity.1=1',
|
||||
model: 'tuf oc',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08P3YT3MY'
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWHKGS9&Quantity.1=1',
|
||||
model: 'strix lc',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NWHKGS9'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
cartUrl:
|
||||
|
||||
@@ -388,7 +388,7 @@ export const BestBuy: Store = {
|
||||
{
|
||||
brand: 'msi',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800xt',
|
||||
series: 'rx6800',
|
||||
url:
|
||||
'https://www.bestbuy.com/site/msi-radeon-rx-6800-16g-16gb-gddr6-pci-express-4-0-graphics-card-black-black/6441020.p?skuId=6441020'
|
||||
},
|
||||
|
||||
@@ -94,6 +94,7 @@ export type Model =
|
||||
| 'phoenix'
|
||||
| 'ps5 console'
|
||||
| 'ps5 digital'
|
||||
| 'pulse'
|
||||
| 'red devil'
|
||||
| 'sg oc'
|
||||
| 'sg'
|
||||
|
||||
Reference in New Issue
Block a user