diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index 843780e..2cb6c47 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -129,6 +129,30 @@ export const AmazonCa: Store = { model: 'tuf oc', series: '3090', url: 'https://www.amazon.ca/dp/B08HJLLF7G' + }, + { + brand: 'amd', + model: '5600x', + series: 'ryzen5600', + url: 'https://www.amazon.ca/dp/B08166SLDF' + }, + { + brand: 'amd', + model: '5800x', + series: 'ryzen5800', + url: 'https://www.amazon.ca/dp/B0815XFSGK' + }, + { + brand: 'amd', + model: '5900x', + series: 'ryzen5900', + url: 'https://www.amazon.ca/dp/B08164VTWH' + }, + { + brand: 'amd', + model: '5950x', + series: 'ryzen5950', + url: 'https://www.amazon.ca/dp/B0815Y8J9N' } ], name: 'amazon-ca' diff --git a/src/store/model/newegg-ca.ts b/src/store/model/newegg-ca.ts index e808768..61f4970 100644 --- a/src/store/model/newegg-ca.ts +++ b/src/store/model/newegg-ca.ts @@ -366,6 +366,34 @@ export const NeweggCa: Store = { model: 'xc3 gaming', series: '3070', url: 'https://www.newegg.ca/evga-geforce-rtx-3070-08g-p5-3753-kr/p/N82E16814487529' + }, + { + brand: 'amd', + itemNumber: '19-113-663', + model: '5950x', + series: 'ryzen5950', + url: 'https://www.newegg.ca/amd-ryzen-9-5950x/p/N82E16819113663' + }, + { + brand: 'amd', + itemNumber: '19-113-664', + model: '5900x', + series: 'ryzen5900', + url: 'https://www.newegg.ca/amd-ryzen-9-5900x/p/N82E16819113664' + }, + { + brand: 'amd', + itemNumber: '19-113-665', + model: '5800x', + series: 'ryzen5800', + url: 'https://www.newegg.ca/amd-ryzen-7-5800x/p/N82E16819113665' + }, + { + brand: 'amd', + itemNumber: '19-113-666', + model: '5600x', + series: 'ryzen5600', + url: 'https://www.newegg.ca/amd-ryzen-5-5600x/p/N82E16819113666' } ], name: 'newegg-ca', diff --git a/src/store/model/newegg.ts b/src/store/model/newegg.ts index 8f433ee..c429712 100644 --- a/src/store/model/newegg.ts +++ b/src/store/model/newegg.ts @@ -408,14 +408,6 @@ export const Newegg: Store = { series: '3070', url: 'https://www.newegg.com/asus-geforce-rtx-3070-tuf-rtx3070-o8g-gaming/p/N82E16814126461' }, - { - brand: 'amd', - cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113664', - itemNumber: '19-113-664', - model: '5900x', - series: 'ryzen5900', - url: 'https://www.newegg.com/amd-ryzen-9-5900x/p/N82E16819113664' - }, { brand: 'amd', cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113663', @@ -426,8 +418,16 @@ export const Newegg: Store = { }, { brand: 'amd', - cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113665', + cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113664', itemNumber: '19-113-664', + model: '5900x', + series: 'ryzen5900', + url: 'https://www.newegg.com/amd-ryzen-9-5900x/p/N82E16819113664' + }, + { + brand: 'amd', + cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113665', + itemNumber: '19-113-665', model: '5800x', series: 'ryzen5800', url: 'https://www.newegg.com/amd-ryzen-9-5900x/p/N82E16819113665' @@ -435,7 +435,7 @@ export const Newegg: Store = { { brand: 'amd', cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16819113666', - itemNumber: '19-113-663', + itemNumber: '19-113-666', model: '5600x', series: 'ryzen5600', url: 'https://www.newegg.com/amd-ryzen-5-5600x/p/N82E16819113666'