safe-core-sdk icon indicating copy to clipboard operation
safe-core-sdk copied to clipboard

feat(protocol-kit): Add deployment functionality to Safe class

Open DaniSomoza opened this issue 5 months ago • 1 comments

What it solves

Resolves #446

How this PR fixes it

  • Removed the SafeFactory class
  • created 2 private functions in the Safe class:
  • Added the deploy function in the Safe class.
  • Added getSafeAddressFromDeploymentTx util function: Returns the address of a SafeProxy from the deployment tx receipt.

Previous PR reference

#905 #948

DaniSomoza avatar Sep 19 '24 13:09 DaniSomoza