From 0eff01752f23840b471e7eae271883d15cb6aee9 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Wed, 6 Mar 2019 15:53:41 -0800 Subject: [PATCH] moved TEC Registry files into coordinator package --- .../contracts/src/registry/MixinTECRegistryCore.sol | 0 .../{tec => coordinator}/contracts/src/registry/TECRegistry.sol | 0 .../contracts/src/registry/interfaces/ITECRegistryCore.sol | 0 contracts/{tec => coordinator}/test/tec_registry.ts | 0 contracts/{tec => coordinator}/test/utils/tec_registry_wrapper.ts | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename contracts/{tec => coordinator}/contracts/src/registry/MixinTECRegistryCore.sol (100%) rename contracts/{tec => coordinator}/contracts/src/registry/TECRegistry.sol (100%) rename contracts/{tec => coordinator}/contracts/src/registry/interfaces/ITECRegistryCore.sol (100%) rename contracts/{tec => coordinator}/test/tec_registry.ts (100%) rename contracts/{tec => coordinator}/test/utils/tec_registry_wrapper.ts (100%) diff --git a/contracts/tec/contracts/src/registry/MixinTECRegistryCore.sol b/contracts/coordinator/contracts/src/registry/MixinTECRegistryCore.sol similarity index 100% rename from contracts/tec/contracts/src/registry/MixinTECRegistryCore.sol rename to contracts/coordinator/contracts/src/registry/MixinTECRegistryCore.sol diff --git a/contracts/tec/contracts/src/registry/TECRegistry.sol b/contracts/coordinator/contracts/src/registry/TECRegistry.sol similarity index 100% rename from contracts/tec/contracts/src/registry/TECRegistry.sol rename to contracts/coordinator/contracts/src/registry/TECRegistry.sol diff --git a/contracts/tec/contracts/src/registry/interfaces/ITECRegistryCore.sol b/contracts/coordinator/contracts/src/registry/interfaces/ITECRegistryCore.sol similarity index 100% rename from contracts/tec/contracts/src/registry/interfaces/ITECRegistryCore.sol rename to contracts/coordinator/contracts/src/registry/interfaces/ITECRegistryCore.sol diff --git a/contracts/tec/test/tec_registry.ts b/contracts/coordinator/test/tec_registry.ts similarity index 100% rename from contracts/tec/test/tec_registry.ts rename to contracts/coordinator/test/tec_registry.ts diff --git a/contracts/tec/test/utils/tec_registry_wrapper.ts b/contracts/coordinator/test/utils/tec_registry_wrapper.ts similarity index 100% rename from contracts/tec/test/utils/tec_registry_wrapper.ts rename to contracts/coordinator/test/utils/tec_registry_wrapper.ts