From da48446cacd202920376f4eb8689ebdd839eebed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kluczek?= Date: Wed, 6 Nov 2024 11:51:03 +0100 Subject: [PATCH] Set VITE_SAFE_ENDPOINT for non-mainnet envs --- ci/argocd/templates/octant-application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/argocd/templates/octant-application.yaml b/ci/argocd/templates/octant-application.yaml index 9094d6b0f4..f26c182d04 100644 --- a/ci/argocd/templates/octant-application.yaml +++ b/ci/argocd/templates/octant-application.yaml @@ -35,6 +35,8 @@ spec: value: 'false' - name: 'webClient.ipfsGateways' value: '$IPFS_GATEWAYS' + - name: 'webClient.safeEndpoint' + value: 'https://safe-transaction-sepolia.safe.global/' ## Graph Node - name: graphNode.graph.env.NETWORK value: '$NETWORK_NAME'