mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Update abigen command (#3640)
This commit is contained in:
committed by
terence tsao
parent
0e8828abd3
commit
1c51b509ad
@@ -47,7 +47,7 @@ and save the bytecode in `bytecode.bin` in the folder. Now with both the abi and
|
||||
we can generate the go bindings.
|
||||
|
||||
```
|
||||
abigen -bin ./bytecode.bin -abi ./abi.json -out ./depositContract.go --pkg depositContract
|
||||
abigen -bin ./bytecode.bin -abi ./abi.json -out ./depositContract.go --pkg depositcontract --type DepositContract
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user