Files
explorer/web/utils/constants.ts
tsukino 242729e1ae feat: implement new ux (#15)
* wip

* new pubkey input

* wip

* restyle upload to ipfs

* finish restyling
2024-04-16 09:17:07 -04:00

5 lines
139 B
TypeScript

export const EXPLORER_URL =
process.env.NODE_ENV === 'development'
? 'http://localhost:3000'
: 'https://explorer-tlsn.pse.dev/';