mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-08 20:38:02 -05:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export const EXPLORER_URL =
|
|
process.env.NODE_ENV === 'development'
|
|
? 'http://localhost:3000'
|
|
: 'https://explorer-tlsn.pse.dev/';
|