Skip to content

Commit

Permalink
removed permissionless and bumped version to 0.1.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
leekt authored Dec 7, 2024
1 parent 3fa2561 commit 7afb2aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/orchestra",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
5 changes: 0 additions & 5 deletions src/action/deployContracts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import chalk from "chalk"
import ora from "ora"
import { bundlerActions } from "permissionless"
import { ENTRYPOINT_ADDRESS_V07 } from "permissionless/utils"
import type { Address, Hex } from "viem"
import { http, createPublicClient, getAddress } from "viem"
import { createKernelClient, getZeroDevBundlerRPC } from "../clients/index.js"
Expand Down Expand Up @@ -88,9 +86,6 @@ export const deployToChain = async (
])
})

const bundlerClient = kernelAccountClient.extend(
bundlerActions(ENTRYPOINT_ADDRESS_V07)
)
return [getAddress(result.data as Address), opHash]
}

Expand Down

0 comments on commit 7afb2aa

Please sign in to comment.