Skip to content

Commit 1104360

Browse files
update error message for reth workaround
1 parent 5c32813 commit 1104360

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ const getPreTransactionError = ({
308308
message: (err as BaseError).shortMessage,
309309
type: 'unknown' as const,
310310
}
311-
// Ambire smart contract wallet will sometimes throw an error when creating the transaction
312-
// Origin or error is in call eth_createAccessList when `sender is not an EOA`
311+
// TODO: Remove this when the following issue is fixed: https://github.com/paradigmxyz/reth/issues/15762
312+
// Cause reth throws an error on eth_createAccessList when `sender is not an EOA`
313313
if (error.message === 'Transaction creation failed.') {
314314
return null
315315
}

0 commit comments

Comments
 (0)