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