@argonprotocol/testing 1.4.10-dev.f355ccc1 → 1.4.11-dev.1acff0b2
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 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
package/lib/index.cjs
CHANGED
|
@@ -2018,8 +2018,7 @@ var TestMintingAuthorityActor = class {
|
|
|
2018
2018
|
annualPercentRate: 0.05,
|
|
2019
2019
|
baseFee: 0n,
|
|
2020
2020
|
bitcoinXpub: args.bitcoinXpub,
|
|
2021
|
-
treasuryProfitSharing: 0
|
|
2022
|
-
treasuryBonusProfitSharing: 0
|
|
2021
|
+
treasuryProfitSharing: 0
|
|
2023
2022
|
});
|
|
2024
2023
|
await vault.getVault();
|
|
2025
2024
|
await this.harness.sudoSubmit(
|