chore(infra): Remove RpcConsensusType usage in infra now that SmartProvider is used instead (#3882)
### Description Removed references to RpcConsensusType where TS-based providers are used in infra <!-- What's included in this PR? --> ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->pull/3900/head
parent
554f875ebf
commit
efa9025f5e
@ -1,10 +1,7 @@ |
||||
import { RpcConsensusType } from '@hyperlane-xyz/sdk'; |
||||
|
||||
import { DockerConfig } from './agent/agent.js'; |
||||
|
||||
export interface LiquidityLayerRelayerConfig { |
||||
docker: DockerConfig; |
||||
namespace: string; |
||||
connectionType: RpcConsensusType.Single | RpcConsensusType.Quorum; |
||||
prometheusPushGateway: string; |
||||
} |
||||
|
Loading…
Reference in new issue