-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ed8cc1
commit 63dc920
Showing
48 changed files
with
764 additions
and
13 deletions.
There are no files selected for viewing
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## sgnd ops bridge submit-withdraw | ||
|
||
Submit cbridge withdraw using receiver address and seqnum | ||
|
||
### Synopsis | ||
|
||
Example: | ||
$ <appd> ops bridge submit-withdraw --receiver=xxxxx --seqnum=xxxxx" | ||
|
||
``` | ||
sgnd ops bridge submit-withdraw [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--gasprice string force gas price in gwei | ||
-h, --help help for submit-withdraw | ||
--receiver string the receiver address | ||
--seqnum uint the withdraw sequence number | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd ops bridge](sgnd_ops_bridge.md) - Bridge subcommands (submit relay, sync farming, migrate vault, etc.) | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## sgnd ops bridge update-signers | ||
|
||
Update signers for a chain | ||
|
||
### Synopsis | ||
|
||
Example: | ||
$ <appd> ops bridge update-signers --chainid=xxxxx" | ||
|
||
``` | ||
sgnd ops bridge update-signers [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--chainid uint the chain ID | ||
--gasprice string force gas price in gwei | ||
-h, --help help for update-signers | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd ops bridge](sgnd_ops_bridge.md) - Bridge subcommands (submit relay, sync farming, migrate vault, etc.) | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## sgnd ops validator withdraw-cbr-fee-of | ||
|
||
syncer query and submit liquidity-pool bridge fee withdrawal request for the client | ||
|
||
``` | ||
sgnd ops validator withdraw-cbr-fee-of [client-eth-addr] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--chain uint chain id | ||
--file string file that contains a list of <reqid, chainid, token> tuples | ||
-h, --help help for withdraw-cbr-fee-of | ||
--query only query the withdrawals | ||
--reqid uint withdraw request id | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd ops validator](sgnd_ops_validator.md) - Validator subcommands (init, bond, collect fees, etc.) | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## sgnd ops validator withdraw-pegbr-fee-of | ||
|
||
syncer query and submit pegged bridge fee withdrawal request for the client | ||
|
||
``` | ||
sgnd ops validator withdraw-pegbr-fee-of [client-eth-addr] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--chain uint chain id | ||
--file string file that contains a list of <reqid, chainid, token> tuples | ||
-h, --help help for withdraw-pegbr-fee-of | ||
--query only query the withdrawals | ||
--reqid uint withdraw request id | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd ops validator](sgnd_ops_validator.md) - Validator subcommands (init, bond, collect fees, etc.) | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## sgnd query cbridge blacklist | ||
|
||
Query blacklist | ||
|
||
``` | ||
sgnd query cbridge blacklist [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for blacklist | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd query cbridge](sgnd_query_cbridge.md) - Querying commands for the cbridge module | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## sgnd query cbridge confiscation | ||
|
||
Query confiscation | ||
|
||
``` | ||
sgnd query cbridge confiscation [chainId] [tokenAddr] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for confiscation | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd query cbridge](sgnd_query_cbridge.md) - Querying commands for the cbridge module | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## sgnd query distribution pegbridge-fee-info | ||
|
||
query the pegBridge fee info of an account | ||
|
||
### Synopsis | ||
|
||
Query the pegBridge fee info of an account. | ||
|
||
Example: | ||
$ <appd> query pegbridge-fee-info 0xd0f2596d700c9bd4d605c938e586ec67b01c7364 | ||
|
||
``` | ||
sgnd query distribution pegbridge-fee-info [delegator-address] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for pegbridge-fee-info | ||
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657") | ||
-o, --output string Output format (text|json) (default "text") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd query distribution](sgnd_query_distribution.md) - Querying commands for the distribution module | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## sgnd query gov expedited | ||
|
||
Query expedited proposal | ||
|
||
``` | ||
sgnd query gov expedited [proposal-id] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--height int Use a specific height to query state at (this can error if the node is pruning state) | ||
-h, --help help for expedited | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chain-id string The network chain ID | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [sgnd query gov](sgnd_query_gov.md) - Querying commands for the governance module | ||
|
||
###### Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.