Skip to content

Commit 86dc588

Browse files
authored
fix(server): next public server url (#378)
1 parent 9f126d1 commit 86dc588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NEXT_PUBLIC_RPC_URL_MAINNET="https://blockscout.mainnet.ocean.jellyfishsdk.com"
22
NEXT_PUBLIC_RPC_URL_TESTNET="https://blockscout.testnet.ocean.jellyfishsdk.com"
33
NEXT_PUBLIC_RPC_URL_CHANGI="https://blockscout.changi.ocean.jellyfishsdk.com"
4-
NEXT_PUBLIC_SERVER_URL="http://localhost:3001/"
4+
NEXT_PUBLIC_SERVER_URL="http://localhost:3001"
55

66
NEXT_PUBLIC_SITE_KEY="6LeeoO8oAAAAALPSYZr1_Itr9bBzzQBVDjgjMT0-"

0 commit comments

Comments
 (0)