diff --git a/README.md b/README.md index 3e18e39..cf6118f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The purpose of this bot is to get an Nvidia card. It tries multiple things to do |:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:| | **3070**| | | | | | | | | | | | | | | | **3080** | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | -| **3090** | | | | | | `✔` | `✔` | | | `✔` | `✔` | `✔` | | | +| **3090** | | | `✔` | | | `✔` | `✔` | | | `✔` | `✔` | `✔` | | | ## Installation and prerequisites diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index c84722b..d652a89 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -24,6 +24,12 @@ export const AmazonCa: Store = { series: '3080', url: 'https://www.amazon.ca/dp/B08HR7SV3M' }, + { + brand: 'msi', + model: 'ventus 3x oc', + series: '3080', + url: 'https://www.amazon.ca/dp/B08HR5SXPS' + }, { brand: 'evga', model: 'ftw3', @@ -78,11 +84,47 @@ export const AmazonCa: Store = { series: '3080', url: 'https://www.amazon.ca/dp/B08HH5WF97' }, + { + brand: 'zotac', + model: 'trinity', + series: '3080', + url: 'https://www.amazon.ca/dp/B08HJNKT3P' + }, + { + brand: 'zotac', + model: 'trinity', + series: '3090', + url: 'https://www.amazon.ca/dp/B08HJQ182D' + }, { brand: 'msi', model: 'ventus 3x oc', - series: '3080', - url: 'https://www.amazon.ca/dp/B08HR5SXPS' + series: '3090', + url: 'https://www.amazon.ca/dp/B08HR9D2JS' + }, + { + brand: 'gigabyte', + model: 'gaming oc', + series: '3090', + url: 'https://www.amazon.ca/dp/B08HJRF2CN' + }, + { + brand: 'gigabyte', + model: 'eagle oc', + series: '3090', + url: 'https://www.amazon.ca/dp/B08HJPDJTY' + }, + { + brand: 'asus', + model: 'tuf', + series: '3090', + url: 'https://www.amazon.ca/dp/B08HJGNJ81' + }, + { + brand: 'asus', + model: 'tuf oc', + series: '3090', + url: 'https://www.amazon.ca/dp/B08HJLLF7G' } ], name: 'amazon-ca'