diff --git a/src/screens/SendSheet.js b/src/screens/SendSheet.js index a2c9e95f960..c3ac286b3ea 100644 --- a/src/screens/SendSheet.js +++ b/src/screens/SendSheet.js @@ -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,