Layr-Labs / hello-world-avs

Hello World AVS
MIT License
44 stars 34 forks source link

fix: HelloWorldDeployer script #10

Closed leopaul36 closed 4 weeks ago

leopaul36 commented 1 month ago

Commit https://github.com/Layr-Labs/hello-world-avs/commit/15574f22182027b0e3822e729367bcae291d1f40 introduced a bug: variable helloWorldServiceManager was wrongly renamed to helloWorldServiceManagerImplementation instead of helloWorldServiceManagerProxy at line 231.

This resulted in a dysfunctional deployment when deploying the contracts to a new Anvil environment.

This PR fixes the issue.