diff --git a/src/consts/config.ts b/src/consts/config.ts index 61c851a..4ba1eb3 100644 --- a/src/consts/config.ts +++ b/src/consts/config.ts @@ -20,4 +20,4 @@ export const config: Config = Object.freeze({ // Based on https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/infra/config/environments/mainnet3/agent.ts // Based on https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/infra/config/environments/testnet4/agent.ts -export const unscrapedChainsInDb = ['proteustestnet', 'sei', 'viction']; +export const unscrapedChainsInDb = ['proteustestnet', 'viction'];