@cityofzion/bs-ethereum 3.1.8 → 3.1.9

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.
@@ -243,6 +243,7 @@ class BSEthereum {
243
243
  transactions.push({
244
244
  blockchain: this.name,
245
245
  isPending: true,
246
+ relatedAddress: address,
246
247
  txId,
247
248
  txIdUrl: this.explorerService.buildTransactionUrl(txId),
248
249
  date: new Date().toJSON(),
@@ -257,6 +257,7 @@ class MoralisBDSEthereum extends RpcBDSEthereum_1.RpcBDSEthereum {
257
257
  transactions.splice(index, 0, {
258
258
  blockchain: this._service.name,
259
259
  isPending: false,
260
+ relatedAddress: params.address,
260
261
  txId: item.hash,
261
262
  txIdUrl: this._service.explorerService.buildTransactionUrl(item.hash),
262
263
  block: Number(item.block_number),
@@ -43,6 +43,7 @@ class MoralisFullTransactionsDataServiceEthereum {
43
43
  const newItem = {
44
44
  blockchain: __classPrivateFieldGet(this, _MoralisFullTransactionsDataServiceEthereum_service, "f").name,
45
45
  isPending: false,
46
+ relatedAddress: params.address,
46
47
  txId,
47
48
  txIdUrl: __classPrivateFieldGet(this, _MoralisFullTransactionsDataServiceEthereum_service, "f").explorerService.buildTransactionUrl(txId),
48
49
  block: item.block,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-ethereum",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
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.8"
22
+ "@cityofzion/blockchain-service": "3.1.9"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@ledgerhq/hw-transport": "~6.32.0",