aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/types.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-06-01 07:31:00 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:38:48 +0800
commit249a1e6d8d129d6b067a4ddadfb4b94733ddfc07 (patch)
treeb4bc308a8653e14a67298cdf75c8d84278bb8195 /packages/contracts/src/utils/types.ts
parente042e0ad32cd2ac9e707cb8e52961957f58314ce (diff)
downloaddexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.gz
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.bz2
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.lz
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.xz
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.zst
dexon-0x-contracts-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.zip
Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. This way they can still be used by the forwarding contract. TestAssetDataDecoders inherits them in the same way the forwarding contract would
Diffstat (limited to 'packages/contracts/src/utils/types.ts')
-rw-r--r--packages/contracts/src/utils/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/src/utils/types.ts b/packages/contracts/src/utils/types.ts
index cccca5705..bb8c12088 100644
--- a/packages/contracts/src/utils/types.ts
+++ b/packages/contracts/src/utils/types.ts
@@ -90,7 +90,7 @@ export enum ContractName {
AccountLevels = 'AccountLevels',
EtherDelta = 'EtherDelta',
Arbitrage = 'Arbitrage',
- TestLibAssetProxyDecoder = 'TestLibAssetProxyDecoder',
+ TestAssetDataDecoders = 'TestAssetDataDecoders',
TestAssetProxyDispatcher = 'TestAssetProxyDispatcher',
TestLibMem = 'TestLibMem',
TestLibs = 'TestLibs',