keep-starknet-strange / zaun

Solidity contracts for the Starknet Decentralized Protocol proposal
Apache License 2.0
12 stars 13 forks source link

feat : updated unsafe proxy function #22

Closed ocdbytes closed 4 months ago

ocdbytes commented 4 months ago

Update the unsafe proxy deployment function with correct params for the proxy. By mistake given 0 as in the constructor should have given implementation address for delegate call.