chore: fixing bug

This commit is contained in:
Tanner Shaw
2024-05-10 16:41:13 -07:00
parent a5cadca03b
commit bccdb06a36

View File

@@ -1,4 +1,4 @@
export const EXPLORER_URL =
process.env.NODE_ENV === 'development'
? 'http://localhost:3000'
: 'https://explorer.tlsnotary.org/';
: 'https://explorer.tlsnotary.org';