Skip to content

Commit

Permalink
remove: extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Burtsevych committed Dec 23, 2024
1 parent 85754f7 commit 7f0bc75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity >=0.8.24;

import {TransparentProxyFactoryBase} from '../../../../src/contracts/transparent-proxy/TransparentProxyFactoryBase.sol';
import {ITransparentProxyFactoryZkSync} from './interfaces/ITransparentProxyFactoryZkSync.sol';
import {Create2UtilsZkSync} from '../utils/ScriptUtilsZkSync.sol';

/**
Expand All @@ -17,9 +16,6 @@ contract TransparentProxyFactoryZkSync is
TransparentProxyFactoryBase,
ITransparentProxyFactoryZkSync
{
/// @inheritdoc ITransparentProxyFactoryZkSync
bytes32 public constant ZKSYNC_CREATE2_PREFIX = keccak256('zksyncCreate2');

function _predictCreate2Address(
address sender,
bytes32 salt,
Expand Down

This file was deleted.

0 comments on commit 7f0bc75

Please sign in to comment.