From ab4f7795737ee2eb95b8c60c70dd6964a5526af0 Mon Sep 17 00:00:00 2001 From: Ted Morin Date: Thu, 29 Oct 2020 16:58:28 -0400 Subject: [PATCH] chore(bestbuy-ca): add 3070 founders edition (#634) Co-authored-by: Jef LeCompte --- README.md | 2 +- src/store/model/bestbuy-ca.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f1664..1949511 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The purpose of this bot is to get an Nvidia card. It tries multiple things to do | | Adorama | Amazon | Amazon (CA) | ASUS | B&H | Best Buy | Best Buy (CA) | EVGA | Micro Center | Newegg | Newegg (CA) | Nvidia | Office Depot | PNY | Zotac | |:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:| -| **3070**| | | | | | `✔` | | | | | | | | `✔` | | +| **3070**| | | | | | `✔` | `✔` | | | | `✔` | | | `✔` | | | **3080** | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | | **3090** | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | | `✔` | `✔` | `✔` | | `✔` | `✔` | diff --git a/src/store/model/bestbuy-ca.ts b/src/store/model/bestbuy-ca.ts index 933b68b..6243440 100644 --- a/src/store/model/bestbuy-ca.ts +++ b/src/store/model/bestbuy-ca.ts @@ -89,6 +89,12 @@ export const BestBuyCa: Store = { model: 'twin edge', series: '3070', url: 'https://www.bestbuy.ca/en-ca/product/zotac-nvidia-geforce-rtx-3070-twin-edge-8gb-gddr6x-video-card/15000079?intl=nosplash' + }, + { + brand: 'nvidia', + model: 'founders edition', + series: '3070', + url: 'https://www.bestbuy.ca/en-ca/product/nvidia-geforce-rtx-3070-8gb-gddr6-video-card-only-at-best-buy/15078017?intl=nosplash' } ], name: 'bestbuy-ca',