Skip to content

Commit

Permalink
feat: add norway to nvidia-api (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
nhangeland and jef committed Sep 25, 2020
1 parent 696b75d commit eda6c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/model/nvidia-api.ts
Expand Up @@ -25,6 +25,7 @@ export const regionInfos = new Map<string, NvidiaRegionInfo>([
['italy', {currency: 'EUR', drLocale: 'it_it', fe2060SuperId: null, fe3080Id: 5438796200, fe3090Id: null}],
['luxembourg', {currency: 'EUR', drLocale: 'fr_fr', fe2060SuperId: 5394902700, fe3080Id: 5438795700, fe3090Id: null}],
['netherlands', {currency: 'EUR', drLocale: 'nl_nl', fe2060SuperId: 5394903500, fe3080Id: 5438796700, fe3090Id: null}],
['norway', {currency: 'EUR', drLocale: 'nb_no', fe2060SuperId: null, fe3080Id: 5438797200, fe3090Id: 5438797100}],
['poland', {currency: 'PLN', drLocale: 'pl_pl', fe2060SuperId: null, fe3080Id: 5438797700, fe3090Id: null}],
['portugal', {currency: 'EUR', drLocale: 'en_gb', fe2060SuperId: null, fe3080Id: 5438794300, fe3090Id: null}],
['russia', {currency: 'RUB', drLocale: 'ru_ru', fe2060SuperId: null, fe3080Id: null, fe3090Id: null}],
Expand Down

0 comments on commit eda6c85

Please sign in to comment.