Skip to content

Commit

Permalink
feat(store): add evga 3090 to newegg canada (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
karmanbadhesha committed Oct 1, 2020
1 parent fddc002 commit 313d176
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/store/model/newegg-ca.ts
Expand Up @@ -113,6 +113,30 @@ export const NeweggCa: Store = {
model: 'rog strix',
series: '3090',
url: 'https://www.newegg.ca/asus-geforce-rtx-3090-rog-strix-rtx3090-o24g-gaming/p/N82E16814126456'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3090',
url: 'https://www.newegg.ca/evga-geforce-rtx-3090-24g-p5-3975-kr/p/N82E16814487524'
},
{
brand: 'evga',
model: 'xc3',
series: '3090',
url: 'https://www.newegg.ca/evga-geforce-rtx-3090-24g-p5-3973-kr/p/N82E16814487523'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3090',
url: 'https://www.newegg.ca/evga-geforce-rtx-3090-24g-p5-3987-kr/p/N82E16814487526'
},
{
brand: 'evga',
model: 'ftw3',
series: '3090',
url: 'https://www.newegg.ca/evga-geforce-rtx-3090-24g-p5-3985-kr/p/N82E16814487525'
}
],
name: 'newegg-ca'
Expand Down

0 comments on commit 313d176

Please sign in to comment.