From dde9837829b9d52e43800a2ac826b5dd00f5a744 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 9 Nov 2020 01:20:01 -0500 Subject: [PATCH] feat(amazon): add more 3070s (#719) Co-authored-by: Jef LeCompte --- src/store/model/amazon.ts | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index 73e0c29..4bd754b 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -22,6 +22,55 @@ export const Amazon: Store = { series: 'test:series', url: 'https://www.amazon.com/dp/B07TDN1SC5' }, + { + brand: 'asus', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08L8HPKR6&Quantity.1=1', + model: 'dual', + series: '3070', + url: 'https://www.amazon.com/dp/B08L8HPKR6' + }, + { + brand: 'evga', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08LW46GH2&Quantity.1=1', + model: 'xc3 black', + series: '3070', + url: 'https://www.amazon.com/dp/B08LW46GH2' + }, + { + brand: 'gigabyte', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08KY266MG&Quantity.1=1', + model: 'gaming oc', + series: '3070', + url: 'https://www.amazon.com/dp/B08KY266MG' + }, + { + brand: 'pny', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08HBJB7YD&Quantity.1=1', + model: 'xlr8', + series: '3070', + url: 'https://www.amazon.com/dp/B08HBJB7YD' + }, + { + brand: 'pny', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08HBF5L3K&Quantity.1=1', + model: 'xlr8 uprising', + series: '3070', + url: 'https://www.amazon.com/dp/B08HBF5L3K' + }, + { + brand: 'msi', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08KWLMZV4&Quantity.1=1', + model: 'ventus 3x oc', + series: '3070', + url: 'https://www.amazon.com/dp/B08KWLMZV4' + }, + { + brand: 'zotac', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08LF1CWT2&Quantity.1=1', + model: 'twin edge oc', + series: '3070', + url: 'https://www.amazon.com/dp/B08LF1CWT2' + }, { brand: 'pny', cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08HBR7QBM&Quantity.1=1',