Sam53534512
Sam53534512
> forgot yes i forgot,thanks now I'm testing rinkeby, const chainId = SupportedChainId.RINKEBY; let ethersProvider = ethers.getDefaultProvider('rinkeby',{ etherscan: 'key', }); const signer = new ethers.Wallet('privatekey',ethersProvider); const signerAddress = await signer.getAddress();...
> I think you misunderstood something. `let nonce = await web3.eth.getTransactionCount(signerAddress);`, the order nonce has nothing to do with the account nonce. It's an internal value managed by the LR...