Skip to content

Commit

Permalink
doc: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jan 13, 2025
1 parent d329b2d commit e8476d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x2bf6011310f0c63c6f0ebbd254678b1736807df05dd1b53c0fbfdee23ff0f5c7
0x9ab7f36970590477056ec27597fc56720c89413a6340c151b3e713e6787bb9c2
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to **EVM Deployer Boilerplate**! This repository provides a base framewo
- **Modular & Customizable Setup**: Build your EVM deployments with ease and flexibility.
- **Automated Deployment Scripts**: Save time by deploying Smart contracts with a single command.
- **Cross-Platform Support**: Whether you're on AWS, Azure, Google Cloud, or self-hosted environments — this boilerplate works across platforms.
- **Blockchain Integration**: Seamlessly integrate with blockchain networks like **Ethereum**, **Arbitrum**, and **Polygon** to add decentralized features to your VM deployments.
- **Blockchain Integration**: Seamlessly integrate with blockchain networks like **Ethereum**, **Arbitrum**, and **Polygon** to add decentralized features to your EVM deployments.
- **Credibility**: Leverage blockchain for transparency, creating trust in the deployment process.

---
Expand Down Expand Up @@ -171,7 +171,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
Join our community and stay updated on new features:

- [Twitter](https://twitter.com/El_Wose)
- [Discord](https://discord.gg/#comming-soon)
- [GitHub](https://github.com/netzulo/evm-deployer-boilerplateue)

## 💸 Donate
Expand Down
5 changes: 5 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ module.exports = {
{
privateKey: secret,
balance: ethers.utils.parseEther("1000000000").toString()
},
// accounts for unit tests
{
privateKey: "0x2bf6011310f0c63c6f0ebbd254678b1736807df05dd1b53c0fbfdee23ff0f5c7",
balance: ethers.utils.parseEther("1000").toString()
}
// add more accounts here
],
Expand Down

0 comments on commit e8476d9

Please sign in to comment.