Skip to content

Commit

Permalink
chore(store): add Nvidia RTX Cards (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reid-Kornman authored Mar 25, 2021
1 parent b2ce715 commit 0a9ce0d
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ export const Amazon: Store = {
series: '3070',
url: 'https://www.amazon.com/dp/B08L8L71SM',
},
{
brand: 'evga',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08WM28PVH&Quantity.1=1',
model: 'xc gaming',
series: '3060',
url: 'https://www.amazon.com/dp/B08WM28PVH',
},
{
brand: 'evga',
cartUrl:
Expand Down
14 changes: 14 additions & 0 deletions src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,20 @@ export const BestBuy: Store = {
series: '3060ti',
url: 'https://api.bestbuy.com/click/-/6444449/pdp',
},
{
brand: 'pny',
cartUrl: 'https://api.bestbuy.com/click/-/6454319/cart',
model: 'dual fan',
series: '3060',
url: 'https://api.bestbuy.com/click/-/6454319/pdp',
},
{
brand: 'pny',
cartUrl: 'https://api.bestbuy.com/click/-/6454318/cart',
model: 'single fan',
series: '3060',
url: 'https://api.bestbuy.com/click/-/6454318/pdp',
},
],
name: 'bestbuy',
};
14 changes: 14 additions & 0 deletions src/store/model/pny.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ export const Pny: Store = {
series: 'test:series',
url: 'https://www.pny.com/pny-geforce-gtx-1660-super-gaming-oc-sf',
},
{
brand: 'pny',
model: 'dual fan',
series: '3060',
url:
'https://www.pny.com/geforce-rtx-3060-12gb-xlr8-gaming-revel-epic-x-rgb-df',
},
{
brand: 'pny',
model: 'single fan',
series: '3060',
url:
'https://www.pny.com/pny-geforce-rtx-3060-12gb-xlr8-gaming-revel-epic-x-rgb-sf',
},
{
brand: 'pny',
model: 'dual fan',
Expand Down
1 change: 1 addition & 0 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export type Model =
| 'sg oc'
| 'sg'
| 'merc'
| 'single fan'
| 'strix lc'
| 'strix oc'
| 'strix'
Expand Down
12 changes: 12 additions & 0 deletions src/store/model/walmart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ export const Walmart: Store = {
url:
'https://www.walmart.com/ip/AMD-Ryzen-9-5900X-12-core-24-thread-Desktop-Processor/647899167',
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3060ti',
url: 'https://www.walmart.com/ip/912221235',
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3070',
url: 'https://www.walmart.com/ip/804934537',
},
],
name: 'walmart',
};

0 comments on commit 0a9ce0d

Please sign in to comment.