Renaming TransferProxy to Proxy
This commit is contained in:
committed by
Amir Bandeali
parent
86f79949ea
commit
1ab70f130d
@@ -23,7 +23,7 @@ import "../../../utils/LibBytes/LibBytes.sol";
|
||||
import "../../../utils/Authorizable/Authorizable.sol";
|
||||
import { Token_v1 as ERC20Token } from "../../../../previous/Token/Token_v1.sol";
|
||||
|
||||
contract ERC20TransferProxy is
|
||||
contract ERC20Proxy is
|
||||
LibBytes,
|
||||
Authorizable,
|
||||
IAssetProxy
|
@@ -23,7 +23,7 @@ import "../../../utils/LibBytes/LibBytes.sol";
|
||||
import "../../../utils/Authorizable/Authorizable.sol";
|
||||
import { ITokenTransferProxy as ITokenTransferProxy_v1 } from "../../TokenTransferProxy/ITokenTransferProxy.sol";
|
||||
|
||||
contract ERC20TransferProxy_v1 is
|
||||
contract ERC20Proxy_v1 is
|
||||
LibBytes,
|
||||
Authorizable,
|
||||
IAssetProxy
|
||||
@@ -32,7 +32,7 @@ contract ERC20TransferProxy_v1 is
|
||||
|
||||
/// @dev Contract constructor.
|
||||
/// @param tokenTransferProxyContract erc20 token transfer proxy contract.
|
||||
function ERC20TransferProxy_v1(ITokenTransferProxy_v1 tokenTransferProxyContract)
|
||||
function ERC20Proxy_v1(ITokenTransferProxy_v1 tokenTransferProxyContract)
|
||||
public
|
||||
{
|
||||
TRANSFER_PROXY = tokenTransferProxyContract;
|
@@ -110,9 +110,9 @@ export enum ContractName {
|
||||
EtherDelta = 'EtherDelta',
|
||||
Arbitrage = 'Arbitrage',
|
||||
AssetProxyDispatcher = 'AssetProxyDispatcher',
|
||||
ERC20TransferProxy = 'ERC20TransferProxy',
|
||||
ERC20TransferProxy_V1 = 'ERC20TransferProxy_v1',
|
||||
ERC721TransferProxy = 'ERC721TransferProxy',
|
||||
ERC20Proxy = 'ERC20Proxy',
|
||||
ERC20Proxy_V1 = 'ERC20Proxy_v1',
|
||||
ERC721Proxy = 'ERC721Proxy',
|
||||
DummyERC721Token = 'DummyERC721Token',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user