diff --git a/.env.example b/.env.example index 3494875..7cf4aaf 100644 --- a/.env.example +++ b/.env.example @@ -14,7 +14,7 @@ VITE_RGS="https://rgs.mutinynet.com/snapshot/" VITE_SELFHOSTED="true" VITE_AUTH="https://auth-staging.mutinywallet.com" VITE_SUBSCRIPTIONS="https://subscriptions-staging.mutinywallet.com" -VITE_STORAGE="https://storage-staging.mutinywallet.com" +VITE_STORAGE="https://storage-staging.mutinywallet.com/v2" VITE_FEEDBACK="https://feedback-staging.mutinywallet.com" VITE_SCORER="https://scorer-staging.mutinywallet.com" VITE_PRIMAL="https://primal-cache.mutinywallet.com/api" diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index fc2eeaa..087e065 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -68,7 +68,7 @@ jobs: VITE_RGS: https://rgs.mutinynet.com/snapshot/ VITE_AUTH: https://auth-staging.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com - VITE_STORAGE: https://storage-staging.mutinywallet.com + VITE_STORAGE: https://storage-staging.mutinywallet.com/v2 VITE_FEEDBACK: https://feedback-staging.mutinywallet.com VITE_SCORER: https://scorer-staging.mutinywallet.com VITE_PRIMAL: https://primal-cache.mutinywallet.com/api diff --git a/.github/workflows/android-staging.yml b/.github/workflows/android-staging.yml index 533396c..d1a1ee2 100644 --- a/.github/workflows/android-staging.yml +++ b/.github/workflows/android-staging.yml @@ -64,7 +64,7 @@ jobs: VITE_RGS: https://rgs.mutinynet.com/snapshot/ VITE_AUTH: https://auth-staging.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com - VITE_STORAGE: https://storage-staging.mutinywallet.com + VITE_STORAGE: https://storage-staging.mutinywallet.com/v2 VITE_FEEDBACK: https://feedback-staging.mutinywallet.com VITE_SCORER: https://scorer-staging.mutinywallet.com VITE_PRIMAL: https://primal-cache.mutinywallet.com/api diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index e9bef00..277dd44 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -58,7 +58,7 @@ jobs: VITE_RGS: https://rgs.mutinynet.com/snapshot/ VITE_AUTH: https://auth-staging.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com - VITE_STORAGE: https://storage-staging.mutinywallet.com + VITE_STORAGE: https://storage-staging.mutinywallet.com/v2 VITE_FEEDBACK: https://feedback-staging.mutinywallet.com VITE_SCORER: https://scorer-staging.mutinywallet.com VITE_PRIMAL: https://primal-cache.mutinywallet.com/api