Skip to content

Commit b460407

Browse files
committed
fix: remove the timeout that was added by mistake
1 parent 545c3c4 commit b460407

File tree

1 file changed

+0
-1
lines changed
  • apps/price_pusher/src/evm

1 file changed

+0
-1
lines changed

apps/price_pusher/src/evm/evm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ export class EvmPricePusher implements IPricePusher {
395395
try {
396396
const receipt = await this.client.waitForTransactionReceipt({
397397
hash: hash,
398-
timeout: 10000,
399398
});
400399

401400
switch (receipt.status) {

0 commit comments

Comments
 (0)