From e6143874dabb1aa5354aa509616336f01404137d Mon Sep 17 00:00:00 2001 From: Juan Ignacio Ubeira Date: Fri, 13 Dec 2024 09:45:26 -0300 Subject: [PATCH] Missing ','. --- ci/prepare-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/prepare-config.ts b/ci/prepare-config.ts index 0e30c835..e577d0d5 100644 --- a/ci/prepare-config.ts +++ b/ci/prepare-config.ts @@ -45,7 +45,7 @@ if (process.env.CI) { }, "mode": { "url": "${process.env.MODE_RPC_ENDPOINT}" - } + }, "sonic": { "url": "${process.env.SONIC_RPC_ENDPOINT}" }