Skip to content

Commit

Permalink
Fix keystore approve (#1249)
Browse files Browse the repository at this point in the history
* Fix keystore approve for ERC20

* Add changeset
  • Loading branch information
hippocampus-web3 authored Aug 28, 2024
1 parent 1f026dc commit 0bf8f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-toes-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-evm': patch
---

Fix keystore approval for EVM
1 change: 1 addition & 0 deletions packages/xchain-evm/src/signers/keystoreSigner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export class KeystoreSigner extends Signer implements IKeystoreSigner {
nonce: tx.nonce ? ethers.BigNumber.from(tx.nonce).toNumber() : undefined,
gasPrice: tx.gasPrice,
gasLimit: tx.gasLimit,
chainId: tx.chainId,
})
}
}

0 comments on commit 0bf8f3e

Please sign in to comment.