https://github.com/noot/op-deposit
small program for submitting deposits to an OptimismPortal contract
https://github.com/noot/op-deposit
Last synced: 2 months ago
JSON representation
small program for submitting deposits to an OptimismPortal contract
- Host: GitHub
- URL: https://github.com/noot/op-deposit
- Owner: noot
- Created: 2023-10-31T01:24:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T02:50:29.000Z (over 2 years ago)
- Last Synced: 2025-01-13T11:13:30.341Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# op-deposit
simple CLI for making a deposit to the op-stack via `OptimismPortal.sol`.
Usage:
```go
git clone https://github.com/noot/op-deposit && cd op-deposit
go build
./op-deposit --optimism-portal-address= --private-key= --value=
``````
Note the value is in ETH, so you can use a float like `0.999` for example.