Hi guys, quick question. Is there a default way to configure a Proxy smart contract that delegates calls to another smart contract with the logic? This proxy smart contract should have the storage and token balances for example, while calling functions (logic) to another smart contract that could be changed in the future with a new logic. Any examples?
You don't need generic proxy contracts on elrond, as you can simply upgrade smart contracts