upgrades-safe-app icon indicating copy to clipboard operation
upgrades-safe-app copied to clipboard

Results 8 upgrades-safe-app issues
Sort by recently updated
recently updated
newest added

When entering the below contracts into the OZ upgrade app the app fails to validate the addresses. The console displays an error from ethers.js. Behavior is observed across multiple browser...

Adding support for Polygon should be easy. Here's how I do it in [sablier-safe-app](https://github.com/paulrberg/sablier-safe-app): https://github.com/paulrberg/sablier-safe-app/blob/09f9a4265d747f319760d2fd154fa572a9acf76d/src/hooks/useContract.ts#L13-L36

The server is returning the an error.... invalid type: integer `0`, expected a string at line 1 column 60 This appears to be because metamask is sending operation as a...

Seems like the app is not detecting EIP1967 contracts in rinkeby network in the gnosis app. To Reproduce - Simply try to paste 0x153997733FAC3Fe4C474697C6057b83dBd1a7426 in the app.

Nice to have would be to add an icon link to view addresses on Etherscan. This would ideally open on the contract view of Etherscan to check that the contract...

Gnosis Safe has an address book. It would be nice if the address book names could be used for the proxy and implementation addresses so that user friendly names could...

It would be great if the app displayed the current implementation contract address. The app already detects when the proxy is EIP1967, and if the existing address is attempted to...