|
|
@ -19,7 +19,7 @@ export class Api { |
|
|
|
this.ton_api_url = "https://testnet.tonapi.io/v2/"; |
|
|
|
this.ton_api_url = "https://testnet.tonapi.io/v2/"; |
|
|
|
this.tonscan_url = "https://testnet.tonscan.org/"; |
|
|
|
this.tonscan_url = "https://testnet.tonscan.org/"; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.api_url = "https://api.agorata.io/"; |
|
|
|
this.api_url = "https://agorata.io/api"; |
|
|
|
this.ton_api_url = "https://tonapi.io/v2/"; |
|
|
|
this.ton_api_url = "https://tonapi.io/v2/"; |
|
|
|
this.tonscan_url = "https://tonscan.org/"; |
|
|
|
this.tonscan_url = "https://tonscan.org/"; |
|
|
|
} |
|
|
|
} |
|
|
|