diff --git a/test-cases/balance/README.md b/test-cases/balance/README.md index adc28a9..66ed556 100644 --- a/test-cases/balance/README.md +++ b/test-cases/balance/README.md @@ -37,3 +37,9 @@ We need to understand where the initial balance value is created/used in the _in its value to the value in the _e2e environment_. We also need to modify the inital balance of default addresses in integration tests to equal e2e tests. + +## Update on Correcting this Issue + +In [PR #1982](https://github.com/paritytech/ink/pull/1982) we updated the default balance in integration tests to be the same as in e2e-tests. This is not definitive, as we want opinions if this should be like this. + +We also corrected the initial balance of default addresses, updating [PR #1955](https://github.com/paritytech/ink/pull/1955) from Milestone 2.