@argonprotocol/testing 1.4.8-dev.446c6ac4 → 1.4.8-dev.9f278b47
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/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1958,7 +1958,7 @@ var TestMintingAuthorityActor = class {
|
|
|
1958
1958
|
baseFee: 0n,
|
|
1959
1959
|
bitcoinXpub: args.bitcoinXpub,
|
|
1960
1960
|
treasuryProfitSharing: 0,
|
|
1961
|
-
|
|
1961
|
+
treasuryBonusProfitSharing: 0
|
|
1962
1962
|
});
|
|
1963
1963
|
await vault.getVault();
|
|
1964
1964
|
await this.harness.sudoSubmit(
|