Skip to content

Commit

Permalink
add 'mumbai' to chainsToSkip (#3523)
Browse files Browse the repository at this point in the history
### Description

- Adds `mumbai` to `chainsToSkip` as a preliminary step for deprecating
Polygon Mumbai testnet

### Related Issues

- Unblocks #3521 
- Fixes #1181
  • Loading branch information
nbayindirli authored Apr 1, 2024
1 parent d00500f commit 2093fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/testnet4/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '7d1f975-20240312-113049',
},
chainsToSkip: [],
chainsToSkip: ['mumbai'],
runEnv: environment,
namespace: environment,
runConfig: {
Expand All @@ -35,7 +35,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '7d1f975-20240312-113049',
},
chainsToSkip: [],
chainsToSkip: ['mumbai'],
runEnv: environment,
namespace: environment,
runConfig: {
Expand Down

0 comments on commit 2093fe4

Please sign in to comment.