Skip to content

Commit

Permalink
fix: remove 3090 drid for DK/FI regions (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmackrodt authored Sep 30, 2020
1 parent d84a409 commit f1d22d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ Here is a list of variables that you can use to customize your newly copied `.en
| belgium | `` | `` | `` | |
| canada | `` | `` | `` | |
| czechia | `` | `` | `` | |
| denmark | `` | `` | `` | |
| finland | `` | `` | `` | |
| denmark | `` | | `` | Missing RTX 3090 |
| finland | `` | | `` | Missing RTX 3090 |
| france | `` | `` | `` | |
| germany | `` | `` | `` | |
| great_britain | `` | `` | `` | |
Expand Down
4 changes: 2 additions & 2 deletions src/store/model/nvidia-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const regionInfos = new Map<string, NvidiaRegionInfo>([
['belgium', {currency: 'EUR', drLocale: 'fr_fr', fe2060SuperId: 5394902700, fe3080Id: 5438795700, fe3090Id: 5438795600, siteLocale: 'fr-be'}],
['canada', {currency: 'CAD', drLocale: 'en_us', fe2060SuperId: 5379432500, fe3080Id: 5438481700, fe3090Id: 5438481600, siteLocale: 'en-us'}],
['czechia', {currency: 'CZK', drLocale: 'en_gb', fe2060SuperId: 5394902800, fe3080Id: 5438793800, fe3090Id: 5438793600, siteLocale: 'cs-cz'}],
['denmark', {currency: 'EUR', drLocale: 'en_gb', fe2060SuperId: 5394903100, fe3080Id: 5438793300, fe3090Id: 5438793500, siteLocale: 'da-dk'}],
['finland', {currency: 'EUR', drLocale: 'en_gb', fe2060SuperId: 5394903100, fe3080Id: 5438793300, fe3090Id: 5438793500, siteLocale: 'da-dk'}],
['denmark', {currency: 'DKK', drLocale: 'en_gb', fe2060SuperId: 5394903100, fe3080Id: 5438793300, fe3090Id: null, siteLocale: 'da-dk'}],
['finland', {currency: 'EUR', drLocale: 'en_gb', fe2060SuperId: 5394903100, fe3080Id: 5438793300, fe3090Id: null, siteLocale: 'fi-fi'}],
['france', {currency: 'EUR', drLocale: 'fr_fr', fe2060SuperId: 5394903200, fe3080Id: 5438795200, fe3090Id: 5438761500, siteLocale: 'fr-fr'}],
['germany', {currency: 'EUR', drLocale: 'de_de', fe2060SuperId: 5394902900, fe3080Id: 5438792300, fe3090Id: 5438761400, siteLocale: 'de-de'}],
['great_britain', {currency: 'GBP', drLocale: 'en_gb', fe2060SuperId: 5394903300, fe3080Id: 5438792800, fe3090Id: 5438792700, siteLocale: 'en-gb'}],
Expand Down

0 comments on commit f1d22d1

Please sign in to comment.