Skip to content

Commit

Permalink
Remove onTransactionMined callback (#54)
Browse files Browse the repository at this point in the history
* Remove onTransactionMined callback

* Add changeset
  • Loading branch information
DannyDelott authored Mar 13, 2024
1 parent 6d7f374 commit 322edf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-crews-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@delvtech/evm-client": patch
---

Remove onTransactionMined
5 changes: 0 additions & 5 deletions packages/evm-client/src/contract/types/Contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ export interface ContractWriteOptions {
* Chain ID that this transaction is valid on.
*/
chainId?: bigint;

/**
* A callback for when the transaction has been mined.
*/
onTransactionMined?(hash: `0x${string}`): void;
}

export type ContractWriteArgs<
Expand Down

0 comments on commit 322edf5

Please sign in to comment.