Skip to content

Commit 4703b0b

Browse files
BowTiedRadonemoodmosaic
authored andcommitted
Fix PoX-4 property tests constants in pox-4.prop.test.ts
The constants were affected by the addition of wallet_10 for testing SIP-031.
1 parent cc414fc commit 4703b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { assert, describe, expect, it } from "vitest";
1313
import { createHash } from "crypto";
1414

1515
// Contract Consts
16-
const INITIAL_TOTAL_LIQ_SUPPLY = 1_000_000_000_000_000;
17-
const MIN_AMOUNT_USTX = 125_000_000_000n;
16+
const INITIAL_TOTAL_LIQ_SUPPLY = 1_200_000_000_000_000;
17+
const MIN_AMOUNT_USTX = 150_000_000_000n;
1818
const TESTNET_PREPARE_CYCLE_LENGTH = 50;
1919
const TESTNET_REWARD_CYCLE_LENGTH = 1050;
2020
const TESTNET_STACKING_THRESHOLD_25 = 8000;

0 commit comments

Comments
 (0)