From 2093fe48fd25f2b8d908c605b89c58bb3c0486eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Bayindirli=20=F0=9F=A5=82?= Date: Mon, 1 Apr 2024 16:41:18 -0400 Subject: [PATCH] add 'mumbai' to chainsToSkip (#3523) ### Description - Adds `mumbai` to `chainsToSkip` as a preliminary step for deprecating Polygon Mumbai testnet ### Related Issues - Unblocks #3521 - Fixes #1181 --- typescript/infra/config/environments/testnet4/helloworld.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/testnet4/helloworld.ts b/typescript/infra/config/environments/testnet4/helloworld.ts index 08f637ec78..0a5665a045 100644 --- a/typescript/infra/config/environments/testnet4/helloworld.ts +++ b/typescript/infra/config/environments/testnet4/helloworld.ts @@ -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: { @@ -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: {