diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0f0df48..63e6343 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,10 +1,9 @@ - + - - + @@ -315,6 +321,7 @@ - \ No newline at end of file diff --git a/src/api.ts b/src/api.ts index 4d92771..15b7937 100644 --- a/src/api.ts +++ b/src/api.ts @@ -8,7 +8,7 @@ declare var process : { export class Api { public readonly api_url: string; - public agorata_adnl: string = "21a64b31dcfb9dd985a34576e76823be9a36606a3bcd196f3bb8965c0b6485c3"; + public agorata_adnl: string = "ed4f2afebb5e49dda9684a474c5771141be1f7d85a2fa39f1823844dd476c52d"; constructor() { if (process.env.NODE_ENV === 'development') {