https://github.com/balancer/helpers
Collection of contracts and JS code for common data dependencies
https://github.com/balancer/helpers
Last synced: about 2 months ago
JSON representation
Collection of contracts and JS code for common data dependencies
- Host: GitHub
- URL: https://github.com/balancer/helpers
- Owner: balancer
- Created: 2023-06-14T14:51:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T13:29:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T13:54:46.172Z (about 1 year ago)
- Language: Solidity
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Deploy to local fork**
```
forge create --rpc-url http://0.0.0.0:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 src/BalancerViewHelpers.sol:BalancerViewHelpers --constructor-args "0xBA12222222228d8Ba445958a75a0704d566BF2C8"
```
**Deploy with CREATE2 factory**
```
forge script script/DeterministicDeploy.s.sol:DeterministicDeploy --rpc-url http://0.0.0.0:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast -vvvv
```