mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update abigen command (#3640)
This commit is contained in:
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
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user