Skip to content

Commit

Permalink
fix(server): next public server url (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy authored Nov 27, 2023
1 parent 9f126d1 commit 86dc588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEXT_PUBLIC_RPC_URL_MAINNET="https://blockscout.mainnet.ocean.jellyfishsdk.com"
NEXT_PUBLIC_RPC_URL_TESTNET="https://blockscout.testnet.ocean.jellyfishsdk.com"
NEXT_PUBLIC_RPC_URL_CHANGI="https://blockscout.changi.ocean.jellyfishsdk.com"
NEXT_PUBLIC_SERVER_URL="http://localhost:3001/"
NEXT_PUBLIC_SERVER_URL="http://localhost:3001"

NEXT_PUBLIC_SITE_KEY="6LeeoO8oAAAAALPSYZr1_Itr9bBzzQBVDjgjMT0-"

0 comments on commit 86dc588

Please sign in to comment.