aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/deployer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/src/deployer.ts')
-rw-r--r--packages/deployer/src/deployer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/src/deployer.ts b/packages/deployer/src/deployer.ts
index 94f6938fc..7dfb4c9b1 100644
--- a/packages/deployer/src/deployer.ts
+++ b/packages/deployer/src/deployer.ts
@@ -10,8 +10,8 @@ import {
ContractArtifact,
ContractNetworkData,
DeployerOptions,
- UrlDeployerOptions,
ProviderDeployerOptions,
+ UrlDeployerOptions,
} from './utils/types';
import { utils } from './utils/utils';