tax rate, version and compose (#70)

resolves #67

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/70
This commit is contained in:
johba 2025-10-07 19:26:08 +02:00
parent d8ca557eb6
commit 6cbb1781ce
40 changed files with 1243 additions and 213 deletions

View file

@ -163,7 +163,7 @@ test.describe('Acquire & Stake', () => {
}
await window.__testHelpers.fillStakeForm({
amount: 100, // Stake 100 KRK
taxRate: 5.0, // 5% tax rate
taxRateIndex: 2, // 5% tax rate option
});
});