@lukso/transaction-decoder 1.4.1 → 1.5.0

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.
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  consumerModel,
3
3
  decodeTransaction
4
- } from "./chunk-C3O7HMFS.js";
4
+ } from "./chunk-3N66NLGD.js";
5
5
  import {
6
6
  fetchMultipleAddresses
7
- } from "./chunk-QKSNFPPP.js";
7
+ } from "./chunk-YVRHLYBE.js";
8
8
  import {
9
9
  __name,
10
10
  collectDataKeys,
11
11
  defaultPlugins,
12
12
  defaultSchemaPlugins
13
- } from "./chunk-XE5YIF5G.js";
13
+ } from "./chunk-4QSFVPXX.js";
14
14
 
15
15
  // src/shared/cache.ts
16
16
  function isPromise(value) {
@@ -801,4 +801,4 @@ export {
801
801
  getAllData,
802
802
  getAllTransactions
803
803
  };
804
- //# sourceMappingURL=chunk-QRRY6GDQ.js.map
804
+ //# sourceMappingURL=chunk-LOJM65IV.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-XE5YIF5G.js";
3
+ } from "./chunk-4QSFVPXX.js";
4
4
 
5
5
  // src/shared/addressResolver.ts
6
6
  import request, { gql } from "graphql-request";
@@ -434,4 +434,4 @@ export {
434
434
  fetchProfilesByControllers,
435
435
  getImage
436
436
  };
437
- //# sourceMappingURL=chunk-QKSNFPPP.js.map
437
+ //# sourceMappingURL=chunk-YVRHLYBE.js.map
package/dist/data.cjs CHANGED
@@ -4235,7 +4235,7 @@ var enhanceLSP6KeyManager_default = enhanceLSP6KeyManagerPlugin;
4235
4235
  // src/decoder/plugins/enhanceLSP7DigitalAsset.ts
4236
4236
  import {
4237
4237
  lsp7BurnableAbi,
4238
- lsp7CappedSupplyAbi,
4238
+ lsp7CappedSupplyAbstractAbi,
4239
4239
  lsp7DigitalAssetAbi,
4240
4240
  lsp7MintableAbi,
4241
4241
  lsp7VotesAbi
@@ -4252,7 +4252,7 @@ var LSP7 = [
4252
4252
  ...lsp7DigitalAssetAbi,
4253
4253
  ...lsp7MintableAbi,
4254
4254
  ...lsp7BurnableAbi,
4255
- ...lsp7CappedSupplyAbi,
4255
+ ...lsp7CappedSupplyAbstractAbi,
4256
4256
  ...lsp7VotesAbi
4257
4257
  ];
4258
4258
  var enhanceLSP7DigitalAssetPlugin = standardPlugin(
@@ -4349,7 +4349,7 @@ var enhanceLSP7DigitalAsset_default = enhanceLSP7DigitalAssetPlugin;
4349
4349
  // src/decoder/plugins/enhanceLSP8IdentifiableDigitalAsset.ts
4350
4350
  import {
4351
4351
  lsp8BurnableAbi,
4352
- lsp8CappedSupplyAbi,
4352
+ lsp8CappedSupplyAbstractAbi,
4353
4353
  lsp8EnumerableAbi,
4354
4354
  lsp8IdentifiableDigitalAssetAbi,
4355
4355
  lsp8MintableAbi,
@@ -4359,7 +4359,7 @@ var LSP8 = [
4359
4359
  ...lsp8IdentifiableDigitalAssetAbi,
4360
4360
  ...lsp8MintableAbi,
4361
4361
  ...lsp8BurnableAbi,
4362
- ...lsp8CappedSupplyAbi,
4362
+ ...lsp8CappedSupplyAbstractAbi,
4363
4363
  ...lsp8EnumerableAbi,
4364
4364
  ...lsp8VotesAbi
4365
4365
  ];