This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Filter desktop owners based on chainId * Bump safe-deployments lib to add Aurora compatibility Co-authored-by: Daniel Sanchez <[email protected]>
- Loading branch information
Showing
9 changed files
with
57 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"build": "cross-env REACT_APP_APP_VERSION=$npm_package_version rescripts --max-old-space-size=8192 build", | ||
"compile-electron": "tsc --project tsconfig.electron.json", | ||
"eject": "rescripts eject", | ||
"electron-build": "yarn compile-electron && electron-builder --windows", | ||
"electron-build": "yarn compile-electron && electron-builder --mac", | ||
"electron-dev": "yarn compile-electron && concurrently \"cross-env BROWSER=none REACT_APP_BUILD_FOR_DESKTOP=true yarn start\" \"wait-on http://localhost:3000 && electron .\"", | ||
"format:staged": "lint-staged", | ||
"generate-types": "yarn generate-types:spendingLimit && yarn generate-types:safeDeployments && yarn generate-types:erc20 && yarn generate-types:erc721", | ||
|
@@ -72,7 +72,7 @@ | |
"!src/**/assets/**" | ||
] | ||
}, | ||
"productName": "Safe", | ||
"productName": "Safe Multisig", | ||
"build": { | ||
"appId": "io.gnosis.safe", | ||
"afterSign": "scripts/notarize.js", | ||
|
@@ -168,9 +168,9 @@ | |
"@gnosis.pm/safe-apps-sdk": "6.1.0", | ||
"@gnosis.pm/safe-apps-sdk-v1": "npm:@gnosis.pm/[email protected]", | ||
"@gnosis.pm/safe-core-sdk": "^1.1.1", | ||
"@gnosis.pm/safe-deployments": "^1.5.0", | ||
"@gnosis.pm/safe-deployments": "^1.8.0", | ||
"@gnosis.pm/safe-react-components": "^0.9.0", | ||
"@gnosis.pm/safe-react-gateway-sdk": "2.7.5", | ||
"@gnosis.pm/safe-react-gateway-sdk": "2.8.1", | ||
"@ledgerhq/hw-transport-node-hid-singleton": "6.20.0", | ||
"@material-ui/core": "^4.12.3", | ||
"@material-ui/icons": "^4.11.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters