Skip to content

Commit

Permalink
fix: remove unused IsHub cosmos provider config field
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed Sep 11, 2024
1 parent c2861fd commit ba3a29f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relayer/chains/cosmos/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ type CosmosProviderConfig struct {
ChainName string `json:"-" yaml:"-"`
ChainID string `json:"chain-id" yaml:"chain-id"`
HttpAddr string `json:"http-addr" yaml:"http-addr"` // added to support http queries to Dym Hub
DymHub bool `json:"is-dym-hub" yaml:"is-dym-hub"` // added to force wait for canonical client with Hub
DymRollapp bool `json:"is-dym-rollapp" yaml:"is-dym-rollapp"` // added to support custom trust levels
DymRollapp bool `json:"is-dym-rollapp" yaml:"is-dym-rollapp"` // added to support custom trust levels, blocking for canon client
TrustPeriod time.Duration `json:"trust-period" yaml:"trust-period"` // added to specify exact trust
RPCAddr string `json:"rpc-addr" yaml:"rpc-addr"`
AccountPrefix string `json:"account-prefix" yaml:"account-prefix"`
Expand Down

0 comments on commit ba3a29f

Please sign in to comment.