@lukso/transaction-decoder 1.4.1 → 1.5.0-dev.834259b

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.
package/dist/browser.cjs CHANGED
@@ -5134,7 +5134,7 @@ var enhanceLSP6KeyManager_default = enhanceLSP6KeyManagerPlugin;
5134
5134
  // src/decoder/plugins/enhanceLSP7DigitalAsset.ts
5135
5135
  import {
5136
5136
  lsp7BurnableAbi,
5137
- lsp7CappedSupplyAbi,
5137
+ lsp7CappedSupplyAbstractAbi,
5138
5138
  lsp7DigitalAssetAbi,
5139
5139
  lsp7MintableAbi,
5140
5140
  lsp7VotesAbi
@@ -5151,7 +5151,7 @@ var LSP7 = [
5151
5151
  ...lsp7DigitalAssetAbi,
5152
5152
  ...lsp7MintableAbi,
5153
5153
  ...lsp7BurnableAbi,
5154
- ...lsp7CappedSupplyAbi,
5154
+ ...lsp7CappedSupplyAbstractAbi,
5155
5155
  ...lsp7VotesAbi
5156
5156
  ];
5157
5157
  var enhanceLSP7DigitalAssetPlugin = standardPlugin(
@@ -5248,7 +5248,7 @@ var enhanceLSP7DigitalAsset_default = enhanceLSP7DigitalAssetPlugin;
5248
5248
  // src/decoder/plugins/enhanceLSP8IdentifiableDigitalAsset.ts
5249
5249
  import {
5250
5250
  lsp8BurnableAbi,
5251
- lsp8CappedSupplyAbi,
5251
+ lsp8CappedSupplyAbstractAbi,
5252
5252
  lsp8EnumerableAbi,
5253
5253
  lsp8IdentifiableDigitalAssetAbi,
5254
5254
  lsp8MintableAbi,
@@ -5258,7 +5258,7 @@ var LSP8 = [
5258
5258
  ...lsp8IdentifiableDigitalAssetAbi,
5259
5259
  ...lsp8MintableAbi,
5260
5260
  ...lsp8BurnableAbi,
5261
- ...lsp8CappedSupplyAbi,
5261
+ ...lsp8CappedSupplyAbstractAbi,
5262
5262
  ...lsp8EnumerableAbi,
5263
5263
  ...lsp8VotesAbi
5264
5264
  ];