diff --git a/indexer/packages/v4-protos/src/codegen/dydxprotocol/bridge/params.ts b/indexer/packages/v4-protos/src/codegen/dydxprotocol/bridge/params.ts index e65c96d6640..ff01dbd2c1d 100644 --- a/indexer/packages/v4-protos/src/codegen/dydxprotocol/bridge/params.ts +++ b/indexer/packages/v4-protos/src/codegen/dydxprotocol/bridge/params.ts @@ -43,7 +43,7 @@ export interface ProposeParams { /** * The minimum duration to wait between a finalized bridge and * proposing it. This allows other validators to have enough time to - * also recognize its occurence. Therefore the bridge daemon should + * also recognize its occurrence. Therefore the bridge daemon should * pool for new finalized events at least as often as this parameter. */ @@ -74,7 +74,7 @@ export interface ProposeParamsSDKType { /** * The minimum duration to wait between a finalized bridge and * proposing it. This allows other validators to have enough time to - * also recognize its occurence. Therefore the bridge daemon should + * also recognize its occurrence. Therefore the bridge daemon should * pool for new finalized events at least as often as this parameter. */ @@ -311,4 +311,4 @@ export const SafetyParams = { return message; } -}; \ No newline at end of file +};