Skip to content

Commit

Permalink
fix: send (#6093)
Browse files Browse the repository at this point in the history
* fix

* lint

(cherry picked from commit deb25f2)
  • Loading branch information
estebanmino authored and BrodyHughes committed Sep 10, 2024
1 parent 02f0aee commit 9ccbb6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MobileWalletProtocolListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const MobileWalletProtocolListener = () => {
useEffect(() => {
const handleMessage = async () => {
if (message && lastMessageUuidRef.current !== message.uuid) {

lastMessageUuidRef.current = message.uuid;

// Check if it's a handshake request
Expand Down
1 change: 1 addition & 0 deletions src/screens/SendSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,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 9ccbb6b

Please sign in to comment.