Skip to content

Commit

Permalink
Deploy polygon gas fix to v2 (#3015)
Browse files Browse the repository at this point in the history
### Description

Deploys to include
#2974

### 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 Dec 5, 2023
1 parent 125a197 commit a9665b9
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/mainnet2/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const hyperlane: RootAgentConfig = {
connectionType: AgentConnectionType.HttpFallback,
docker: {
repo,
tag: '35fdc74-20230913-104940',
tag: '125a197-20231204-113659',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const hyperlane: RootAgentConfig = {
connectionType: AgentConnectionType.HttpFallback,
docker: {
repo,
tag: '35fdc74-20230913-104940',
tag: '125a197-20231204-113659',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down

0 comments on commit a9665b9

Please sign in to comment.