Skip to content

Commit c336af3

Browse files
committed
remove incorrect return
1 parent 7058196 commit c336af3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/thirdweb/src/contract/deployment/utils/create-2-factory.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ export async function deployCreate2Factory(options: ClientAndChainAndAccount) {
172172
gasPrice,
173173
gasLimit,
174174
});
175-
176-
return deploymentInfo.predictedAddress;
177175
} else {
178176
const gasPriceFetched = await getGasPrice(options);
179177
const bin = _getNearestGasPriceBin(gasPriceFetched);

0 commit comments

Comments
 (0)