Skip to content

Commit

Permalink
added: env update
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjshka committed Nov 18, 2023
1 parent 001e83b commit 99d84f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/background/service/api/ViaApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RouterApi {
}
}

const routerApiService = new ApiService('https://api.myally.xyz/');
const routerApiService = new ApiService('https://router-api.via.exchange/');
const routerApi = new RouterApi(routerApiService);

eventBus.addEventListener(EVENTS.ADS_VIEWED, async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/constant/via.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const VIA_SCORE_URL = 'https://myally.xyz';
const VIA_SCORE_URL = 'https://ally.via.exchnage';

export { VIA_SCORE_URL };

0 comments on commit 99d84f9

Please sign in to comment.