Skip to content

Commit

Permalink
chore: add treasuretopaz to debug ignored chains (#156)
Browse files Browse the repository at this point in the history
Same fix as #149, add Treasure Topaz Testnet to debug ignored chain until further notice
  • Loading branch information
Xaroz authored Jan 17, 2025
1 parent d188025 commit fb75958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

0 comments on commit fb75958

Please sign in to comment.