Hi OpenZepp community,
I am currently at step 27. in the following guide:
Tutorial on Using a Gnosis Safe MultiSig with a TimeLock to Upgrade Contracts and use Functions in a Proxy Contract
receiving following error when executing the schedule timelock:
Confirmation transaction failed - Transaction has been reverted by the EVM: { "blockHash": "0xdb6198fc5c49065a1227b5852df29fc05fd0fbe21b2be6305fbfc38173e02adc", "blockNumber": 10018669, "contractAddress": null, "cumulativeGasUsed": 74374, "effectiveGasPrice": "0xb2d05e00", "from": "0xbe35035bbc968cfc28cf7f6359d3223f78375445", "gasUsed": 74374, "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "status": false, "to": "0xc7a4e77e7d97d70517f28c0edfea9c5ac314d7e1", "transactionHash": "0xccb2c91fe5efc9e91c3179fe86a53193e0bb14e021c05628a935b22d50c6c31b", "transactionIndex": 0, "type": "0x2", "events": {} }
MetaMask would automatically have gas limit set to 0 when trying to execute the transactio, also; manually setting the gas limit to a number which wont get rejected provides abovestated error.
Anyone having a thought?