Ojus Chugh

Results 2 issues of Ojus Chugh

**Suggested Commit Message** ``` fix(prefunded-accounts): use pop() on PRE_FUNDED_ACCOUNTS to avoid key reuse Replaces all fixed-index accesses of PRE_FUNDED_ACCOUNTS with a LIFO stack via `.pop()`, ensuring each service receives a...

## PR description ## Fixed Issue(s) Solved issue -: https://github.com/hyperledger/besu/issues/8180 Created a unit test case to check it is working properly or not as well-: Try -: `gradlew.bat :besu:test --tests...