argentlabs / argent-contracts-starknet

Argent accounts for Starknet
https://www.argent.xyz
GNU General Public License v3.0
168 stars 64 forks source link

fix: update validate_deploy args #67

Closed dhruvkelawala closed 2 years ago

dhruvkelawala commented 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.

More info can be found here

dhruvkelawala commented 2 years ago

This has been tested with starknet.js and it works.

juniset commented 2 years ago

Closed by #69