Skip to content

Commit

Permalink
Enable network acala and karura
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed May 30, 2024
1 parent 4bbd53f commit e15c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/src/connector/booka/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { createPromiseHandler } from '@subwallet/extension-base/utils';
import { AccountRankType, BookaAccount, EnergyConfig, Game, GameInventoryItem, GameItem, GamePlay, LeaderboardPerson, RankInfo, ReferralRecord, Task, TaskCategory } from '@subwallet/extension-koni-ui/connector/booka/types';
import { TelegramConnector } from '@subwallet/extension-koni-ui/connector/telegram';
import { signRaw } from '@subwallet/extension-koni-ui/messaging';
import { calculateStartAndEnd } from '@subwallet/extension-koni-ui/utils/date';
import fetch from 'cross-fetch';
import { BehaviorSubject } from 'rxjs';
import {calculateStartAndEnd} from "@subwallet/extension-koni-ui/utils/date";

export const GAME_API_HOST = process.env.GAME_API_HOST || 'https://game-api.anhmtv.xyz';
export const TELEGRAM_WEBAPP_LINK = process.env.TELEGRAM_WEBAPP_LINK || 'BookaGamesBot/swbooka';
Expand Down

0 comments on commit e15c825

Please sign in to comment.