Skip to content

Commit

Permalink
fix: setApprovalForAll nonce too low
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jan 23, 2025
1 parent e0a50f6 commit 612e9d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ class ApproveTransactionReview extends PureComponent {
componentDidMount = async () => {
const { chainId } = this.props;
const {
transaction: { origin, to, data, from },
transaction,
transaction: { origin, to, data, from, transaction },
setTransactionObject,
tokenList,
tokenAllowanceState,
Expand Down

0 comments on commit 612e9d1

Please sign in to comment.