Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Nov 16, 2023
1 parent 22547af commit cf118e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
## SDK

- get rid of zodiac dep
- migrate to viem
8 changes: 1 addition & 7 deletions deploy/00_deploy_ERC6551Registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ import { DeployFunction } from "hardhat-deploy/types"
import {
createWalletClient,
custom as customTransport,
getCreate2Address,
publicActions,
} from "viem"
import * as chains from "viem/chains"

import { deployMastercopy } from "../sdk"
import {
DEFAULT_SALT,
ERC2470_SINGLETON_FACTORY_ADDRESS,
ERC6551_REGISTRY_ADDRESS,
} from "../sdk/src/constants"
import { ERC6551_REGISTRY_ADDRESS } from "../sdk/src/constants"

const deployERC6551Registry: DeployFunction = async (hre) => {
const [signer] = await hre.ethers.getSigners()
Expand Down
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"ethers": "^6.8.0",
"viem": "^1.16.5"
},
"packageManager": "yarn@3.6.1"
}
"packageManager": "yarn@3.7.0"
}

0 comments on commit cf118e8

Please sign in to comment.