@cityofzion/bs-ethereum 3.1.4 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -221,6 +221,7 @@ class BSEthereum {
221
221
  try {
222
222
  const { transactionParams, gasPrice } = await this._buildTransferParams(intent);
223
223
  let gasLimit;
224
+ transactionParams.nonce = await signer.getTransactionCount('pending');
224
225
  try {
225
226
  gasLimit = await signer.estimateGas(transactionParams);
226
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-ethereum",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "repository": "https://github.com/CityOfZion/blockchain-services",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "Coz",
@@ -19,7 +19,7 @@
19
19
  "@ledgerhq/hw-app-eth": "~7.3.0",
20
20
  "axios": "~1.13.5",
21
21
  "ethers": "5.8.0",
22
- "@cityofzion/blockchain-service": "3.1.4"
22
+ "@cityofzion/blockchain-service": "3.1.5"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@ledgerhq/hw-transport": "~6.32.0",