From a5e80a68e43d862079d98a031c39876c7726a8e8 Mon Sep 17 00:00:00 2001 From: wenty22 Date: Mon, 21 Oct 2024 13:28:46 +0800 Subject: [PATCH] chore: Test cicd --- apps/canonical-bridge-ui/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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