Skip to content

Commit

Permalink
chore(store): rx6800xt for memoryexpress, amazon-ca (#1491)
Browse files Browse the repository at this point in the history
* rx6900xt urls added for amd official store, newegg and bestbuy

* added rx6900xt microcenter url

* linter issue fix

* few more 6800xt added for Canada
  • Loading branch information
StanZha committed Dec 22, 2020
1 parent f34a808 commit 28d1cf9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/store/model/amazon-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,22 @@ export const AmazonCa: Store = {
model: 'xbox series s',
series: 'xboxss',
url: 'https://www.amazon.ca/dp/B08G9J44ZN'
},
{
brand: 'xfx',
cartUrl:
'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08NX14LV1&Quantity.1=1',
model: 'merc',
series: 'rx6800xt',
url: 'https://www.amazon.ca/dp/B08NX14LV1'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08PQ585CX&Quantity.1=1',
model: 'pulse',
series: 'rx6800xt',
url: 'https://www.amazon.ca/dp/B08PQ585CX'
}
],
name: 'amazon-ca'
Expand Down
18 changes: 18 additions & 0 deletions src/store/model/memoryexpress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,24 @@ export const MemoryExpress: Store = {
model: 'aorus xtreme',
series: '3080',
url: 'https://www.memoryexpress.com/Products/MX00114404'
},
{
brand: 'sapphire',
model: 'pulse',
series: 'rx6800xt',
url: 'https://www.memoryexpress.com/Products/MX00114404'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: 'rx6800xt',
url: 'https://www.memoryexpress.com/Products/MX00114404'
},
{
brand: 'xfx',
model: 'merc',
series: 'rx6800xt',
url: 'https://www.memoryexpress.com/Products/MX00114404'
}
],
name: 'memoryexpress',
Expand Down

0 comments on commit 28d1cf9

Please sign in to comment.