From fb759580c65abf70787d56a6e87f5132b1738a8b Mon Sep 17 00:00:00 2001 From: Jason Guo <33064781+Xaroz@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:48:49 -0600 Subject: [PATCH] chore: add treasuretopaz to debug ignored chains (#156) Same fix as #149, add Treasure Topaz Testnet to debug ignored chain until further notice --- src/consts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/config.ts b/src/consts/config.ts index f3f9fda..4f97a56 100644 --- a/src/consts/config.ts +++ b/src/consts/config.ts @@ -22,4 +22,4 @@ export const config: Config = Object.freeze({ // Based on https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/infra/config/environments/testnet4/agent.ts export const unscrapedChainsInDb = ['proteustestnet', 'viction']; -export const debugIgnoredChains = ['treasure']; +export const debugIgnoredChains = ['treasure', 'treasuretopaz'];