Skip to content

Commit

Permalink
adjust tests to new values
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Oct 28, 2024
1 parent 32a4bc7 commit df15b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/Redistribution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let node_2: string;
const overlay_2 = '0xa40db58e368ea6856a24c0264ebd73b049f3dc1c2347b1babc901d3e09842dec';
const stakeAmount_2 = '100000000000000000';
const effectiveStakeAmount_2 = '99999999999984000';
const effectiveStakeAmount_2_n_2 = '100000000000000000';
const effectiveStakeAmount_2_n_2 = '99999999999936000';
const nonce_2 = '0xb5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33';
const hash_2 = '0xb5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33';
const depth_2 = '0x06';
Expand All @@ -100,7 +100,7 @@ const hash_3 = '0xb5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b
const depth_3 = '0x06';
const reveal_nonce_3 = '0xb5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33';
const height_3_n_2 = 3;
const effectiveStakeAmount_3 = '100000000000000000';
const effectiveStakeAmount_3 = '99999999999744000';

let node_4: string;
const overlay_4 = '0xaedb2a8007316805b4d64b249ea39c5a1c4a9ce51dc8432724241f41ecb02efb';
Expand Down
4 changes: 2 additions & 2 deletions test/Staking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const stakeAmount_0 = '100000000000000000';
const updateStakeAmount_0 = '633633';
const updatedStakeAmount_0 = '100000000000633633';
const committedStakeAmount_0 = '4166666666666';
const updatedCommittedStakeAmount_0 = '4166666666692';
const updatedCommittedStakeAmount_0 = '4166666666693';
const doubled_stakeAmount_0 = '200000000000000000';
const doubled_committedStakeAmount_0 = '8333333333332';
const doubled_committedStakeAmount_0 = '8333333333333';
const nonce_0 = '0xb5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33b5555b33';
const height_0 = 0;

Expand Down

0 comments on commit df15b21

Please sign in to comment.