Skip to content

Commit 20d33f5

Browse files
committed
fix: wait don't get
1 parent 473309c commit 20d33f5

File tree

1 file changed

+1
-1
lines changed
  • packages/burner-connector/src/burnerConnector

1 file changed

+1
-1
lines changed

packages/burner-connector/src/burnerConnector/burner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const burner = ({ useSessionStorage = false, rpcUrls = {} }: BurnerConfig
192192
nonce: request.nonce + nonceIncrement,
193193
});
194194
hashes.push(hash);
195-
const receipt = await publicClient.getTransactionReceipt({ hash });
195+
const receipt = await publicClient.waitForTransactionReceipt({ hash });
196196
if (receipt.status !== "success") {
197197
break;
198198
}

0 commit comments

Comments
 (0)