Skip to content

Commit f87c1db

Browse files
committed
Export deployer type
1 parent 4cec18c commit f87c1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ import * as deployers from './deployers'
66
import type { EtherscanVerificationRequest } from './verifiers'
77
import * as verifiers from './verifiers'
88

9+
import type { Deployer } from './types/deployer'
10+
911
export { ContractVerifier, DeploymentFlow, deployers, verifiers }
10-
export type { ContractVerificationRequest, EtherscanVerificationRequest }
12+
export type { ContractVerificationRequest, EtherscanVerificationRequest, Deployer }

0 commit comments

Comments
 (0)