From e8d203105c5dd637ec322d4f3a8093b3ad912509 Mon Sep 17 00:00:00 2001 From: "cgero.eth" Date: Mon, 29 Jul 2024 14:49:25 +0200 Subject: [PATCH] feat: Update production Aragon Gateway URLs (#1392) --- .env.development | 4 ++-- .env.production | 4 ++-- .github/fleek/production.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index b1a250976..f2a67e125 100644 --- a/.env.development +++ b/.env.development @@ -17,6 +17,6 @@ VITE_FEATURE_FLAG_GASLESS_PLUGIN=true VITE_VOCDONI_ENV='stg' VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api -VITE_BACKEND_URL=https://stg.app-backend.aragon.org +VITE_BACKEND_URL=https://stg.n-app-backend.aragon.org -VITE_GATEWAY_URL=https://app.gwstg.aragon.in +VITE_GATEWAY_URL=https://app.n-gwstg.aragon.in diff --git a/.env.production b/.env.production index 399b16521..feb8b5467 100644 --- a/.env.production +++ b/.env.production @@ -17,6 +17,6 @@ VITE_FEATURE_FLAG_GASLESS_PLUGIN=false VITE_VOCDONI_ENV='stg' VITE_VOCDONI_CENSUS3_URL=https://census3-aragon.vocdoni.net/api -VITE_BACKEND_URL=https://app-backend.aragon.org +VITE_BACKEND_URL=https://n-app-backend.aragon.org -VITE_GATEWAY_URL=https://app.gwprod.aragon.in +VITE_GATEWAY_URL=https://app.n-gwprod.aragon.in diff --git a/.github/fleek/production.json b/.github/fleek/production.json index b45ac574a..d248ace06 100644 --- a/.github/fleek/production.json +++ b/.github/fleek/production.json @@ -1,14 +1,14 @@ { "site": { - "id": "d92f2147-2dc5-43c9-86e0-62e303519a64", + "id": "81492921-4a99-4f5d-bd34-aa01ba6a1504", "team": "aragonone-team", "platform": "ipfs", "source": "ipfs", - "name": "royal-heart-7275" + "name": "apparagonorg" }, "build": { "baseDir": "", "publicDir": "dist", "rootDir": "" } -} +} \ No newline at end of file