Skip to content

Commit

Permalink
Merge pull request #4 from gtech-world/prod
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
YongZL authored Jun 26, 2024
2 parents 751f1b6 + c9b18d0 commit 77736ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_BASE=https://pre-api.gtech.world
API_BASE=https://api-v2.gtech.world
SCAN_BASE=https://explorer.gtech.world
AICP_SOLUTIONS=https://gtech.world/solutions/automotive
LABEL_CONTRACT=0x7BC6afe0cDc6DE9191dfC6d68A3bad45E270F695
2 changes: 1 addition & 1 deletion src/lib/env.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_BASE = process.env.API_BASE || 'https://pre-api.gtech.world';
export const API_BASE = process.env.API_BASE || 'https://api-v2.gtech.world';
export const SCAN_BASE = process.env.SCAN_BASE || 'https://explorer.gtech.world';
export const AICP_SOLUTIONS = process.env.AICP_SOLUTIONS || 'https://gtech.world/solutions/automotive';
export const LABEL_CONTRACT = process.env.LABEL_CONTRACT || '0x7BC6afe0cDc6DE9191dfC6d68A3bad45E270F695';

0 comments on commit 77736ee

Please sign in to comment.