From 28d1cf90b8fe3f92c1ed5850268cb367bbed2463 Mon Sep 17 00:00:00 2001 From: StanZha Date: Tue, 22 Dec 2020 10:57:57 -0600 Subject: [PATCH] chore(store): rx6800xt for memoryexpress, amazon-ca (#1491) * rx6900xt urls added for amd official store, newegg and bestbuy * added rx6900xt microcenter url * linter issue fix * few more 6800xt added for Canada --- src/store/model/amazon-ca.ts | 16 ++++++++++++++++ src/store/model/memoryexpress.ts | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index 6459002..6687a58 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -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' diff --git a/src/store/model/memoryexpress.ts b/src/store/model/memoryexpress.ts index d7bd600..87a8c09 100644 --- a/src/store/model/memoryexpress.ts +++ b/src/store/model/memoryexpress.ts @@ -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',