Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Jan 30, 2025
1 parent 3d66aa8 commit 0b65fe2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions doc/polycli_ulxly__bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ Commands for moving funds and sending messages from one chain to another

```bash
--call-data string call data to be passed directly with bridge-message or as an ERC20 Permit (default "0x")
--call-data-file string a file containing hex encoded call data
--destination-network uint32 the rollup id of the destination network
--force-update-root indicates if the new global exit root is updated or not (default true)
-h, --help help for bridge
--token-address string the address of an ERC20 token to be used (default "0x0000000000000000000000000000000000000000")
--value string the amount in wei to be sent along with the transaction
--value string the amount in wei to be sent along with the transaction (default "0")
```
The command also inherits flags from parent commands.
Expand Down
3 changes: 1 addition & 2 deletions doc/polycli_ulxly__bridge_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ The command also inherits flags from parent commands.
```bash
--bridge-address string the address of the lxly bridge
--call-data string call data to be passed directly with bridge-message or as an ERC20 Permit (default "0x")
--call-data-file string a file containing hex encoded call data
--chain-id string set the chain id to be used in the transaction
--config string config file (default is $HOME/.polygon-cli.yaml)
--destination-address string the address where the bridge will be sent to
Expand All @@ -114,7 +113,7 @@ The command also inherits flags from parent commands.
--rpc-url string the URL of the RPC to send the transaction
--token-address string the address of an ERC20 token to be used (default "0x0000000000000000000000000000000000000000")
--transaction-receipt-timeout uint the amount of time to wait while trying to confirm a transaction receipt (default 60)
--value string the amount in wei to be sent along with the transaction
--value string the amount in wei to be sent along with the transaction (default "0")
-v, --verbosity int 0 - Silent
100 Panic
200 Fatal
Expand Down
3 changes: 1 addition & 2 deletions doc/polycli_ulxly__bridge_message.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ The command also inherits flags from parent commands.
```bash
--bridge-address string the address of the lxly bridge
--call-data string call data to be passed directly with bridge-message or as an ERC20 Permit (default "0x")
--call-data-file string a file containing hex encoded call data
--chain-id string set the chain id to be used in the transaction
--config string config file (default is $HOME/.polygon-cli.yaml)
--destination-address string the address where the bridge will be sent to
Expand All @@ -111,7 +110,7 @@ The command also inherits flags from parent commands.
--rpc-url string the URL of the RPC to send the transaction
--token-address string the address of an ERC20 token to be used (default "0x0000000000000000000000000000000000000000")
--transaction-receipt-timeout uint the amount of time to wait while trying to confirm a transaction receipt (default 60)
--value string the amount in wei to be sent along with the transaction
--value string the amount in wei to be sent along with the transaction (default "0")
-v, --verbosity int 0 - Silent
100 Panic
200 Fatal
Expand Down
3 changes: 1 addition & 2 deletions doc/polycli_ulxly__bridge_weth.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ The command also inherits flags from parent commands.
```bash
--bridge-address string the address of the lxly bridge
--call-data string call data to be passed directly with bridge-message or as an ERC20 Permit (default "0x")
--call-data-file string a file containing hex encoded call data
--chain-id string set the chain id to be used in the transaction
--config string config file (default is $HOME/.polygon-cli.yaml)
--destination-address string the address where the bridge will be sent to
Expand All @@ -80,7 +79,7 @@ The command also inherits flags from parent commands.
--rpc-url string the URL of the RPC to send the transaction
--token-address string the address of an ERC20 token to be used (default "0x0000000000000000000000000000000000000000")
--transaction-receipt-timeout uint the amount of time to wait while trying to confirm a transaction receipt (default 60)
--value string the amount in wei to be sent along with the transaction
--value string the amount in wei to be sent along with the transaction (default "0")
-v, --verbosity int 0 - Silent
100 Panic
200 Fatal
Expand Down

0 comments on commit 0b65fe2

Please sign in to comment.