Skip to content

Commit

Permalink
add/account-regionFlag (#659)
Browse files Browse the repository at this point in the history
Adding the new staging account for Casino for the RegionFlag

More info about this flag at this PR:
#656
  • Loading branch information
beatrizmaselli authored Oct 31, 2023
1 parent 22694d5 commit 1762ce6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- new account to regionFlag

## [2.170.0] - 2023-09-28

### Changed
Expand Down
7 changes: 6 additions & 1 deletion node/utils/flags/regionFlag.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export const regionFlag = ['casinofr', 'casinofrprod', 'casinofrqa']
export const regionFlag = [
'casinofr',
'casinofrprod',
'casinofrqa',
'casinofrst',
]

0 comments on commit 1762ce6

Please sign in to comment.