make gen.

This commit is contained in:
Raúl Kripalani 2023-01-11 23:26:19 +00:00 committed by raulk
parent 008d04fd57
commit c61edd1d6d

View File

@ -2090,8 +2090,6 @@ COMMANDS:
encode encode various types encode encode various types
disputer interact with the window post disputer disputer interact with the window post disputer
prune prune the stored chain state and perform garbage collection prune prune the stored chain state and perform garbage collection
deploy Deploy an EVM smart contract and return its address
invoke Invoke an EVM smart contract using the specified CALLDATA
help, h Shows a list of commands or help for one command help, h Shows a list of commands or help for one command
OPTIONS: OPTIONS:
@ -2432,34 +2430,6 @@ OPTIONS:
``` ```
### lotus chain deploy
```
NAME:
lotus chain deploy - Deploy an EVM smart contract and return its address
USAGE:
lotus chain deploy [command options] contract
OPTIONS:
--from value optionally specify the account to use for sending the creation message
--hex use when input contract is in hex (default: false)
```
### lotus chain invoke
```
NAME:
lotus chain invoke - Invoke an EVM smart contract using the specified CALLDATA
USAGE:
lotus chain invoke [command options] address calldata
OPTIONS:
--from value optionally specify the account to use for sending the exec message
--value value optionally specify the value to be sent with the invokation message (default: 0)
```
## lotus log ## lotus log
``` ```
NAME: NAME: