diff --git a/package.json b/package.json index 866c77fdfb..359a79763a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-react", - "version": "2.15.1", + "version": "2.16.0", "description": "Allowing crypto users manage funds in a safer way", "website": "https://github.com/gnosis/safe-react#readme", "bugs": { @@ -182,7 +182,7 @@ "async-sema": "^3.1.0", "axios": "0.21.0", "bignumber.js": "9.0.1", - "bnc-onboard": "1.15.0", + "bnc-onboard": "1.14.0", "classnames": "^2.2.6", "concurrently": "^5.3.0", "connected-react-router": "6.8.0", diff --git a/public/electron.js b/public/electron.js index 140a1f268d..ae9368b84d 100644 --- a/public/electron.js +++ b/public/electron.js @@ -85,7 +85,7 @@ function getOpenedWindow(url, options) { function createWindow(port = DEFAULT_PORT) { mainWindow = new BrowserWindow({ show: false, - width: 1024, + width: 1366, height: 768, webPreferences: { preload: path.join(__dirname, '../scripts/preload.js'), diff --git a/src/config/networks/volta.ts b/src/config/networks/volta.ts index ca35f29fbd..40ef4ebda5 100644 --- a/src/config/networks/volta.ts +++ b/src/config/networks/volta.ts @@ -42,6 +42,8 @@ const mainnet: NetworkConfig = { }, }, disabledWallets: [ + WALLETS.TREZOR, + WALLETS.LEDGER, WALLETS.COINBASE, WALLETS.DAPPER, WALLETS.FORTMATIC, diff --git a/src/index.tsx b/src/index.tsx index 745f223c29..aad9a089d0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -23,7 +23,7 @@ Sentry.init({ dsn: SENTRY_DSN, release: `safe-react@${process.env.REACT_APP_APP_VERSION}`, integrations: [new Integrations.BrowserTracing()], - sampleRate: 1, + sampleRate: 0.2, }) const root = document.getElementById('root') diff --git a/src/routes/safe/components/AddressBook/EllipsisTransactionDetails/index.tsx b/src/routes/safe/components/AddressBook/EllipsisTransactionDetails/index.tsx index 783b0f52ff..0e3889e1c4 100644 --- a/src/routes/safe/components/AddressBook/EllipsisTransactionDetails/index.tsx +++ b/src/routes/safe/components/AddressBook/EllipsisTransactionDetails/index.tsx @@ -63,12 +63,14 @@ export const EllipsisTransactionDetails = ({