diff --git a/README.md b/README.md index 65c1ba7..5bb08a3 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.ts b/src/store/model/bestbuy.ts index f94e588..44c3824 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -18,6 +18,13 @@ export const BestBuy: Store = { series: 'test:series', url: 'https://www.bestbuy.com/site/evga-ko-ultra-gaming-nvidia-geforce-rtx-2060-6gb-gddr6-pci-express-3-0-graphics-card-black-gray/6403801.p?skuId=6403801&intl=nosplash' }, + { + brand: 'nvidia', + cartUrl: 'https://api.bestbuy.com/click/-/6429442/cart', + model: 'founders edition', + series: '3070', + url: 'https://www.bestbuy.com/site/nvidia-geforce-rtx-3070-8gb-gddr6-pci-express-4-0-graphics-card-dark-platinum-and-black/6429442.p?skuId=6429442&intl=nosplash' + }, { brand: 'nvidia', cartUrl: 'https://api.bestbuy.com/click/-/6429440/cart',