Skip to content

Commit

Permalink
Remove draft code
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed May 10, 2024
1 parent fc5498f commit 8936d78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/protocol-kit/src/Safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ class Safe {
async #initializeProtocolKit(config: SafeConfig): Promise<Safe> {
const { provider, signer, isL1SafeSingleton, contractNetworks } = config

const safeSdk = new Safe()

this.#safeProvider = new SafeProvider({
provider,
signer
Expand Down Expand Up @@ -150,8 +148,6 @@ class Safe {
this.#safeProvider,
this.#contractManager.safeContract
)

return safeSdk
}

/**
Expand Down

0 comments on commit 8936d78

Please sign in to comment.