Manuel Gellfart

Results 22 issues of Manuel Gellfart

### What problem does it solve? Currently safe-apps cannot retrieve the information if the web interface has the dark mode enabled. Therefore many safe apps only offer a light mode...

enhancement

## Description When initializing the Safe protocol-kit with a predicted Safe, multiple functions do not work properly. Some examples which I tried to use are: - `createEnableModuleTx` - `createEnableGuardTx` -...

**Is your feature request related to a problem? Please describe.** For EIP 1559 we need different values for gas price estimation: - `maxFeePerGas` OR `baseFee` - `maxPriorityFeePerGas` This is currently...

Resolves #230 Removes Alert border

We changed our preferred design for Alerts to be borderless: i.e. We should adjust the exported theme accordingly.

## What it solves Resolves #3576 The [EIP 5792 standard](https://eips.ethereum.org/EIPS/eip-5792) was changed since our implementation. ## How this PR fixes it Updates our safe-wallet-provider and wallet connect sessions to support...

## Bug description When confirming an existing transaction is a m/n Safe the `to` address of the transaction is missing. ## Environment - Browser: Chrome - Wallet: MetaMask - Chain:...

bug

Reopened PR #3452 ## TODO: - We need to address the issue that safeTxGas can become NaN for transactions from safeapps. ## Checklist * [ ] I've tested the branch...

## Bug description We are missing some validations when editing gas paramters in our transaction execution modal. 1. `maxFeePerGas` has to be higher than `maxPriorityFeePerGas` 2. When putting it too...

bug

## Overview When using Safes or other smart contract wallets as owners, we currently fallback to on-chain approvals using the safe contract's `approveHash` function. This has several disadvantages: - It...

enhancement