Skip to content

Commit e792720

Browse files
docs: update module and OpenAPI specs from the node repo (#583)
Co-authored-by: fadeev <fadeev@users.noreply.github.com>
1 parent 4e0f16a commit e792720

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/data/openapi.swagger.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -58206,6 +58206,7 @@ definitions:
5820658206
gasLimit:
5820758207
type: string
5820858208
format: uint64
58209+
title: 'Deprecated: value stored in the zrc20 smart contract is used instead'
5820958210
paused:
5821058211
type: boolean
5821158212
liquidityCap:
@@ -58580,6 +58581,9 @@ definitions:
5858058581
title: |-
5858158582
Maximum number of pending crosschain transactions to check for gas price
5858258583
increase
58584+
retryIntervalBTC:
58585+
type: string
58586+
title: Retry interval for Bitcoin chain pending cctx gas price increase
5858358587
zetachain.zetacore.observer.Keygen:
5858458588
type: object
5858558589
properties:

src/pages/architecture/zetacored/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14810,7 +14810,7 @@ zetacored tx observer update-chain-params [chain-id] [client-params.json] [flags
1481014810
Update the gas price increase flags
1481114811

1481214812
```
14813-
zetacored tx observer update-gas-price-increase-flags [epochLength] [retryInterval] [gasPriceIncreasePercent] [gasPriceIncreaseMax] [maxPendingCctxs] [flags]
14813+
zetacored tx observer update-gas-price-increase-flags [epochLength] [retryInterval] [gasPriceIncreasePercent] [gasPriceIncreaseMax] [maxPendingCctxs] [retryIntervalBTC] [flags]
1481414814
```
1481514815

1481614816
### Options

0 commit comments

Comments
 (0)