Closed technophile-04 closed 1 week ago
I tried following the initial steps from README npm run start:anvil, npm run deploy:core this scripts ran nicely but when I run npm run deploy:hello-world I get this :
npm run start:anvil
npm run deploy:core
npm run deploy:hello-world
Seeing at stack traces it seems it error's out same place #57
Thanks !!
Addressed in https://github.com/Layr-Labs/hello-world-avs/pull/88 lmk if you have any other issues!
Description :
I tried following the initial steps from README
npm run start:anvil
,npm run deploy:core
this scripts ran nicely but when I runnpm run deploy:hello-world
I get this :Error message :
```shell ❯ npm run deploy:hello-world > hello-world-avs@1.0.0 deploy:hello-world > cd contracts && forge script script/HelloWorldDeployer.s.sol --rpc-url http://localhost:8545 --broadcast [⠒] Compiling... No files changed, compilation skipped Traces: [6486236] → new HelloWorldDeployer@0x9f7cF1d1F558E57ef88a59ac3D47214eF25B6A06 └─ ← [Return] 32280 bytes of code [680667] HelloWorldDeployer::setUp() ├─ [0] VM::envUint("PRIVATE_KEY") [staticcall] │ └─ ← [Return]Seeing at stack traces it seems it error's out same place #57
Version of foundryup :
```shell foundryup: installed - forge 0.2.0 (2044fae 2024-10-23T00:21:24.886258000Z) foundryup: installed - cast 0.2.0 (2044fae 2024-10-23T00:21:24.915695000Z) foundryup: installed - anvil 0.2.0 (2044fae 2024-10-23T00:21:24.855153000Z) foundryup: installed - chisel 0.2.0 (2044fae 2024-10-23T00:21:24.865531000Z) ```Thanks !!