Skip to content

Commit a160c2c

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

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

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

Lines changed: 1 addition & 8 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
/**
@@ -13,13 +12,7 @@ import {Create2UtilsZkSync} from '../utils/ScriptUtilsZkSync.sol';
1312
* time allowing `createDeterministic()` with salt == 0
1413
* @dev Highly recommended to pass as `admin` on creation an OZ ProxyAdmin instance
1514
**/
16-
contract TransparentProxyFactoryZkSync is
17-
TransparentProxyFactoryBase,
18-
ITransparentProxyFactoryZkSync
19-
{
20-
/// @inheritdoc ITransparentProxyFactoryZkSync
21-
bytes32 public constant ZKSYNC_CREATE2_PREFIX = keccak256('zksyncCreate2');
22-
15+
contract TransparentProxyFactoryZkSync is TransparentProxyFactoryBase {
2316
function _predictCreate2Address(
2417
address sender,
2518
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)