We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cec18c commit f87c1dbCopy full SHA for f87c1db
src/index.ts
@@ -6,5 +6,7 @@ import * as deployers from './deployers'
6
import type { EtherscanVerificationRequest } from './verifiers'
7
import * as verifiers from './verifiers'
8
9
+import type { Deployer } from './types/deployer'
10
+
11
export { ContractVerifier, DeploymentFlow, deployers, verifiers }
-export type { ContractVerificationRequest, EtherscanVerificationRequest }
12
+export type { ContractVerificationRequest, EtherscanVerificationRequest, Deployer }
0 commit comments