File tree 2 files changed +5
-1
lines changed
src/pages/architecture/zetacored
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58206,6 +58206,7 @@ definitions:
58206
58206
gasLimit:
58207
58207
type: string
58208
58208
format: uint64
58209
+ title: 'Deprecated: value stored in the zrc20 smart contract is used instead'
58209
58210
paused:
58210
58211
type: boolean
58211
58212
liquidityCap:
@@ -58580,6 +58581,9 @@ definitions:
58580
58581
title: |-
58581
58582
Maximum number of pending crosschain transactions to check for gas price
58582
58583
increase
58584
+ retryIntervalBTC:
58585
+ type: string
58586
+ title: Retry interval for Bitcoin chain pending cctx gas price increase
58583
58587
zetachain.zetacore.observer.Keygen:
58584
58588
type: object
58585
58589
properties:
Original file line number Diff line number Diff line change @@ -14810,7 +14810,7 @@ zetacored tx observer update-chain-params [chain-id] [client-params.json] [flags
14810
14810
Update the gas price increase flags
14811
14811
14812
14812
```
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]
14814
14814
```
14815
14815
14816
14816
### Options
You can’t perform that action at this time.
0 commit comments