Closed dhruvkelawala closed 2 years ago
As per the starknet team, __validate_deploy__ should have the same arguments as the Proxy Constructor along with class_hash and contract_address_salt.
__validate_deploy__
class_hash
contract_address_salt
More info can be found here
This has been tested with starknet.js and it works.
Closed by #69
As per the starknet team,
__validate_deploy__
should have the same arguments as the Proxy Constructor along withclass_hash
andcontract_address_salt
.More info can be found here