Skip to content

Commit

Permalink
Update environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0x authored Jun 21, 2024
1 parent b4f46c8 commit 12807bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const environment = {
production: true,
worker: true,
environment: 'PROD',
version: '4.0.1',
version: '4.2.6',
api: 'https://bridge.conceal.network/backend',
walletAPI: 'https://api.wallet.conceal.network/api',
coinStats: 'https://api.coinstats.app',
Expand Down Expand Up @@ -32,4 +32,4 @@ export const environment = {
recaptcha: {
siteKey: '4b23f7fc-ed7c-4284-ae98-b077d8745254',
},
};
};

0 comments on commit 12807bb

Please sign in to comment.