diff --git a/rust/main/chains/hyperlane-sealevel/src/priority_fee.rs b/rust/main/chains/hyperlane-sealevel/src/priority_fee.rs index b9a59cb69c..a58c6530b4 100644 --- a/rust/main/chains/hyperlane-sealevel/src/priority_fee.rs +++ b/rust/main/chains/hyperlane-sealevel/src/priority_fee.rs @@ -82,7 +82,7 @@ impl PriorityFeeOracle for HeliusPriorityFeeOracle { .await .map_err(ChainCommunicationError::from_other)?; - tracing::trace!(priority_fee_levels = ?response.result.priority_fee_levels, "Fetched priority fee levels"); + tracing::warn!(priority_fee_levels = ?response.result.priority_fee_levels, "Fetched priority fee levels"); let fee = response .result diff --git a/rust/main/helm/hyperlane-agent/templates/external-secret.yaml b/rust/main/helm/hyperlane-agent/templates/external-secret.yaml index a3fdfd199b..7d169c40f8 100644 --- a/rust/main/helm/hyperlane-agent/templates/external-secret.yaml +++ b/rust/main/helm/hyperlane-agent/templates/external-secret.yaml @@ -30,7 +30,7 @@ spec: {{- if eq .protocol "cosmos" }} HYP_CHAINS_{{ .name | upper }}_CUSTOMGRPCURLS: {{ printf "'{{ .%s_grpcs | mustFromJson | join \",\" }}'" .name }} {{- end }} - {{- if and (eq .protocol "sealevel") (eq .priorityFeeOracle.type "helius") }} + {{- if and (eq .protocol "sealevel") (eq ((.priorityFeeOracle).type) "helius") }} HYP_CHAINS_{{ .name | upper }}_PRIORITYFEEORACLE_URL: {{ printf "'{{ .%s_helius }}'" .name }} {{- end }} {{- end }} @@ -48,8 +48,9 @@ spec: remoteRef: key: {{ printf "%s-grpc-endpoints-%s" $.Values.hyperlane.runEnv .name }} {{- end }} - {{- if and (eq .protocol "sealevel") (eq .priorityFeeOracle.type "helius") }} + {{- if and (eq .protocol "sealevel") (eq ((.priorityFeeOracle).type) "helius") }} - secretKey: {{ printf "%s_helius" .name }} remoteRef: key: {{ printf "%s-rpc-endpoint-helius-%s" $.Values.hyperlane.runEnv .name }} {{- end }} + {{- end }} diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index d267f9a247..45ae4787eb 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -529,7 +529,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '8e6427c-20241206-202715', + tag: 'e556629-20241207-052607', }, // We're temporarily (ab)using the RC relayer as a way to increase // message throughput.