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