diff --git a/apps/canonical-bridge-ui/.env.example b/apps/canonical-bridge-ui/.env.example index 42f1bfa1..04091d82 100644 --- a/apps/canonical-bridge-ui/.env.example +++ b/apps/canonical-bridge-ui/.env.example @@ -1,5 +1,5 @@ NEXT_PUBLIC_APP_NAME=canonical-bridge-ui NEXT_PUBLIC_BASE_PATH= NEXT_PUBLIC_ASSET_PREFIX= -NEXT_PUBLIC_SERVER_ENDPOINT=http://localhost:3000 -NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= \ No newline at end of file +NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= +NEXT_PUBLIC_SERVER_ENDPOINT=http://localhost:3000 \ No newline at end of file