Skip to content

Commit

Permalink
Fix linting booboo
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Mar 7, 2024
1 parent 22f1097 commit be59cac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/passkey/src/constants.ts

This file was deleted.

1 change: 0 additions & 1 deletion modules/passkey/src/deploy/safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import SafeL2 from '@safe-global/safe-contracts/build/artifacts/contracts/SafeL2
import Safe4337Module from '@safe-global/safe-erc4337/build/artifacts/contracts/Safe4337Module.sol/Safe4337Module.json'
import SafeModuleSetup from '@safe-global/safe-erc4337/build/artifacts/contracts/SafeModuleSetup.sol/SafeModuleSetup.json'
import { DeployFunction } from 'hardhat-deploy/types'
import { LAUNCHPAD_DEPLOYMENT_ENTRY_POINT_ADDRESS } from '../constants'

const deploy: DeployFunction = async ({ deployments, getNamedAccounts, network }) => {
if (!network.tags.dev && !network.tags.test) {
Expand Down

0 comments on commit be59cac

Please sign in to comment.