Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 9, 2024
1 parent 497b98e commit 6dc2960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/SendSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ export default function SendSheet(props) {
from: accountAddress,
gasLimit: gasLimitToUse,
network: currentChainIdNetwork,
chainId: currentChainId,
nonce: nextNonce ?? (await getNextNonce({ address: accountAddress, chainId: currentChainId })),
to: toAddress,
...gasParams,
Expand Down

0 comments on commit 6dc2960

Please sign in to comment.