Skip to content

Commit

Permalink
Deploy relayer with polygon gas oracle fix (#2966)
Browse files Browse the repository at this point in the history
### Description

using image from
#2965

### 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
-->
  • Loading branch information
tkporter authored Nov 28, 2023
1 parent ea08d3f commit 3222a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1bee32a-20231121-121303',
tag: '48feaf4-20231122-200632',
},
gasPaymentEnforcement,
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1bee32a-20231121-121303',
tag: '48feaf4-20231122-200632',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down

0 comments on commit 3222a02

Please sign in to comment.