ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.41k stars 916 forks source link

Deploy with proxy has stopped automatically deploying the proxy contract #5164

Closed hustynetwork closed 4 days ago

hustynetwork commented 1 week ago

Describe the bug Deploy contract as proxy option is no longer deploying the 2nd contract automatically. There is no signing popup nor any pending log.

To Reproduce Steps to reproduce the behavior:

  1. basic deploy as proxy
  2. first contract is deployed
  3. proxy contract is not deployed (no popup for transaction signing)
Aniket-Engg commented 1 week ago

cc: @ioedeveloper