From 52ceab6a39adc47a6f5617dd5c8dab9a3835a060 Mon Sep 17 00:00:00 2001 From: Jennifer Echenim Date: Tue, 11 Jun 2024 15:41:11 +0100 Subject: [PATCH] Update bridge example env variables --- contracts/src/bridge/frontend/env.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contracts/src/bridge/frontend/env.example b/contracts/src/bridge/frontend/env.example index ed9a4dc254..f94962a72d 100644 --- a/contracts/src/bridge/frontend/env.example +++ b/contracts/src/bridge/frontend/env.example @@ -1,2 +1,6 @@ -NEXT_PUBLIC_L1_BRIDGE= -NEXT_PUBLIC_L2_BRIDGE= \ No newline at end of file +NEXT_PUBLIC_BRIDGE_API_HOST= + +NEXT_PUBLIC_BRIDGE_L1= +NEXT_PUBLIC_BRIDGE_L2= +NEXT_PUBLIC_BRIDGE_MESSAGE_BUS= +NEXT_PUBLIC_BRIDGE_GOOGLE_ANALYTICS_ID= \ No newline at end of file