Skip to content

Commit

Permalink
chore: update readme for hw upgrade example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins committed Nov 22, 2024
1 parent f2587a6 commit 694b977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"deploy:hello-world": "cd contracts && forge script script/HelloWorldDeployer.s.sol --rpc-url http://localhost:8545 --broadcast",
"deploy:core-debug": "cd contracts && forge script script/DeployEigenLayerCore.s.sol --rpc-url http://localhost:8545 --broadcast --revert-strings debug",
"deploy:hello-world-debug": "cd contracts && forge script script/HelloWorldDeployer.s.sol --rpc-url http://localhost:8545 --broadcast --revert-strings debug",
"upgrade:hello-world": "cd contracts && forge script script/ExampleUpgrade.s.sol --rpc-url http://localhost:8545 --broadcast",
"upgrade:hello-world-debug": "cd contracts && forge script script/HelloWorldDeployer.s.sol --rpc-url http://localhost:8545 --broadcast --revert-strings debug",
"build": "cd contracts && forge build",
"extract:abis": "node utils/abis.js",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"
Expand Down

0 comments on commit 694b977

Please sign in to comment.