Skip to content

Commit

Permalink
chore(bestbuy): add 3080ti models (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyshuman committed Jul 16, 2021
1 parent b33f678 commit cc0aaec
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/store/model/bestbuy.ts
Expand Up @@ -208,6 +208,55 @@ export const BestBuy: Store = {
series: '3080',
url: 'https://api.bestbuy.com/click/-/6432658/pdp',
},
{
brand: 'asus',
cartUrl: 'https://api.bestbuy.com/click/-/6466931/cart',
model: 'strix',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6466931/pdp',
},
{
brand: 'asus',
cartUrl: 'https://api.bestbuy.com/click/-/6466932/cart',
model: 'tuf',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6466932/pdp',
},
{
brand: 'evga',
cartUrl: 'https://api.bestbuy.com/click/-/6467808/cart',
model: 'ftw3 ultra',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6467808/pdp',
},
{
brand: 'gigabyte',
cartUrl: 'https://api.bestbuy.com/click/-/6466561/cart',
model: 'gaming oc',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6466561/pdp',
},
{
brand: 'gigabyte',
cartUrl: 'https://api.bestbuy.com/click/-/6466564/cart',
model: 'vision oc',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6466564/pdp',
},
{
brand: 'msi',
cartUrl: 'https://api.bestbuy.com/click/-/6465803/cart',
model: 'gaming x trio',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6465803/pdp',
},
{
brand: 'nvidia',
cartUrl: 'https://api.bestbuy.com/click/-/6462956/cart',
model: 'founders edition',
series: '3080ti',
url: 'https://api.bestbuy.com/click/-/6462956/pdp',
},
{
brand: 'nvidia',
cartUrl: 'https://api.bestbuy.com/click/-/6429434/cart',
Expand Down

0 comments on commit cc0aaec

Please sign in to comment.