Skip to content

Conversation

@mtabasco
Copy link
Contributor

Introducing config files per environment and different scripts to deploy to various environments.

@mtabasco mtabasco changed the base branch from main to develop April 24, 2025 09:10
@riccardo-ssvlabs riccardo-ssvlabs marked this pull request as ready for review April 24, 2025 10:16
package.json Outdated
"deploy:hoodi": "npm run build && forge script scripts/DeployProxy.s.sol --rpc-url $HOODI_RPC_URL --private-key $PRIVATE_KEY --etherscan-api-key $ETHERSCAN_API_KEY --verify -vvv --broadcast",
"deploy:hoodi-stage": "source .env && forge script --chain hoodi script/DeployAllHoodi.s.sol false --sig 'run(bool)' --rpc-url $HOODI_RPC_URL --verify -vvv --broadcast",
"deploy:hoodi-testnet": "source .env && forge script --chain hoodi script/DeployAllHoodi.s.sol true --sig 'run(bool)' --rpc-url $HOODI_RPC_URL --verify -vvv --broadcast",
"deploy:mainnet": "source .env && forge script --chain mainnet script/DeployAllMainnet.s.sol --rpc-url $MAINNET_RPC_URL --verify -vvv --broadcast",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about the $PRIVATE_KEY here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's defined in the script

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@mtabasco mtabasco merged commit 1c20380 into develop Apr 24, 2025
3 checks passed
@mtabasco mtabasco deleted the feature/deployment-scripts branch April 24, 2025 11:48
mtabasco added a commit that referenced this pull request Jun 18, 2025
* Support Delayed Token Update (#40)
* Feature deactivation on demand (#42)
* feat: update adjust percentage formula and optimizations
* Updated deployment scripts (#45)
* Release/v0.1.0 (#46)
* Fix: Propose Obligation Update (#73)
* fix(obligationRequests): set correct storage location
* chore: add v0.1.1 fix deployment metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants