From 3b3ca128d36c4d060b96f2891db51c1fc91d395d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20G=C3=B3mez=20Varela?= Date: Mon, 8 Apr 2024 12:22:19 +0200 Subject: [PATCH] Add Relay configuration placeholders --- container_env_files/cgw.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container_env_files/cgw.env b/container_env_files/cgw.env index 7055dbf..a04847a 100644 --- a/container_env_files/cgw.env +++ b/container_env_files/cgw.env @@ -37,6 +37,10 @@ ALERTS_PROVIDER_API_KEY='' ALERTS_PROVIDER_ACCOUNT='' ALERTS_PROVIDER_PROJECT='' +# Relay Provider +RELAY_PROVIDER_API_KEY_GNOSIS_CHAIN='' +RELAY_PROVIDER_API_KEY_SEPOLIA='' + # Email handling # Please note that the Safe CGW is currently using Pushwoosh as the email services provider. # Refer to the provider's official documentation to set up emailing.