Reject and Delete Transactions

To cancel a pending transaction, click the "Reject" button in its expanded details.

There are potentially 3 ways to reject a transaction:

  • Replace it with another transaction with the same nonce

  • Submit an "empty" cancellation transaction that is executed at the same nonce.

  • Delete transaction from the queue on chain.

Select " Reject Transaction"

After you select this option you will then be asked to sign with your connected signer wallet . After this is done, you will see that there is a new transaction in the transaction list that is conflicting with the initial transaction that is supposed to be canceled.

With the last signature that is required, you will be able to execute the cancellation transaction.

To sum up, deleting a transaction from our service does not invalidate the transaction data. Therefore, especially for already fully signed transactions, we recommend replacing or cancelling the transaction.

Last updated