I have two upgradeable smart contracts, one is getting deployed successfully.
The second contract requires address of first contract in initialize function.
I am getting the following error:
"AdminUpgradeabilityProxy" -- The contract code couldn't be stored, please check your gas limit..
I have two upgradeable smart contracts, one is getting deployed successfully. The second contract requires address of first contract in initialize function. I am getting the following error:
"AdminUpgradeabilityProxy" -- The contract code couldn't be stored, please check your gas limit..
Here is deployment code: