diff --git a/src/api.ts b/src/api.ts index 9ff7fd6..90e1303 100644 --- a/src/api.ts +++ b/src/api.ts @@ -19,7 +19,7 @@ export class Api { this.ton_api_url = "https://testnet.tonapi.io/v2/"; this.tonscan_url = "https://testnet.tonscan.org/"; } else { - this.api_url = "https://api.agorata.io/"; + this.api_url = "https://agorata.io/api"; this.ton_api_url = "https://tonapi.io/v2/"; this.tonscan_url = "https://tonscan.org/"; }