@argonprotocol/testing 1.4.7-dev.777a8466 → 1.4.7-dev.ceb2baac
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 +2 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1957,7 +1957,8 @@ var TestMintingAuthorityActor = class {
|
|
|
1957
1957
|
annualPercentRate: 0.05,
|
|
1958
1958
|
baseFee: 0n,
|
|
1959
1959
|
bitcoinXpub: args.bitcoinXpub,
|
|
1960
|
-
treasuryProfitSharing: 0
|
|
1960
|
+
treasuryProfitSharing: 0,
|
|
1961
|
+
bonusSharingPercent: 0
|
|
1961
1962
|
});
|
|
1962
1963
|
await vault.getVault();
|
|
1963
1964
|
await this.harness.sudoSubmit(
|