diff options
Diffstat (limited to 'packages/deployer/src')
-rw-r--r-- | packages/deployer/src/deployer.ts | 2 |
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'; |