Skip to content

Commit

Permalink
#174 повышена api версия игры gemz
Browse files Browse the repository at this point in the history
  • Loading branch information
serjikus22 committed Sep 22, 2024
1 parent b8b5ed0 commit cf9b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/GemzGameService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default class GemzGameService
}

protected getBaseUrl(): string {
return 'https://gemzcoin.us-east-1.replicant.gc-internal.net/gemzcoin/v3.2.1';
return 'https://gemzcoin.us-east-1.replicant.gc-internal.net/gemzcoin/v3.6.5';
}

protected async getInitDataKey(): Promise<string> {
Expand Down

0 comments on commit cf9b4a2

Please sign in to comment.