Skip to content

Commit

Permalink
feat: Update production Aragon Gateway URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 29, 2024
1 parent cc0d2df commit 31c2469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31c2469

Please sign in to comment.