Skip to content

Commit 7f0bc75

Browse files
author
Vladyslav Burtsevych
committed
remove: extra files
1 parent 85754f7 commit 7f0bc75

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

zksync/src/contracts/transparent-proxy/TransparentProxyFactoryZkSync.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
pragma solidity >=0.8.24;
33

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

87
/**
@@ -17,9 +16,6 @@ contract TransparentProxyFactoryZkSync is
1716
TransparentProxyFactoryBase,
1817
ITransparentProxyFactoryZkSync
1918
{
20-
/// @inheritdoc ITransparentProxyFactoryZkSync
21-
bytes32 public constant ZKSYNC_CREATE2_PREFIX = keccak256('zksyncCreate2');
22-
2319
function _predictCreate2Address(
2420
address sender,
2521
bytes32 salt,

zksync/src/contracts/transparent-proxy/interfaces/ITransparentProxyFactoryZkSync.sol

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)