Skip to content

Commit

Permalink
feat: merge branch 'arb-ltip' into deployments/arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed Jun 4, 2024
2 parents 60b17a2 + cd4ca4c commit 7d8672f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_ENABLED_EDITORS=ARBLTIPGrantee
VITE_ENABLED_EDITORS=ArbLtipGrantee
VITE_RENOWN_URL=https://www.renown.id
VITE_DEFAULT_DRIVE_URL=https://apps.powerhouse.io/arbitrum/switchboard/d/arbitrum2
VITE_BASE_HREF=/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-arbitrum-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--build-arg VITE_ROUTER_BASENAME=/arbitrum/connect
--build-arg VITE_SENTRY_DSN=${{ secrets.SENTRY_DSN }}
--build-arg VITE_SENTRY_ENV=${{ secrets.SENTRY_ENV }}
--build-arg VITE_ENABLED_EDITORS=ARBLTIPGrantee
--build-arg VITE_ENABLED_EDITORS=ArbLtipGrantee
--build-arg VITE_DISABLE_ADD_PUBLIC_DRIVES=true
--build-arg VITE_DISABLE_ADD_CLOUD_DRIVES=true
--build-arg VITE_DISABLE_ADD_LOCAL_DRIVES=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-arbitrum-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--build-arg BASE_PATH=/alpha/arbitrum/connect
--build-arg VITE_BASE_HREF=/alpha/arbitrum/connect/
--build-arg VITE_ROUTER_BASENAME=/alpha/arbitrum/connect
--build-arg VITE_ENABLED_EDITORS=ARBLTIPGrantee
--build-arg VITE_ENABLED_EDITORS=ArbLtipGrantee
--build-arg VITE_DISABLE_ADD_PUBLIC_DRIVES=true
--build-arg VITE_DISABLE_ADD_CLOUD_DRIVES=true
--build-arg VITE_DISABLE_ADD_LOCAL_DRIVES=true
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"did-key-creator": "^1.2.0",
"document-drive": "1.0.0-alpha.68",
"document-model": "1.5.0",
"document-model-libs": "^1.59.0-arbitrum.1",
"document-model-libs": "^1.59.0-arbitrum.3",
"electron-is-dev": "^3.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
Expand Down

0 comments on commit 7d8672f

Please sign in to comment.