Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ When working with Wallet APIs, you may encounter various errors. Here are some c
```

<Info>
The EIP-7702 authorization nonce does not match the expected value on-chain. This can happen if you sent another transaction from the same account between preparing and sending the delegation. Ensure no other transactions are submitted from the account while the delegation is in flight.
The EIP-7702 authorization nonce does not match the expected value onchain. This can happen if you sent another transaction from the same account between preparing and sending the delegation. Ensure no other transactions are submitted from the account while the delegation is in flight.
</Info>

### EIP-7702 too many pending transactions
Expand Down
Loading